@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;900&display=swap");
.text-light {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
}

.text-regular {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}

.text-medium {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

.text-semibold {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}

.text-bold {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

/* COLORS */
:root {
  --primary_blue: #2E3D49;
  --primary_blue_rgb: 46,61,73;
  --primary_lightblue: #00c4ff;
  --primary_lightblue_rgb: 0,169,224;
  --primary_green: #1CE180;
  --accent_darkgreen: #488950;
  --accent_coolgray: #7C889C;
  --accent_gray75: #383838;
  --accent_gray50: #70747D;
  --accent_gray25: #B7B9BD;
  --accent_gray10: #DDDFE5;
  --accent_gray05: #F5F6F7;
  --highlight_red: #FF4557;
  --highlight_lightblue: #A4E1DC;
  --color_cre: #246473;
  --color_retail: #0a8e8c;
  --color_restaurant: $primary_green;
  --color_franchise: #e89b26;
  --color_hospitality: #f4b120;
  --color_healthcare: #00acdf;
  --color_specialty_health: $highlight_red;
  --color_public_sector: #00a59e;
  --color_automotive: #2169b3;
  --color_private_equity: #a72d6e;
}

.green, .color--green {
  color: var(--primary_green);
}

.color--alt_green {
  color: #1CDA80;
}

.red, .color--red {
  color: var(--highlight_red);
}

.orange, .color--orange {
  color: #FFA147;
}

.purple, .color--purple {
  color: #8567FF;
}

.blue, .color--blue {
  color: var(--primary_blue);
}

.lightblue, .color--lightblue {
  color: var(--primary_lightblue);
}

.color--coolgray {
  color: #7C889C;
}

.color--darkgray {
  color: var(--accent_gray75);
}

.color--gray50 {
  color: var(--accent_gray50);
}

.gray, .color--gray {
  color: var(--accent_gray50);
}

.lightgray, .color--lightgray {
  color: var(--accent_gray10);
}

.lightestgray, .color--lightestgray {
  color: var(--accent_gray05);
}

.white, .color--white {
  color: white;
}

.color--black {
  color: #000000;
}

.bg-green, .bg--green {
  background-color: var(--primary_green);
}

.bg--alt_green {
  background-color: #1CDA80;
}

.bg-blue, .bg--blue {
  background-color: var(--primary_blue);
}

.bg--black {
  background-color: #000000;
}

.bg--darkgray {
  background-color: var(--accent_gray75);
}

.bg-gray, .bg--gray {
  background-color: var(--accent_gray50);
}

.bg-lightgray, .bg--lightgray {
  background-color: var(--accent_gray10);
}

.bg-lightestgray, .bg--lightestgray {
  background-color: var(--accent_gray05);
}

.bg--white {
  background-color: white;
}

.fill--green {
  fill: var(--primary_green);
}

.fill--blue {
  fill: var(--primary_blue);
}

.fill--lightblue {
  fill: var(--primary_lightblue);
}

.fill--black {
  fill: #000000;
}

.fill--accent_gray75 {
  fill: var(--accent_gray75);
}

.fill--accent_gray50 {
  fill: var(--accent_gray50);
}

.fill--accent_gray10 {
  fill: var(--accent_gray10);
}

.fill--accent_gray05 {
  fill: var(--accent_gray05);
}

.stroke--green {
  stroke: var(--primary_green);
}

.stroke--blue {
  stroke: var(--primary_blue);
}

.stroke--lightblue {
  stroke: var(--primary_lightblue);
}

.stroke--black {
  stroke: #000000;
}

.stroke--accent_gray75 {
  stroke: var(--accent_gray75);
}

.stroke--accent_gray50 {
  stroke: var(--accent_gray50);
}

.stroke--accent_gray10 {
  stroke: var(--accent_gray10);
}

.stroke--accent_gray05 {
  stroke: var(--accent_gray05);
}

* {
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-weight: normal;
  -webkit-font-feature-settings: "salt" 0;
          font-feature-settings: "salt" 0;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
}

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
p,
blockquote,
figure {
  margin: 0;
  padding: 0;
}

section,
main {
  display: block;
}

section {
  position: relative;
}
section .container {
  position: relative;
}
@media (min-width: 1024px) {
  section .container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
  font-weight: normal;
}

p {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 1.35rem;
  line-height: 1.5;
}
p.small {
  font-size: 1.15rem;
}
p.subhead {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 2.1rem;
  font-size: clamp(1.8rem, 6vw, 2.1rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-font-feature-settings: "salt" 1;
          font-feature-settings: "salt" 1;
}

ul.list {
  margin-left: 2rem;
  margin-bottom: 4rem;
}
ul.list li {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 0.8em;
  color: #2a3e4a;
}
ul.list li:before {
  content: "•";
  color: #2a3e4a;
  display: inline-block;
  width: 1.25em;
  margin-left: -1.25em;
  font-size: 1em;
}
ul.list.list--white li {
  color: white;
}
ul.list.list--white li::before {
  color: #1ce180;
}
ul.large li {
  font-size: 1.9rem;
}
ul.large li:before {
  width: 0.75em;
  margin-left: -0.75em;
  font-size: 1.5em;
}
ul.arrow li {
  display: flex;
  align-items: baseline;
}
ul.arrow li::before {
  content: "";
  display: block;
  background-image: url("../images/core-icons/icon-list_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 12px;
  padding-right: 20px;
}

strong, b {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-style: normal;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}

th {
  font-weight: normal;
  font-style: normal;
}

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

:focus {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.label {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 2.083em;
  text-transform: uppercase;
}
.label.label--large {
  font-size: 1.83rem;
  letter-spacing: 0.14em;
  margin-bottom: 1em;
}

.fixed {
  position: fixed;
  overflow: hidden;
}

.fill, section.mast > figure::after, .resources.update figure::after, .resources.update figure::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cover {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  display: flex;
  height: 100%;
  width: 100%;
}

.ampersand {
  -webkit-font-feature-settings: "salt" 1;
          font-feature-settings: "salt" 1;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  padding: 0;
  display: inline !important;
}

.btn {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  padding: 1.4rem 2.4rem 1.3rem;
  font-size: 1.232rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .btn {
    white-space: nowrap;
  }
}
.btn:hover {
  transition: 0.2s ease-in-out;
}
.btn.blue, .btn.btn--blue {
  background: #2E3D49;
  color: white;
}
.btn.blue:hover, .btn.btn--blue:hover {
  box-shadow: 0 1px 2px rgba(42, 62, 74, 0.16), 0 2px 4px rgba(42, 62, 74, 0.14), 0 4px 8px rgba(42, 62, 74, 0.12), 0 8px 16px rgba(42, 62, 74, 0.1), 0 16px 32px rgba(42, 62, 74, 0.08), 0 32px 64px rgba(42, 62, 74, 0.06);
}
.btn.green, .btn.btn--green {
  background: #1CE180;
  color: #2E3D49;
}
.btn.green:hover, .btn.btn--green:hover {
  box-shadow: 0 32px 64px 0 rgba(28, 225, 128, 0.1), 0 16px 32px 0 rgba(28, 225, 128, 0.12), 0 8px 16px 0 rgba(28, 225, 128, 0.14), 0 4px 8px 0 rgba(28, 225, 128, 0.16), 0 2px 4px 0 rgba(22, 194, 109, 0.5), 0 1px 2px 0 rgba(24, 185, 106, 0.6);
}
.btn.green.hover-on-blue:hover, .btn.btn--green.hover-on-blue:hover {
  box-shadow: 0 32px 64px 0 rgba(28, 225, 128, 0.1), 0 16px 32px 0 rgba(28, 225, 128, 0.12), 0 8px 16px 0 rgba(28, 225, 128, 0.14), 0 4px 8px 0 rgba(18, 45, 54, 0.16), 0 2px 4px 0 rgba(20, 48, 56, 0.5), 0 1px 2px 0 rgba(17, 46, 54, 0.6);
}
.btn.white, .btn.btn--white {
  background-color: white;
  color: #2E3D49;
}
.btn.large {
  font-size: 2.3rem;
  padding: 1.4rem 4.8rem;
}
.btn.btn--ghost {
  border: 1px solid;
}
.btn.btn--ghost.btn--blue {
  border-color: #2E3D49;
}
.btn.btn--ghost.btn--green {
  border-color: #1CE180;
}
.btn.btn--ghost.btn--white {
  border-color: #ffffff;
  color: #ffffff;
  background: transparent;
}
.btn.btn--cre {
  color: #ffffff;
  background-color: #246473;
}
.btn.btn--cre:hover {
  box-shadow: 0 32px 64px 0 rgba(36, 100, 115, 0.1), 0 16px 32px 0 rgba(36, 100, 115, 0.12), 0 8px 16px 0 rgba(36, 100, 115, 0.14), 0 4px 8px 0 rgba(36, 100, 115, 0.16), 0 2px 4px 0 rgba(36, 100, 115, 0.5), 0 1px 2px 0 rgba(36, 100, 115, 0.6);
}
.btn.btn--retail {
  color: #ffffff;
  background-color: #0a8e8c;
}
.btn.btn--retail:hover {
  box-shadow: 0 32px 64px 0 rgba(10, 142, 140, 0.1), 0 16px 32px 0 rgba(10, 142, 140, 0.12), 0 8px 16px 0 rgba(10, 142, 140, 0.14), 0 4px 8px 0 rgba(10, 142, 140, 0.16), 0 2px 4px 0 rgba(10, 142, 140, 0.5), 0 1px 2px 0 rgba(10, 142, 140, 0.6);
}
.btn.btn--restaurant {
  color: #ffffff;
  background-color: #1CE180;
}
.btn.btn--restaurant:hover {
  box-shadow: 0 32px 64px 0 rgba(28, 225, 128, 0.1), 0 16px 32px 0 rgba(28, 225, 128, 0.12), 0 8px 16px 0 rgba(28, 225, 128, 0.14), 0 4px 8px 0 rgba(28, 225, 128, 0.16), 0 2px 4px 0 rgba(28, 225, 128, 0.5), 0 1px 2px 0 rgba(28, 225, 128, 0.6);
}
.btn.btn--franchise {
  color: #ffffff;
  background-color: #e89b26;
}
.btn.btn--franchise:hover {
  box-shadow: 0 32px 64px 0 rgba(232, 155, 38, 0.1), 0 16px 32px 0 rgba(232, 155, 38, 0.12), 0 8px 16px 0 rgba(232, 155, 38, 0.14), 0 4px 8px 0 rgba(232, 155, 38, 0.16), 0 2px 4px 0 rgba(232, 155, 38, 0.5), 0 1px 2px 0 rgba(232, 155, 38, 0.6);
}
.btn.btn--hospitality {
  color: #ffffff;
  background-color: #f4b120;
}
.btn.btn--hospitality:hover {
  box-shadow: 0 32px 64px 0 rgba(244, 177, 32, 0.1), 0 16px 32px 0 rgba(244, 177, 32, 0.12), 0 8px 16px 0 rgba(244, 177, 32, 0.14), 0 4px 8px 0 rgba(244, 177, 32, 0.16), 0 2px 4px 0 rgba(244, 177, 32, 0.5), 0 1px 2px 0 rgba(244, 177, 32, 0.6);
}
.btn.btn--healthcare {
  color: #ffffff;
  background-color: #00acdf;
}
.btn.btn--healthcare:hover {
  box-shadow: 0 32px 64px 0 rgba(0, 172, 223, 0.1), 0 16px 32px 0 rgba(0, 172, 223, 0.12), 0 8px 16px 0 rgba(0, 172, 223, 0.14), 0 4px 8px 0 rgba(0, 172, 223, 0.16), 0 2px 4px 0 rgba(0, 172, 223, 0.5), 0 1px 2px 0 rgba(0, 172, 223, 0.6);
}
.btn.btn--specialty_health {
  color: #ffffff;
  background-color: #FF4557;
}
.btn.btn--specialty_health:hover {
  box-shadow: 0 32px 64px 0 rgba(255, 69, 87, 0.1), 0 16px 32px 0 rgba(255, 69, 87, 0.12), 0 8px 16px 0 rgba(255, 69, 87, 0.14), 0 4px 8px 0 rgba(255, 69, 87, 0.16), 0 2px 4px 0 rgba(255, 69, 87, 0.5), 0 1px 2px 0 rgba(255, 69, 87, 0.6);
}
.btn.btn--public_sector {
  color: #ffffff;
  background-color: #00a59e;
}
.btn.btn--public_sector:hover {
  box-shadow: 0 32px 64px 0 rgba(0, 165, 158, 0.1), 0 16px 32px 0 rgba(0, 165, 158, 0.12), 0 8px 16px 0 rgba(0, 165, 158, 0.14), 0 4px 8px 0 rgba(0, 165, 158, 0.16), 0 2px 4px 0 rgba(0, 165, 158, 0.5), 0 1px 2px 0 rgba(0, 165, 158, 0.6);
}
.btn.btn--automotive {
  color: #ffffff;
  background-color: #2169b3;
}
.btn.btn--automotive:hover {
  box-shadow: 0 32px 64px 0 rgba(33, 105, 179, 0.1), 0 16px 32px 0 rgba(33, 105, 179, 0.12), 0 8px 16px 0 rgba(33, 105, 179, 0.14), 0 4px 8px 0 rgba(33, 105, 179, 0.16), 0 2px 4px 0 rgba(33, 105, 179, 0.5), 0 1px 2px 0 rgba(33, 105, 179, 0.6);
}
.btn.btn--private_equity {
  color: #ffffff;
  background-color: #a72d6e;
}
.btn.btn--private_equity:hover {
  box-shadow: 0 32px 64px 0 rgba(167, 45, 110, 0.1), 0 16px 32px 0 rgba(167, 45, 110, 0.12), 0 8px 16px 0 rgba(167, 45, 110, 0.14), 0 4px 8px 0 rgba(167, 45, 110, 0.16), 0 2px 4px 0 rgba(167, 45, 110, 0.5), 0 1px 2px 0 rgba(167, 45, 110, 0.6);
}

.btn--lightblue {
  text-transform: none;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #00c4ff;
  border: 1px solid #00c4ff;
  transition: 0.15s ease-in-out;
}
.btn--lightblue.hover-shadow--blue {
  border-color: #00c4ff;
}
.btn--lightblue.hover-shadow--blue:hover {
  border-color: #66dcff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.12), 0 8px 16px rgba(42, 62, 74, 0.1), 0 16px 32px rgba(0, 196, 255, 0.08), 0 32px 64px rgba(0, 196, 255, 0.06);
}
.btn--lightblue.hover-shadow--lightblue {
  border-color: #00c4ff;
}
.btn--lightblue.hover-shadow--lightblue:hover {
  border-color: #66dcff;
  box-shadow: 0 1px 2px rgba(42, 62, 74, 0.16), 0 2px 4px rgba(42, 62, 74, 0.14), 0 4px 8px rgba(42, 62, 74, 0.12), 0 8px 16px rgba(0, 196, 255, 0.1), 0 16px 32px rgba(0, 196, 255, 0.08), 0 32px 64px rgba(0, 196, 255, 0.06);
}
.btn--lightblue.btn--large {
  font-size: 2rem;
  padding: 2rem 4rem;
}

.link {
  position: relative;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 1.232rem;
  transition: 0.6s;
  text-transform: uppercase;
}
.link:hover {
  transition: 0.6s;
}
.link:hover:after {
  width: 90%;
  opacity: 1;
  transition: 0.6s;
}
.link:after {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  width: 0%;
  height: 2px;
  background: var(--primary_lightblue);
  opacity: 0;
  transition: 0.6s;
}
.link.link--small {
  font-size: 1.3rem;
}
.link.color--white, .link.link--white {
  color: white;
}
.link.color--darkgray, .link.link--darkgray {
  color: var(--accent_gray75);
}
.link.color--green, .link.link--green {
  color: var(--primary_green);
}

.hide-overflow {
  overflow: hidden;
  display: block;
}

.appear {
  transition: 0.6s;
  display: block;
}
.appear.down {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.appear.up {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.appear.in-view {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

@media (min-width: 641px) {
  .delay-25 {
    transition-delay: 0.25s;
  }
}

@media (min-width: 641px) {
  .delay-50 {
    transition-delay: 0.5s;
  }
}

@media (min-width: 641px) {
  .delay-75 {
    transition-delay: 0.75s;
  }
}

@media (min-width: 641px) {
  .delay-100 {
    transition-delay: 1s;
  }
}

.fadein {
  opacity: 0;
  transition-duration: 1s;
}
.fadein.in-view {
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.fadeup {
  opacity: 0;
  transition-duration: 1s;
  -webkit-transform: translate3d(0, 8%, 0);
          transform: translate3d(0, 8%, 0);
}
.fadeup.in-view {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.fadeup-cascade > *:nth-child(1) {
  transition-delay: calc(1 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(2) {
  transition-delay: calc(2 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(3) {
  transition-delay: calc(3 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(4) {
  transition-delay: calc(4 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(5) {
  transition-delay: calc(5 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(6) {
  transition-delay: calc(6 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(7) {
  transition-delay: calc(7 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(8) {
  transition-delay: calc(8 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(9) {
  transition-delay: calc(9 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(10) {
  transition-delay: calc(10 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(11) {
  transition-delay: calc(11 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(12) {
  transition-delay: calc(12 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(13) {
  transition-delay: calc(13 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(14) {
  transition-delay: calc(14 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(15) {
  transition-delay: calc(15 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(16) {
  transition-delay: calc(16 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(17) {
  transition-delay: calc(17 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(18) {
  transition-delay: calc(18 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(19) {
  transition-delay: calc(19 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(20) {
  transition-delay: calc(20 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(21) {
  transition-delay: calc(21 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(22) {
  transition-delay: calc(22 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(23) {
  transition-delay: calc(23 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *:nth-child(24) {
  transition-delay: calc(24 * .15s);
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition-duration: 1s;
}
.fadeup-cascade > *.in-view:nth-child(1) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(2) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(3) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(4) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(5) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(6) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(7) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(8) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(9) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(10) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(11) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(12) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(13) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(14) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(15) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(16) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(17) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(18) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(19) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(20) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(21) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(22) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(23) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade > *.in-view:nth-child(24) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(1) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(2) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(3) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(4) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(5) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(6) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(7) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(8) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(9) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(10) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(11) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(12) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(13) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(14) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(15) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(16) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(17) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(18) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(19) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(20) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(21) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(22) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(23) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fadeup-cascade.in-view > *:nth-child(24) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideleft {
  opacity: 0;
  transition-duration: 1s;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}
.slideleft.in-view {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideleft-cascade > *:nth-child(1) {
  transition-delay: calc(1 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(2) {
  transition-delay: calc(2 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(3) {
  transition-delay: calc(3 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(4) {
  transition-delay: calc(4 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(5) {
  transition-delay: calc(5 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(6) {
  transition-delay: calc(6 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(7) {
  transition-delay: calc(7 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(8) {
  transition-delay: calc(8 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(9) {
  transition-delay: calc(9 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(10) {
  transition-delay: calc(10 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(11) {
  transition-delay: calc(11 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(12) {
  transition-delay: calc(12 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(13) {
  transition-delay: calc(13 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(14) {
  transition-delay: calc(14 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(15) {
  transition-delay: calc(15 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(16) {
  transition-delay: calc(16 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(17) {
  transition-delay: calc(17 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(18) {
  transition-delay: calc(18 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(19) {
  transition-delay: calc(19 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(20) {
  transition-delay: calc(20 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(21) {
  transition-delay: calc(21 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(22) {
  transition-delay: calc(22 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(23) {
  transition-delay: calc(23 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *:nth-child(24) {
  transition-delay: calc(24 * .15s);
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideleft-cascade > *.in-view:nth-child(1) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(2) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(3) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(4) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(5) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(6) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(7) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(8) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(9) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(10) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(11) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(12) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(13) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(14) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(15) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(16) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(17) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(18) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(19) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(20) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(21) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(22) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(23) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade > *.in-view:nth-child(24) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(1) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(2) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(3) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(4) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(5) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(6) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(7) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(8) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(9) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(10) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(11) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(12) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(13) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(14) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(15) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(16) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(17) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(18) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(19) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(20) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(21) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(22) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(23) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideleft-cascade.in-view > *:nth-child(24) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideright {
  opacity: 0;
  transition-duration: 1s;
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}
.slideright.in-view {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideright-cascade > *:nth-child(1) {
  transition-delay: calc(1 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(2) {
  transition-delay: calc(2 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(3) {
  transition-delay: calc(3 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(4) {
  transition-delay: calc(4 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(5) {
  transition-delay: calc(5 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(6) {
  transition-delay: calc(6 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(7) {
  transition-delay: calc(7 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(8) {
  transition-delay: calc(8 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(9) {
  transition-delay: calc(9 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(10) {
  transition-delay: calc(10 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(11) {
  transition-delay: calc(11 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(12) {
  transition-delay: calc(12 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(13) {
  transition-delay: calc(13 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(14) {
  transition-delay: calc(14 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(15) {
  transition-delay: calc(15 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(16) {
  transition-delay: calc(16 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(17) {
  transition-delay: calc(17 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(18) {
  transition-delay: calc(18 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(19) {
  transition-delay: calc(19 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(20) {
  transition-delay: calc(20 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(21) {
  transition-delay: calc(21 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(22) {
  transition-delay: calc(22 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(23) {
  transition-delay: calc(23 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *:nth-child(24) {
  transition-delay: calc(24 * .15s);
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  opacity: 0;
  transition-duration: 1s;
}
.slideright-cascade > *.in-view:nth-child(1) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(2) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(3) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(4) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(5) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(6) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(7) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(8) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(9) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(10) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(11) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(12) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(13) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(14) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(15) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(16) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(17) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(18) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(19) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(20) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(21) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(22) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(23) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade > *.in-view:nth-child(24) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(1) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(2) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(3) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(4) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(5) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(6) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(7) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(8) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(9) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(10) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(11) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(12) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(13) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(14) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(15) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(16) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(17) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(18) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(19) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(20) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(21) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(22) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(23) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slideright-cascade.in-view > *:nth-child(24) {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slidedown {
  opacity: 0;
  transition-duration: 1s;
  -webkit-transform: translate3d(0, -8%, 0);
          transform: translate3d(0, -8%, 0);
}
.slidedown.in-view {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.flipup {
  opacity: 0;
  -webkit-transform: perspective(500) rotateX(7deg) translate3d(0, 8%, 0);
}
.flipup.in-view {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  transition-duration: 1s;
  opacity: 1;
  -webkit-transform: perspective(0) rotateX(0deg) translate3d(0, 0, 0);
}

.flipleft {
  opacity: 0;
  -webkit-transform: perspective(500) rotateY(7deg) translate3d(20px, 0, 0);
}
.flipleft.in-view {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  transition-duration: 1s;
  opacity: 1;
  -webkit-transform: perspective(0) rotateX(0deg) translate3d(0, 0, 0);
}

.flipright {
  opacity: 0;
  -webkit-transform: perspective(500) rotateY(-7deg) translate3d(-20px, 0, 0);
}
.flipright.in-view {
  transition-timing-function: cubic-bezier(0, 0, 0.37, 1);
  transition-duration: 1s;
  opacity: 1;
  -webkit-transform: perspective(0) rotateX(0deg) translate3d(0, 0, 0);
}

.hbspt-form label:not(.hs-error-msg) {
  display: none;
}
.hbspt-form .hs-error-msg {
  position: relative;
  color: #e2053f;
  margin-bottom: 1rem;
  display: block;
  top: -0.5rem;
}
.hbspt-form legend {
  font-size: 1.4rem;
  color: var(--accent_gray50);
  display: block;
  margin-top: 2.5rem;
}
.hbspt-form input, .hbspt-form select, .hbspt-form textarea {
  width: 100%;
  background: #eeeef2;
  border: 0;
  border-radius: 0.4rem;
  min-height: 5.5rem;
  margin-bottom: 1rem;
  padding: 2rem;
  color: var(--primary_blue);
  font-size: 1.4rem;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  display: block;
  max-width: 100%;
}
.hbspt-form input::-webkit-input-placeholder, .hbspt-form select::-webkit-input-placeholder, .hbspt-form textarea::-webkit-input-placeholder {
  color: var(--accent_gray50);
  opacity: 1;
}
.hbspt-form input::-moz-placeholder, .hbspt-form select::-moz-placeholder, .hbspt-form textarea::-moz-placeholder {
  color: var(--accent_gray50);
  opacity: 1;
}
.hbspt-form input:-ms-input-placeholder, .hbspt-form select:-ms-input-placeholder, .hbspt-form textarea:-ms-input-placeholder {
  color: var(--accent_gray50);
  opacity: 1;
}
.hbspt-form input::placeholder, .hbspt-form select::placeholder, .hbspt-form textarea::placeholder {
  color: var(--accent_gray50);
  opacity: 1;
}
.hbspt-form input:-ms-input-placeholder, .hbspt-form select:-ms-input-placeholder, .hbspt-form textarea:-ms-input-placeholder {
  color: var(--accent_gray50);
  opacity: 1;
}
.hbspt-form input::-ms-input-placeholder, .hbspt-form select::-ms-input-placeholder, .hbspt-form textarea::-ms-input-placeholder {
  color: var(--accent_gray50);
  opacity: 1;
}
.hbspt-form .hs-input.is-placeholder {
  color: #ADAEB1;
}
.hbspt-form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  white-space: nowrap;
  margin-top: 2rem;
}
.hbspt-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2370747D%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 1.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  color: var(--primary_blue);
}
.hbspt-form select::-ms-expand {
  display: none;
}
.hbspt-form select:hover {
  border-color: #888;
}
.hbspt-form select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(var(--primary_green), 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.hbspt-form select option {
  font-weight: normal;
  color: var(--primary_blue);
}
.hbspt-form textarea {
  display: block;
  width: 100%;
  border-radius: 0.4rem;
  padding: 2rem;
  color: var(--primary_blue);
}
.hbspt-form .actions {
  display: flex;
  justify-content: flex-start;
}
.hbspt-form .hs-button {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  padding: 1.4rem 2.6rem 1.3rem;
  font-size: 1.232rem;
  text-align: center;
  text-transform: uppercase;
  background: var(--primary_green);
  color: white;
  width: auto;
  border-radius: 0;
  cursor: pointer;
}
@media (max-width: 640px) {
  .hbspt-form .hs-button {
    white-space: nowrap;
  }
}
.hbspt-form .hs-button:hover {
  transition: 0.2s ease-in-out;
}
.hbspt-form .hs-button:hover {
  border-color: #75eeb2;
  box-shadow: 0 1px 2px rgba(42, 62, 74, 0.16), 0 2px 4px rgba(42, 62, 74, 0.14), 0 4px 8px rgba(42, 62, 74, 0.12), 0 8px 16px rgba(0, 196, 255, 0.1), 0 16px 32px rgba(0, 196, 255, 0.08), 0 32px 64px rgba(0, 196, 255, 0.06);
}
.hbspt-form legend.hs-field-desc {
  font-size: 1.2rem;
  margin-top: 1rem;
  padding-bottom: 0.4rem;
}

.cta-contain {
  position: relative;
}

.form-cta {
  position: relative;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.2);
  padding: 7rem 10% 4rem 10%;
}
@media (min-width: 641px) {
  .form-cta {
    padding: 7rem 5% 4rem 5%;
    border-radius: 2rem;
  }
}
@media (min-width: 768px) {
  .form-cta {
    border-radius: 1rem;
  }
}
.form-cta h4 {
  font-size: 4rem;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: -0.15rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
@media (min-width: 641px) {
  .form-cta h4 {
    font-size: 6rem;
    margin-top: 5rem;
    margin-bottom: 0rem;
  }
}
.form-cta .product-logo {
  max-width: 12rem;
}
@media (min-width: 641px) {
  .form-cta .product-logo {
    max-width: 100%;
  }
}
.form-cta .form-cta-contain {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 641px) {
  .form-cta .form-cta-contain {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .form-cta .form-cta-contain {
    flex-direction: row;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.form-cta .form-info {
  max-width: 50rem;
}
@media (min-width: 641px) {
  .form-cta .form-info {
    padding-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .form-cta .form-info {
    max-width: 40rem;
    margin-right: clamp(2rem, 10%, 4rem);
  }
}
.form-cta .form-info p {
  line-height: 1.6;
}
.form-cta .contact-info {
  margin-top: 5rem;
}
.form-cta .contact-info p {
  font-size: 2rem;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  margin-bottom: 2rem;
}
.form-cta .contact-info p span {
  font-size: 1.3rem;
  display: block;
}
.form-cta .form-contain {
  border-top: 1px solid var(--accent_gray05);
  padding-top: 5rem;
}
@media (min-width: 1024px) {
  .form-cta .form-contain {
    border: 0;
    padding-top: 0.8rem;
  }
}
.form-cta .form-contain p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 2rem;
}
@media (min-width: 641px) {
  .form-cta .form-contain p {
    font-size: 2rem;
  }
}
.form-cta .form-contain .hbspt-form .submitted-message {
  min-height: 36rem;
}
.form-cta .form-contain .hbspt-form .submitted-message p {
  font-size: 1.75rem;
  line-height: 1.5;
}

section.bloq--clients {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (min-width: 641px) {
  section.bloq--clients {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
section.bloq--clients h2 {
  font-size: 4.5rem;
  font-size: clamp(3.6rem, 8vw, 4.5rem);
  line-height: 1.1;
}
section.bloq--clients .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1084px;
  margin-bottom: 3.6rem;
}
@media (min-width: 768px) {
  section.bloq--clients .logos {
    justify-content: space-between;
  }
}
section.bloq--clients .logos .logo {
  margin: 3rem 0;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 600px) {
  section.bloq--clients .logos .logo {
    width: 33%;
  }
}
@media (min-width: 768px) {
  section.bloq--clients .logos .logo {
    width: 25%;
  }
}
section.bloq--clients .logos .logo img {
  max-width: 80%;
  max-height: 80%;
}
section.bloq--clients .logos .logo img.bed-bath-and-beyond {
  max-width: 14rem;
}
section.bloq--clients .logos .logo img.restoration-hardware {
  max-width: 9rem;
}
@media (min-width: 600px) {
  section.bloq--clients .logos .logo img.mercy {
    max-width: 14.2rem;
  }
  section.bloq--clients .logos .logo img.restoration-hardware {
    max-width: 11rem;
  }
  section.bloq--clients .logos .logo img.quest-diagnostics {
    max-width: 18rem;
  }
  section.bloq--clients .logos .logo img.jersey-mikes-subs {
    min-width: 11rem;
  }
  section.bloq--clients .logos .logo img.red-wing-shoes {
    max-width: 11.1rem;
  }
  section.bloq--clients .logos .logo img.urban-outfitters {
    max-width: 18.2rem;
  }
  section.bloq--clients .logos .logo img.potential-fitness {
    max-width: 15.4rem;
  }
}
section.bloq--clients .case-study {
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  margin-top: 2rem;
}
@media (min-width: 641px) {
  section.bloq--clients .case-study {
    display: flex;
  }
}
section.bloq--clients .case-study figure {
  position: relative;
  background-color: #ADAEB1;
  width: 100%;
  height: 250px;
  flex-grow: 1;
}
@media (min-width: 641px) {
  section.bloq--clients .case-study figure {
    height: auto;
    width: 200px;
  }
}
@media (min-width: 768px) {
  section.bloq--clients .case-study figure {
    width: 250px;
  }
  section.bloq--clients .case-study figure:hover .icon-play {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
  }
  section.bloq--clients .case-study figure:hover .icon-play .triangle {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
section.bloq--clients .case-study figure .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  height: 67px;
  width: 67px;
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: 0.5s ease-in-out;
}
section.bloq--clients .case-study figure .icon-play .background, section.bloq--clients .case-study figure .icon-play .triangle {
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: 0.5s ease-in-out;
}
section.bloq--clients .case-study .content {
  padding: 3.5rem 2.8rem 2.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 641px) {
  section.bloq--clients .case-study .content {
    width: calc(100% - 200px);
    padding: 3.5rem 5rem 2.8rem;
  }
}
@media (min-width: 768px) {
  section.bloq--clients .case-study .content {
    width: calc(100% - 285px);
  }
}
section.bloq--clients .case-study .content p {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: -0.02em;
  line-height: 1.425;
  color: #2a3e4a;
  width: 100%;
}
@media (min-width: 641px) {
  section.bloq--clients .case-study .content p {
    font-size: 2rem;
  }
}
section.bloq--clients .case-study .content a {
  display: flex;
  align-items: center;
  margin-top: 1.6rem;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 1;
}
section.bloq--clients .case-study .content a svg {
  width: 4px;
  height: 10px;
  margin-left: 1rem;
  transition: 0.25s ease-in-out;
}
section.bloq--clients .case-study .content a svg path {
  stroke: #1ce180;
}
section.bloq--clients .case-study .content a:hover svg {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
section.bloq--clients .view-more {
  margin-top: 4rem;
  text-align: center;
}

.heading-line {
  position: relative;
}
.heading-line::before {
  content: "";
  display: block;
  margin-bottom: 2.25rem;
  height: 1px;
  width: 0;
  background-color: var(--primary_green);
  will-change: width;
  transition: 0.5s ease-out;
}
.heading-line.in-view::before {
  width: 90px;
}

.padding {
  padding-left: 10%;
  padding-right: 10%;
}
@media (min-width: 641px) {
  .padding {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.padding.padding-small {
  padding-left: 5%;
  padding-right: 5%;
}

.resources:not(.update) {
  position: relative;
  padding: 0 5%;
}
.resources:not(.update) h2 {
  font-size: 3.6rem;
  margin-bottom: 3rem;
}
.resources:not(.update) p {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #2a3e4a;
}
@media (min-width: 641px) {
  .resources:not(.update) p {
    font-size: 1.6rem;
  }
}
.resources:not(.update) .articles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.resources:not(.update) .articles .article {
  width: 48%;
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .resources:not(.update) .articles .article {
    width: 24%;
  }
}
.resources:not(.update) .articles .copy {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.resources:not(.update) .articles figure {
  height: 15rem;
  width: 100%;
}
@media (min-width: 641px) {
  .resources:not(.update) .articles figure {
    height: 22rem;
  }
}
.resources.update {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 8rem;
}
@media (min-width: 641px) {
  .resources.update {
    margin-top: 4rem;
  }
}
.resources.update .container {
  max-width: 1044px;
}
.resources.update h2 {
  font-size: 3.4rem;
  margin-bottom: 1em;
}
@media (min-width: 641px) {
  .resources.update h2 {
    font-size: 4.2rem;
  }
}
.resources.update .articles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media (min-width: 641px) {
  .resources.update .articles {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 2fr 1fr 1fr;
    grid-template-rows: 2fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .resources.update .articles {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .resources.update .articles {
    -ms-grid-columns: 2fr 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.resources.update .articles .copy {
  position: relative;
  bottom: 0;
  padding: 3rem;
}
.resources.update .articles .copy p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.resources.update .articles .copy .label, .resources.update .articles .copy p {
  color: #ffffff;
}
.resources.update figure {
  overflow: hidden;
}
.resources.update figure::before {
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%);
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.resources.update figure::after {
  content: "";
  background: linear-gradient(8deg, rgba(var(--primary_lightblue_rgb), 1) 0%, rgba(var(--primary_lightblue_rgb), 0) 24%, rgba(var(--primary_lightblue_rgb), 0) 100%);
  opacity: 0;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(50px, 30px);
          transform: translateY(50px, 30px);
}
.resources.update .articles a {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding-top: 6rem;
}
.resources.update .articles a:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
.resources.update .articles a:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}
.resources.update .articles a:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3/1/4/2;
}
.resources.update .articles a:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 4/1/5/2;
}
.resources.update .articles a:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 5/1/6/2;
}
@media (min-width: 641px) {
  .resources.update .articles a:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
  }
  .resources.update .articles a:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
  .resources.update .articles a:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
  .resources.update .articles a:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
  .resources.update .articles a:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3/2/4/3;
  }
}
@media (min-width: 768px) {
  .resources.update .articles a:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 1/1/2/4;
  }
  .resources.update .articles a:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-area: 1/4/2/7;
  }
  .resources.update .articles a:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1/3/3;
  }
  .resources.update .articles a:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 2/3/3/5;
  }
  .resources.update .articles a:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-area: 2/5/3/7;
  }
}
@media (min-width: 1024px) {
  .resources.update .articles a:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/3/2;
  }
  .resources.update .articles a:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
  .resources.update .articles a:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1/3/2/4;
  }
  .resources.update .articles a:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
  .resources.update .articles a:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2/3/3/4;
  }
}
.resources.update .articles a:hover figure::after {
  opacity: 0.5;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.resources .more {
  text-align: center;
  padding: 7rem 5% 9rem;
}
.resources .more a {
  position: relative;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #2a3e4a;
  text-transform: uppercase;
}

.video-loop {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.2);
}
.video-loop.pad-top {
  margin-top: 8rem;
}
.video-loop .browser-top {
  background: #f5f6f8;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.2rem;
}
.video-loop .browser-top span {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.4rem;
  background: #d4d7e2;
  margin-right: 0.5rem;
}

@media (min-width: 1024px) {
  .product-circle-diagram {
    height: 499px;
    width: 496px;
  }
}
.product-circle-diagram .product .product-circle g, .product-circle-diagram .product .product-logo {
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.product-circle-diagram .product .circle-ring {
  opacity: 0;
  transition: 0.25s ease-in-out;
}
.product-circle-diagram .product .circle-ring circle {
  opacity: 0;
  transition: 0.5s ease-in-out 0.25s;
}
.product-circle-diagram .product .circle-mask {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  transition: 0.5s ease-in-out;
}
.product-circle-diagram .product .circle-background circle {
  fill: #E0E1E2;
}
.product-circle-diagram .product .circle-background-active {
  opacity: 0;
  transition: 0.5s ease-in;
}
.product-circle-diagram .product .circle-background-active circle {
  fill: var(--primary_green);
}
.product-circle-diagram .product.product-active .circle-background-active {
  opacity: 1;
  transition: 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.product-circle-diagram .product.product-active .circle-ring {
  opacity: 1;
  -webkit-animation: ringloop 2s ease-in-out normal infinite 0.1s;
          animation: ringloop 2s ease-in-out normal infinite 0.1s;
}
.product-circle-diagram .product.product-active .circle-ring circle {
  opacity: 1;
}
.product-circle-diagram .product.product-active .circle-mask {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@-webkit-keyframes ringloop {
  0% {
    -webkit-transform: scale3d(0.9, 0.9, 0);
            transform: scale3d(0.9, 0.9, 0);
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(1.1, 1.1, 0);
            transform: scale3d(1.1, 1.1, 0);
    opacity: 0;
  }
}
@keyframes ringloop {
  0% {
    -webkit-transform: scale3d(0.9, 0.9, 0);
            transform: scale3d(0.9, 0.9, 0);
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(1.1, 1.1, 0);
            transform: scale3d(1.1, 1.1, 0);
    opacity: 0;
  }
}

#circle {
  -webkit-transform: scale(3);
          transform: scale(3);
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
}

h1 {
  max-width: 50rem;
  font-size: clamp(3rem, 8vw, 4rem);
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #ffffff;
  line-height: 1.2;
}

h2 {
  font-size: clamp(3.4rem, 8vw, 4.8rem);
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #2a3e4a;
  line-height: 1.15;
  margin-bottom: 0.8em;
  letter-spacing: -0.02em;
}
.deep-analytics h2 {
  margin-bottom: 1.25em;
}
.platform h2 {
  font-size: clamp(2.4rem, 7vw, 3rem);
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}
.common-applications h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  margin-bottom: 0.5em;
}

h3 {
  font-size: clamp(2.6rem, 8vw, 3.3rem);
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #2a3e4a;
  margin-top: 0.6em;
  margin-bottom: 1.3rem;
}
.results h3 {
  display: flex;
  align-items: center;
  font-size: 2.25rem;
}
.application h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0.6em;
}

h4 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: var(--accent_gray50);
}
.form-cta h4 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 0.6em;
}

.gt-mobile {
  display: none;
}
@media (min-width: 641px) {
  .gt-mobile {
    display: block;
  }
}

.gt-tablet {
  display: none;
}
@media (min-width: 768px) {
  .gt-tablet {
    display: block;
  }
}

.gt-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .gt-desktop {
    display: block;
  }
}

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

p {
  color: #505050;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
}
p.subhead {
  font-size: 1.6rem;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  line-height: 1.6;
}
p.subhead.large {
  font-size: 2.2rem;
}
p.title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  margin-bottom: 1.5em;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
}

ul.list {
  margin-left: 2rem;
  margin-bottom: 4rem;
}
ul.list li {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 0.8em;
  color: #2a3e4a;
}
ul.list li:before {
  content: "•";
  color: #2a3e4a;
  display: inline-block;
  width: 1.25em;
  margin-left: -1.25em;
  font-size: 1em;
}
ul.large li {
  font-size: 1.9rem;
}
ul.large li:before {
  width: 0.75em;
  margin-left: -0.75em;
  font-size: 1.5em;
}

.btn {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.container {
  position: relative;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.label {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.18em;
  color: var(--accent_gray50);
  text-transform: uppercase;
  margin-bottom: 0.8em;
}
.label.pad-large {
  margin-bottom: 2rem;
}
.label.small {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.product-logo {
  margin-bottom: 2rem;
  width: 9.4rem;
}
@media (min-width: 641px) {
  .product-logo {
    width: 18rem;
  }
}
@media (min-width: 641px) {
  #iq .product-logo {
    width: 12rem;
  }
}

.container {
  padding-left: clamp(2rem, 5%, 4rem);
  padding-right: clamp(2rem, 5%, 4rem);
}

.metric-grade-pill {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  color: white;
  background-color: #9AA5B3;
  height: 24px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  text-align: center;
  opacity: 1;
  transition: 0.25s ease-in-out;
}
.metric-grade-pill.pill-a {
  background-color: #35792B;
}
.metric-grade-pill.pill-b {
  background-color: #4DAA58;
}
.metric-grade-pill.pill-c {
  background-color: #F1A459;
}
.metric-grade-pill.pill-d {
  background-color: #EA6A74;
}

.copy--image, .image--copy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 4rem;
  padding-bottom: 4rem;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .copy--image, .image--copy {
    flex-direction: row;
  }
}
.copy--image > div, .copy--image > figure, .image--copy > div, .image--copy > figure {
  width: 100%;
}
@media (min-width: 1024px) {
  .copy--image > div, .copy--image > figure, .image--copy > div, .image--copy > figure {
    width: 50%;
  }
}
.copy--image ul, .image--copy ul {
  margin-top: 3rem;
}
.copy--image li, .image--copy li {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  margin-bottom: 1em;
  color: var(--accent_gray50);
}
.copy--image li img, .image--copy li img {
  margin-right: 8px;
}
.copy--image .graphic, .image--copy .graphic {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .copy--image .graphic, .image--copy .graphic {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .copy--image.copy--image, .image--copy.copy--image {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .copy--image.copy--image .copy, .image--copy.copy--image .copy {
    padding-right: 6rem;
  }
}
@media (min-width: 1024px) {
  .copy--image.image--copy, .image--copy.image--copy {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .copy--image.image--copy .copy, .image--copy.image--copy .copy {
    padding-left: 6rem;
  }
}
.copy--image.demographics .copy, .image--copy.demographics .copy {
  width: 100%;
}
@media (min-width: 1024px) {
  .copy--image.demographics .copy, .image--copy.demographics .copy {
    width: 45%;
  }
}
.copy--image.demographics ul, .image--copy.demographics ul {
  max-width: 40rem;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
.copy--image.behavior .graphic li, .image--copy.behavior .graphic li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.copy--image.behavior .graphic li::before, .image--copy.behavior .graphic li::before {
  content: "";
  display: block;
  height: 18px;
  border-radius: 5px 0 0 5px;
  width: 0%;
  transition: 0.6s ease-out;
}
.copy--image.behavior .graphic li:nth-child(1)::before, .image--copy.behavior .graphic li:nth-child(1)::before {
  transition-delay: calc(1 * .1s);
}
.copy--image.behavior .graphic li:nth-child(2)::before, .image--copy.behavior .graphic li:nth-child(2)::before {
  transition-delay: calc(2 * .1s);
}
.copy--image.behavior .graphic li:nth-child(3)::before, .image--copy.behavior .graphic li:nth-child(3)::before {
  transition-delay: calc(3 * .1s);
}
.copy--image.behavior .graphic li:nth-child(4)::before, .image--copy.behavior .graphic li:nth-child(4)::before {
  transition-delay: calc(4 * .1s);
}
.copy--image.behavior .graphic li:nth-child(5)::before, .image--copy.behavior .graphic li:nth-child(5)::before {
  transition-delay: calc(5 * .1s);
}
.copy--image.behavior .graphic li:nth-child(6)::before, .image--copy.behavior .graphic li:nth-child(6)::before {
  transition-delay: calc(6 * .1s);
}
.copy--image.behavior .graphic li:nth-child(7)::before, .image--copy.behavior .graphic li:nth-child(7)::before {
  transition-delay: calc(7 * .1s);
}
.copy--image.behavior .graphic li:nth-child(8)::before, .image--copy.behavior .graphic li:nth-child(8)::before {
  transition-delay: calc(8 * .1s);
}
.copy--image.behavior .graphic li:nth-child(9)::before, .image--copy.behavior .graphic li:nth-child(9)::before {
  transition-delay: calc(9 * .1s);
}
.copy--image.behavior .graphic li:nth-child(10)::before, .image--copy.behavior .graphic li:nth-child(10)::before {
  transition-delay: calc(10 * .1s);
}
.copy--image.behavior .graphic li.commuter:before, .image--copy.behavior .graphic li.commuter:before {
  background-color: #00C4FF;
}
.copy--image.behavior .graphic li.finance:before, .image--copy.behavior .graphic li.finance:before {
  background-color: #FF4556;
}
.copy--image.behavior .graphic li.environmental:before, .image--copy.behavior .graphic li.environmental:before {
  background-color: #DD1DE1;
}
.copy--image.behavior .graphic li.animal:before, .image--copy.behavior .graphic li.animal:before {
  background-color: #FFE11C;
}
.copy--image.behavior .graphic li.biker:before, .image--copy.behavior .graphic li.biker:before {
  background-color: #004580;
}
.copy--image.behavior .graphic li.cooking:before, .image--copy.behavior .graphic li.cooking:before {
  background-color: #FFA147;
}
.copy--image.behavior .graphic li.bluecollar:before, .image--copy.behavior .graphic li.bluecollar:before {
  background-color: #1DE180;
}
.copy--image.behavior .graphic li.beach:before, .image--copy.behavior .graphic li.beach:before {
  background-color: #8567FF;
}
.copy--image.behavior .graphic li.fashion:before, .image--copy.behavior .graphic li.fashion:before {
  background-color: #00C4FF;
}
.copy--image.behavior .graphic li.dining:before, .image--copy.behavior .graphic li.dining:before {
  background-color: #FF4556;
}
.copy--image.behavior .graphic li span, .image--copy.behavior .graphic li span {
  font-size: 1.4rem;
  color: var(--accent_gray50);
  padding-left: 1rem;
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  transition: 0.25s ease-out;
}
.copy--image.behavior .graphic li:nth-child(1) span, .image--copy.behavior .graphic li:nth-child(1) span {
  transition-delay: calc(1 * .1s);
}
.copy--image.behavior .graphic li:nth-child(2) span, .image--copy.behavior .graphic li:nth-child(2) span {
  transition-delay: calc(2 * .1s);
}
.copy--image.behavior .graphic li:nth-child(3) span, .image--copy.behavior .graphic li:nth-child(3) span {
  transition-delay: calc(3 * .1s);
}
.copy--image.behavior .graphic li:nth-child(4) span, .image--copy.behavior .graphic li:nth-child(4) span {
  transition-delay: calc(4 * .1s);
}
.copy--image.behavior .graphic li:nth-child(5) span, .image--copy.behavior .graphic li:nth-child(5) span {
  transition-delay: calc(5 * .1s);
}
.copy--image.behavior .graphic li:nth-child(6) span, .image--copy.behavior .graphic li:nth-child(6) span {
  transition-delay: calc(6 * .1s);
}
.copy--image.behavior .graphic li:nth-child(7) span, .image--copy.behavior .graphic li:nth-child(7) span {
  transition-delay: calc(7 * .1s);
}
.copy--image.behavior .graphic li:nth-child(8) span, .image--copy.behavior .graphic li:nth-child(8) span {
  transition-delay: calc(8 * .1s);
}
.copy--image.behavior .graphic li:nth-child(9) span, .image--copy.behavior .graphic li:nth-child(9) span {
  transition-delay: calc(9 * .1s);
}
.copy--image.behavior .graphic li:nth-child(10) span, .image--copy.behavior .graphic li:nth-child(10) span {
  transition-delay: calc(10 * .1s);
}
.copy--image.behavior.in-view .graphic li.commuter:before, .image--copy.behavior.in-view .graphic li.commuter:before {
  width: 40%;
}
.copy--image.behavior.in-view .graphic li.finance:before, .image--copy.behavior.in-view .graphic li.finance:before {
  width: 50%;
}
.copy--image.behavior.in-view .graphic li.environmental:before, .image--copy.behavior.in-view .graphic li.environmental:before {
  width: 40%;
}
.copy--image.behavior.in-view .graphic li.animal:before, .image--copy.behavior.in-view .graphic li.animal:before {
  width: 30%;
}
.copy--image.behavior.in-view .graphic li.biker:before, .image--copy.behavior.in-view .graphic li.biker:before {
  width: 75%;
}
.copy--image.behavior.in-view .graphic li.cooking:before, .image--copy.behavior.in-view .graphic li.cooking:before {
  width: 100%;
}
.copy--image.behavior.in-view .graphic li.bluecollar:before, .image--copy.behavior.in-view .graphic li.bluecollar:before {
  width: 60%;
}
.copy--image.behavior.in-view .graphic li.beach:before, .image--copy.behavior.in-view .graphic li.beach:before {
  width: 35%;
}
.copy--image.behavior.in-view .graphic li.fashion:before, .image--copy.behavior.in-view .graphic li.fashion:before {
  width: 50%;
}
.copy--image.behavior.in-view .graphic li.dining:before, .image--copy.behavior.in-view .graphic li.dining:before {
  width: 85%;
}
.copy--image.behavior.in-view .graphic li span, .image--copy.behavior.in-view .graphic li span {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.metric {
  position: relative;
}
.metric .timer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--primary_green);
}

section.mast {
  position: relative;
  background: #F3F3F5;
  padding: 6rem 0 16rem;
  overflow: hidden;
}
@media (min-width: 641px) {
  section.mast {
    padding: 6rem 5% 16rem 5%;
  }
}
@media (min-width: 1200px) {
  section.mast {
    padding: 12rem 0 21rem 0;
  }
}
section.mast > figure::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
@media (min-width: 1280px) {
  section.mast > figure::after {
    opacity: 0.5;
  }
}
section.mast > figure img {
  -o-object-position: center top;
     object-position: center top;
}
section.mast .container {
  display: flex;
  flex-direction: column;
  max-width: calc(1440px - 5%);
}
@media (min-width: 1024px) {
  section.mast .container {
    flex-direction: row;
    max-width: calc(1024px + 5%);
  }
}
@media (min-width: 1390px) {
  section.mast .container {
    max-width: calc(1440px - 5%);
  }
}
section.mast .content {
  padding: 5rem 10% 0;
}
@media (min-width: 768px) {
  section.mast .content {
    padding: 5rem 0 0;
  }
}
@media (min-width: 1024px) {
  section.mast .content {
    max-width: 40%;
    min-width: 36rem;
    padding: 12rem 0 4rem 0;
  }
}
@media (min-width: 1390px) {
  section.mast .content {
    padding: 15rem 0 6rem 10%;
  }
}
section.mast .content p {
  padding: 2rem 0 5rem 0;
  max-width: calc(36rem + 10%);
  color: #ffffff;
}
section.mast figure.device {
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 140rem;
  display: none;
}
@media (min-width: 1024px) {
  section.mast figure.device {
    display: block;
  }
}
@media (min-width: 1390px) {
  section.mast figure.device {
    left: calc(15rem + 10%);
  }
}
section.mast .actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.mast .actions > a:first-child {
  margin-bottom: 1rem;
}
@media (min-width: 641px) {
  section.mast .actions {
    flex-direction: row;
  }
  section.mast .actions > a:first-child {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

section.features .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 5%;
  max-width: 100%;
  margin-top: -7.4rem;
}
@media (min-width: 1065px) {
  section.features .container {
    margin-top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  section.features .container {
    max-width: 1024px;
    padding: 0;
  }
}
section.features .feature {
  background: white;
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.1);
  color: #ADAEB1;
  border-radius: 0.5rem;
  padding: 3rem 2rem 4rem 2rem;
  margin-bottom: 4%;
  width: 100%;
}
@media (min-width: 641px) {
  section.features .feature {
    width: calc(50% - 1.5rem);
  }
}
@media (min-width: 1065px) {
  section.features .feature {
    width: calc(25% - 1.5rem);
    margin-bottom: 0;
  }
}
section.features .feature p {
  max-width: 255px;
}
section.features .feature p.title {
  color: #ACADB0;
}
section.features .feature p:last-child {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #2a3e4a;
}

section.site-scoring {
  padding-top: clamp(8rem, 15vw, 12rem);
  padding-bottom: clamp(6rem, 15vw, 10rem);
  background-image: linear-gradient(180deg, #F7F8FA 0%, white 50%);
}
section.site-scoring header {
  margin-bottom: 8rem;
}
section.site-scoring .walkthrough {
  max-width: calc(1024px + 10%);
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
section.site-scoring .walkthrough .metrics {
  width: 100%;
  max-width: 33rem;
  min-width: 25rem;
  display: none;
}
@media (min-width: 768px) {
  section.site-scoring .walkthrough .metrics {
    display: block;
  }
}
@media (min-width: 768px) {
  section.site-scoring .walkthrough > .content {
    padding-left: clamp(2rem, 10%, 5rem);
  }
}
section.site-scoring .walkthrough > .content .metric {
  cursor: default;
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
section.site-scoring .walkthrough > .content .metric .content {
  flex-direction: row-reverse;
  position: static;
}
section.site-scoring .walkthrough > .content .metric .content .metric-grade-description {
  width: auto;
}
@media (min-width: 768px) {
  section.site-scoring .walkthrough > .content .metric {
    display: none;
  }
}
section.site-scoring .walkthrough > .content .description {
  padding: 2rem 0 3rem;
  width: 100%;
}
section.site-scoring .walkthrough > .content .description p:not(.label) {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  max-width: 58.5rem;
}
section.site-scoring .walkthrough > .content img {
  border-radius: 5px;
  overflow: hidden;
}
section.site-scoring .walkthrough > .content > div:not(:last-child) {
  padding-bottom: 6rem;
  border-bottom: 1px solid var(--accent_gray10);
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  section.site-scoring .walkthrough > .content > div:not(:last-child) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  section.site-scoring .walkthrough > .content > div {
    display: none;
  }
}
section.site-scoring .walkthrough > .content > div.active {
  display: flex;
  flex-wrap: wrap;
}
section.site-scoring .metric {
  position: relative;
  background-color: #F7F8F9;
  border: 1px solid #C0CAD8;
  border-radius: 5px;
  padding: 2.4rem 1.8rem 2.4rem 3rem;
  padding-bottom: 23%;
  margin-bottom: 1rem;
  width: 100%;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}
section.site-scoring .metric figure {
  position: relative;
  width: 100%;
}
section.site-scoring .metric.active {
  background-color: white;
  padding-bottom: 75%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 4px 8px rgba(0, 0, 0, 0.1);
}
section.site-scoring .metric.active img {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
section.site-scoring .metric.active.a-metric .metric-grade-description {
  color: var(--accent_darkgreen);
}
section.site-scoring .metric.active.b-metric .metric-grade-description {
  color: #5AC371;
}
section.site-scoring .metric.active.c-metric .metric-grade-description {
  color: #F0A359;
}
section.site-scoring .metric.active.d-metric .metric-grade-description {
  color: #EA6A74;
}
section.site-scoring .metric.active .metric-grade-pill {
  opacity: 0;
}
section.site-scoring .metric.active .content {
  bottom: 10%;
}
section.site-scoring .metric:not(.active) {
  cursor: pointer;
}
section.site-scoring .metric:not(.active):hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
section.site-scoring .metric:not(.active) .metric-grade-description {
  color: var(--accent_coolgray);
}
section.site-scoring .metric img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
          transform: scale3d(0.5, 0.5, 1);
  transition: 0.25s ease-in-out;
  width: 100%;
}
section.site-scoring .metric .content {
  position: absolute;
  left: 3rem;
  right: 2.4rem;
  bottom: 25%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.site-scoring .metric .metric-label {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--accent_coolgray);
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  section.site-scoring .metric .metric-label {
    font-size: 1.6rem;
  }
}
section.site-scoring .metric .metric-grade-description {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: -0.05em;
  transition: 0.25s ease-in-out;
  width: 100%;
}
@media (min-width: 1024px) {
  section.site-scoring .metric .metric-grade-description {
    font-size: 2.6rem;
  }
}
section.site-scoring .site-score-graphics {
  flex-direction: column;
}
section.site-scoring .site-score-graphics img {
  width: 100%;
}
section.site-scoring .site-score-graphics .metric {
  margin-bottom: 2rem;
}
section.site-scoring .customer-potential-graphics {
  flex-direction: column;
}
section.site-scoring .customer-potential-graphics img {
  width: 100%;
}
section.site-scoring .customer-potential-graphics .map-detail {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  section.site-scoring .customer-potential-graphics .map-detail {
    flex-direction: column;
  }
}
section.site-scoring .customer-potential-graphics .detail {
  padding: 2rem;
}
@media (min-width: 641px) {
  section.site-scoring .customer-potential-graphics .detail {
    padding: 4rem 2rem 0;
  }
}
section.site-scoring .customer-potential-graphics .detail > p.text-bold {
  font-size: 1.75rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--primary_blue);
  margin-bottom: 1em;
}
@media (min-width: 641px) {
  section.site-scoring .customer-potential-graphics .detail > p.text-bold {
    font-size: 2.4rem;
  }
}
@media (min-width: 641px) {
  section.site-scoring .customer-potential-graphics .res-work {
    display: flex;
    justify-content: space-between;
  }
}
section.site-scoring .customer-potential-graphics .res-work > div {
  display: flex;
  margin-bottom: 1.6rem;
}
@media (min-width: 641px) {
  section.site-scoring .customer-potential-graphics .res-work > div {
    display: block;
    padding: 2rem 0;
  }
  section.site-scoring .customer-potential-graphics .res-work > div:first-child {
    padding-right: clamp(3rem, 5%, 6rem);
  }
}
section.site-scoring .customer-potential-graphics .res-work svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: var(--primary_green);
  margin-right: 0.8rem;
}
section.site-scoring .customer-potential-graphics .res-work .label {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent_gray50);
  margin-bottom: 0;
}
section.site-scoring .customer-potential-graphics .res-work .number {
  font-family: "Manrope", sans-serif;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--primary_blue);
}
@media (min-width: 641px) {
  section.site-scoring .customer-potential-graphics .res-work .number {
    font-size: 6.5vw;
  }
}
@media (min-width: 1140px) {
  section.site-scoring .customer-potential-graphics .res-work .number {
    font-size: 7.8rem;
  }
}
section.site-scoring .customer-potential-graphics .res-work .comp {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 1.7rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: var(--accent_gray25);
  padding-left: 1.6rem;
}
@media (min-width: 641px) {
  section.site-scoring .customer-potential-graphics .res-work .comp {
    flex-direction: row;
    align-items: baseline;
    margin-top: 1em;
    padding-left: 0;
  }
}
section.site-scoring .customer-potential-graphics .res-work .comp > span {
  display: block;
}
@media (min-width: 641px) {
  section.site-scoring .customer-potential-graphics .res-work .comp > span {
    display: inline;
  }
}
section.site-scoring .customer-potential-graphics .res-work .comp > span:first-child {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.02em;
  padding-right: 0.25em;
  white-space: nowrap;
}
section.site-scoring .customer-potential-graphics .res-work .total {
  width: 50%;
}
@media (min-width: 641px) {
  section.site-scoring .customer-potential-graphics .res-work .total {
    width: auto;
  }
}
section.site-scoring .customer-potential-graphics .res-work .average {
  width: 50%;
}
@media (min-width: 641px) {
  section.site-scoring .customer-potential-graphics .res-work .average {
    width: auto;
  }
}
section.site-scoring .retail-traffic-graphics {
  flex-direction: column;
}
section.site-scoring .retail-traffic-graphics img {
  width: 100%;
}
section.site-scoring .retail-traffic-graphics .map-detail {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  section.site-scoring .retail-traffic-graphics .map-detail {
    flex-direction: column;
  }
}
section.site-scoring .retail-traffic-graphics .detail {
  padding: 2rem;
}
@media (min-width: 641px) {
  section.site-scoring .retail-traffic-graphics .detail {
    padding-top: 3rem;
  }
}
@media (min-width: 1024px) {
  section.site-scoring .retail-traffic-graphics .detail {
    display: flex;
  }
}
section.site-scoring .retail-traffic-graphics .detail > div:first-child {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  section.site-scoring .retail-traffic-graphics .detail > div:first-child {
    width: 40%;
    border-right: 1px solid var(--accent_gray25);
    margin-right: 5%;
  }
}
section.site-scoring .retail-traffic-graphics .detail > div:first-child p {
  padding-left: 1rem;
  padding-right: 2rem;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--primary_blue);
}
@media (min-width: 1024px) {
  section.site-scoring .retail-traffic-graphics .detail > div:first-child p {
    padding-left: 2rem;
  }
}
section.site-scoring .retail-traffic-graphics .detail > div:last-child {
  flex-grow: 1;
}
section.site-scoring .retail-traffic-graphics .detail .number {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 4.6rem;
  line-height: 1;
  color: var(--primary_blue);
}
@media (min-width: 1024px) {
  section.site-scoring .retail-traffic-graphics .detail .number {
    font-size: 14rem;
  }
}
section.site-scoring .retail-traffic-graphics .detail .header-row {
  display: flex;
  padding-top: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  section.site-scoring .retail-traffic-graphics .detail .header-row {
    padding-top: 0.5rem;
  }
}
section.site-scoring .retail-traffic-graphics .detail .header-row span {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent_gray50);
  width: 33%;
}
section.site-scoring .retail-traffic-graphics .detail .data-row {
  display: flex;
  margin-bottom: 1rem;
}
section.site-scoring .retail-traffic-graphics .detail .data-row > span {
  display: block;
  width: 33%;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--primary_blue);
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}
@media (min-width: 1024px) {
  section.site-scoring .retail-traffic-graphics .detail .data-row > span {
    font-size: 1.8rem;
  }
}
section.site-scoring .retail-traffic-graphics .detail .data-row .brand {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}
section.site-scoring .retail-traffic-graphics .detail .data-row .pill {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: white;
  border-radius: 2rem;
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
}
section.site-scoring .retail-traffic-graphics .detail .data-row .pill svg {
  height: 7px;
  width: 9px;
  margin-right: 4px;
}
section.site-scoring .retail-traffic-graphics .detail .data-row .pill.pill-bad {
  background-color: var(--highlight_red);
}
section.site-scoring .retail-traffic-graphics .detail .data-row .pill.pill-good {
  background-color: var(--primary_green);
}
section.site-scoring .retail-traffic-graphics .detail .data-row .pill.pill-good svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
section.site-scoring .competition-graphics {
  flex-direction: column;
}
section.site-scoring .competition-graphics .map-detail {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  section.site-scoring .competition-graphics .map-detail {
    flex-direction: column;
  }
}
section.site-scoring .competition-graphics .detail {
  display: flex;
  justify-content: center;
  padding: 2rem 2rem 4rem;
}
@media (min-width: 641px) {
  section.site-scoring .competition-graphics .detail {
    padding: 4rem 2rem;
  }
}
section.site-scoring .competition-graphics .detail > div {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 641px) {
  section.site-scoring .competition-graphics .detail > div {
    display: block;
    text-align: center;
  }
}
@media (min-width: 850px) {
  section.site-scoring .competition-graphics .detail > div {
    display: flex;
    align-items: flex-end;
    text-align: left;
  }
}
section.site-scoring .competition-graphics .detail > div:not(:last-child) {
  padding-right: 10%;
}
section.site-scoring .competition-graphics .detail .number {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 0.8;
  letter-spacing: -0.02em;
  color: var(--primary_blue);
  padding-right: 1rem;
  margin-bottom: 0;
}
@media (min-width: 641px) {
  section.site-scoring .competition-graphics .detail .number {
    margin-bottom: 0.15em;
    font-size: 5rem;
  }
}
@media (min-width: 850px) {
  section.site-scoring .competition-graphics .detail .number {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  section.site-scoring .competition-graphics .detail .number {
    font-size: 7.8rem;
  }
}
section.site-scoring .competition-graphics .detail .label {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent_gray50);
  margin-bottom: 0;
  line-height: 1;
}
@media (min-width: 641px) {
  section.site-scoring .competition-graphics .detail .label {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  section.site-scoring .competition-graphics .detail .label {
    font-size: 1.5rem;
  }
}
section.site-scoring .area-draw-graphics {
  flex-direction: column;
}
@media (min-width: 1024px) {
  section.site-scoring .area-draw-graphics {
    flex-direction: row;
  }
}
section.site-scoring .area-draw-graphics .map-detail {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  section.site-scoring .area-draw-graphics .map-detail {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  section.site-scoring .area-draw-graphics .map-detail {
    flex-direction: row;
  }
}
section.site-scoring .area-draw-graphics figure {
  flex-grow: 1;
}
section.site-scoring .area-draw-graphics figure img {
  width: 100%;
}
section.site-scoring .area-draw-graphics .detail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem;
}
@media (min-width: 768px) {
  section.site-scoring .area-draw-graphics .detail {
    padding: 2rem;
  }
}
@media (min-width: 1024px) {
  section.site-scoring .area-draw-graphics .detail {
    flex-direction: column;
    width: 20rem;
  }
}
section.site-scoring .area-draw-graphics .detail > div {
  display: flex;
  align-items: flex-end;
  padding-right: 2rem;
  width: 50%;
  margin-bottom: 2rem;
}
@media (min-width: 641px) {
  section.site-scoring .area-draw-graphics .detail > div {
    padding-left: 2rem;
  }
}
@media (min-width: 1024px) {
  section.site-scoring .area-draw-graphics .detail > div {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: auto;
  }
}
section.site-scoring .area-draw-graphics .detail .number {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: -0.02em;
  color: var(--primary_blue);
  line-height: 0.8;
  margin-right: 10px;
}
@media (min-width: 641px) {
  section.site-scoring .area-draw-graphics .detail .number {
    font-size: 2.8rem;
    margin-right: 0.15em;
  }
}
@media (min-width: 1024px) {
  section.site-scoring .area-draw-graphics .detail .number {
    line-height: 1.2;
  }
}
@media (min-width: 1100px) {
  section.site-scoring .area-draw-graphics .detail .number {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  section.site-scoring .area-draw-graphics .detail .number {
    font-size: 6rem;
  }
}
section.site-scoring .area-draw-graphics .detail .label {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent_gray50);
  margin-bottom: 0;
  line-height: 1;
}
@media (min-width: 980px) {
  section.site-scoring .area-draw-graphics .detail .label {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  section.site-scoring .area-draw-graphics .detail .label {
    margin-bottom: 2rem;
  }
}

section.market-optimization {
  padding-top: clamp(6rem, 8vw, 10rem);
  padding-bottom: clamp(8rem, 15vw, 15rem);
  background-image: linear-gradient(225deg, #F7F8FA 0%, white 50%);
}
@media (min-width: 641px) {
  section.market-optimization {
    padding-top: clamp(8rem, 15vw, 15rem);
  }
}
section.market-optimization header {
  margin-bottom: 8rem;
}
section.market-optimization .container {
  max-width: calc(1024px + 10%);
  margin-left: auto;
  margin-right: auto;
}
section.market-optimization .location-bar {
  margin-bottom: 3rem;
  display: flex;
  align-items: stretch;
  height: 9rem;
}
section.market-optimization .location-bar .input {
  height: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 0 15px rgba(0, 0, 0, 0.075);
  border-radius: 5px;
}
section.market-optimization .location-bar .input:first-child {
  padding-left: 3rem;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
@media (min-width: 768px) {
  section.market-optimization .location-bar .input:first-child {
    margin-right: 1.5rem;
  }
}
section.market-optimization .location-bar .input:last-child {
  font-size: 1.4rem;
  color: #53AC6E;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  width: 13rem;
  height: 100%;
  padding-left: 2rem;
  display: none;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  section.market-optimization .location-bar .input:last-child {
    display: flex;
  }
}
section.market-optimization .location-bar .input:last-child svg {
  width: 2rem;
}
section.market-optimization .location-bar .input .info {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
section.market-optimization .location-bar .input .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  border: 1px solid var(--accent_gray25);
  margin-right: 1.6rem;
}
section.market-optimization .location-bar .input .icon svg {
  width: 64%;
}
section.market-optimization .location-bar .input .market-name {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 2rem;
}
section.market-optimization .location-bar .input .market-meta {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--accent_gray50);
}
section.market-optimization .location-bar .input .market-meta svg {
  width: 9px;
  height: 12px;
}
section.market-optimization .location-bar .input .actions {
  padding-top: 1rem;
  padding-right: 1.6rem;
  display: none;
}
@media (min-width: 768px) {
  section.market-optimization .location-bar .input .actions {
    display: flex;
  }
}
section.market-optimization .location-bar .input .actions svg {
  height: 2rem;
  margin: 0 0.75rem;
}
section.market-optimization .walkthrough {
  display: flex;
}
section.market-optimization .walkthrough .metrics {
  width: 100%;
  max-width: 33rem;
  min-width: 30rem;
  display: none;
}
@media (min-width: 768px) {
  section.market-optimization .walkthrough .metrics {
    display: block;
  }
}
@media (min-width: 768px) {
  section.market-optimization .walkthrough > .content {
    padding-left: clamp(2rem, 10%, 5rem);
  }
}
section.market-optimization .walkthrough > .content .description {
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  section.market-optimization .walkthrough > .content .description {
    flex-direction: row;
  }
}
section.market-optimization .walkthrough > .content .description .copy {
  padding-right: 3rem;
}
section.market-optimization .walkthrough > .content .description .avg-site-score-rollup {
  padding-top: 3rem;
  border-right: 1px solid var(--accent_gray10);
}
@media (min-width: 960px) {
  section.market-optimization .walkthrough > .content .description .avg-site-score-rollup {
    border-right: none;
    border-bottom: 1px solid var(--accent_gray10);
  }
}
@media (min-width: 1100px) {
  section.market-optimization .walkthrough > .content .description .avg-site-score-rollup {
    border-bottom: none;
    border-right: 1px solid var(--accent_gray10);
  }
}
section.market-optimization .walkthrough > .content .description .avg-site-score-rollup svg {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
section.market-optimization .walkthrough > .content .description .avg-site-score-rollup .value {
  font-size: 5rem;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #4DAA58;
}
section.market-optimization .walkthrough > .content .description .avg-cannibalization-rollup {
  padding-top: 3rem;
}
section.market-optimization .walkthrough > .content .description .avg-cannibalization-rollup svg {
  width: 13px;
  height: 12px;
  margin-right: 8px;
}
section.market-optimization .walkthrough > .content .description .avg-cannibalization-rollup .value {
  font-size: 5rem;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #F1A459;
}
section.market-optimization .walkthrough > .content .description .rollup {
  display: flex;
  flex-direction: row;
  text-align: center;
  flex-grow: 1;
  min-width: 250px;
  width: 100%;
  padding-top: 2rem;
}
@media (min-width: 960px) {
  section.market-optimization .walkthrough > .content .description .rollup {
    flex-direction: column;
    padding-top: 0;
  }
}
@media (min-width: 1100px) {
  section.market-optimization .walkthrough > .content .description .rollup {
    flex-direction: row;
    min-width: 360px;
  }
}
section.market-optimization .walkthrough > .content .description .rollup > div {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
@media (min-width: 960px) {
  section.market-optimization .walkthrough > .content .description .rollup > div {
    width: auto;
  }
}
@media (min-width: 1100px) {
  section.market-optimization .walkthrough > .content .description .rollup > div {
    width: 50%;
    padding: 0 2rem;
  }
}
section.market-optimization .walkthrough > .content .description .rollup .label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  color: var(--accent_gray50);
  font-size: 12px;
  letter-spacing: 0;
  white-space: nowrap;
}
section.market-optimization .walkthrough > .content .description .rollup .value {
  line-height: 1;
}
section.market-optimization .walkthrough > .content .description .rollup .grade-a {
  color: #488750;
}
section.market-optimization .walkthrough > .content .description .rollup .grade-b {
  color: #4DAA58;
}
section.market-optimization .walkthrough > .content .description .rollup .grade-c {
  color: #F1A459;
}
section.market-optimization .walkthrough > .content .description .rollup .grade-d {
  color: #EA555C;
}
section.market-optimization .walkthrough > .content .map {
  width: 100%;
}
section.market-optimization .walkthrough > .content .map img {
  width: 100%;
}
section.market-optimization .walkthrough > .content .metric {
  cursor: default;
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
section.market-optimization .walkthrough > .content .metric .content {
  flex-direction: row-reverse;
  position: static;
}
section.market-optimization .walkthrough > .content .metric .content .metric-grade-description {
  width: auto;
}
@media (min-width: 768px) {
  section.market-optimization .walkthrough > .content .metric {
    display: none;
  }
}
section.market-optimization .walkthrough > .content .description {
  padding: 2rem 0 3rem;
  width: 100%;
}
section.market-optimization .walkthrough > .content .description p:not(.label) {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  max-width: 58.5rem;
}
section.market-optimization .walkthrough > .content img {
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 768px) {
  section.market-optimization .walkthrough > .content > div {
    display: none;
  }
}
section.market-optimization .walkthrough > .content > div:not(:last-child) {
  padding-bottom: 6rem;
  margin-bottom: 6rem;
  border-bottom: 1px solid var(--accent_gray10);
}
@media (min-width: 768px) {
  section.market-optimization .walkthrough > .content > div:not(:last-child) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
section.market-optimization .walkthrough > .content > div.active {
  display: flex;
  flex-wrap: wrap;
}
section.market-optimization .metric {
  position: relative;
  background-color: #F7F8F9;
  border: 1px solid #C0CAD8;
  border-radius: 5px;
  padding: 3rem 2.4rem;
  margin-bottom: 1rem;
  width: 100%;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}
section.market-optimization .metric .number {
  display: flex;
  align-items: center;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #676E79;
  font-size: 4.2rem;
  line-height: 0.8em;
  transition: 0.25s ease-in-out;
}
section.market-optimization .metric .number .metric-icon {
  height: 4rem;
  width: 4rem;
  border-radius: 2rem;
  border: 1px solid var(--accent_gray10);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
}
section.market-optimization .metric .number .metric-icon svg {
  width: 100%;
  max-height: 2.25rem;
  max-width: 70%;
}
section.market-optimization .metric .submetrics {
  padding-top: 0;
  height: 0;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}
section.market-optimization .metric .submetric {
  border-top: 1px solid var(--accent_gray10);
  padding: 2rem 0;
  display: flex;
  align-items: center;
}
section.market-optimization .metric .submetric .submetric-icon {
  margin-right: 1rem;
}
section.market-optimization .metric .submetric .submetric-icon svg {
  width: 2rem;
  position: relative;
  top: 2px;
}
section.market-optimization .metric .submetric .submetric-label {
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: var(--accent_gray50);
}
section.market-optimization .metric .submetric .metric-grade-pill {
  margin-left: auto;
}
section.market-optimization .metric.active {
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 4px 8px rgba(0, 0, 0, 0.1);
}
section.market-optimization .metric.active .number {
  font-size: 8rem;
  padding-top: 0.1em;
  padding-bottom: 0.15em;
  color: var(--primary_blue);
}
section.market-optimization .metric.active .submetrics {
  padding-top: 2rem;
}
section.market-optimization .metric:not(.active) {
  cursor: pointer;
}
section.market-optimization .metric:not(.active):hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
section.market-optimization .metric img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
          transform: scale3d(0.5, 0.5, 1);
  transition: 0.25s ease-in-out;
  width: 100%;
}
section.market-optimization .metric .content {
  position: absolute;
  left: 3rem;
  right: 2.4rem;
  bottom: 25%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.market-optimization .metric .metric-label {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--accent_coolgray);
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  section.market-optimization .metric .metric-label {
    font-size: 1.6rem;
  }
}
section.market-optimization .metric .metric-grade-description {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: -0.05em;
  transition: 0.25s ease-in-out;
  width: 100%;
}
@media (min-width: 1024px) {
  section.market-optimization .metric .metric-grade-description {
    font-size: 2.6rem;
  }
}

section.common-applications {
  padding-top: clamp(4rem, 15vw, 8rem);
  padding-bottom: clamp(6rem, 15vw, 10rem);
}
section.common-applications .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#predict section.common-applications .container {
  max-width: 660px;
}
@media (min-width: 960px) {
  #predict section.common-applications .container {
    max-width: 1100px;
  }
  #predict section.common-applications .container .copy {
    width: 45%;
  }
  #predict section.common-applications .container .applications {
    width: 50%;
  }
}
#iq section.common-applications .container {
  max-width: 660px;
}
@media (min-width: 960px) {
  #iq section.common-applications .container {
    max-width: 900px;
  }
}
#iq section.common-applications .container .copy {
  padding-top: 4rem;
  padding-bottom: 6rem;
}
section.common-applications .container > div {
  width: 100%;
}
@media (min-width: 960px) {
  section.common-applications .container > div {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  section.common-applications .container > div {
    width: 45%;
  }
}
@media (min-width: 960px) {
  section.common-applications .container .copy {
    padding-right: 5%;
  }
}
#predict section.common-applications .container .applications {
  display: flex;
  flex-wrap: wrap;
  padding-top: 4rem;
}
@media (min-width: 960px) {
  #predict section.common-applications .container .applications {
    padding-top: 0;
  }
}
#predict section.common-applications .container .applications > div {
  padding-top: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
@media (min-width: 500px) {
  #predict section.common-applications .container .applications > div {
    padding-top: 0;
    width: 50%;
  }
  #predict section.common-applications .container .applications > div:nth-last-child(-n+2) {
    padding-top: 3rem;
  }
}
@media (min-width: 960px) {
  #predict section.common-applications .container .applications > div {
    padding-left: 3rem;
  }
}
#predict section.common-applications .container .applications > div .icon {
  padding-bottom: 1.5rem;
}
#iq section.common-applications .container .applications {
  max-width: 31rem;
}
#iq section.common-applications .container .applications .application {
  margin-bottom: 4.6rem;
}
#iq section.common-applications .container .applications .application p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
#iq section.common-applications .container .applications .icon {
  padding-bottom: 0.5rem;
}

section.insights {
  padding-top: clamp(8rem, 15vw, 15rem);
  background-image: linear-gradient(135deg, #F7F8FA 0%, white 50%);
}

section.platform {
  background-image: linear-gradient(225deg, #F7F8FA 0%, white 50%);
  padding-bottom: 8rem;
}
section.platform .container {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
}
section.platform .container .graphic {
  width: 100%;
}
@media (min-width: 1024px) {
  section.platform .container .graphic {
    width: 40%;
  }
}
section.platform .container .graphic img {
  display: block;
  width: 100%;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}
section.platform .container .copy {
  width: 100%;
}
@media (min-width: 1024px) {
  section.platform .container .copy {
    width: 55%;
  }
}

section.easy {
  padding-top: clamp(6rem, 15vw, 12rem);
  padding-bottom: clamp(6rem, 15vw, 12rem);
}
section.easy .container {
  max-width: calc(800px + 5%);
  display: flex;
  flex-direction: column;
}
@media (min-width: 641px) {
  section.easy .container {
    flex-direction: row;
    align-items: center;
  }
}
section.easy .container span {
  display: block;
  font-size: clamp(3.2rem, 5vw, 4.2rem);
  line-height: 1.1;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}
section.easy .container span strong {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}
@media (min-width: 641px) {
  section.easy .container .copy {
    width: 60%;
  }
}
section.easy .container figure {
  padding-top: 4rem;
}
@media (min-width: 641px) {
  section.easy .container figure {
    padding-top: 0;
    width: 40%;
    display: flex;
    justify-content: flex-end;
  }
}
section.easy .container figure img {
  max-width: 20rem;
}
@media (min-width: 641px) {
  section.easy .container figure img {
    max-width: 100%;
    max-height: 10rem;
  }
}

section.deep-analytics {
  padding-top: 8rem;
  padding-bottom: clamp(8rem, 15vw, 15rem);
}
section.deep-analytics .container.content {
  max-width: 855px;
  border-radius: 8px;
  background: white;
  border: 1px solid var(--accent_gray10);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 3.4rem 2rem 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (min-width: 641px) {
  section.deep-analytics .container.content {
    padding: 3.4rem 5rem 4rem;
  }
}
@media (min-width: 768px) {
  section.deep-analytics .container.content {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  section.deep-analytics .container.content {
    flex-wrap: none;
  }
}
section.deep-analytics .container.content > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50%;
}
@media (max-width: 640px) {
  section.deep-analytics .container.content > div:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  section.deep-analytics .container.content > div:not(:nth-last-child(-n+2)) {
    margin-bottom: 3rem;
  }
}
@media (min-width: 641px) {
  section.deep-analytics .container.content > div {
    width: 33%;
  }
}
@media (min-width: 768px) {
  section.deep-analytics .container.content > div {
    width: auto;
  }
}
section.deep-analytics .container.content .icon {
  width: 7rem;
  height: 7rem;
  background: white;
  border-radius: 7rem;
  border: 1px solid var(--accent_gray10);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
section.deep-analytics .container.content p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--accent_gray50);
  margin-top: 0.85em;
}

section.query-builder {
  background-color: #F9FAFB;
  padding-top: clamp(8rem, 15vw, 12rem);
  padding-bottom: clamp(6rem, 15vw, 15rem);
}
section.query-builder header.container {
  margin-bottom: 12rem;
}
section.query-builder .copy ul {
  margin-top: 2rem;
}
section.query-builder .copy li {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  color: var(--accent_gray50);
  display: flex;
  align-items: center;
  padding: 2rem 1rem;
}
section.query-builder .copy li:not(:last-child) {
  border-bottom: 1px solid var(--accent_gray25);
}
section.query-builder .copy li img {
  margin-right: 2rem;
}
section.query-builder .ui.container {
  padding-bottom: 8rem;
  max-width: 1100px;
}
@media (min-width: 900px) {
  section.query-builder .ui.container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
  }
}
section.query-builder .ui.container .copy {
  padding-bottom: 6rem;
}
@media (min-width: 900px) {
  section.query-builder .ui.container .copy {
    padding-bottom: 0;
    max-width: 35rem;
  }
}
section.query-builder .ui.container .graphic {
  width: 100%;
  position: relative;
}
@media (min-width: 900px) {
  section.query-builder .ui.container .graphic {
    width: calc(100% - 40rem);
  }
}
@media (min-width: 1024px) {
  section.query-builder .ui.container .graphic {
    width: calc(100% - 46rem);
  }
}
section.query-builder .ui.container .graphic .step-line {
  position: absolute;
  top: 5rem;
  left: 2rem;
  width: 1px;
  height: 0;
  background: var(--accent_gray25);
  transition: 1s ease-in-out;
}
section.query-builder .ui.container .graphic .step-line[data-step="2"] {
  height: 120px;
}
section.query-builder .ui.container .graphic .step-line[data-step="3"] {
  height: 290px;
}
section.query-builder .ui.container .graphic .step-line[data-step="4"] {
  height: 375px;
}
section.query-builder .ui.container .graphic > div {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
section.query-builder .ui.container .graphic > div.has-logic {
  margin-bottom: 0;
  padding-bottom: 7.8rem;
}
section.query-builder .ui.container .graphic .total-locations {
  z-index: 3;
  align-items: flex-end;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-bottom: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section.query-builder .ui.container .graphic .total-locations::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 3rem;
  width: 100%;
  height: 4rem;
  background: linear-gradient(0deg, rgba(249, 250, 251, 0) 0%, #f9fafb 50%, #f9fafb 100%);
}
section.query-builder .ui.container .graphic .total-locations::after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 3rem;
  width: 100%;
  height: 4rem;
  background: linear-gradient(180deg, rgba(249, 250, 251, 0) 0%, #f9fafb 50%, #f9fafb 100%);
}
section.query-builder .ui.container .graphic .total-locations .sep {
  z-index: 2;
  position: absolute;
  top: 2rem;
  left: 6rem;
  height: 1px;
  width: 0;
  background-color: var(--accent_gray25);
  margin-bottom: 2rem;
}
section.query-builder .ui.container .graphic .total-locations .total {
  height: 3.8rem;
}
section.query-builder .ui.container .graphic .total-locations .total span {
  font-size: 1.6rem;
  line-height: 1.1;
  color: var(--accent_gray50);
  padding-left: 0.7em;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
section.query-builder .ui.container .graphic .total-locations .total .number {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--primary_blue);
  height: 6rem;
  display: flex;
  align-items: baseline;
}
section.query-builder .ui.container .graphic .total-locations .total .number .contain > div {
  height: 6rem;
  display: flex;
  justify-content: center;
  letter-spacing: -0.1em;
}
section.query-builder .ui.container .graphic .content {
  width: 100%;
}
section.query-builder .ui.container .graphic .content p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--accent_gray50);
}
section.query-builder .ui.container .graphic .icon {
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  min-height: 4rem;
  border-radius: 2rem;
  background: white;
  border: 1px solid va(--accent_gray10);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  border: 0.89px solid #C0CAD8;
}
section.query-builder .ui.container .graphic .logic {
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  height: 7.8rem;
  display: flex;
  justify-content: center;
  padding-top: 2.4rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
section.query-builder .ui.container .graphic .logic > div {
  font-size: 1.7rem;
  letter-spacing: -0.02em;
  line-height: 1;
  text-align: center;
  color: var(--accent_gray50);
  width: 3em;
  height: 1.85em;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.query-builder .ui.container .graphic .logic > div.active {
  background: white;
  border: 1px solid var(--accent_gray25);
}
section.query-builder .ui.container .card {
  position: relative;
  background-color: white;
  border: 1px solid var(--accent_gray10);
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 3px 4.6rem 1.2rem 4rem;
}
section.query-builder .ui.container .card img.grab, section.query-builder .ui.container .card img.options {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.query-builder .ui.container .card img.grab {
  left: 0.9rem;
}
section.query-builder .ui.container .card img.options {
  right: 1.1rem;
}
section.query-builder .ui.container .card .input:not(:first-child) {
  margin-top: 1.4rem;
}
section.query-builder .ui.container .card .input-label {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--accent_gray50);
  margin-bottom: 0.5em;
}
section.query-builder .ui.container .card .input-value {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1;
  color: var(--primary_blue);
}

section.datasets {
  padding-top: clamp(8rem, 15vw, 12rem);
  padding-bottom: clamp(4rem, 15vw, 8rem);
  background-image: linear-gradient(135deg, #F7F8FA 0%, white 50%);
  position: relative;
}
section.datasets::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #F7F8FA 0.03%, rgba(247, 248, 250, 0.98) 8.58%, rgba(247, 248, 250, 0.91) 20.14%, rgba(247, 248, 250, 0.79) 33.43%, rgba(247, 248, 250, 0.63) 48.01%, rgba(247, 248, 250, 0.42) 63.63%, rgba(247, 248, 250, 0.18) 79.87%, rgba(247, 248, 250, 0) 90.51%);
}
section.datasets > header.container {
  margin-bottom: 12rem;
}
section.datasets .container.content {
  max-width: 1100px;
}
@media (min-width: 850px) {
  section.datasets .container.content {
    display: flex;
    flex-direction: row-reverse;
  }
}
section.datasets .container.content header {
  width: 100%;
  text-align: center;
}
@media (min-width: 850px) {
  section.datasets .container.content header {
    text-align: left;
  }
}
section.datasets .container.content .dataset {
  width: 100%;
}
@media (min-width: 641px) {
  section.datasets .container.content .dataset {
    width: 50%;
  }
}
@media (min-width: 850px) {
  section.datasets .container.content .dataset {
    width: auto;
  }
}
section.datasets .container.content .dataset:not(:last-of-type) {
  padding-right: 5%;
}
@media (min-width: 850px) {
  section.datasets .container.content .dataset:not(:last-of-type) {
    padding-right: 0;
  }
}
section.datasets .container.content .copy {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 850px) {
  section.datasets .container.content .copy {
    display: block;
    max-width: 35rem;
    width: 30%;
  }
}
section.datasets .container.content .copy h4 {
  display: flex;
  align-items: center;
  margin-bottom: 0.8em;
  justify-content: center;
}
@media (min-width: 850px) {
  section.datasets .container.content .copy h4 {
    justify-content: flex-start;
  }
}
section.datasets .container.content .copy h4 img {
  margin-right: 2rem;
  text-align: left;
}
section.datasets .container.content .copy .dataset {
  text-align: center;
  margin-top: 1rem;
  padding: 3rem 3rem 3rem 0;
}
@media (min-width: 850px) {
  section.datasets .container.content .copy .dataset {
    text-align: left;
    padding: 3rem 0 3rem;
  }
  section.datasets .container.content .copy .dataset:not(:last-of-type) {
    border-bottom: 1px solid var(--accent_gray25);
  }
}
section.datasets .container.content .ui {
  padding-top: 5rem;
  padding-bottom: clamp(2rem, 15vw, 6rem);
  flex-grow: 1;
  position: relative;
}
@media (min-width: 850px) {
  section.datasets .container.content .ui {
    padding-top: 0;
    padding-right: 6rem;
  }
}
section.datasets .container.content .ui::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 1;
  background-image: linear-gradient(0deg, #f7f8fa 0%, rgba(247, 248, 250, 0.75) 50%, rgba(247, 248, 250, 0) 100%);
}

section.results {
  padding-top: clamp(8rem, 15vw, 12rem);
  padding-bottom: clamp(6rem, 15vw, 10rem);
  background-image: linear-gradient(225deg, #F7F8FA 0%, white 50%);
}
section.results header.container {
  margin-bottom: 12rem;
}
section.results .container.content {
  max-width: 1100px;
}
@media (min-width: 950px) {
  section.results .container.content {
    display: flex;
    justify-content: space-between;
  }
}
section.results .container.content > div {
  margin: 0 auto 8rem;
  max-width: 42.5rem;
}
@media (min-width: 950px) {
  section.results .container.content > div {
    margin-bottom: 0;
    max-width: 27.5rem;
  }
}
@media (min-width: 950px) {
  section.results .graphic {
    height: 24.2rem;
  }
}
section.results svg .circle-bg, section.results svg .vs {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transform-box: fill-box;
}
section.results .map-view .graphic {
  position: relative;
}
section.results .map-view .graphic .map {
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
  max-width: 32.5rem;
  max-height: 32.5rem;
  margin: 0 auto;
}
@media (min-width: 950px) {
  section.results .map-view .graphic .map {
    width: 242px;
    height: 242px;
  }
}
section.results .map-view .graphic .map img {
  width: 100%;
}
section.results .map-view .graphic svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 949px) {
  section.results .comparison-view .copy {
    padding-top: 0;
  }
}
section.results .copy {
  padding-top: 3.5rem;
  padding-left: 3rem;
}
section.results .copy h3 img {
  margin-right: 1rem;
}
section.results .copy ul {
  margin-left: 2.5em;
  margin-top: 2.75em;
}
section.results .copy ul li {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--accent_gray50);
  margin-bottom: 1em;
}

.privacy-statement {
  position: relative;
  padding: 50rem 10% 4rem 10%;
  margin-top: -40rem;
  text-align: center;
  background: linear-gradient(180deg, rgba(221, 223, 229, 0.25) 0%, rgba(255, 255, 255, 0.25) 50%);
}
@media (min-width: 641px) {
  .privacy-statement {
    padding: 50rem 10% 4rem 10%;
  }
}
.privacy-statement figure {
  width: 3.4rem;
  height: 3.3rem;
  margin: 0 auto 2rem auto;
}
.privacy-statement figure svg path {
  fill: #2a3e4a;
}
.privacy-statement .copy {
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
}
.privacy-statement .copy p {
  margin-top: 2rem;
}

.resources {
  padding-top: 10rem;
}

.cta-contain {
  padding: 0;
  z-index: 1;
  background-image: linear-gradient(180deg, white 50%, #F3F3F5 50%);
}
@media (min-width: 768px) {
  .cta-contain {
    padding: 0 5%;
  }
}

.form-cta .form-contain p {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  color: #505050;
}
.form-cta .product-logo {
  width: 109px;
}
.form-cta .form-info > p {
  font-size: 1.6rem;
  line-height: 1.75;
}
.form-cta .form-info .contact-info p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}
.form-cta .hbspt-form .hs-button {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}
.form-cta .hbspt-form input, .form-cta .hbspt-form select {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}
