:root {
  --mfs-blue: #101b39;
  --white: white;
  --mfs-gold: #f2bb24;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  color: var(--mfs-blue);
  letter-spacing: .05em;
  margin-bottom: 10px;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.navigation {
  z-index: 100;
  border-bottom: 4px solid var(--mfs-blue);
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10vh;
  padding: 20px 40px;
  display: flex;
  position: fixed;
  top: 5vh;
}

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

.logo {
  width: 200px;
}

.nav-link-container {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--mfs-blue);
  text-decoration: none;
}

.nav-text {
  color: var(--mfs-blue);
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.button {
  background-color: var(--mfs-gold);
  color: var(--mfs-blue);
  border-radius: 20px;
  margin-left: 0;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.masked-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.masked-section.blue {
  background-color: var(--mfs-blue);
}

.masked-section.gold {
  background-color: var(--mfs-gold);
}

.receipt-section {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.receipt-razor {
  z-index: 5;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 0;
  margin-top: 75vh;
  margin-bottom: 0;
  display: flex;
  position: sticky;
  top: 100vh;
  bottom: auto;
  overflow: visible;
}

.data {
  z-index: 5;
  background-color: var(--mfs-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.overview {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 100px 40px;
  display: none;
  overflow: hidden;
}

.horizontal-scroll {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 100px 40px;
  display: flex;
  overflow: hidden;
}

.contact {
  background-color: var(--mfs-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 15vh 40px;
  display: flex;
}

.heading {
  color: var(--mfs-blue);
  text-transform: uppercase;
  width: 100%;
  font-family: Nimbus Sans Extd, Arial, sans-serif;
  font-size: 3em;
  line-height: 36px;
}

.heading.phone {
  color: var(--mfs-gold);
  margin-top: 20px;
  margin-bottom: 20px;
  position: static;
  top: 200px;
  bottom: auto;
}

.heading.phone._1 {
  color: var(--mfs-blue);
  text-transform: uppercase;
  white-space: normal;
}

.heading.phone._1.blog {
  font-size: 1.5em;
  line-height: 1;
}

.heading.phone._3 {
  color: var(--white);
}

.heading.large {
  color: var(--white);
  font-size: 72px;
  line-height: 72px;
}

.heading.large.left {
  color: var(--mfs-blue);
  text-align: left;
  width: auto;
  padding-left: 40px;
  padding-right: 0;
  font-size: 4em;
  line-height: .75;
}

.heading.large.left.ov {
  padding-left: 0;
}

.heading.large.left.product {
  text-align: center;
}

.heading.large.left.product.faq {
  padding-left: 0;
  line-height: 1;
}

.heading.large.left.built-for {
  padding-left: 0;
}

.heading.large.left.horizontal {
  font-size: 2em;
  position: absolute;
  top: 10vh;
  left: 0;
}

.heading.large.left.horizontal._2, .heading.large.left.horizontal._2-copy {
  top: 40vh;
}

.heading.large.left.horizontal._3 {
  position: static;
  top: 70vh;
}

.heading.large.left.horizontal._3._1 {
  padding-left: 0;
}

.heading.large.left.horizontal.product {
  width: 100vw;
  font-size: 4em;
  position: static;
  top: 15vh;
}

.heading.large.gold {
  color: var(--mfs-gold);
}

.heading.built-for {
  text-align: left;
  text-transform: uppercase;
  padding-left: 20px;
  font-size: 32px;
  line-height: 32px;
}

.heading.built-for.small {
  width: auto;
  margin-top: 0;
  font-size: 16px;
}

.heading.custom {
  background-color: var(--mfs-gold);
  text-align: center;
  padding: 4px 10px;
  font-size: .5em;
  display: block;
}

.heading.gold {
  color: var(--mfs-gold);
}

.heading.pricing {
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1;
}

.heading.pricing.gold {
  text-align: center;
  width: 100%;
  font-size: 2em;
}

.heading.white {
  color: var(--white);
  width: 100%;
}

.image {
  z-index: 99;
  height: 600px;
  position: sticky;
  top: 140px;
  bottom: auto;
}

.mask-section-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.left-container {
  pointer-events: auto;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 40px;
  padding-right: 15dvw;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

.left-container.product {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.left-container.product.full-vw {
  width: 100%;
}

.text-block-5 {
  pointer-events: auto;
  color: var(--mfs-blue);
  width: 350px;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-size: 24px;
  line-height: 36px;
  position: fixed;
  bottom: 40%;
}

.right-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 15dvw;
  padding-right: 40px;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.phone-image {
  z-index: 0;
  pointer-events: none;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 600px;
  padding-left: 0;
  display: flex;
  position: fixed;
  inset: 15dvh auto 0%;
}

.phone-image.product {
  width: auto;
  height: auto;
  position: static;
}

.text-block-6 {
  pointer-events: auto;
  color: #fff;
  width: 350px;
  font-size: 24px;
  line-height: 36px;
  position: fixed;
  bottom: 40%;
}

.text-block-6.black {
  color: #000;
  width: 350px;
  font-family: Nimbus Sans Extd, Arial, sans-serif;
}

.navigation-2 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.webgl-container {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.webgl-container.gold {
  pointer-events: auto;
}

.collection-list-wrapper-2 {
  pointer-events: auto;
  width: 400px;
  position: fixed;
  bottom: 35%;
}

.umbrella-links {
  pointer-events: auto;
  vertical-align: middle;
  width: 600px;
  height: 600px;
  position: fixed;
  inset: 3.5% auto 0%;
}

.row {
  z-index: 0;
  pointer-events: auto;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-span-4 {
  color: #fff;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #fff;
  cursor: pointer;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
}

.text-span-4.black {
  color: #000;
  text-transform: uppercase;
  margin-right: 0;
  padding-right: 20px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.text-span-4.black:hover {
  letter-spacing: 2px;
}

.phone-section {
  z-index: 2;
  pointer-events: none;
  background-color: #ff161600;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.phone-section._2 {
  background-color: var(--mfs-blue);
  pointer-events: auto;
  color: var(--white);
  width: 100%;
  height: 100%;
  position: relative;
}

.phone-section._3 {
  pointer-events: auto;
  background-color: #eba904;
  width: 100%;
  height: 100%;
  position: relative;
}

.phone-section._1 {
  background-color: var(--white);
  pointer-events: auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.collection-item-2 {
  padding-left: 0;
}

.umbrella-link {
  z-index: 9000;
  vertical-align: middle;
  background-color: #963333;
  width: 50px;
  height: 50px;
  position: fixed;
  inset: 170px 50px 50px 163px;
}

.umbrella-link.w--current {
  background-color: #96333300;
  top: 169px;
  left: 154px;
}

.umbrella-link.ganga.w--current {
  top: 208px;
  left: 212px;
}

.umbrella-link.xset.w--current {
  top: 421px;
  left: 277px;
}

.umbrella-link.houseparty.w--current {
  top: 377px;
  left: 388px;
}

.umbrella-link.raesremmurd.w--current {
  width: 75px;
  top: 303px;
  left: 121px;
}

.umbrella-link.glvssic.w--current {
  height: 100px;
  top: 97px;
  left: 273px;
}

.umbrella-link.upland.w--current {
  top: 359px;
}

.umbrella-link.grizzley.w--current {
  top: 201px;
  left: 349px;
}

.umbrella-link.opus.w--current {
  top: 273px;
  left: 383px;
}

.umbrella-link.vayder.w--current {
  top: 158px;
  left: 392px;
}

.umbrella-link.jbl.w--current {
  top: 331px;
  left: 331px;
}

.umbrella-link.k5.w--current {
  top: 342px;
  left: 275px;
}

.umbrella-link.fnk.w--current {
  height: 100px;
  top: 252px;
  left: 451px;
}

.umbrella-link.clinton.w--current {
  top: 317px;
  left: 224px;
}

.umbrella-link.offset.w--current {
  top: 400px;
  left: 195px;
}

.umbrella-link.faze.w--current {
  top: 210px;
  left: 279px;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.heading-2._2 {
  color: #000;
}

.paragraph {
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-weight: 300;
}

.paragraph.phone {
  color: var(--white);
  overflow-wrap: normal;
  margin-bottom: 10px;
}

.paragraph.phone._1 {
  color: var(--mfs-blue);
}

.paragraph.phone._1.smol {
  font-size: 14px;
  line-height: 1;
}

.paragraph.phone.built-for {
  color: var(--mfs-blue);
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph.small.phone {
  color: var(--white);
  letter-spacing: .05em;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.paragraph.small.phone._1 {
  color: var(--mfs-blue);
}

.paragraph.small.phone._1.scan.bullet {
  margin-bottom: 0;
  padding-left: 20px;
}

.receipt-box {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: color-burn;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 75vh;
  margin-bottom: -25px;
  display: flex;
  position: relative;
  bottom: 0;
}

.razor-image {
  width: 100%;
  margin-bottom: -2px;
  position: static;
  bottom: 0;
}

.receipt-box-image {
  z-index: 1;
  width: 100%;
  height: auto;
  position: static;
  bottom: 0;
}

.receipt-box-container {
  z-index: 4;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  bottom: 0;
}

.scan-lines {
  z-index: 99;
  opacity: .5;
  pointer-events: none;
  background-image: url('../images/scan-lines.png');
  background-position: 50% 0;
  background-size: contain;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: auto;
}

.data-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.data-heading {
  color: var(--white);
  letter-spacing: .1em;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-size: 96px;
  font-weight: 300;
  line-height: 96px;
}

.data-text {
  color: var(--white);
  letter-spacing: .1em;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}

.receipt {
  z-index: 5;
  border: 4px solid var(--mfs-blue);
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  height: 200vh;
  margin-top: 40px;
  padding: 40px 10px 140px;
  display: flex;
  position: absolute;
  top: 0;
  overflow: visible;
}

.built-for-container {
  border: 4px solid var(--mfs-blue);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: flex;
}

.video-section {
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-height: 40vh;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.overview-description {
  align-items: center;
  width: 40%;
  margin-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.video-overview {
  width: 50%;
  padding-bottom: 0;
}

.youtube {
  width: 50%;
}

.sticky {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 0;
  bottom: auto;
  overflow: visible;
}

.client-logo {
  padding: 40px;
}

.height {
  background-image: linear-gradient(#000, #fff);
  width: 100%;
  height: 400dvh;
  position: relative;
}

.mover {
  display: flex;
}

.section-horizontal {
  padding-top: 140px;
  padding-bottom: 100vh;
}

.section-horizontal.product {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.height-2 {
  height: 300dvh;
  position: relative;
}

.height-2.mobile, .height-2.xl {
  display: none;
}

.sticky-2 {
  width: 100%;
  height: 100dvh;
  margin-bottom: -100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.flex-offset {
  margin-right: -100vw;
  display: flex;
}

.full-page {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: flex;
}

.full-page.is-horizontal-scroll-section {
  justify-content: flex-start;
  width: 100vw;
  position: relative;
}

.full-page.is-horizontal-scroll-section.last {
  display: none;
}

.split-lines {
  color: var(--mfs-blue);
  text-transform: uppercase;
  width: 80%;
  font-family: Nimbus Sans Extd, Arial, sans-serif;
  font-size: 2.5em;
  line-height: .8;
}

.split-lines.phone {
  color: var(--mfs-gold);
  margin-top: 20px;
  margin-bottom: 20px;
  position: static;
  top: 200px;
  bottom: auto;
}

.split-lines.phone._1 {
  color: var(--mfs-blue);
}

.split-lines.phone._3 {
  color: var(--white);
}

.split-lines.large {
  color: var(--white);
  font-size: 72px;
  line-height: 72px;
}

.split-lines.large.left {
  color: var(--mfs-blue);
  text-align: left;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.split-lines.large.gold {
  color: var(--mfs-gold);
}

.split-lines.built-for {
  text-align: left;
  text-transform: uppercase;
  padding-left: 20px;
  font-size: 32px;
  line-height: 32px;
}

.pricing_image-wrap {
  background-color: #000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.pricing_image-wrap.is-third {
  background-color: #efefef;
}

.pricing_image-wrap.is-second {
  background-color: #fed027;
}

.pricing_detail-title {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.is-gray {
  color: #a0a0a0;
}

.text-size-xlarge {
  font-size: 5rem;
}

.pricing_button-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing_detail-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  grid-template-rows: auto;
  place-items: center stretch;
  width: 100%;
}

.pricing_form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.pricing_wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  min-height: 900px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing_card-text {
  border: 1px solid #000;
  border-radius: 100px;
  padding: 5px 30px;
}

.pricing_card-text.is-third {
  border-color: #fff;
}

.pricing_checkbox-field {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 5px;
  display: flex;
}

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

.text-size-regular {
  font-size: 1rem;
}

.pricing_cute-image {
  width: 112%;
  height: 76%;
  margin-bottom: 20px;
}

.pricing_cute-image.is-ssecond {
  width: 95%;
  height: 150%;
  margin-bottom: 0;
}

.pricing_cute-image.is-third {
  margin-bottom: 80px;
}

.text-size-large {
  font-size: 3.5rem;
  line-height: 1.3;
}

.pricing_tabs-content {
  width: 100%;
  margin-top: 80px;
  overflow: visible;
}

.pricing_front-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.pricing_front-content.is-second {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.pricing_detail-image {
  min-height: 500px;
  max-height: 500px;
}

.pricing_card-link {
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.pricing_card-link.is-second, .pricing_card-link.is-third {
  background-color: #fff;
}

.ms-dot {
  background-color: #2962ff80;
  border: 1px solid #2962ff;
  border-radius: 100px;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ms-dot.is-second {
  inset: 0% auto auto 0%;
}

.pricing_tabs {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.pricing_details-wrap {
  z-index: 1;
  background-color: #fff;
  min-width: 1030px;
  min-height: 550px;
  margin-top: 22px;
  padding: 10px 20px;
  display: none;
  position: absolute;
  inset: -20% 0% 0%;
}

.pricing_details-wrap.is-third, .pricing_details-wrap.is-second {
  display: none;
}

.text-size-small {
  letter-spacing: .05em;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.text-size-small.text-weight-medium {
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.text-size-small.text-weight-medium.list {
  color: var(--white);
  font-weight: 300;
}

.text-size-small.text-weight-medium.list.navy {
  color: var(--mfs-blue);
}

.text-size-small.text-color-white {
  color: var(--white);
}

.pricing_bottom-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-span {
  font-size: 1rem;
  font-weight: 500;
}

.pricing_price-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.pricing_price-wrap.is-bottom {
  text-align: left;
  width: auto;
}

.pricing_custom-size {
  font-size: 3rem;
}

.pricing_back-button {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #1c76fe;
  border-radius: 100px;
  width: 30%;
  padding-top: 13px;
  padding-bottom: 13px;
  transition: all .4s;
}

.pricing_back-button:hover {
  color: #fff;
  background-color: #1c76fe;
}

.pricing_detail {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.pricing_bottom-image {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -50% 0% 0% 10%;
  transform: rotate(15deg);
}

.pricing_bottom-image.is-second {
  top: 0%;
  bottom: 35%;
  left: 0%;
}

.pricing_card-animation.mobile {
  display: none;
}

.pricing_title-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.pricing_submit-button {
  background-color: #1c76fe;
  border: 1px solid #1c76fe;
  border-radius: 100px;
  width: 65%;
  padding-top: 13px;
  padding-bottom: 13px;
  font-weight: 500;
  transition: all .4s;
}

.pricing_submit-button:hover {
  color: #1c76fe;
  background-color: #fff;
  border: 1px solid #1c76fe;
}

.pricing_card-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.pricing_bottom-link {
  color: #000;
}

.pricing_bottom-link.is-second {
  color: #fff;
}

.pricing_tab-menus {
  z-index: 999;
  border: 1px solid var(--mfs-blue);
  background-color: var(--white);
  color: var(--mfs-blue);
  border-radius: 100px;
  padding: 5px;
  font-family: Avenir LT Pro, Arial, sans-serif;
  display: none;
}

.pricing_plus-image {
  width: 20px;
}

.pricing_plus-image.is-second {
  filter: invert();
}

.pricing_tab-link {
  color: var(--mfs-blue);
  background-color: #0000;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
}

.pricing_tab-link.w--current {
  background-color: var(--mfs-gold);
  color: var(--mfs-blue);
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
}

.pricing_first-card {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 4px solid var(--mfs-blue);
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 20%;
  min-height: 340px;
  padding: 30px 30px 40px;
  display: flex;
  position: relative;
}

.pricing_first-card.is-bottom {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  transform-style: preserve-3d;
  max-height: 363px;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.pricing_first-card.is-third {
  background-color: var(--white);
  padding-bottom: 60px;
  padding-right: 20px;
}

.pricing_first-card.is-third.is-bottom {
  cursor: pointer;
}

.pricing_first-card.is-second {
  background-color: var(--mfs-blue);
  color: var(--mfs-gold);
}

.pricing_arrow-image {
  width: 20px;
}

.pricing_arrow-image.is-third {
  filter: invert();
}

.pricing_checkbox {
  border-color: #1c76fe;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.pricing_card {
  position: relative;
}

.pricing_card.is-second {
  z-index: 1;
  overflow: visible;
}

.pricing_corner {
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.pricing_corner.is-second {
  background-color: var(--mfs-gold);
}

.pricing_corner.is-third {
  background-color: #000;
}

.pricing_bottom-text {
  font-size: 3rem;
  font-weight: 700;
}

.pricing_bottom-text.is-third {
  color: #fff;
}

.pricing_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing_card-corner {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  inset: auto -5px -20px auto;
}

.pricing-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 120vh;
  padding: 140px 40px;
  display: flex;
}

.text-span-5 {
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-size: .5em;
}

.blur {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  bottom: -30vh;
  right: 0;
}

.blur._2 {
  z-index: 1;
  bottom: -30vh;
  left: 0;
  right: auto;
}

.blur._2.product, .blur.product {
  z-index: -1;
}

.text-span-6 {
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-size: .5em;
}

.youtube-2 {
  background-image: none;
  flex: 1;
  width: 40%;
  height: 400px;
  display: block;
}

.video {
  width: 40%;
}

._2-col {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 140px 40px;
  display: flex;
  position: relative;
}

.label-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 140px 40px;
  display: flex;
}

.label-section.product.supporting {
  padding-top: 0;
}

.label-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.label-container.supporting {
  padding-top: 100px;
}

.label-container.supporting.vertical {
  flex-flow: column;
}

.label-container.supporting.vertical.use-cases {
  justify-content: space-between;
  align-items: flex-start;
}

.label-container.integrations {
  justify-content: space-between;
  align-items: center;
}

.image-2 {
  width: 400px;
}

.list-image {
  margin-right: 20px;
}

.pricing-section {
  padding: 140px 40px;
}

.pricing_wrap-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 35px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 900px;
  padding: 40px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing_front-content-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pricing_front-content-2.is-second {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.pricing_bottom-wrap-2 {
  justify-content: flex-start;
  align-items: center;
  width: 94%;
  display: flex;
}

.pricing_price-wrap-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.pricing_price-wrap-2.is-bottom {
  text-align: left;
  width: auto;
}

.pricing_tab-menus-2 {
  z-index: 999;
  background-color: #1c76fe1a;
  border: 1px solid #1c76fe;
  border-radius: 100px;
  padding: 5px;
  display: none;
}

.pricing_tab-link-2 {
  color: #1c76fe;
  background-color: #0000;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
}

.pricing_tab-link-2.w--current {
  color: #fff;
  background-color: #1c76fe;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
}

.pricing_first-card-2 {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #efefef;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 340px;
  padding: 30px;
  display: flex;
  position: relative;
}

.pricing_first-card-2.is-bottom {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  transform-style: preserve-3d;
  max-height: 363px;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.pricing_first-card-2.is-third {
  background-color: #000;
}

.pricing_first-card-2.is-third.is-bottom {
  cursor: pointer;
}

.pricing_first-card-2.is-second {
  background-color: #fed027;
}

.pricing_corner-2 {
  background-color: var(--mfs-gold);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.pricing_corner-2.is-second {
  background-color: var(--mfs-gold);
}

.pricing_corner-2.is-third {
  background-color: var(--mfs-blue);
}

.pricing_grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-span-7 {
  text-transform: none;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-size: .5em;
}

.text-span-8 {
  text-transform: none;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-size: .5em;
  font-weight: 500;
}

.text-span-9 {
  color: var(--white);
}

.bold-text {
  letter-spacing: .02em;
}

.list-2 {
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-weight: 700;
}

.list-item {
  color: var(--mfs-blue);
  padding-top: 10px;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.mfs-symbol {
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.link-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.link-container:hover {
  background-color: var(--mfs-gold);
}

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

.link-text {
  color: var(--mfs-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1;
}

.platforms-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 20vh;
  padding-left: 40px;
  display: flex;
  position: absolute;
  top: 15vh;
}

.platforms-container._2 {
  top: 45vh;
}

.platforms-container._3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  top: 75vh;
}

.platforms-container._4 {
  flex-flow: row;
  align-items: center;
  height: 10vh;
  position: static;
  top: 45vh;
}

.platform-logo {
  width: 200px;
}

.platform-logo.bid-wrangler {
  max-width: 250px;
  max-height: 20vh;
}

.contactbar {
  z-index: 99;
  background-color: var(--mfs-blue);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 5vh;
  padding: 10px 40px;
  display: flex;
  position: sticky;
  top: 0;
}

.phone-number {
  color: var(--white);
  letter-spacing: 1px;
  padding-right: 10px;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-weight: 300;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.phone-icon {
  width: 20px;
  padding-right: 0;
}

.login {
  color: var(--white);
  letter-spacing: 1px;
  padding-right: 20px;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-weight: 300;
}

.sign-up {
  color: var(--white);
  letter-spacing: 1px;
  padding-right: 0;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-weight: 300;
}

.login-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link, .link-2 {
  color: var(--white);
  text-decoration: none;
}

.letter-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 15dvh;
  padding-bottom: 15dvh;
  display: flex;
}

.letter {
  border: 4px solid var(--mfs-blue);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: auto;
  padding: 40px;
  display: flex;
}

.letter-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.image-3 {
  width: 100px;
}

.letter-heading {
  text-align: right;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.paragraph-2 {
  font-size: 1.5em;
  line-height: 1.5;
}

.y2k-menu {
  z-index: 99;
  background-color: #cbcbcb;
  border: 2px solid #000;
  border-color: #fff #000 #000 #fff;
  padding: 4px;
  text-decoration: none;
  position: relative;
}

.y2k-menu.red-label {
  pointer-events: auto;
  background-color: #fff;
  border-width: 0;
  border-color: #000;
  display: none;
}

._w-nav-menu-btn-icon {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-right: 0;
  display: flex;
}

.nav-menu-btn-line {
  perspective-origin: 100%;
  transform-origin: 100%;
  color: #707070;
  background-color: #666;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.nav-menu-btn-line.long {
  background-color: #707070;
  width: 25px;
  height: 4px;
}

.menu-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 300;
  line-height: 64px;
  text-decoration: none;
}

.menu-text.smol {
  color: var(--mfs-blue);
  text-align: left;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 52px;
}

.popout-menu-container {
  z-index: 99;
  pointer-events: none;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0;
  overflow: hidden;
}

.menu-container {
  pointer-events: auto;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  overflow: visible;
}

.menu-bar {
  background-color: #d56931;
  width: 50px;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.menu-bar.x {
  background-color: var(--mfs-blue);
  transform: rotate(45deg);
}

.menu-bar.x._2 {
  background-color: #000;
  width: 50px;
  position: absolute;
  transform: rotate(-45deg);
}

.menu-item {
  pointer-events: auto;
  border-bottom: 2px solid #000;
  padding: 10px 100px 10px 40px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.menu-item:hover {
  background-color: var(--mfs-gold);
}

.menu-item.w--current {
  pointer-events: auto;
  color: #111;
  border-bottom: 2px solid #111;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 10px 40px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.popout-menu {
  pointer-events: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  display: flex;
}

.faq-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 15dvh 40px;
  display: flex;
}

.accordion_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 80%;
  display: flex;
}

.accordion {
  border: 4px solid var(--mfs-blue);
  border-radius: 20px;
}

.accordion_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.accordion_icon-wrapper {
  width: .875rem;
  height: .875rem;
}

.accordion_panel {
  flex-flow: column;
  padding: 0 1.5rem 1.5rem;
  display: none;
}

.accordion-text {
  text-transform: uppercase;
  font-family: Nimbus Sans Extd, Arial, sans-serif;
  font-size: 1.5em;
}

.link-3 {
  color: var(--mfs-gold);
}

.accordion-header {
  color: var(--mfs-blue);
}

.code-embed {
  color: var(--mfs-blue);
  width: 15px;
}

.sticker-image {
  z-index: 1;
  position: absolute;
  bottom: 18%;
  right: 40px;
  transform: rotate(-23deg);
}

.sticker-image._2 {
  z-index: 2;
  width: 200px;
  bottom: 30%;
  right: 100px;
  transform: rotate(-21deg);
}

.sticker-image._3 {
  right: 220px;
  transform: rotate(7deg);
}

.sticker-image._4 {
  top: 20%;
  bottom: auto;
  right: 100px;
  transform: rotate(12deg);
}

.sticker-image._5 {
  left: 5%;
  right: auto;
  transform: rotate(15deg);
}

.sticker-image._6 {
  width: 200px;
  left: 25%;
  right: auto;
  transform: rotate(-12deg);
}

.sticker-image._7 {
  width: 200px;
  inset: 25% auto auto 5%;
  transform: rotate(-23deg);
}

.code-embed-2 {
  width: 100%;
}

.slider {
  background-color: var(--white);
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.slide {
  vertical-align: baseline;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.slide-nav {
  display: none;
}

.icon, .icon-2 {
  color: #000;
}

.barcodes {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.barcodes.perfromance {
  padding-left: 20px;
  padding-right: 20px;
}

.image-4 {
  width: 100%;
}

.contact-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.email-address {
  color: var(--white);
  letter-spacing: 1px;
  padding-right: 10px;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-weight: 300;
}

.image-5 {
  height: auto;
}

.image-5.small {
  max-width: 25%;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.heading-3 {
  color: #101b39;
  text-transform: uppercase;
  width: 100%;
  font-family: Nimbus Sans Extd, Arial, sans-serif;
  font-size: 3em;
  line-height: 36px;
}

.heading-3.phone {
  color: #f2bb24;
  margin-top: 20px;
  margin-bottom: 20px;
  position: static;
  top: 200px;
  bottom: auto;
}

.heading-3.phone._3 {
  color: #fff;
}

.paragraph-3 {
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-weight: 300;
}

.paragraph-3.phone {
  color: #fff;
  overflow-wrap: normal;
  margin-bottom: 10px;
}

.paragraph-3.phone._1 {
  color: #101b39;
}

.div-block-3 {
  height: 100vh;
}

.link-7, .link-8 {
  color: var(--mfs-blue);
  text-decoration: none;
}

.link-9, .link-10 {
  color: var(--white);
  text-decoration: none;
}

.desktop-image {
  mix-blend-mode: darken;
  max-width: 100%;
  height: auto;
  margin-top: 40px;
  margin-right: -50px;
  position: relative;
}

.blog-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.blog-container:hover {
  background-color: var(--mfs-gold);
}

.image-7 {
  width: 30%;
}

.blog-details {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.image-8 {
  max-height: 30vh;
}

.image-9 {
  border: 4px solid var(--mfs-blue);
  border-radius: 20px;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-top: 0;
  padding-left: 20px;
  display: flex;
}

.video-container {
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.slider-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10vh;
  display: flex;
}

.text-block-7 {
  color: var(--mfs-gold);
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-weight: 700;
}

.header-text {
  color: var(--mfs-blue);
  text-transform: uppercase;
  width: 80%;
  font-family: Nimbus Sans Extd, Arial, sans-serif;
  font-size: 2.5em;
  line-height: .8;
}

.header-text.phone {
  color: var(--mfs-gold);
  margin-top: 20px;
  margin-bottom: 20px;
  position: static;
  top: 200px;
  bottom: auto;
}

.header-text.phone._1 {
  color: var(--mfs-blue);
}

.header-text.phone._3 {
  color: var(--white);
}

.header-text.large {
  color: var(--white);
  font-size: 72px;
  line-height: 72px;
}

.header-text.large.left {
  color: var(--mfs-blue);
  text-align: left;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.header-text.large.gold {
  color: var(--mfs-gold);
}

.header-text.built-for {
  text-align: left;
  text-transform: uppercase;
  padding-left: 20px;
  font-size: 32px;
  line-height: 32px;
}

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

.affiliates-section {
  height: 100vh;
}

.u-text-bg-green {
  color: #fff;
  background-color: #125a66;
  border-radius: .5rem;
  padding: .1rem 1rem;
  display: inline-block;
  transform: rotate(4deg);
}

.u-container-l {
  max-width: 100rem;
}

.slider01_slide {
  width: 100%;
  margin-right: 2rem;
}

.title-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.title-wrap.u-max-w--72 {
  margin-top: 40px;
}

.text-size-medium {
  font-size: 1.125rem;
}

.slider01_mask {
  width: 25%;
  overflow: visible;
}

.testimonial20_arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial-card_stars-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.slider_arrow {
  border: 2px solid #585858;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s ease-out;
  display: flex;
  inset: auto 0% 0% auto;
}

.slider_arrow:hover {
  background-color: var(--mfs-gold);
}

.slider_arrow.is-left {
  left: 0;
  right: auto;
}

.slider_arrow.is-left:hover {
  background-color: var(--mfs-gold);
}

.slider01_comp {
  background-color: #0000;
  height: auto;
  padding-bottom: 2rem;
  position: relative;
}

.section {
  padding-top: 140px;
  overflow: hidden;
}

.testimonial-card_content-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.testimonial-person_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.section_inner {
  grid-row-gap: 0px;
  flex-direction: column;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.u-txt-semibold {
  font-weight: 600;
}

.testimonial-person_img {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.slider_pagination {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

.testimonial-card_star {
  width: 1.25rem;
  height: 1.25rem;
}

.testimonial-card1_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #49432829;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.slide-container-logo {
  justify-content: space-between;
  align-items: center;
  height: 150px;
  display: flex;
}

.slide-container-logo.words {
  justify-content: space-around;
  height: 100px;
}

.mobile-image {
  mix-blend-mode: darken;
  max-width: 100%;
  height: auto;
  margin-top: 40px;
  margin-right: -50px;
  display: none;
  position: relative;
}

.bold-text-3 {
  color: var(--mfs-gold);
}

.link-11 {
  color: var(--mfs-blue);
  text-align: center;
  margin-top: 10px;
  font-family: Avenir LT Pro, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.text-span-10 {
  text-decoration: none;
}

.text-span-11 {
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .left-container {
    padding-right: 15dvw;
  }

  .right-container {
    padding-left: 15dvw;
  }

  .text-block-6.black {
    font-family: Avenir LT Pro, Arial, sans-serif;
    font-weight: 500;
  }

  .umbrella-links {
    width: 600px;
    height: 600px;
  }

  .phone-section._2 {
    background-color: var(--mfs-blue);
    background-image: none;
  }

  .phone-section._3 {
    background-color: var(--mfs-gold);
    background-image: none;
  }

  .phone-section._1 {
    background-color: var(--white);
    background-image: none;
  }

  .umbrella-link {
    top: 180px;
    left: 165px;
  }

  .umbrella-link.faze.w--current {
    top: 206px;
    left: 279px;
  }

  .paragraph.small.phone._1 {
    margin-bottom: 0;
  }

  .height-2 {
    display: none;
  }

  .height-2.xl {
    display: flex;
  }

  .y2k-menu.red-label {
    background-color: #fff;
    border-width: 0;
    border-color: #000;
  }

  .menu-text.smol {
    font-size: 48px;
    line-height: 52px;
  }

  .popout-menu-container {
    display: none;
  }

  .menu-item, .menu-item.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-5 {
    width: 75%;
  }

  .image-5.small {
    width: auto;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .receipt-section {
    height: auto;
  }

  .left-container {
    padding-right: 15dvw;
  }

  .right-container {
    padding-left: 15dvw;
  }

  .phone-image {
    width: 720px;
    height: 720px;
  }

  .umbrella-links {
    width: 720px;
    height: 720px;
    top: 3.5%;
  }

  .umbrella-link {
    top: 220px;
    left: 211px;
  }

  .umbrella-link.w--current {
    top: 211px;
    left: 198px;
  }

  .umbrella-link.ganga.w--current {
    top: 259px;
    left: 256px;
  }

  .umbrella-link.xset.w--current {
    top: 511px;
    left: 336px;
  }

  .umbrella-link.houseparty.w--current {
    top: 457px;
    left: 468px;
  }

  .umbrella-link.glvssic.w--current {
    top: 128px;
    left: 329px;
  }

  .umbrella-link.upland.w--current {
    top: 442px;
    left: 186px;
  }

  .umbrella-link.grizzley.w--current {
    top: 250px;
    left: 423px;
  }

  .umbrella-link.opus.w--current {
    top: 332px;
    left: 461px;
  }

  .umbrella-link.vayder.w--current {
    top: 199px;
    left: 475px;
  }

  .umbrella-link.jbl.w--current {
    top: 402px;
    left: 405px;
  }

  .umbrella-link.k5.w--current {
    top: 420px;
    left: 339px;
  }

  .umbrella-link.fnk.w--current {
    top: 309px;
    left: 536px;
  }

  .umbrella-link.clinton.w--current {
    top: 391px;
    left: 274px;
  }

  .umbrella-link.offset.w--current {
    top: 478px;
    left: 240px;
  }

  .umbrella-link.faze.w--current {
    top: 249px;
    left: 338px;
  }

  .section-horizontal.product {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .height-2.xl {
    display: flex;
  }

  .sticker-image {
    z-index: 1;
    position: absolute;
    bottom: 15%;
    right: 40px;
    transform: rotate(-23deg);
  }

  .sticker-image._2 {
    z-index: 2;
    width: 200px;
    bottom: 30%;
    right: 100px;
    transform: rotate(-31deg);
  }

  .sticker-image._3 {
    bottom: 18%;
    right: 220px;
    transform: rotate(7deg);
  }

  .sticker-image._4 {
    top: 20%;
    bottom: auto;
    right: 100px;
    transform: rotate(12deg);
  }

  .slide {
    vertical-align: baseline;
  }

  .div-block {
    width: 80%;
  }

  .desktop-image {
    margin-right: -50px;
  }

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

  .mobile-image {
    margin-right: -50px;
  }
}

@media screen and (min-width: 1920px) {
  .receipt-section {
    height: auto;
  }

  .receipt-razor {
    margin-top: 100vh;
  }

  .heading.large.left.horizontal.product {
    position: static;
  }

  .heading.built-for.small {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-left: 0;
    font-size: 1.5em;
    display: flex;
  }

  .heading.custom {
    font-size: .5em;
  }

  .left-container {
    padding-right: 10dvw;
  }

  .right-container {
    padding-left: 10dvw;
  }

  .phone-image, .umbrella-links {
    width: 720px;
    height: 720px;
  }

  .phone-section._2, .phone-section._3 {
    background-image: none;
  }

  .umbrella-link {
    width: 100px;
    height: 100px;
    top: 281px;
    left: 256px;
  }

  .umbrella-link.w--current {
    width: 75px;
    height: 75px;
    top: 166px;
    left: 170px;
  }

  .umbrella-link.ganga.w--current {
    top: 233px;
    left: 236px;
  }

  .umbrella-link.xset.w--current {
    top: 497px;
    left: 324px;
  }

  .umbrella-link.houseparty.w--current {
    top: 438px;
    left: 456px;
  }

  .umbrella-link.raesremmurd.w--current {
    width: 120px;
    height: 70px;
    top: 364px;
    left: 133px;
  }

  .umbrella-link.glvssic.w--current {
    top: 132px;
    left: 320px;
  }

  .umbrella-link.upland.w--current {
    top: 422px;
    left: 177px;
  }

  .umbrella-link.grizzley.w--current {
    top: 240px;
    left: 407px;
  }

  .umbrella-link.opus.w--current {
    top: 327px;
    left: 457px;
  }

  .umbrella-link.vayder.w--current {
    top: 188px;
    left: 463px;
  }

  .umbrella-link.jbl.w--current {
    top: 387px;
    left: 395px;
  }

  .umbrella-link.k5.w--current {
    top: 406px;
    left: 329px;
  }

  .umbrella-link.fnk.w--current {
    height: 150px;
    top: 288px;
    left: 546px;
  }

  .umbrella-link.clinton.w--current {
    top: 383px;
    left: 264px;
  }

  .umbrella-link.offset.w--current {
    top: 469px;
    left: 230px;
  }

  .umbrella-link.faze.w--current {
    top: 246px;
    left: 321px;
  }

  .paragraph.small.phone._1.scan.bullet {
    padding-left: 20px;
  }

  .receipt-box {
    margin-bottom: -50px;
  }

  .razor-image {
    margin-bottom: -100px;
  }

  .video-section {
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
  }

  .section-horizontal.product {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    display: flex;
  }

  .height-2 {
    display: none;
  }

  .height-2.xl {
    display: flex;
  }

  .split-lines {
    font-size: 3em;
    line-height: 1;
  }

  .pricing_card-corner {
    bottom: -20px;
  }

  .video {
    width: 60%;
  }

  .platforms-container._4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
  }

  .letter {
    padding: 100px;
  }

  .slider {
    width: 70%;
  }

  .div-block {
    width: 100%;
  }

  .image-5.small {
    max-width: 30%;
    max-height: 100px;
  }

  .desktop-image {
    max-width: 100%;
    height: auto;
    margin-right: -50px;
  }

  .div-block-4 {
    width: 80%;
    padding-left: 40px;
  }

  .background-video {
    height: 80vh;
    margin-top: 10vh;
  }

  .youtube-3 {
    width: 90%;
  }

  .video-container {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 10vh;
    display: flex;
  }

  .video-section-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-text {
    font-size: 3em;
    line-height: 1;
  }

  .u-container-l.is-tb-x2 {
    max-width: none;
  }

  .slider01_mask {
    width: 15%;
  }

  .slider01_mask.words {
    width: 25%;
  }

  .slider_arrow, .slider_arrow.is-left {
    position: absolute;
  }

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

  .code-embed-3 {
    height: 100%;
  }

  .mobile-image {
    max-width: 100%;
    height: auto;
    margin-right: -50px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link-container {
    display: none;
  }

  .receipt-razor {
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .heading.phone {
    margin-bottom: 10px;
  }

  .heading.large {
    font-size: 64px;
    line-height: 64px;
  }

  .heading.large.left.built-for {
    font-size: 3em;
  }

  .left-container {
    align-items: flex-start;
    height: 100%;
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 100px;
  }

  .left-container.product {
    width: 100%;
  }

  .right-container {
    height: 100%;
    display: flex;
  }

  .phone-image {
    flex: none;
    width: 400px;
    height: 400px;
    inset: 20vh auto 0;
  }

  .webgl-container {
    display: flex;
  }

  .umbrella-links {
    flex: none;
    width: 400px;
    height: 400px;
    inset: 100px auto 0;
  }

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

  .phone-section {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    inset: 0%;
  }

  .umbrella-link {
    flex: none;
    width: 25px;
    height: 25px;
    inset: 120px 0 0 29%;
  }

  .umbrella-link.w--current {
    top: 116px;
    left: 110px;
  }

  .umbrella-link.ganga.w--current {
    top: 146px;
    left: 142px;
  }

  .umbrella-link.xset.w--current {
    top: 284px;
    left: 189px;
  }

  .umbrella-link.houseparty.w--current {
    top: 256px;
    left: 263px;
  }

  .umbrella-link.raesremmurd.w--current {
    top: 207px;
    left: 70px;
  }

  .umbrella-link.glvssic.w--current {
    height: 50px;
    top: 74px;
    left: 187px;
  }

  .umbrella-link.upland.w--current {
    top: 245px;
    left: 103px;
  }

  .umbrella-link.grizzley.w--current {
    top: 138px;
    left: 238px;
  }

  .umbrella-link.opus.w--current {
    top: 186px;
    left: 261px;
  }

  .umbrella-link.vayder.w--current {
    top: 112px;
    left: 269px;
  }

  .umbrella-link.jbl.w--current {
    top: 225px;
    left: 228px;
  }

  .umbrella-link.k5.w--current {
    top: 234px;
    left: 189px;
  }

  .umbrella-link.fnk.w--current {
    height: 75px;
    top: 160px;
    left: 306px;
  }

  .umbrella-link.clinton.w--current {
    top: 219px;
    left: 154px;
  }

  .umbrella-link.offset.w--current {
    top: 263px;
    left: 139px;
  }

  .umbrella-link.faze.w--current {
    top: 139px;
    left: 190px;
  }

  .paragraph.phone {
    font-size: 16px;
    line-height: 18px;
  }

  .paragraph.small.phone {
    font-size: 14px;
    line-height: 18px;
  }

  .receipt-box {
    height: auto;
    margin-bottom: -57px;
    bottom: 40px;
  }

  .receipt {
    width: 400px;
  }

  .height-2 {
    display: none;
  }

  .height-2.mobile {
    display: block;
  }

  .split-lines {
    font-size: 24px;
    line-height: 24px;
  }

  .split-lines.phone {
    margin-bottom: 10px;
  }

  .split-lines.large {
    font-size: 64px;
    line-height: 64px;
  }

  .tab-pane-tab-2 {
    width: 60%;
  }

  .pricing_detail-grid {
    grid-template-columns: 1fr;
  }

  .pricing_wrap {
    min-height: 1250px;
  }

  .text-size-large {
    font-size: 3rem;
  }

  .pricing_tabs-content {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    display: flex;
  }

  .pricing_detail-image {
    min-height: auto;
    max-height: 300px;
  }

  .pricing_tabs {
    margin-top: 10px;
  }

  .pricing_details-wrap {
    min-width: 145%;
    min-height: auto;
    margin-top: 0;
    display: none;
    left: -20%;
  }

  .pricing_details-wrap.is-third {
    min-width: 145%;
    margin-top: 0;
    display: none;
    bottom: 0%;
    left: -20%;
  }

  .pricing_details-wrap.is-second, .pricing_card-animation.desktop {
    display: none;
  }

  .pricing_card-animation.mobile {
    display: block;
  }

  .tab-pane-tab-1 {
    width: 60%;
  }

  .pricing_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blur {
    bottom: -20vh;
  }

  .blur._2 {
    bottom: -30vh;
  }

  .blur._2.product {
    top: 0;
    bottom: auto;
  }

  ._2-col {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .label-section.product.top {
    padding-bottom: 0;
  }

  .label-container {
    flex-flow: column;
  }

  .pricing_wrap-2 {
    min-height: 1250px;
  }

  .pricing_grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .platforms-container, .platforms-container._2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .platforms-container._3 {
    flex-flow: column;
    align-items: flex-start;
  }

  .platforms-container._4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: 10vh;
    position: static;
  }

  .platform-logo {
    width: 160px;
  }

  .y2k-menu.red-label {
    display: flex;
  }

  .popout-menu-container {
    width: 100%;
    display: none;
  }

  .menu-item {
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .menu-item.w--current {
    height: auto;
  }

  .popout-menu {
    padding-right: 40px;
  }

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

  .heading-3.phone {
    margin-bottom: 10px;
  }

  .paragraph-3.phone {
    font-size: 16px;
    line-height: 18px;
  }

  .desktop-image {
    height: 50vh;
    display: none;
  }

  .header-text {
    font-size: 24px;
    line-height: 24px;
  }

  .header-text.phone {
    margin-bottom: 10px;
  }

  .header-text.large {
    font-size: 64px;
    line-height: 64px;
  }

  .slider01_mask {
    width: 50%;
  }

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

  .mobile-image {
    max-width: 80%;
    height: auto;
    margin-right: 0;
    display: inline-flex;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 150px;
  }

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

  .heading.large {
    font-size: 48px;
    line-height: 48px;
  }

  .heading.large.left.horizontal {
    top: 15vh;
  }

  .heading.large.left.horizontal._3 {
    top: 65vh;
  }

  .heading.large.gold {
    width: auto;
  }

  .left-container {
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .text-block-5 {
    width: 275px;
    font-size: 18px;
    line-height: 24px;
  }

  .right-container {
    display: none;
  }

  .phone-image {
    padding-bottom: 10px;
    inset: 20vh auto 0%;
  }

  .text-block-6 {
    width: 275px;
    font-size: 18px;
    line-height: 24px;
  }

  .collection-list-wrapper-2 {
    bottom: 30%;
  }

  .umbrella-links {
    width: 400px;
    height: 400px;
    top: 15%;
    left: auto;
    right: auto;
  }

  .umbrella-link {
    width: 25px;
    height: 25px;
    top: 120px;
    left: 120px;
    right: 0;
  }

  .umbrella-link.w--current {
    top: 123px;
  }

  .umbrella-link.houseparty.w--current {
    top: 253px;
    left: 259px;
  }

  .umbrella-link.upland.w--current {
    left: 108px;
  }

  .umbrella-link.grizzley.w--current {
    top: 142px;
    left: 235px;
  }

  .umbrella-link.opus.w--current {
    left: 255px;
  }

  .umbrella-link.fnk.w--current {
    left: 294px;
  }

  .paragraph.phone {
    font-size: 14px;
    line-height: 16px;
  }

  .paragraph.small.phone {
    font-size: 12px;
    line-height: 16px;
  }

  .split-lines {
    font-size: 18px;
    line-height: 18px;
  }

  .split-lines.large {
    font-size: 48px;
    line-height: 48px;
  }

  .tab-pane-tab-2 {
    width: 100%;
  }

  .pricing_wrap {
    min-height: 1300px;
  }

  .text-size-large {
    font-size: 2rem;
  }

  .pricing_details-wrap {
    min-width: 100%;
    display: none;
    top: 0%;
    left: 0%;
  }

  .pricing_details-wrap.is-third {
    min-width: 100%;
    display: none;
    left: 0%;
  }

  .pricing_details-wrap.is-second {
    display: none;
  }

  .tab-pane-tab-1 {
    width: 100%;
  }

  .pricing_wrap-2 {
    min-height: 1300px;
  }

  .platforms-container {
    top: 20vh;
  }

  .platform-logo {
    width: 80px;
  }

  .phone-number {
    display: none;
  }

  ._w-nav-menu-btn-icon {
    margin-right: 0;
  }

  .menu-text {
    font-size: 36px;
    line-height: 36px;
  }

  .menu-text.smol {
    font-size: 36px;
    line-height: 48px;
  }

  .menu-container {
    width: 40px;
    height: 40px;
  }

  .menu-bar {
    width: 40px;
    height: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .menu-item {
    padding-left: 20px;
  }

  .menu-item.w--current {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .popout-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .email-address {
    display: none;
  }

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

  .paragraph-3.phone {
    font-size: 14px;
    line-height: 16px;
  }

  .header-text {
    font-size: 18px;
    line-height: 18px;
  }

  .header-text.large {
    font-size: 48px;
    line-height: 48px;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .slider01_mask {
    width: 80%;
  }

  .slider_arrow.is-left {
    right: 3.5rem;
  }

  .testimonial-person_item {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .h1 {
    font-size: 2.5rem;
  }

  .testimonial-card1_item {
    padding: 1.5rem;
  }
}

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

  .button {
    margin-left: 0;
  }

  .header, .masked-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .receipt-section {
    height: 160vh;
  }

  .receipt-razor {
    width: 100vw;
  }

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

  .horizontal-scroll {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading {
    width: 100%;
  }

  .heading.phone._1.blog {
    line-height: 1;
  }

  .heading.large {
    font-size: 42px;
    line-height: 42px;
  }

  .heading.large.left {
    padding-left: 20px;
    padding-right: 0;
    font-size: 2em;
    line-height: 36px;
  }

  .heading.large.left.product {
    white-space: normal;
    word-break: normal;
    padding-left: 0;
  }

  .heading.large.left.product.faq {
    padding-left: 0;
  }

  .heading.large.left.built-for {
    font-size: 2em;
  }

  .heading.large.left.horizontal {
    padding-left: 20px;
    font-size: 1.5em;
    line-height: 1;
  }

  .heading.large.left.horizontal._3 {
    padding-left: 0;
  }

  .heading.large.left.horizontal.product {
    font-size: 1.5em;
  }

  .heading.large.left.work {
    padding-left: 0;
  }

  .heading.large.gold {
    font-size: 28px;
    line-height: 28px;
  }

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

  .heading.built-for.small {
    font-size: 1em;
  }

  .left-container {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-container.product {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-5 {
    width: auto;
    margin-bottom: 60px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 32px;
    bottom: 0;
  }

  .phone-image {
    width: 350px;
    height: 350px;
    padding: 0;
    top: 15dvh;
    left: auto;
    overflow: hidden;
  }

  .phone-image.product {
    width: 70%;
  }

  .text-block-6 {
    width: auto;
    margin-bottom: 60px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 32px;
    bottom: 0;
  }

  .text-block-6.black {
    width: auto;
    padding-right: 20px;
  }

  .webgl-container {
    display: flex;
  }

  .collection-list-wrapper-2 {
    width: auto;
    font-size: 10px;
    bottom: 30%;
  }

  .umbrella-links {
    flex: none;
    width: 350px;
    height: 350px;
    top: 140px;
    left: auto;
    right: auto;
  }

  .row {
    height: 100vh;
  }

  .text-span-4 {
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 24px;
  }

  .text-span-4.black {
    font-size: 12px;
  }

  .phone-section {
    justify-content: center;
    height: 150%;
  }

  .phone-section._2, .phone-section._3, .phone-section._1 {
    justify-content: center;
  }

  .umbrella-link {
    width: 25px;
    height: 25px;
    position: absolute;
    inset: 100px 0 0 100px;
  }

  .umbrella-link.w--current {
    top: 103px;
    left: 104px;
  }

  .umbrella-link.ganga.w--current {
    top: 127px;
    left: 128px;
  }

  .umbrella-link.xset.w--current {
    top: 243px;
    left: 162px;
  }

  .umbrella-link.houseparty.w--current {
    top: 217px;
    left: 218px;
  }

  .umbrella-link.raesremmurd.w--current {
    width: 50px;
    top: 179px;
    left: 81px;
  }

  .umbrella-link.glvssic.w--current {
    top: 67px;
    left: 160px;
  }

  .umbrella-link.upland.w--current {
    top: 209px;
    left: 100px;
  }

  .umbrella-link.grizzley.w--current {
    top: 122px;
    left: 200px;
  }

  .umbrella-link.opus.w--current {
    top: 161px;
    left: 216px;
  }

  .umbrella-link.vayder.w--current {
    top: 98px;
    left: 222px;
  }

  .umbrella-link.jbl.w--current {
    top: 195px;
    left: 189px;
  }

  .umbrella-link.k5.w--current {
    top: 205px;
    left: 162px;
  }

  .umbrella-link.fnk.w--current {
    top: 136px;
    left: 250px;
  }

  .umbrella-link.clinton.w--current {
    top: 190px;
    left: 137px;
  }

  .umbrella-link.offset.w--current {
    top: 227px;
    left: 127px;
  }

  .umbrella-link.faze.w--current {
    top: 128px;
    left: 162px;
  }

  .paragraph.small.phone._1.scan {
    margin-bottom: 0;
  }

  .receipt-box {
    width: 100%;
    margin-bottom: 0;
    bottom: 0;
  }

  .razor-image {
    width: auto;
  }

  .scan-lines {
    background-size: contain;
  }

  .data-block {
    margin-top: 140px;
  }

  .data-heading {
    font-size: 72px;
    line-height: 72px;
  }

  .receipt {
    width: 90%;
  }

  .video-section {
    flex-flow: column;
    overflow: visible;
  }

  .overview-description {
    width: 100%;
    padding-left: 0;
  }

  .youtube {
    width: 100%;
  }

  .client-logo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .height-2 {
    height: 400dvh;
  }

  .height-2.mobile {
    height: 200dvh;
  }

  .full-page.is-horizontal-scroll-section {
    align-items: center;
    height: auto;
  }

  .full-page.is-horizontal-scroll-section.last {
    display: flex;
  }

  .split-lines {
    width: 100%;
  }

  .split-lines.large {
    font-size: 42px;
    line-height: 42px;
  }

  .split-lines.large.left {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
    line-height: 36px;
  }

  .split-lines.large.gold {
    font-size: 28px;
    line-height: 28px;
  }

  .split-lines.built-for {
    font-size: 18px;
    line-height: 18px;
  }

  .text-size-xlarge.text-weight-bold {
    font-size: 3rem;
  }

  .pricing_button-wrap {
    flex-flow: column;
  }

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

  .text-size-large {
    font-size: 1.5rem;
  }

  .pricing_details-wrap {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .pricing_details-wrap.is-third, .pricing_details-wrap.is-second {
    display: none;
  }

  .pricing_custom-size {
    font-size: 2rem;
  }

  .pricing_back-button {
    width: 100%;
  }

  .pricing_card-animation.desktop {
    display: none;
  }

  .pricing_submit-button {
    width: 100%;
  }

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

  .pricing_tab-link, .pricing_tab-link.w--current {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing_first-card {
    min-height: auto;
  }

  .pricing_checkbox {
    width: 15px;
    height: 15px;
  }

  .pricing_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pricing-container {
    padding-left: 0;
    padding-right: 0;
  }

  .blur {
    bottom: -15vh;
  }

  .blur._2 {
    bottom: -10vh;
  }

  .blur._2.product {
    top: 20vh;
    bottom: auto;
  }

  .youtube-2, .video {
    width: 100%;
  }

  ._2-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .label-section {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .label-section.product {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .label-container.supporting {
    padding-top: 40px;
  }

  .pricing-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing_wrap-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing_tab-menus-2 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .pricing_tab-link-2, .pricing_tab-link-2.w--current {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing_first-card-2 {
    min-height: auto;
  }

  .platforms-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    top: 20vh;
  }

  .platforms-container._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    top: 45vh;
  }

  .platforms-container._3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 10vh;
    top: 75vh;
  }

  .platforms-container._4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    top: 50vh;
  }

  .platform-logo {
    width: 200px;
  }

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

  .phone-number {
    font-size: 12px;
    display: none;
  }

  .phone-icon {
    width: auto;
    height: 20px;
  }

  .login {
    padding-right: 10px;
    font-size: 12px;
  }

  .link {
    font-size: 12px;
  }

  .letter {
    width: 90%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-2 {
    font-size: 1.1em;
    line-height: 1.2;
  }

  .rich-text-block {
    font-family: Avenir LT Pro, Arial, sans-serif;
  }

  .y2k-menu {
    display: flex;
  }

  ._w-nav-menu-btn-icon {
    margin-right: 0;
  }

  .menu-text {
    font-size: 36px;
  }

  .menu-text.smol {
    font-size: 28px;
    line-height: 36px;
  }

  .menu-container {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: relative;
  }

  .menu-bar {
    width: 25px;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .menu-bar.x {
    position: absolute;
    transform: rotate(45deg);
  }

  .menu-bar.x._2 {
    width: 25px;
    transform: rotate(-45deg);
  }

  .menu-item.w--current {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .popout-menu {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .faq-section {
    padding-left: 10px;
    padding-right: 0;
  }

  .accordion_wrapper {
    width: 90%;
  }

  .accordion {
    border-width: 4px;
  }

  .accordion_header {
    padding: 1rem .5rem 1rem 1rem;
  }

  .accordion_panel {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .accordion-text {
    font-size: 1.2em;
    line-height: 1;
  }

  .accordion-header {
    color: var(--mfs-blue);
    white-space: normal;
    word-break: normal;
    font-size: .8em;
  }

  .accordion-paragraph {
    font-size: 1em;
  }

  .link-4, .link-5, .link-6 {
    color: var(--mfs-gold);
  }

  .code-embed {
    color: var(--mfs-blue);
    width: 15px;
  }

  .sticker-image {
    width: 150px;
    bottom: 15%;
    right: 10%;
  }

  .sticker-image._2 {
    width: 100px;
    bottom: 25%;
    right: 10%;
  }

  .sticker-image._3 {
    right: 20%;
  }

  .sticker-image._4 {
    top: 25%;
    right: 10%;
  }

  .sticker-image._5 {
    bottom: 25%;
  }

  .sticker-image._7 {
    width: 150px;
  }

  .slider {
    background-color: var(--white);
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .slide {
    height: 100%;
  }

  .div-block {
    flex: 1;
    height: 100%;
    min-height: 100%;
    padding-bottom: 40px;
  }

  .contact-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .email-address {
    font-size: 12px;
  }

  .image-5 {
    display: none;
  }

  .heading-3 {
    width: 100%;
  }

  .blog-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-7 {
    width: 100%;
  }

  .blog-details {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-2 {
    font-size: .5em;
    line-height: .75;
  }

  .video-container {
    margin-top: 15vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-container {
    padding-bottom: 40px;
  }

  .footer {
    flex-flow: column;
    height: auto;
    margin-top: 40px;
  }

  .mask {
    min-height: 40vh;
  }

  .header-text {
    width: 100%;
  }

  .header-text.large {
    font-size: 42px;
    line-height: 42px;
  }

  .header-text.large.left {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
    line-height: 36px;
  }

  .header-text.large.gold {
    font-size: 28px;
    line-height: 28px;
  }

  .header-text.built-for {
    font-size: 18px;
    line-height: 18px;
  }

  .slider01_slide {
    margin-right: 1rem;
  }

  .slider01_mask {
    width: 75%;
  }

  .slider_arrow.is-left {
    right: auto;
  }

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

  .slide-container-logo {
    height: 200px;
  }

  .mobile-image {
    max-width: 90%;
  }

  .bold-text-3 {
    letter-spacing: 0;
  }
}

#w-node-_322ed990-be07-cabd-c3a2-c07a6362eafc-a6db873c, #w-node-_322ed990-be07-cabd-c3a2-c07a6362eb30-a6db873c, #w-node-_322ed990-be07-cabd-c3a2-c07a6362eb64-a6db873c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Avenir LT Pro';
  src: url('../fonts/AvenirLTProLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir LT Pro';
  src: url('../fonts/AvenirLTProHeavy.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir LT Pro';
  src: url('../fonts/AvenirLTProMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nimbus Sans Extd';
  src: url('../fonts/fonnts.com-Nimbus_Sans_Extd_Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}