/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme {
  :host, :host {
    --font-sans: "Inter", sans-serif;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-sky-300: oklch(82.8% 0.111 230.318);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --radius-xs: 0.125rem;
    --radius-sm: 0.25rem;
    --drop-shadow-xs: 0 1px 1px rgb(0 0 0 / 0.05);
    --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
    --drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --blur-xs: 4px;
    --blur-sm: 8px;
    --blur-md: 12px;
    --perspective-near: 300px;
    --perspective-distant: 1200px;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --color-brand-black: var(--black);
    --color-brand-white: var(--white);
    --color-brand-red: var(--red);
    --color-brand-blue: var(--blue, #0065ff);
    --color-brand-tan: var(--tan);
    --color-grey-06: var(--grey-06);
  }
}
@layer utilities {
  .\@container {
    container-type: inline-size;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .\!top-\[-0\.35em\] {
    top: -0.35em !important;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[39px\] {
    top: 39px;
  }
  .top-\[279px\] {
    top: 279px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[5\.5\%\] {
    right: 5.5%;
  }
  .right-\[13\.95\%\] {
    right: 13.95%;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[-0\.45em\] {
    left: -0.45em;
  }
  .left-\[-14px\] {
    left: -14px;
  }
  .left-\[8\.29\%\] {
    left: 8.29%;
  }
  .left-\[34px\] {
    left: 34px;
  }
  .z-1 {
    z-index: 1;
  }
  .z-10 {
    z-index: 10;
  }
  .z-40 {
    z-index: 40;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .container {
    width: 100%;
    @media (width >= 480px) {
      max-width: 480px;
    }
    @media (width >= 992px) {
      max-width: 992px;
    }
    @media (width >= 1440px) {
      max-width: 1440px;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
  }
  .mx-\[12px\] {
    margin-inline: 12px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-21 {
    margin-top: calc(var(--spacing) * 21);
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[26px\] {
    margin-top: 26px;
  }
  .\!mb-\[0px\] {
    margin-bottom: 0px !important;
  }
  .\!mb-\[24px\] {
    margin-bottom: 24px !important;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .ml-\[10px\] {
    margin-left: 10px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .list-item {
    display: list-item;
  }
  .field-sizing-content {
    field-sizing: content;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[59px\] {
    height: 59px;
  }
  .h-\[111px\] {
    height: 111px;
  }
  .h-\[176px\] {
    height: 176px;
  }
  .h-\[264px\] {
    height: 264px;
  }
  .h-\[312px\] {
    height: 312px;
  }
  .h-\[536px\] {
    height: 536px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-16 {
    max-height: calc(var(--spacing) * 16);
  }
  .w-\[3\.13\%\] {
    width: 3.13%;
  }
  .w-\[5\.5\%\] {
    width: 5.5%;
  }
  .w-\[8\.29\%\] {
    width: 8.29%;
  }
  .w-\[8\.45\%\] {
    width: 8.45%;
  }
  .w-\[8\.74\%\] {
    width: 8.74%;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[353px\] {
    width: 353px;
  }
  .w-\[443px\] {
    width: 443px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[348px\] {
    max-width: 348px;
  }
  .max-w-\[934px\] {
    max-width: 934px;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .\!flex-1 {
    flex: 1 !important;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[14px\] {
    gap: 14px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[17px\] {
    gap: 17px;
  }
  .gap-\[22px\] {
    gap: 22px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[41px\] {
    gap: 41px;
  }
  .gap-\[56px\] {
    gap: 56px;
  }
  .gap-\[Npx\] {
    gap: Npx;
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-y-\[10px\] {
    row-gap: 10px;
  }
  .self-stretch {
    align-self: stretch;
  }
  .overflow-clip {
    overflow: clip;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[18px\] {
    border-radius: 18px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[Npx\] {
    border-radius: Npx;
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#4f4f4f\] {
    border-color: #4f4f4f;
  }
  .border-\[rgba\(41\,41\,41\,0\.2\)\] {
    border-color: rgba(41,41,41,0.2);
  }
  .bg-\(--brand-color\) {
    background-color: var(--brand-color);
  }
  .bg-\[\#131313\] {
    background-color: #131313;
  }
  .bg-\[--brand-color\] {
    background-color: --brand-color;
  }
  .bg-\[rgba\(255\,255\,255\,0\.3\)\] {
    background-color: rgba(255,255,255,0.3);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-brand-black {
    background-color: var(--color-brand-black);
  }
  .bg-brand-red {
    background-color: var(--color-brand-red);
  }
  .bg-brand-tan {
    background-color: var(--color-brand-tan);
  }
  .bg-brand-white {
    background-color: var(--color-brand-white);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-linear-45 {
    --tw-gradient-position: 45deg;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: 45deg in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-linear-to-r\/oklch {
    --tw-gradient-position: to right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in oklch;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-linear-to-r\/srgb {
    --tw-gradient-position: to right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in srgb;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-conic {
    --tw-gradient-position: in oklab;
    background-image: conic-gradient(var(--tw-gradient-stops));
  }
  .bg-radial-\[at_25\%_25\%\] {
    --tw-gradient-position: at 25% 25%;
    background-image: radial-gradient(var(--tw-gradient-stops,at 25% 25%));
  }
  .object-cover {
    object-fit: cover;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .px-\[32px\] {
    padding-inline: 32px;
  }
  .px-\[34px\] {
    padding-inline: 34px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .px-\[Npx\] {
    padding-inline: Npx;
  }
  .py-\[7px\] {
    padding-block: 7px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .pt-\[32px\] {
    padding-top: 32px;
  }
  .pt-\[39px\] {
    padding-top: 39px;
  }
  .pt-\[64px\] {
    padding-top: 64px;
  }
  .pr-\[6px\] {
    padding-right: 6px;
  }
  .pb-\[34px\] {
    padding-bottom: 34px;
  }
  .pb-\[36px\] {
    padding-bottom: 36px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[100px\] {
    padding-bottom: 100px;
  }
  .pl-\[26px\] {
    padding-left: 26px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .\!align-super {
    vertical-align: super !important;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .\!text-\[0\.3452380952em\] {
    font-size: 0.3452380952em !important;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.16px\] {
    --tw-tracking: -0.16px;
    letter-spacing: -0.16px;
  }
  .tracking-\[-0\.24px\] {
    --tw-tracking: -0.24px;
    letter-spacing: -0.24px;
  }
  .tracking-\[-0\.26px\] {
    --tw-tracking: -0.26px;
    letter-spacing: -0.26px;
  }
  .tracking-\[-0\.28px\] {
    --tw-tracking: -0.28px;
    letter-spacing: -0.28px;
  }
  .tracking-\[-0\.32px\] {
    --tw-tracking: -0.32px;
    letter-spacing: -0.32px;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-\[\#2e2e2e\] {
    color: #2e2e2e;
  }
  .text-\[\#747474\] {
    color: #747474;
  }
  .text-\[\#c0c0c0\] {
    color: #c0c0c0;
  }
  .text-\[\#e6e5e1\] {
    color: #e6e5e1;
  }
  .text-\[Npx\] {
    color: Npx;
  }
  .text-\[rgba\(39\,39\,39\,0\.8\)\] {
    color: rgba(39,39,39,0.8);
  }
  .text-black\/50 {
    color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .text-brand-black {
    color: var(--color-brand-black);
  }
  .text-brand-red {
    color: var(--color-brand-red);
  }
  .text-brand-tan {
    color: var(--color-brand-tan);
  }
  .text-brand-white {
    color: var(--color-brand-white);
  }
  .text-grey-06 {
    color: var(--color-grey-06);
  }
  .text-sky-300 {
    color: var(--color-sky-300);
  }
  .text-white {
    color: var(--color-white);
  }
  .not-italic {
    font-style: normal;
  }
  .\!no-underline {
    text-decoration-line: none !important;
  }
  .underline {
    text-decoration-line: underline;
  }
  .scheme-dark {
    color-scheme: dark;
  }
  .scheme-light {
    color-scheme: light;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_0px_23\.8px_0px_rgba\(0\,0\,0\,0\.33\)\] {
    --tw-shadow: 0px 0px 23.8px 0px var(--tw-shadow-color, rgba(0,0,0,0.33));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xs {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .inset-shadow-xs {
    --tw-inset-shadow: inset 0 1px 1px var(--tw-inset-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline-hidden {
    --tw-outline-style: none;
    outline-style: none;
    @media (forced-colors: active) {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-md {
    --tw-blur: blur(var(--blur-md));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-sm {
    --tw-blur: blur(var(--blur-sm));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-xs {
    --tw-blur: blur(var(--blur-xs));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .drop-shadow-md {
    --tw-drop-shadow-size: drop-shadow(0 3px 3px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.12)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-md));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .drop-shadow-sm {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-sm));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .drop-shadow-xs {
    --tw-drop-shadow-size: drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.05)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-xs));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .sepia {
    --tw-sepia: sepia(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .backface-visible {
    backface-visibility: visible;
  }
  .perspective-distant {
    perspective: var(--perspective-distant);
  }
  .perspective-near {
    perspective: var(--perspective-near);
  }
  .transform-3d {
    transform-style: preserve-3d;
  }
  .group-has-data-potato\:opacity-100 {
    &:is(:where(.group):has(*[data-potato]) *) {
      opacity: 100%;
    }
  }
  .hover\:text-brand-blue {
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-blue);
      }
    }
  }
  .hover\:opacity-70 {
    &:hover {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .data-selected\:opacity-100 {
    &[data-selected] {
      opacity: 100%;
    }
  }
  .max-lg\:flex-col {
    @media (width < 992px) {
      flex-direction: column;
    }
  }
  .max-sm\:px-4 {
    @media (width < 480px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .lg\:order-last {
    @media (width >= 992px) {
      order: 9999;
    }
  }
  .lg\:mx-0 {
    @media (width >= 992px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:mx-auto {
    @media (width >= 992px) {
      margin-inline: auto;
    }
  }
  .lg\:block {
    @media (width >= 992px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 992px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 992px) {
      display: none;
    }
  }
  .lg\:h-\[614px\] {
    @media (width >= 992px) {
      height: 614px;
    }
  }
  .lg\:w-\[362px\] {
    @media (width >= 992px) {
      width: 362px;
    }
  }
  .lg\:\!max-w-\[90rem\] {
    @media (width >= 992px) {
      max-width: 90rem !important;
    }
  }
  .lg\:max-w-\[1120px\] {
    @media (width >= 992px) {
      max-width: 1120px;
    }
  }
  .lg\:flex-shrink-0 {
    @media (width >= 992px) {
      flex-shrink: 0;
    }
  }
  .lg\:shrink {
    @media (width >= 992px) {
      flex-shrink: 1;
    }
  }
  .lg\:flex-col {
    @media (width >= 992px) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 992px) {
      flex-direction: row;
    }
  }
  .lg\:items-start {
    @media (width >= 992px) {
      align-items: flex-start;
    }
  }
  .lg\:justify-between {
    @media (width >= 992px) {
      justify-content: space-between;
    }
  }
  .lg\:justify-start {
    @media (width >= 992px) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-0 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-6 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-8 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-\[17px\] {
    @media (width >= 992px) {
      gap: 17px;
    }
  }
  .lg\:gap-\[40px\] {
    @media (width >= 992px) {
      gap: 40px;
    }
  }
  .lg\:gap-\[60px\] {
    @media (width >= 992px) {
      gap: 60px;
    }
  }
  .lg\:overflow-hidden {
    @media (width >= 992px) {
      overflow: hidden;
    }
  }
  .lg\:px-0 {
    @media (width >= 992px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-\[20px\] {
    @media (width >= 992px) {
      padding-inline: 20px;
    }
  }
  .lg\:px-\[30px\] {
    @media (width >= 992px) {
      padding-inline: 30px;
    }
  }
  .min-\[992px\]\:\!px-0 {
    @media (width >= 992px) {
      padding-inline: calc(var(--spacing) * 0) !important;
    }
  }
  .lg\:py-\[120px\] {
    @media (width >= 992px) {
      padding-block: 120px;
    }
  }
  .lg\:pt-\[50px\] {
    @media (width >= 992px) {
      padding-top: 50px;
    }
  }
  .lg\:pt-\[88px\] {
    @media (width >= 992px) {
      padding-top: 88px;
    }
  }
  .lg\:pb-0 {
    @media (width >= 992px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pl-\[19px\] {
    @media (width >= 992px) {
      padding-left: 19px;
    }
  }
  .lg\:text-\[36px\] {
    @media (width >= 992px) {
      font-size: 36px;
    }
  }
  .min-\[1141px\]\:\!px-\[6rem\] {
    @media (width >= 1141px) {
      padding-inline: 6rem !important;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:w-\[340px\] {
    @media (width >= 48rem) {
      width: 340px;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:gap-\[17px\] {
    @media (width >= 48rem) {
      gap: 17px;
    }
  }
  .md\:py-\[120px\] {
    @media (width >= 48rem) {
      padding-block: 120px;
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px;
    }
  }
  .xl\:gap-16 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .xl\:gap-\[56px\] {
    @media (width >= 80rem) {
      gap: 56px;
    }
  }
  .xl\:px-\[58px\] {
    @media (width >= 80rem) {
      padding-inline: 58px;
    }
  }
  .xl\:py-\[50px\] {
    @media (width >= 80rem) {
      padding-block: 50px;
    }
  }
  .\@min-md\:\@max-xl\:hidden {
    @container (width >= 28rem) {
      @container (width < 36rem) {
        display: none;
      }
    }
  }
  .\[\&\>\*\]\:min-w-0 {
    &>* {
      min-width: calc(var(--spacing) * 0);
    }
  }
  .\[\&\>\*\]\:flex-1 {
    &>* {
      flex: 1;
    }
  }
  .lg\:\[\&\>\*\]\:flex-initial {
    @media (width >= 992px) {
      &>* {
        flex: 0 auto;
      }
    }
  }
}
.w-nav-menu {
  height: auto !important;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

/* Fonts */

@font-face {
  font-family: 'Inter';
  src: url('https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/63c95fae7b024e87ec057a7d_Inter-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/63c95fae87a25c6ff42601fe_Inter-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/63c95fae0a6bca1eb93ad5f3_Inter-Bold.woff2') format('woff2'), url('https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/63c95faebdaf9a3a99cb1a47_Inter-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/63c95fae82a4196f8b16b93c_Inter-BoldItalic.woff2') format('woff2'), url('https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/63c95faed2650f5d5cab5415_Inter-ExtraBoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/63c95fae22d7030f171f3e55_Inter-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/63c95fafd3b7465fc0c2aaa1_Inter-ExtraLightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/63c95faf7b024e618d057a7e_Inter-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/63c95faf09132a88254b19f7_Inter-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/63c95faf22d70370201f3e56_Inter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/63c95fafca144873fefc619d_Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/63c95faf176513a40f7e9c1d_Inter-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/63c95faf1b9a8301880ac325_Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/63c95faf90d45d18bebf8466_Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/63c95faf90d45dc27abf8467_Inter-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/63c95faf0a6bca77453ad5f4_Inter-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/63c95faf90d45d0f96bf8468_Inter-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Druk Wide';
  src: url('https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/67edee20784d3dd8a0849f36_DrukWide-Bold.woff2') format('woff2'), url('https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/67edee20f27cf615c182bbe2_DrukWide-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/680937a934189f31c0e715eb_Inter-ExtraBoldItalic.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/680937aae018f4c799707070_Inter-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:host) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}




/* ==========================================================================
   Start of base Webflow CSS - If you're looking for some ultra-clean CSS, skip the boilerplate and see the unminified code below.
   ========================================================================== */


@font-face {
  font-family: 'webflow-icons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
.w-optimization {
  display: contents;
}
.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  transition: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  position: unset;
  display: inline-block !important;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation='over-left'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation='over-right'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}

:host {
  --white: white;
  --black: #1d1d1d;
  --red: #f9213b;
  --blue: #0065ff;
  --gray-00: #fafafa;
  --gray-01: #f4f4f4;
  --gray-02: #eaeaea;
  --gray-03: #d2d2d2;
  --gray-04: #a8a8a8;
  --gray-05: #757575;
  --gray-06: #646464;
  --gray-07: #4f4f4f;
  --tan-00: #f9f8f7;
  --tan-01: #f4f3f1;
  --tan-02: #e6e5e1;
  --tan-03: #dad8d2;
  --dark-red: #d41c32;
  --hr: rgba(0, 101, 255, 0.1);
  --map-hr: rgba(170, 169, 156, 0.3);
  --gray-08: #343434;
  --foundation-fail-100: #fdbaba;
  --action-links-b-100: #6ba6ff;
  --foundation-gray-300: #686868;
  --gray-09: #282828;
  --local-nav-height: 6.5142857143rem;
  --gray-scale-50: #e8e8e8;
  --gray-scale-40: #4a4a4a;
  --gray-scale-30: #686868;
  --gray-scale-20: hsla(0, 0.00%, 59.22%, 1.00);
  --gray-scale-10: hsla(0, 0.00%, 72.55%, 1.00);
  --a11y-red: #ed0621;
}

body {
  font-family: Inter;
  color: var(--black);
  font-size: 0.875rem;
  line-height: 1.4em;
}

h1 {
  margin-top: 0rem;
  margin-bottom: 1rem;

  font-family: Inter;
  font-size: 5.3125rem;
  line-height: 1em;
  font-weight: 800;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  margin-top: 0rem;
  margin-bottom: 1rem;

  font-family: Inter;
  font-size: 3rem;
  line-height: 1em;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  margin-top: 0rem;
  margin-bottom: 1rem;

  font-family: Inter;
  font-size: 2.25rem;
  line-height: 1.1em;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  margin-top: 0rem;
  margin-bottom: 1rem;

  font-family: Inter;
  font-size: 2rem;
  line-height: 1em;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  margin-top: 0rem;
  margin-bottom: 1rem;

  font-family: Inter;
  font-size: 1.5rem;
  line-height: 1.2rem;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  h5 {
    font-size: 1.25rem;
  }
}

h6 {
  margin-top: 0rem;
  margin-bottom: 1rem;

  font-family: Inter;
  font-size: 1.125rem;
  line-height: 1.3rem;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  h6 {
    font-size: 1rem;
  }
}

p {
  margin-bottom: 1rem;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4em;
  font-weight: 700;
}

strong {
  font-weight: bold;
}

sup {
  font-size: 0.6em;
}

blockquote {
  margin-bottom: 1rem;
  padding: 0px;
  border-left: 0px none transparent;
  font-size: 1.5rem;
  line-height: 1.4em;
}

@media screen and (max-width: 479px) {
  blockquote {
    font-size: 1.25rem;
  }
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  margin-top: 12px;
  font-size: 0.875rem;
  line-height: 1.5em;
  text-align: left;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-checkbox::before {
  content: ' ';
  display: table;
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 1;
}
.w-checkbox::after {
  content: ' ';
  display: table;
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 1;
  clear: both;
}
.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}
.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: rgba(204, 204, 204, 1);
  border-bottom-color: rgba(204, 204, 204, 1);
  border-left-color: rgba(204, 204, 204, 1);
  border-right-color: rgba(204, 204, 204, 1);
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: rgba(56, 152, 236, 1);
  border-top-color: rgba(56, 152, 236, 1);
  border-bottom-color: rgba(56, 152, 236, 1);
  border-left-color: rgba(56, 152, 236, 1);
  border-right-color: rgba(56, 152, 236, 1);
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px rgba(56, 152, 236, 1);
}

.container {
  position: relative;

  display: block;
  width: 92vw;
  max-width: 72rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6rem;
  padding-left: 6rem;
  justify-content: space-between;
  align-items: center;
}

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

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.container.medium-container {
  max-width: 87rem;
}

@media screen and (min-width: 1440px) {
  .container.medium-container {
    max-width: 88rem;
  }
}

.container.medium-container.map-lines-container {
  height: 100%;
}

.container.large-container {
  z-index: 4;
  max-width: 90rem;
  padding-right: 0rem;
  padding-left: 0rem;
}

.container.large-container.below-lines {
  z-index: auto;
}

@media screen and (max-width: 767px) {
  .container.large-container.add-mobile-padding {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .container.large-container.cards-hero-container {
    max-width: 75rem;
  }
}

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

.container.over-lines {
  z-index: 4;
}

@media screen and (max-width: 767px) {
  .container.chart-container {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

.container.z-index-1 {
  z-index: 1;
}

.container.cards-hero-text-container {
  max-width: 69rem;
}

@media screen and (min-width: 1280px) {
  .container.cards-hero-text-container {
    max-width: 69rem;
  }
}

@media screen and (max-width: 991px) {
  .container.cards-hero-text-container {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .container.cards-hero-text-container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

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

.container.large-container-max-width {
  padding-right: 0rem;
  padding-left: 0rem;
}

@media screen and (min-width: 1280px) {
  .container.large-container-max-width {
    max-width: 67.375rem;
  }
}

@media screen and (max-width: 991px) {
  .container.large-container-max-width {
    width: 91.93548387%;
  }
}

@media screen and (max-width: 767px) {
  .container.large-container-max-width {
    width: 89.74358974%;
  }
}

@media screen and (max-width: 991px) {
  .container.tablet-full-width {
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

.template-navigation {
  position: sticky;
  top: 0px;
  z-index: 99;
  background-color: transparent;
}

.style-nav-inner {
  display: flex;
  padding-top: 24px;
  justify-content: space-between;
  align-items: center;
}

.navigation-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0.9375rem 0.7rem;

  transition: color 200ms ease;

  font-size: 0.875rem;
  line-height: 1.4em;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .navigation-link {
    font-size: 1rem;
  }
}

.navigation-link:hover {
  color: var(--blue);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    display: block;
    padding: 0.5rem 0rem;
    font-size: 1.125rem;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .navigation-link {
    padding: 30px 16px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-link.with-border {
    border-bottom: 1px solid var(--tan-01);
  }
}

.section {
  overflow: hidden;
  padding-top: 7.5rem;
}

@media screen and (max-width: 991px) {
  .section {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 5rem;
  }
}

.section.padding-bottom {
  padding-bottom: 7.5rem;
}

@media screen and (max-width: 767px) {
  .section.padding-bottom {
    padding-bottom: 5rem;
  }
}

.section.medium-spacing {
  padding-top: 6.5rem;
}

@media screen and (max-width: 767px) {
  .section.medium-spacing {
    padding-top: 4.5rem;
  }
}

.section.medium-spacing.padding-bottom {
  padding-bottom: 6.5rem;
}

@media screen and (max-width: 767px) {
  .section.medium-spacing.padding-bottom {
    padding-bottom: 4.5rem;
  }
}

.section.medium-spacing.large-padding-bottom {
  padding-bottom: 7.5rem;
}

@media screen and (max-width: 767px) {
  .section.medium-spacing.large-padding-bottom {
    padding-bottom: 5rem;
  }
}

.section.small-spacing {
  padding-top: 5rem;
}

@media screen and (max-width: 767px) {
  .section.small-spacing {
    padding-top: 3.5rem;
  }
}

.section.small-spacing.padding-bottom {
  padding-bottom: 5.5rem;
}

@media screen and (max-width: 767px) {
  .section.small-spacing.padding-bottom {
    padding-bottom: 3.5rem;
  }
}

.section.small-spacing.large-padding-bottom {
  padding-bottom: 7.5rem;
}

@media screen and (max-width: 767px) {
  .section.small-spacing.large-padding-bottom {
    padding-bottom: 5rem;
  }
}

.section.small-spacing.border-bottom {
  border-bottom: 1px solid var(--tan-02);
}

@media screen and (min-width: 1280px) {
  .section.small-spacing.border-bottom {
    border-bottom: 1px solid var(--tan-03);
  }
}

.section.add-bottom-border {
  padding-bottom: 7.5rem;
  border-bottom: 1px solid var(--map-hr);
}

@media screen and (max-width: 767px) {
  .section.add-bottom-border {
    padding-bottom: 5rem;
  }
}

.section.add-bottom-border.blog-header {
  position: relative;
  z-index: 0;
}

.section.add-bottom-border.padding-top-104 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.add-bottom-border.padding-top-0.stats-section {
  margin-top: 6.25rem;
}

@media screen and (max-width: 479px) {
  .section.add-bottom-border.padding-top-0.stats-section {
    margin-top: 0rem;
  }
}

.section.blog-header {
  padding-top: 3.5rem;
}

.section.add-bottom-border {
  padding-bottom: 7.5rem;
  border-bottom: 1px solid hsla(55.71428571428573, 7.61%, 63.92%, 0.30);
}

@media screen and (max-width: 767px) {
  .section.add-bottom-border {
    padding-bottom: 5rem;
  }
}

.section.enterprise-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--map-hr);
}

@media screen and (max-width: 767px) {
  .section.enterprise-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.section.background-texture-light {
  background-image: url("https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/63d80f83f01aacd3928bb5f2_Background%20Texture__Pricing%20Topo.webp");
  background-position: 0px 0px;
  background-size: auto;
}

.section.add-top-border {
  border-top: 1px solid var(--map-hr);
}

.section.compact {
  padding-top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .section.flush-top.padding-bottom.compact {
    padding-top: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .section.flush-top.padding-bottom.compact {
    padding-top: 1rem;
  }
}

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

._2-column-grid {
  display: grid;
  margin-top: 2.5rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (max-width: 767px) {
  ._2-column-grid {
    grid-template-columns: 1fr;
  }
}

.brand-card {
  display: flex;
  min-height: 240px;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;

  border-radius: 8px;

  background-color: var(--gray-00);

  text-align: center;
}

.overline {
  margin-bottom: 1rem;

  font-size: 0.75rem;
  line-height: 1.7em;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.margin-y-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.margin-bottom-24 {
  margin-bottom: 1.5rem;
}

.style-guide-color-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .style-guide-color-grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-color-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .style-guide-color-grid {
    grid-template-columns: 1fr;
  }
}

.color-card {
  position: relative;

  overflow: hidden;
  padding-top: 150%;

  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0.00%, 0.00%, 0.12);
}

.card-caption {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;

  padding: 24px;
}

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

.margin-bottom-8 {
  margin-bottom: 0.5rem;
}

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

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

._2-column-flex {
  display: flex;
  grid-column-gap: 6.5rem;
  grid-row-gap: 2.5rem;
}

@media screen and (max-width: 991px) {
  ._2-column-flex {
    flex-direction: column;
  }
}

._2-column-flex.align-center {
  align-items: center;
}

@media screen and (max-width: 991px) {
  ._2-column-flex.align-center {
    align-items: stretch;
  }
}

.flex-expand {
  flex: 1;
}

@media screen and (max-width: 479px) {
  .flex-expand.simple-footer-logo {
    margin-bottom: 10px;
    flex: 0 100%;
    text-align: center;
  }
}

.style-guide-type-wrapper {
  padding: 88px;
  border-radius: 16px;
}

@media screen and (max-width: 991px) {
  .style-guide-type-wrapper {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-type-wrapper {
    padding: 24px;
  }
}

.horizontal-rule {
  height: 1px;
  background-color: hsla(0, 0.00%, 0.00%, 0.12);
}

.text-grey {
  color: hsla(200, 8.26%, 42.75%, 1.00);
}

.margin-top-64 {
  margin-top: 4rem;
}

@media screen and (max-width: 991px) {
  .hide-on-tablet {
    display: none;
  }
}

.margin-top-8 {
  margin-top: 0.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.margin-top-32 {
  margin-top: 2rem;
}

.margin-top-24 {
  margin-top: 1.5rem;
}

.margin-top-104 {
  margin-top: 6.5rem;
}

.max-width-1080 {
  max-width: 67.5rem;
}

.display-block {
  display: block;
}

.max-width-800 {
  max-width: 50rem;
}

.margin-bottom-0 {
  margin-bottom: 0rem;
}

.max-width-520 {
  max-width: 32.5rem;
}

.max-width-520.center {
  margin-right: auto;
  margin-left: auto;
}

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

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

.absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;

  transform: translate(-50%, -50%);
}

.max-width-416 {
  max-width: 26rem;
}

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

.max-width-960 {
  max-width: 60rem;
}

.display-inline-block {
  display: inline-block;
  flex: 0 0 auto;
}

.display-inline-block.do-not-shrink {
  flex: 0 0 auto;
}

.margin-bottom-32 {
  max-width: 80%;
  margin-right: 0px;
  margin-bottom: 2rem;
  margin-left: 0px;
  padding-right: 0rem;
  padding-left: 0rem;

  text-align: left;
}

@media screen and (max-width: 991px) {
  .margin-bottom-32 {
    max-width: 80%;
  }
}

.margin-bottom-32.slide-2 {
  margin-right: 0px;
  margin-left: 0px;
}

.margin-bottom-32.load-2 {
  max-width: none;
}

.max-width-320 {
  max-width: 20rem;
}

.max-width-224 {
  max-width: 14rem;
}

.max-width-480 {
  max-width: 30rem;
}

.margin-x-0 {
  margin-right: 0rem;
  margin-left: 0rem;
  text-align: right;
}

.position-absolute {
  position: absolute;
}

.margin-y-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  text-align: right;
}

.margin-bottom-16 {
  margin-bottom: 1rem;
}

.overflow-visible {
  overflow: visible;
}

.margin-top-0 {
  margin-top: 0rem;
}

.max-width-1200 {
  max-width: 75rem;
}

.margin-bottom-56 {
  margin-bottom: 3.5rem;
}

.position-relative {
  position: relative;
}

@media screen and (max-width: 991px) {
  .position-relative {
    object-fit: none;
  }
}

.margin-bottom-104 {
  margin-bottom: 6.5rem;
}

.position-static {
  position: static;
}

.display-inline {
  display: inline;
}

.margin-top-40 {
  margin-top: 2.5rem;
}

.margin-bottom-40 {
  margin-bottom: 2.5rem;
}

.margin-top-16 {
  margin-top: 1rem;
}

@media screen and (max-width: 991px) {
  .tablet-max-none {
    max-width: none;
  }
}

.show-on-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .show-on-mobile {
    display: block;
  }
}

.max-width-600 {
  max-width: 37.5rem;
}

.max-width-600.center {
  margin-right: auto;
  margin-left: auto;
}

.margin-top-48 {
  margin-top: 3rem;
}

.margin-bottom-64 {
  margin-bottom: 4rem;
}

.show-on-tablet {
  display: none;
}

@media screen and (max-width: 991px) {
  .show-on-tablet {
    display: block;
  }
}

.show-on-tablet.full-width-image {
  display: none;
}

@media screen and (max-width: 991px) {
  .show-on-tablet.full-width-image {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}

.max-width-720 {
  max-width: 45rem;
}

.margin-bottom-48 {
  margin-bottom: 3rem;
}

.margin-auto {
  margin-right: auto;
  margin-left: auto;
}

.margin-top-56 {
  margin-top: 3.5rem;
}

.paragraph-large {
  font-size: 1.5rem;
  line-height: 1.4em;
}

@media screen and (max-width: 767px) {
  .paragraph-large {
    font-size: 1.125rem;
  }
}

.paragraph-large.text-color-gray-scale-30.max-width-700 {
  margin-right: auto;
  margin-left: auto;
}

.paragraph-large.max-width-700 {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1440px) {
  .paragraph-large.max-width-700 {
    margin-right: auto;
    margin-left: auto;
  }
}

.paragraph-large.text-color-gray-04 {
  color: var(--gray-04);
}

.paragraph-small {
  font-size: 0.75rem;
  line-height: 1.4em;
}

.rich-text h3 {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .rich-text h3 {
    margin-top: 3.5rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .rich-text h3 {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
  }
}

.rich-text h2 {
  margin-top: 4.5rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .rich-text h2 {
    margin-top: 4rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .rich-text h2 {
    margin-top: 3rem;
    margin-bottom: 1.25rem;
  }
}

.rich-text h4 {
  margin-top: 3.5rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .rich-text h4 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .rich-text h4 {
    margin-top: 2rem;
    margin-bottom: 1.25rem;
  }
}

.rich-text h5 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .rich-text h5 {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .rich-text h5 {
    margin-top: 2rem;
    margin-bottom: 1.25rem;
  }
}

.rich-text h6 {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .rich-text h6 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .rich-text h6 {
    margin-top: 1.75rem;
    margin-bottom: 1.25rem;
  }
}

.rich-text ol {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 2.5rem;
}

.rich-text li {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.6em;
}

.rich-text blockquote {
  position: relative;

  margin-top: 5.57rem;
  margin-right: auto;
  margin-bottom: 5.75rem;
  padding: 8rem 90px 5.75rem;

  background-image: url("https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/67bdb755cf865b4d5032db96_quote.svg");
  background-position: 90px 90px;
  background-size: 24px 22px;
  background-repeat: no-repeat;

  color: var(--black);
}

@media screen and (min-width: 1280px) {
  .rich-text blockquote {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 991px) {
  .rich-text blockquote {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
    padding: 6rem 60px 3.75rem 40px;
    background-position: 40px 50px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .rich-text blockquote {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 4rem 30px 2.5rem;

    background-position: 30px 30px;
    background-size: 15px 14px;

    font-size: 1rem;
  }
}

.rich-text a {
  text-decoration: underline;
}

.rich-text a:hover {
  text-decoration: none;
}

.rich-text h1 {
  margin-top: 5rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .rich-text h1 {
    margin-top: 4.5rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .rich-text h1 {
    margin-top: 4rem;
    margin-bottom: 1.25rem;
  }
}

.rich-text p {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.6em;
}

@media screen and (max-width: 767px) {
  .rich-text p {
    font-size: 1rem;
  }
}

.rich-text ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
}

.rich-text figure {
  display: block;
  max-width: 100%;
  min-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.rich-text img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
}

.rich-text figcaption {
  max-width: 72rem;
  margin-right: auto;
  margin-left: auto;
}

.type-grid {
  display: grid;
  margin-top: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}

.form-input {
  height: auto;
  margin-bottom: 1.25rem;
  padding: 1rem 0.75rem;

  border: 1px solid var(--gray-01);
  border-radius: 0.75rem;

  background-color: transparent;

  transition: border-color 200ms ease,color 200ms ease;

  font-size: 0.8125rem;
  font-weight: 700;
}

.form-input:hover {
  border-color: hsla(0, 0.00%, 72.55%, 1.00);
}

.form-input:active {
  border-color: hsla(0, 0.00%, 72.55%, 1.00);
}

.form-input:focus {
  border-color: #b9b9b9;
}

.form-input::placeholder {
  color: var(--gray-05);
}

.form-input.message-input {
  max-width: 100%;
  min-height: 16ch;
}

.button {
  position: relative;

  padding: 0.9375rem 1.5625rem;
  flex: 0 0 auto;

  border-radius: 0.75rem;

  background-color: var(--a11y-red);

  transition: color 200ms ease,background-color 300ms ease;

  color: var(--white);
  font-size: 1.125rem;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  background-color: var(--dark-red);
}

.button.outline-button {
  display: inline-flex;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;

  border: 2px solid var(--black);

  background-color: hsla(0, 0.00%, 20.39%, 0.00);

  color: var(--black);
}

.button.outline-button:hover {
  background-color: var(--black);
  color: var(--white);
}

@media screen and (max-width: 479px) {
  .button.outline-button {
    justify-content: center;
  }
}

.button.outline-button.white-outline {
  border-color: var(--white);
  color: var(--white);
}

.button.outline-button.white-outline:hover {
  background-color: var(--white);
  color: var(--gray-07);
}

@media screen and (max-width: 479px) {
  .button.outline-button.flex-expand {
    justify-content: center;
  }
}

.button.outline-button.small-button {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.button.gradient-button-outer {
  position: relative;
  background-color: transparent;
  background-image: linear-gradient(to right, var(--red), white);
  transition: color 200ms ease;
}

.button.gradient-slide-button {
  overflow: hidden;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .button.full-width-on-tablet {
    display: block;
    width: 100%;
  }
}

.button.form-button {
  display: block;
  margin-top: 3.5rem;
}

.button.small-button {
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
}

.button.white-arrow-button {
  display: flex;
  align-items: center;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;

  background-color: var(--white);

  color: var(--black);
}

.button.white-arrow-button:hover {
  background-color: var(--tan-01);
}

.button.no-wrap {
  white-space: nowrap;
}

.button.margin-top-auto {
  margin-top: auto;
}

.button.button-medium {
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
}

@media screen and (max-width: 479px) {
  .button.compact {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

.form-2-column {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (max-width: 767px) {
  .form-2-column {
    grid-template-columns: 1fr;
  }
}

.checkbox {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  flex: 0 0 auto;

  border: 2px solid var(--gray-03);
  border-radius: 0.1875rem;

  background-color: hsla(352.77777777777777, 94.74%, 55.29%, 0.00);

  transition: border-color 200ms ease,background-color 200ms ease;
}

.checkbox.w--redirected-checked {
  border-width: 2px;
  border-color: var(--blue);
  background-color: var(--blue);
  background-image: none;
  box-shadow: inset 0 0 0 2px hsla(0, 0.00%, 100.00%, 1.00);
}

.checkbox-label {
  margin-top: 0.1875rem;
  margin-bottom: 0px;
  flex: 0 0 auto;

  color: var(--gray-06);
  font-size: 0.875rem;
  line-height: 1.4em;
}

.checkbox-label.radio-label {
  margin-top: 0.0875rem;
}

.checkbox-input {
  display: flex;
  margin-bottom: 0px;
  align-items: center;
}

.checkbox-grid {
  display: grid;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  justify-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  grid-template-rows: auto;
}

@media screen and (max-width: 767px) {
  .checkbox-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .checkbox-grid {
    margin-top: 2rem;
  }
}

.margin-bottom-12 {
  margin-bottom: 0.75rem;
}

.margin-bottom-12.collapse {
  height: 0px;
}

.radio-button {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  border: 1px solid var(--gray-03);
  transition: border-color 200ms ease;
}

.radio-button.w--redirected-checked {
  border-color: var(--red);
}

.radio-input {
  margin-bottom: 0px;
}

.form-component {
  width: 30rem;
  max-width: 100%;
  margin-bottom: 0px;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .form-component {
    width: 100%;
    max-width: 100%;
  }
}

.form-component.wide-form {
  width: 100%;
}

.style-guide-link-grid {
  display: grid;
  margin-bottom: 24px;
  padding: 16px;
  justify-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: auto;
  grid-template-rows: auto;

  border-radius: 16px;

  background-color: var(--gray-00);
}

@media screen and (max-width: 767px) {
  .style-guide-link-grid {
    grid-template-columns: auto auto;
  }
}

@media screen and (max-width: 479px) {
  .style-guide-link-grid {
    grid-template-columns: auto;
  }
}

.standard-link {
  display: inline-block;

  transition: color 200ms ease;

  font-size: 0.9375rem;
  line-height: 1.4em;
  font-weight: 600;
  text-decoration: none;
}

.standard-link.style-guide-footer-link {
  padding-right: 23px;
  padding-left: 23px;
  flex: 0 0 auto;
}

.standard-link.animated-underscore {
  position: relative;
  padding-bottom: 4px;
}

.underscore-wrapper {
  overflow: hidden;
}

.arrow-wrapper {
  display: flex;
  padding-bottom: 0.5rem;
  align-items: center;
  flex: 0 0 auto;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;

  border-bottom: 2px solid var(--red);

  transition: all 500ms cubic-bezier(.23, 1, .32, 1);

  font-size: 1.125rem;
  line-height: 1.4em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .arrow-wrapper {
    font-size: 1rem;
  }
}

.arrow-icon {
  display: flex;
  width: 1.125rem;
  height: 1.125rem;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .arrow-icon {
    width: 1rem;
    height: 1rem;
  }
}

.arrow-icon.small-arrow {
  width: 0.625rem;
  height: 0.625rem;
}

.social-icon-link {
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;

  transition: color 200ms ease;

  color: var(--gray-06);
}

.social-icon-link:hover {
  color: var(--blue);
}

.social-icon {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}

.slider-button {
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: 0px;
  margin-left: 0px;
  justify-content: center;
  align-items: center;

  border-radius: 0.75rem;

  background-color: var(--black);

  transition: background-color 200ms ease;

  color: var(--white);

  cursor: pointer;
}

.slider-button:hover {
  background-color: var(--blue);
}

@media screen and (max-width: 767px) {
  .slider-button {
    flex: 1;
  }
}

.flex-horizontal {
  display: flex;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .flex-horizontal {
    flex-wrap: wrap;
  }
}

.shadow-card {
  padding: 32px 24px;
  background-color: var(--gray-00);
}

.style-guide-shadows {
  display: grid;
  margin-top: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}

.sticky {
  position: sticky;
  top: 176px;
}

.style-guide-footer {
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  justify-content: center;
  flex-wrap: wrap;
}

.form-success {
  padding: 2rem;
  border: 1px solid var(--gray-02);
  border-radius: 1.5rem;
  background-color: var(--white);
}

.margin-botttom-4 {
  margin-bottom: 0.25rem;
}

.form-error {
  margin-top: 0.75rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  background-color: var(--gray-07);
  color: var(--gray-01);
}

.margin-top-80 {
  margin-top: 5rem;
}

.margin-bottom-80 {
  margin-bottom: 5rem;
}

.margin-right-8 {
  margin-right: 0.5rem;
}

.margin-right-16 {
  margin-right: 1rem;
}

.margin-right-24 {
  margin-right: 1.5rem;
}

.image-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;

  display: block;

  box-sizing: border-box;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

.image-cover.corner-radius-24 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  object-fit: cover;
}

.image-cover.origin-left {
  object-position: 50% 50%;
}

.image-cover.position-relative.z-index-1 {
  z-index: 1;
}

.image-cover.zindex-1 {
  z-index: 1;
}

.style-guide-navigation-list.w--open {
  overflow: hidden;

  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0.00%, 0.00%, 0.12);
  border-radius: 8px;

  background-color: var(--white);
}

.style-guide-dropdown-link {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.4em;
  font-weight: 600;
  text-decoration: none;
}

.style-guide-dropdown-link:hover {
  background-color: var(--gray-00);
}

.ratio-66 {
  position: relative;
  display: block;
}

.ratio-100 {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 100%;
}

.ratio-75 {
  position: relative;
  display: block;
}

.ratio-125 {
  position: relative;
  display: block;
}

.ratio-160 {
  position: relative;
  display: block;
}

.ratio-56 {
  position: relative;
  display: block;
}

.image-scale {
  overflow: hidden;
}

.slide-4 {
  display: block;
}

.faq-trigger {
  display: flex;
  padding: 1.5rem 1.5rem 1.5rem 0rem;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;

  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .faq-trigger {
    padding-right: 0.5rem;
  }
}

.ratio-44 {
  position: relative;
  display: block;
}

.open-drawer {
  cursor: pointer;
}

.drawer-close {
  flex: 1;
}

.close-drawer-button {
  position: fixed;
  left: auto;
  top: 64px;
  right: 64px;
  bottom: auto;

  display: flex;
  width: 88px;
  height: 88px;
  justify-content: center;
  align-items: center;

  border-radius: 50%;

  background-color: var(--red);

  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .close-drawer-button {
    top: 24px;
    right: 24px;
  }
}

.cookie-o {
  max-width: 600px;
  flex: 1;
}

.fs-cc-prefs_component {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 997;

  display: none;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 479px) {
  .fs-cc-prefs_component {
    padding: 24px;
  }
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_toggle {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background-color: hsla(0, 0.00%, 100.00%, 1.00);
}

.fs-cc-prefs_toggle-wrapper {
  display: flex;
  margin-bottom: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_content {
  overflow: scroll;
  height: 100%;
  padding: 40px 32px;
}

@media screen and (max-width: 479px) {
  .fs-cc-prefs_content {
    padding: 24px;
  }
}

.fs-cc-prefs_checkbox-field {
  position: relative;

  display: flex;
  width: 44px;
  height: 24px;
  margin-bottom: 0px;
  padding: 2px;

  border-radius: 999px;

  background-color: hsla(0, 0.00%, 80.00%, 1.00);
}

.fs-cc-banner_close {
  margin-left: 12px;
  padding: 10px;
  flex: 0 0 auto;

  border-radius: 500px;

  background-color: hsla(0, 0.00%, 100.00%, 1.00);

  opacity: 1;

  cursor: pointer;
}

@media screen and (max-width: 479px) {
  .fs-cc-banner_close {
    position: absolute;
    left: auto;
    top: -22px;
    right: 10px;
    bottom: auto;
  }
}

.fs-cc-manager_component {
  position: fixed;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 999;

  display: none;
  margin-right: auto;
  margin-left: auto;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_form {
  position: relative;

  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 576px;
  margin-bottom: 0px;

  border-radius: 12px;

  background-color: hsla(0, 0.00%, 100.00%, 1.00);
}

.fs-cc-prefs_checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;

  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;

  opacity: 0;

  cursor: pointer;
}

.fs-cc-banner_component {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 998;

  display: none;
  padding: 24px;
  justify-content: center;
  align-items: center;

  border-top: 1px solid hsla(234.89361702127658, 100.00%, 63.14%, 0.16);

  background-color: hsla(234, 100.00%, 98.04%, 1.00);
}

.fs-cc-prefs_option {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid hsla(0, 0.00%, 20.00%, 0.15);
}

.fs-cc-banner_buttons-wrapper {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
}

@media screen and (max-width: 767px) {
  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }
}

@media screen and (max-width: 479px) {
  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
}

.fs-cc-prefs_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;

  width: 100%;
  height: 100%;

  background-color: hsla(0, 0.00%, 0.00%, 0.60);
}

.fs-cc-banner_container {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  grid-column-gap: 1rem;
}

@media screen and (max-width: 767px) {
  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }
}

.inline-link {
  transition: color 200ms ease;
}

.inline-link:hover {
  color: var(--blue);
}

.fs-cc-prefs_buttons-wrapper {
  display: flex;
  margin-top: 32px;
  margin-right: -8px;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

.fs-cc-prefs_close {
  position: absolute;
  left: auto;
  top: -12px;
  right: -12px;
  bottom: auto;
  z-index: 1;

  padding: 10px;

  border-radius: 100%;

  background-color: #222;

  color: white;
  font-size: 20px;
  text-decoration: none;

  cursor: pointer;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_close-icon {
  display: flex;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_label {
  margin-right: 32px;
  margin-bottom: 0px;
}

.heading-1 {
  margin-bottom: 1rem;
  font-family: Inter;
  font-size: 5.3125rem;
  line-height: 1em;
  font-weight: 800;
}

@media screen and (max-width: 991px) {
  .heading-1 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .heading-1 {
    font-size: 3rem;
  }
}

.heading-1.margin-bottom-24 {
  margin-bottom: 1.5rem;
}

.heading-1.quadrant-list-item-counter {
  margin-bottom: 0rem;
}

.heading-1.landing-page-hero-heading {
  font-size: 4.3rem;
}

@media screen and (min-width: 1280px) {
  .heading-1.landing-page-hero-heading {
    font-size: 5.3125rem;
  }
}

.heading-2 {
  margin-bottom: 1rem;
  font-family: Inter;
  font-size: 3rem;
  line-height: 1em;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 2.5rem;
  }
}

.heading-3 {
  margin-bottom: 1rem;
  font-family: Inter;
  font-size: 2.25rem;
  line-height: 1.1em;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .heading-3 {
    font-size: 2rem;
  }
}

.heading-3.margin-bottom-24 {
  margin-bottom: 1.5rem;
}

.heading-4 {
  margin-bottom: 1rem;
  font-family: Inter;
  font-size: 2rem;
  line-height: 1em;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .heading-4 {
    font-size: 1.5rem;
  }
}

.heading-4.margin-bottom-24 {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  .heading-4.margin-bottom-24.flush-bottom-on-tablet {
    margin-bottom: 0rem;
  }
}

.heading-4.margin-bottom-0 {
  margin-bottom: 0rem;
}

.heading-4.margin-bottom-40 {
  margin-bottom: 2.5rem;
}

.heading-4.margin-bottom-12 {
  margin-bottom: 0.75rem;
}

.heading-5 {
  margin-bottom: 1rem;
  font-family: Inter;
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .heading-5 {
    font-size: 1.25rem;
  }
}

.heading-5.margin-bottom-0 {
  margin-bottom: 0rem;
}

.heading-5.margin-bottom-12 {
  margin-bottom: 0.75rem;
}

@media screen and (max-width: 991px) {
  .heading-5.gallery-card-heading {
    margin-bottom: 0.3125rem;
  }
}

.heading-6 {
  margin-bottom: 1rem;
  font-family: Inter;
  font-size: 1.125rem;
  line-height: 1.3em;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .heading-6 {
    font-size: 1rem;
  }
}

.heading-6.margin-bottom-8 {
  margin-bottom: 0.5rem;
}

.heading-6.margin-bottom-0 {
  margin-bottom: 0rem;
}

@media screen and (min-width: 1280px) {
  .page-wrapper {
    overflow: visible;
  }
}

@media screen and (min-width: 1280px) {
  .page-wrapper.overflow-hidden {
    overflow: hidden;
  }
}

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

.utility-page-content {
  display: flex;
  width: 100%;
  max-width: 560px;
  flex-direction: column;
  align-items: center;

  text-align: center;
}

.utility-page-form {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.margin-botttom-2 {
  margin-bottom: 0.125rem;
}

.margin-top-2 {
  margin-top: 0.125rem;
}

.margin-top-4 {
  margin-top: 0.25rem;
}

.margin-top-12 {
  margin-top: 0.75rem;
}

.hide {
  display: none;
}

.form-group-label {
  margin-bottom: 0.75rem;
  color: var(--black);
  font-size: 0.75rem;
  line-height: 1.4em;
  font-weight: 700;
}

.html-embed {
  height: 0px;
  min-height: 0px;
  min-width: 0px;
  color: hsla(200, 8.26%, 42.75%, 1.00);
}

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

.follow-button {
  position: relative;

  padding: 1.4375rem 2.0625rem;

  color: var(--white);
  font-size: 1.125rem;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
}

.repeat-button {
  padding: 0.9375rem 0.9375rem 0.9375rem 1.5625rem;

  border-radius: 0.75rem;

  background-color: var(--red);

  color: var(--white);
  font-size: 1.125rem;
  line-height: 1.4em;
  font-weight: 700;
}

.navbar {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--hr);
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.brand-wrap {
  z-index: 3;
  margin-left: 0px;
  padding-left: 0px;
  flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
  .brand-wrap {
    position: relative;
  }
}

.nav-logo {
  width: 6rem;
  height: 3rem;
  object-fit: contain;
  object-position: 0% 50%;
}

@media screen and (max-width: 767px) {
  .nav-logo {
    width: 6rem;
    height: 2.625rem;
  }
}

.nav-logo.light-logo {
  display: none;
}

.nav-flex {
  display: flex;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

@media screen and (max-width: 991px) {
  .nav-flex {
    justify-content: space-between;
  }
}

.nav-menu {
  flex: 1;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;

    display: block;
    overflow: visible;
    width: 100%;
    align-self: auto;
    flex: 0 0 auto;

    background-color: var(--white);

    text-align: left;
  }
}

.nav-menu.static {
  position: static;
}

@media screen and (max-width: 991px) {
  .nav-menu.static {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
}

@media screen and (max-width: 991px) {
  .menu-button-line {
    width: 24px;
    height: 3px;
    background-color: var(--black);
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-button {
    z-index: 3;
    padding: 0px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-button.w--open {
    background-color: transparent;
  }
}

@media screen and (max-width: 991px) {
  .nav-button-inner {
    position: relative;
    z-index: 2;

    display: flex;
    min-height: 3rem;
    min-width: 3rem;
    margin-right: -1rem;
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-row-gap: 3px;

    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .nav-button-inner {
    margin-right: -0.5rem;
  }
}

.mobile-menu-links {
  display: none;
}

@media screen and (max-width: 991px) {
  .mobile-menu-links {
    display: block;
    width: 100%;
    max-width: 92vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 6rem;
    padding-bottom: 40px;
    padding-left: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .mobile-menu-links {
    max-width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .mobile-menu-links {
    padding-right: 0.8888888889rem;
    padding-left: 0.8888888889rem;
  }
}

.nav-primary-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .nav-primary-links {
    position: relative;
    z-index: 1;

    display: block;
    width: 100%;
    max-width: 92vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 3.5rem;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .nav-primary-links {
    max-width: 100%;
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-primary-links {
    padding-top: 0rem;
    padding-right: 0.8888888889rem;
    padding-left: 0.8888888889rem;
  }
}

.footer {
  padding: 7.5rem 4vw 6vw;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 5rem 1.5rem 1.5rem;
  }
}

.sub-footer {
  display: flex;
  margin-top: 2rem;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
}

@media screen and (max-width: 991px) {
  .sub-footer {
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .sub-footer {
    flex-direction: column;
    justify-content: center;
  }
}

.small-links-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 1rem;
}

@media screen and (max-width: 479px) {
  .small-links-wrapper {
    justify-content: center;
  }
}

.newsletter-input {
  height: auto;
  margin-bottom: 0px;
  padding: 1rem;
  flex: 1;

  border-right: 1px none black;
  border-top-left-radius: 900px;
  border-bottom-left-radius: 900px;

  color: var(--black);
}

.newsletter-input::placeholder {
  color: var(--black);
}

@media screen and (max-width: 767px) {
  .newsletter-input {
    margin-bottom: 0.5rem;
    border-right-style: solid;
    border-right-color: hsla(0, 0.00%, 0.00%, 0.12);
    border-radius: 900px;
  }
}

.newsletter-button {
  padding: 1rem 2rem;
  flex: 0 0 auto;

  border-top-right-radius: 900px;
  border-bottom-right-radius: 900px;

  background-color: var(--red);

  font-size: 0.9375rem;
  line-height: 1.4em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .newsletter-button {
    border-radius: 900px;
  }
}

.newsletter-form {
  display: flex;
}

@media screen and (max-width: 767px) {
  .newsletter-form {
    flex-direction: column;
  }
}

.newsletter-form-block {
  width: 24rem;
  max-width: 100%;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .newsletter-form-block {
    width: 100%;
  }
}

.social-links-wrapper {
  margin-top: -0.5rem;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .social-links-wrapper {
    margin-right: auto;
    margin-left: auto;
  }
}

.section-style-padding {
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.section-style-padding.padding-bottom-0 {
  padding-bottom: 0rem;
}

.section-header {
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .section-header {
    margin-bottom: 3.5rem;
  }
}

.section-header.slide-up.text-align-center {
  margin-top: 9rem;
}

@media screen and (max-width: 767px) {
  .section-header.slide-up.text-align-center {
    margin-top: 6rem;
  }
}

.section-header.slide-up.margin-bottom-0 {
  margin-bottom: 0rem;
}

.padding-top-104 {
  padding-top: 6.5rem;
}

.content-list-2 {
  margin-top: 40px;
  margin-bottom: 56px;
  padding-left: 0px;
  list-style-type: none;
}

.content-list-2.legal-content-list {
  margin-top: 8px;
  margin-bottom: 0px;
  padding-top: 24px;
  border-top: 1px solid hsla(210, 6.25%, 37.65%, 0.20);
}

.legal-sidebar-link {
  display: block;
  margin-bottom: 0px;
  padding: 4px 0px;

  background-color: transparent;

  transition: color 200ms ease;

  color: hsla(210, 6.25%, 37.65%, 1.00);
  font-size: 0.75rem;
  line-height: 1.5em;
  font-weight: 500;
  text-decoration: none;
}

.legal-sidebar-link:hover {
  color: hsla(223.70370370370372, 91.01%, 17.45%, 1.00);
}

.legal-sidebar-link.w--current {
  color: hsla(223.70370370370372, 91.01%, 17.45%, 1.00);
}

.content-list-item-2 {
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid hsla(0, 0.00%, 0.00%, 0.12);
}

.content-list-item-2.no-border {
  padding-bottom: 0px;
  border-bottom-style: none;
}

.content-list-item-2.no-border.margin-bottom-0 {
  margin-bottom: 0px;
}

.style-guide-block {
  margin-top: 80px;
}

.style-guide-block.margin-top-0 {
  margin-top: 0px;
}

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

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

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

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

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

.bg-gray-05 {
  background-color: var(--gray-05);
  color: var(--white);
}

.bg-gray-06 {
  background-color: var(--gray-06);
  color: var(--white);
}

.bg-gray-07 {
  background-color: var(--gray-07);
  color: var(--white);
}

.bg-tan-00 {
  background-color: var(--tan-00);
}

.bg-tan-01 {
  background-color: var(--tan-01);
}

.bg-tan-02 {
  background-color: var(--tan-02);
}

.bg-tan-03 {
  background-color: var(--tan-03);
}

.subhead-01 {
  font-family: Inter;
  font-size: 1.5rem;
  line-height: 1.4em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .subhead-01 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .subhead-01.slide-1 {
    margin-bottom: 1.16rem;
  }
}

.subhead-02 {
  font-family: Inter;
  font-size: 1.5rem;
  line-height: 1.4em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .subhead-02 {
    font-size: 1.125rem;
  }
}

.subhead-02.faq-question {
  margin-bottom: 0rem;
  white-space: normal;
}

.subhead-03 {
  margin-bottom: 1rem;
  padding-right: 0rem;
  padding-left: 0rem;

  font-family: Inter;
  font-size: 1.125rem;
  line-height: 1.4em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .subhead-03 {
    font-size: 1rem;
  }
}

.subhead-04 {
  font-family: Inter;
  font-size: 0.75rem;
  line-height: 1.4em;
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .subhead-04 {
    padding-top: 2px;
  }
}

.paragraph-medium-01 {
  font-size: 1.125rem;
  line-height: 1.6em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .paragraph-medium-01 {
    font-size: 1rem;
  }
}

.paragraph-medium-02 {
  font-size: 1.125rem;
  line-height: 1.6em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .paragraph-medium-02 {
    font-size: 1rem;
  }
}

.paragraph-medium-03 {
  font-size: 1.125rem;
  line-height: 1.6em;
}

@media screen and (min-width: 1280px) {
  .paragraph-medium-03 {
    line-height: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-medium-03 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .paragraph-medium-03 {
    line-height: 1.4em;
  }
}

.paragraph-medium-03.map-gallery-featured-map-snippet {
  max-width: 25em;
}

@media screen and (max-width: 991px) {
  .paragraph-medium-03.map-gallery-featured-map-snippet {
    margin-bottom: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-medium-03.map-gallery-featured-map-snippet {
    display: none;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 479px) {
  .paragraph-medium-03.text-color-gray-scale-50.font-medium.show-on-mobile {
    margin-bottom: 0rem;
  }
}

@media screen and (max-width: 479px) {
  .paragraph-medium-03.text-color-gray-scale-20.font-medium.show-on-mobile {
    margin-bottom: 0rem;
  }
}

.paragraph-regular-01 {
  font-weight: 700;
}

.paragraph-regular-02 {
  font-size: 0.875rem;
  line-height: 1.4em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .paragraph-regular-02.max-width-416 {
    max-width: 24.5rem;
  }
}

@media screen and (max-width: 479px) {
  .paragraph-regular-02.max-width-416 {
    text-align: center;
  }
}

.play-embed {
  display: flex;
}

.nav-menu-right {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  grid-column-gap: 0.5rem;
  grid-row-gap: 1rem;
}

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

.navigation-dropdown-trigger {
  display: flex;
  padding: 0.9375rem 0.75rem;
  justify-content: center;
  align-items: center;
  grid-column-gap: 0.25rem;

  transition: color 300ms ease;

  font-size: 0.875rem;
  line-height: 1.4em;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .navigation-dropdown-trigger {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1rem;
  }
}

.navigation-dropdown-trigger:hover {
  color: var(--blue);
}

@media screen and (max-width: 991px) {
  .navigation-dropdown-trigger {
    padding-right: 0rem;
    padding-left: 0rem;
    justify-content: flex-start;
    grid-column-gap: 0.5rem;

    color: var(--black);
    font-size: 1.125rem;
    font-weight: 700;

    scroll-margin-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-dropdown-trigger {
    padding: 30px 16px;
    border-bottom: 1px solid var(--tan-01);
  }
}

.navigation-dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

@media screen and (max-width: 991px) {
  .navigation-dropdown {
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
  }
}

.navigation-dropdown.static {
  position: static;
}

.navigation-dropdown-list {
  padding-top: 0.625rem;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .navigation-dropdown-list {
    position: static;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 0rem;
  }
}

@media screen and (max-width: 991px) {
  .navigation-dropdown-list.form-dropdown-list {
    position: absolute;
    display: none;
    width: auto;
    padding-top: 0.625rem;
  }
}

@media screen and (max-width: 991px) {
  .navigation-dropdown-list.form-dropdown-list.w--open {
    display: block;
  }
}

.dropdown-carat {
  display: flex;
}

.nav-dropdown-list-inner {
  padding: 3rem 4.5rem 3.5rem 3rem;
  grid-row-gap: 4.5rem;

  border: 1px solid var(--gray-02);
  border-radius: 0.75rem;

  background-color: var(--white);

  box-shadow: 0 20px 20px 0 hsla(0, 0.00%, 0.00%, 0.05), 0 4px 10px 0 hsla(0, 0.00%, 0.00%, 0.05);
}

@media screen and (max-width: 991px) {
  .nav-dropdown-list-inner {
    padding: 1rem 0rem;
    border-style: none;
    border-radius: 0rem;
    box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-dropdown-list-inner {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.nav-dropdown-list-inner.form-dropdown-list-inner {
  display: block;
  padding: 1rem;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .nav-dropdown-list-inner.form-dropdown-list-inner {
    margin-bottom: 0rem;
    border-style: solid;
    border-radius: 0.75rem;
    box-shadow: 0 20px 20px 0 hsla(0, 0.00%, 0.00%, 0.05), 0 4px 10px 0 hsla(0, 0.00%, 0.00%, 0.05);
  }
}

.nav-dropdown-column {
  flex: 0 0 auto;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .nav-dropdown-column {
    white-space: normal;
  }
}

.nav-dropdown-col-header {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

@media screen and (max-width: 991px) {
  .nav-dropdown-col-header {
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .nav-dropdown-col-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.nav-dropdown-link {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

@media screen and (max-width: 991px) {
  .nav-dropdown-link {
    grid-auto-columns: 1fr;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}

.small-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 auto;
}

.small-icon.split-checklist-icon {
  margin-top: 0.125rem;
}

@media screen and (max-width: 767px) {
  .small-icon.split-checklist-icon {
    width: 0.75rem;
    height: 1rem;
    margin-top: 0.1875rem;
  }
}

.dropdown-header-link {
  display: flex;
  padding-bottom: 0.25rem;
  align-items: center;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;

  color: var(--black);
  font-size: 0.9rem;
  line-height: 1.4em;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .dropdown-header-link {
    font-size: 1.125rem;
  }
}

.dropdown-header-link.padding-none {
  padding-bottom: 0rem;
}

.text-color-grey-05 {
  color: var(--gray-05);
}

.meta-data {
  font-size: 0.625rem;
  line-height: 1.4em;
}

.nav-dropdown-text-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0.3125rem 2.5rem;

  color: var(--gray-07);
  line-height: 1.5em;
  font-weight: 500;
}

.nav-dropdown-text-link:hover {
  color: var(--blue);
}

.nav-dropdown-text-link.w--current {
  color: var(--blue);
}

@media screen and (max-width: 767px) {
  .nav-dropdown-text-link {
    padding-right: 1.5rem;
    padding-left: 0rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-dropdown-text-link {
    white-space: normal;
  }
}

.nav-dropdown-text-link.nav-dropdown-text-link-inline {
  display: inline-block;
}

.nav-dropdown-meta {
  padding-left: 2.5rem;
}

@media screen and (max-width: 767px) {
  .nav-dropdown-meta {
    padding-left: 0rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-dropdown-meta {
    padding-left: 0rem;
  }
}

.footer-grid-col {
  padding-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .footer-grid-col {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer-grid-col.get-stated-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}

.footer-grid-col.foot-grid-col-light {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;

  border-radius: 16px;

  background-color: var(--white);

  box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2);
}

@media screen and (max-width: 991px) {
  .footer-grid-col.foot-grid-col-light {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .footer-grid-col.foot-grid-col-light {
    margin-bottom: 20px;
  }
}

.footer-grid-col.footer-grid-col-dark {
  margin-right: 24px;
  border-radius: 16px;
  background-color: var(--black);
  box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2);
  color: var(--white);
}

@media screen and (max-width: 991px) {
  .footer-grid-col.footer-grid-col-dark {
    margin-right: 0px;
    margin-bottom: 40px;
  }
}

.footer-column-header {
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  line-height: 1.4em;
  font-weight: 900;
}

.footer-column-header.is-linked {
  display: block;
  transition: color 200ms ease;
}

.footer-column-header.is-linked:hover {
  color: var(--blue);
}

.footer-column-header.is-linked {
  display: block;
  transition: color 200ms ease;
}

.footer-column-header.is-linked:hover {
  color: hsla(216.23529411764704, 100.00%, 50.00%, 1.00);
}

.footer-column-header.footer-column-header-flush-bottom {
  margin-bottom: 0rem;
}

.footer-link {
  display: block;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;

  transition: color 200ms ease;

  color: var(--gray-06);
  font-size: 0.75rem;
  line-height: 1.4em;
  font-weight: 500;
}

.footer-link:hover {
  color: var(--blue);
}

.footer-link.footer-link-light {
  color: var(--gray-scale-10);
}

.footer-link.footer-link-light:hover {
  color: #468ffd;
}

.footer-inner {
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-radius: 3rem;
}

@media screen and (max-width: 767px) {
  .footer-inner {
    border-radius: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .footer-inner {
    padding-top: 0.5rem;
    padding-bottom: 2rem;
  }
}

.two-button-component {
  display: flex;
  margin-top: 3rem;
  padding-right: 1rem;
  align-items: center;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
}

@media screen and (max-width: 991px) {
  .two-button-component {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .two-button-component {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .two-button-component.mobile-nav-buttons {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .two-button-component.mobile-nav-buttons {
    padding-right: 0rem;
  }
}

@media screen and (max-width: 479px) {
  .two-button-component.mobile-nav-buttons {
    margin-top: 0rem;
    flex-direction: column;
    align-items: stretch;
  }
}

.header-collage-component {
  display: flex;
  margin-top: 4rem;
  grid-column-gap: 4rem;
}

@media screen and (max-width: 991px) {
  .header-collage-component {
    grid-column-gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .header-collage-component {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}

.collage-phone {
  position: relative;
  z-index: 2;
  width: 22.5%;
  flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
  .collage-phone {
    width: 33%;
    margin-top: -16rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .collage-phone {
    width: 40%;
    margin-top: -5rem;
  }
}

.collage-phone.tab-collage-phone {
  width: 33%;
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .collage-phone.tab-collage-phone {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.collage-desktop {
  position: relative;
  overflow: hidden;
  flex: 1;
  border-radius: 1.5rem;
}

@media screen and (max-width: 767px) {
  .collage-desktop {
    padding-top: 66%;
    border-radius: 1rem;
  }
}

.collage-phone-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
}

@media screen and (max-width: 991px) {
  .collage-phone-inner {
    border-radius: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .collage-phone-inner {
    border-radius: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .collage-phone-inner {
    border-radius: 0.5rem;
  }
}

.shadow {
  box-shadow: 0 20px 20px 0 hsla(0, 0.00%, 0.00%, 0.10), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.tab-component {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .tab-component {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}

.tab-links {
  display: flex;
  max-width: 21.375rem;
  margin-right: 1.5rem;
  flex-direction: column;
  flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
  .tab-links {
    max-width: none;
    margin-top: 2rem;
    margin-right: 0rem;
  }
}

.tab-content {
  overflow: visible;
  flex: 1;
}

.tab-pane-inner {
  position: relative;
}

.tab-link {
  display: flex;
  padding: 0.625rem 1.875rem 0.625rem 1.25rem;
  align-items: center;
  grid-column-gap: 2.5rem;

  border-radius: 1.25rem;

  background-color: transparent;

  transition: padding 200ms ease;
}

.tab-link.w--current {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  background-color: var(--gray-01);
}

@media screen and (max-width: 767px) {
  .tab-link {
    padding-right: 1rem;
    padding-left: 1rem;
    grid-column-gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .tab-link.w--current {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.tab-link-icon-wrap {
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  justify-content: center;
  align-items: center;
  align-self: center;
  flex: 0 0 auto;

  border-radius: 50%;

  background-color: var(--gray-02);

  transition: background-color 200ms ease;
}

@media screen and (max-width: 767px) {
  .tab-link-icon-wrap {
    width: 3rem;
    height: 3rem;
  }
}

.tab-link-icon-wrap.gray-03-wrap {
  background-color: var(--gray-03);
}

.tab-link-icon {
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
  .tab-link-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.tab-link-content {
  display: flex;
  padding-top: 0.5rem;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.tab-link-content.white-border {
  flex: 1;
  border-bottom: 1px solid var(--white);
}

.map-screenshot-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 1.5rem;
}

.two-col-component {
  display: flex;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

@media screen and (max-width: 991px) {
  .two-col-component {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .two-col-component.flush-mobile {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }
}

@media screen and (max-width: 991px) {
  .two-col-component.reverse {
    flex-direction: column;
    flex-wrap: nowrap;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }
}

._2-col-content {
  display: flex;
  max-width: 21.375rem;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  ._2-col-content {
    display: block;
    max-width: none;
    min-height: 0%;
  }
}

.corner-radius-24 {
  overflow: hidden;
  border-radius: 1.5rem;
}

@media screen and (max-width: 767px) {
  .corner-radius-24.shadow {
    border-radius: 0rem;
  }
}

.two-column-component-wrap {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}

@media screen and (max-width: 767px) {
  .two-column-component-wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }
}

.download-cta {
  position: relative;

  overflow: hidden;
  margin-top: 7.5rem;
  padding-top: 2.5rem;
  padding-right: 4.5rem;
  padding-left: 3rem;

  border-radius: 1.5rem;

  background-color: var(--gray-00);
}

@media screen and (max-width: 991px) {
  .download-cta {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .download-cta {
    margin-top: 5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.download-cta-inner {
  position: relative;
  display: flex;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

@media screen and (max-width: 991px) {
  .download-cta-inner {
    flex-direction: column;
    align-items: stretch;
  }
}

.small-cta-content {
  padding-bottom: 2.5rem;
}

@media screen and (max-width: 991px) {
  .small-cta-content {
    padding-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .small-cta-content {
    padding-bottom: 0rem;
  }
}

.small-cta-phone-outer {
  position: relative;
  width: 33%;
  min-height: 16rem;
  flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
  .small-cta-phone-outer {
    width: 60%;
    min-height: 20rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .small-cta-phone-outer {
    width: 75%;
    min-height: 16rem;
  }
}

.small-cta-phone-inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;

  overflow: hidden;
  padding-top: 210%;

  border-radius: 1rem;
}

.app-cta-bar-download {
  display: flex;
  padding-top: 40px;
  align-items: center;
  grid-column-gap: 1.5rem;
  grid-row-gap: 0.5rem;
}

.app-cta-bar-download.center {
  justify-content: center;
}

.download-button-image {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 479px) {
  .download-button-image {
    width: 100%;
    height: auto;
  }
}

.download-button-link {
  flex: 0 auto;
}

@media screen and (max-width: 767px) {
  .download-button-link {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .download-button-link {
    width: 100%;
  }
}

.map-lines-component {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .map-lines-component {
    display: none;
  }
}

.map-lines-component.no-cursor.position-absolute {
  position: absolute;
}

.small-cta-inner {
  position: relative;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

@media screen and (max-width: 767px) {
  .small-cta-inner {
    flex-direction: column;
    align-items: stretch;
  }
}

.small-cta {
  position: relative;

  overflow: hidden;
  margin-top: 7.5rem;
  padding: 3.5rem 4rem;
  flex-wrap: wrap;

  border: 1px solid var(--gray-02);
  border-radius: 1.5rem;

  background-color: var(--gray-00);
}

@media screen and (max-width: 991px) {
  .small-cta {
    padding: 2rem 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .small-cta {
    margin-top: 5rem;
    padding: 1.5rem;
  }
}

.subsection {
  padding-top: 7.5rem;
}

@media screen and (max-width: 767px) {
  .subsection {
    padding-top: 5rem;
  }
}

.subsection.medium-subsection {
  padding-top: 6.5rem;
}

@media screen and (max-width: 991px) {
  .subsection.medium-subsection {
    padding-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .subsection.medium-subsection {
    padding-top: 4rem;
  }
}

.subsection.small-subsection {
  padding-top: 4rem;
}

@media screen and (max-width: 767px) {
  .subsection.small-subsection {
    padding-top: 3.5rem;
  }
}

.phone-hero-component {
  position: relative;
  min-height: 50vh;
  margin-top: 7.5rem;
  padding: 6rem;
}

@media screen and (max-width: 991px) {
  .phone-hero-component {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .phone-hero-component {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .phone-hero-component {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.phone-hero-content {
  position: relative;

  display: inline-block;
  max-width: 29rem;
  padding: 3.25rem 3.5rem;

  border-radius: 1.5rem;

  background-color: var(--gray-00);
}

@media screen and (max-width: 991px) {
  .phone-hero-content {
    max-width: none;
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .phone-hero-content {
    padding: 2rem 1.5rem;
  }
}

.app-icon {
  width: 6rem;
  height: 6rem;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  .app-icon {
    width: 5rem;
    height: 5rem;
    margin-bottom: 2rem;
  }
}

.app-icon.small-icon {
  width: 4rem;
  height: 4rem;
  margin-bottom: 2rem;
}

.map-lines {
  position: absolute;
  left: -1.5rem;
  top: 0%;
  right: -1.5rem;
  bottom: 0%;

  border-right: 1px solid var(--map-hr);
  border-left: 1px solid var(--map-hr);
}

.map-lines.map-gallery-filters-lines {
  height: 100%;
  background-color: var(--white);
}

.map-lines-outer {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .phone-hero-outer {
    position: relative;
    left: 0rem;
    right: 0rem;
    bottom: -6rem;

    display: flex;
    height: 16rem;
    flex-direction: column;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 479px) {
  .phone-hero-outer {
    height: 12rem;
  }
}

.phone-hero-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;

  width: 100%;
  height: 100%;

  object-fit: contain;
  object-position: 0% 100%;
}

@media screen and (max-width: 991px) {
  .phone-hero-image {
    height: 200%;
  }
}

.phone-hero-inner {
  position: relative;
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .phone-hero-inner {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}

.interstitial {
  position: relative;
  overflow: hidden;
  margin-top: 6rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .interstitial {
    margin-top: 5rem;
  }
}

.interstitial.pricing-interstitial {
  margin-top: 0rem;
  padding-bottom: 3.5rem;

  background-image: url("https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/667f27e92f9ac137adc53ad2_background-texture-light.webp");
  background-position: 50% 50%;
  background-size: 65%;
  background-repeat: repeat;
}

.interstitial.flush-margin-top {
  margin-top: 0rem;
}

.logo-grid-image {
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
  object-fit: contain;
}

.logo-grid-item {
  display: flex;
  width: 6rem;
  height: 3rem;
  max-width: 10%;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
  .logo-grid-item {
    width: 4.5rem;
    height: 2.5rem;
    max-width: none;
  }
}

.logo-grid-inner {
  display: flex;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 5rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 5%;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .logo-grid-inner {
    margin-top: 2.5rem;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .logo-grid-inner {
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
    grid-column-gap: 1.5rem;
  }
}

.filter-toggle {
  position: relative;

  padding: 0.5rem 0.75rem;

  border-radius: 0.75rem;

  background-color: hsla(0, 0.00%, 11.37%, 0.00);

  transition: color 200ms ease,background-color 300ms ease;

  color: var(--gray-06);
  font-size: 1rem;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;

  cursor: pointer;
}

.filter-toggle:hover {
  background-color: var(--black);
  color: var(--white);
}

.filter-toggle.is--active {
  margin-bottom: 0px;
  background-color: var(--black);
  color: var(--white);
}

.toggle-flex {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
}

.use-case-slider-component {
  position: relative;
  margin-top: 3.5rem;
}

.swiper-slide.use-case-swiper-slide {
  display: flex;
  width: 100%;
  height: auto;
  padding: 3rem;
  flex: 0 0 auto;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;

  border-radius: 1.5rem;

  background-color: var(--white);

  transition: opacity 200ms ease;
}

@media screen and (max-width: 991px) {
  .swiper-slide.use-case-swiper-slide {
    flex-direction: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .swiper-slide.use-case-swiper-slide {
    margin-right: 1rem;
    padding: 2rem 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .swiper-slide.use-case-swiper-slide {
    justify-content: space-between;
  }
}

.swiper-wrapper.use-case-swiper-wrapper {
  display: flex;
}

.swiper.use-case-swiper {
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .swiper.use-case-swiper {
    position: relative;
    z-index: 2;
  }
}

.swiper-buttons {
  position: absolute;
  left: -6rem;
  top: 50%;
  right: -6rem;
  bottom: auto;
  z-index: 2;

  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;

  transform: translate(0px, -50%);
}

@media screen and (max-width: 767px) {
  .swiper-buttons {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    z-index: 0;

    margin-top: 1.5rem;

    transform: none;
  }
}

.use-case-slider-content {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  grid-row-gap: 3rem;
}

@media screen and (max-width: 991px) {
  .use-case-slider-content {
    grid-row-gap: 1rem;
  }
}

.case-study-map {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 120%;
  border-radius: 1.125rem;
}

@media screen and (max-width: 991px) {
  .case-study-map {
    padding-top: 75%;
  }
}

.tab-link-description {
  overflow: hidden;
}

@media screen and (max-width: 479px) {
  .tab-link-description {
    display: none;
  }
}

.tab-link-description.interstitial-description {
  overflow: hidden;
}

.tab-link-description.interactive-description {
  display: block;
  overflow: hidden;
  height: 0px;
  transition: height 400ms cubic-bezier(.19, 1, .22, 1);
}

.case-study-map-wrap {
  flex: 1;
}

@media screen and (max-width: 479px) {
  .case-study-map-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-inner {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100vh;
    padding-bottom: 5.5rem;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-inner {
    padding-bottom: 3.5rem;
  }
}

.nav-header {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav-header {
    position: sticky;
    top: 0px;
    z-index: 2;

    display: block;
    height: 7.5rem;

    border-bottom: 1px solid var(--gray-02);

    background-color: var(--white);
  }
}

@media screen and (max-width: 767px) {
  .nav-header {
    height: 6rem;
  }
}

.pricing-component {
  margin-top: 5.5rem;
}

@media screen and (max-width: 767px) {
  .pricing-component {
    margin-top: 3.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .pricing-component.above-lines {
    min-width: 1370px;
    margin-left: 50%;
    transform: translate(-50%, 0px);
  }
}

.pricing-tabs {
  display: flex;
  width: 120%;
  margin-left: -10%;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 1440px) {
  .pricing-tabs {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 1280px) {
  .pricing-tabs {
    width: 118%;
    margin-left: -9%;
  }
}

@media screen and (max-width: 991px) {
  .pricing-tabs {
    width: 100%;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .pricing-tabs {
    width: 100%;
    margin-left: 0%;
    align-items: stretch;
  }
}

.pricing-tab-links-wrap {
  margin-bottom: 3.5rem;
  padding: 0.75rem;
  border-radius: 0.75rem;
  background-color: var(--gray-02);
}

@media screen and (max-width: 991px) {
  .pricing-tab-links-wrap {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .pricing-tab-links-wrap {
    display: flex;
    margin-bottom: 2rem;
  }
}

.pricing-tabs-content {
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .pricing-tabs-content {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .pricing-tabs-content {
    overflow: visible;
  }
}

.pricing-tab-link {
  position: relative;

  padding: 0.9375rem 1.5625rem;

  border-radius: 0.75rem;

  background-color: hsla(0, 0.00%, 100.00%, 0.00);

  transition: color 200ms ease,background-color 300ms ease;

  color: var(--gray-07);
  font-size: 1.075rem;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
}

.pricing-tab-link:hover {
  background-color: transparent;
  color: var(--black);
}

.pricing-tab-link.w--current {
  background-color: var(--white);
  color: var(--black);
}

@media screen and (max-width: 767px) {
  .pricing-tab-link {
    flex: 1;
  }
}

.pricing-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .pricing-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }
}

.pricing-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  flex: 1;

  border: 5px solid var(--gray-02);
  border-radius: 2.3rem;

  transition: background-color 300ms ease,border-color 300ms ease;
}

.pricing-column.discover {
  border-color: var(--foundation-fail-100);
}

.pricing-column.discover:hover {
  border-color: var(--red);
  background-color: hsla(0, 94.37%, 86.08%, 0.08);
}

@media screen and (max-width: 991px) {
  .pricing-column.discover:hover {
    border-color: var(--foundation-fail-100);
    background-color: transparent;
  }
}

.pricing-column.pro {
  border-color: var(--action-links-b-100);
}

.pricing-column.pro:hover {
  border-color: var(--blue);
  background-color: hsla(216.0810810810811, 100.00%, 70.98%, 0.08);
}

@media screen and (max-width: 991px) {
  .pricing-column.pro:hover {
    border-color: var(--action-links-b-100);
    background-color: transparent;
  }
}

.pricing-column.pro-unlimited {
  border-color: var(--foundation-gray-300);
}

.pricing-column.pro-unlimited:hover {
  border-color: var(--black);
  background-color: hsla(0, 0.00%, 40.78%, 0.08);
}

@media screen and (max-width: 991px) {
  .pricing-column.pro-unlimited:hover {
    border-color: var(--foundation-gray-300);
    background-color: transparent;
  }
}

.pricing-price {
  margin-bottom: 2rem;
}

.pricing-header-label {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  flex: 0 0 auto;
  grid-column-gap: 0.75rem;
}

.text-color-grey-06 {
  color: var(--gray-06);
}

.text-color-grey-07 {
  color: var(--gray-07);
}

.text-color-blue {
  color: var(--blue);
}

.pricng-list-wrap {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

@media screen and (max-width: 991px) {
  .pricng-list-wrap {
    overflow: hidden;
  }
}

.pricing-list-item {
  display: flex;
  margin-bottom: 0.75rem;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  grid-column-gap: 0.5rem;
}

@media screen and (max-width: 479px) {
  .pricing-list-item {
    font-size: 12px;
  }
}

.pricing-list-item.pricing-list-item-flush-bottom {
  margin-bottom: 0rem;
}

.pricing-list-item.bullets {
  margin-top: -0.5em;
  padding-left: 2.3em;
}

.pricing-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
}

.paragraph-small-02 {
  font-size: 0.75rem;
  line-height: 1.4em;
  font-weight: 500;
}

.map-screenshot {
  display: block;
  width: 100%;
  height: auto;
}

.swiper-pagination-wrapper {
  position: relative;

  display: flex;
  margin-top: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.25rem;
}

.pagination-dot {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 8px;
  margin-left: 8px;
  flex: 0 0 auto;

  border-radius: 50%;

  background-color: var(--gray-02);

  transition: background-color 300ms ease;

  cursor: pointer;
}

.pagination-dot:hover {
  background-color: var(--action-links-b-100);
}

.pagination-dot.is--active {
  background-color: var(--blue);
}

.map-lines-counter {
  position: absolute;
  left: auto;
  top: 50%;
  right: -0.5rem;
  bottom: auto;

  display: none;
  padding: 0.125rem 0.5rem;
  align-items: center;

  border: 1px solid var(--blue);
  border-radius: 40rem;

  background-color: var(--blue);

  transform: translate(100%, 0px);

  color: var(--white);
  font-size: 0.625rem;
  line-height: 1.4em;

  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .map-lines-counter {
    display: none;
  }
}

.comma {
  margin-right: 1px;
  margin-left: 1px;
}

.map-lines-icon {
  display: flex;
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  flex: 0 0 auto;
}

.close-counter-wrap {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;

  display: none;
  flex: 0 0 auto;

  transform: translate(-50%, 50%);
}

.lat-long {
  min-width: 3.5ch;
}

.breadcrumb {
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-top: 1.5rem;
    padding-bottom: 0rem;
  }
}

.breadcrumb-inner {
  display: flex;
}

.breadcrumb-slash {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  flex: 0 0 auto;
  color: var(--gray-05);
}

.texture-header-component {
  position: relative;

  overflow: hidden;
  margin-top: 1.5rem;
  padding-top: 5rem;
  padding-bottom: 10rem;

  border-radius: 3rem;
}

@media screen and (max-width: 991px) {
  .texture-header-component {
    padding-bottom: 5rem;
    border-radius: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .texture-header-component {
    padding-bottom: 2.5rem;
    border-radius: 0rem;
  }
}

.texture-header-component.dark-texture {
  padding-bottom: 15rem;
  background-color: var(--black);
  color: var(--white);
}

.texture-header-component.product-header {
  padding-bottom: 15rem;
}

@media screen and (max-width: 479px) {
  .texture-header-component.product-header {
    padding-bottom: 10rem;
  }
}

.texture-header-component.padding-bottom-small {
  padding-bottom: 5rem;
}

.texture-header-component.dark-texture {
  background-color: hsla(0, 0.00%, 11.37%, 1.00);
  color: hsla(0, 0.00%, 100.00%, 1.00);
}

.dark-header-feature-image {
  position: relative;

  overflow: hidden;
  margin-top: 5.5rem;
  padding-top: 41.6%;

  border-radius: 1.5rem;

  background-color: var(--black);
}

@media screen and (max-width: 767px) {
  .dark-header-feature-image {
    padding-top: 56.25%;
    border-radius: 1rem;
  }
}

.dark-header-phone-wrap {
  position: absolute;
  left: auto;
  top: auto;
  right: 7.5vw;
  bottom: 2.5rem;

  width: 22%;
}

@media screen and (max-width: 767px) {
  .dark-header-phone-wrap {
    bottom: 1.5rem;
    width: 28%;
  }
}

@media screen and (max-width: 479px) {
  .dark-header-phone-wrap {
    width: 33%;
  }
}

.full-width-image {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .full-width-image.corner-radius-24 {
    border-radius: 1rem;
  }
}

.interstitial-split-component {
  display: flex;
  min-height: 40rem;
  grid-row-gap: 3.5rem;
}

@media screen and (min-width: 1440px) {
  .interstitial-split-component {
    min-height: 44rem;
  }
}

@media screen and (max-width: 991px) {
  .interstitial-split-component {
    min-height: 0rem;
    flex-direction: column-reverse;
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .interstitial-split-component {
    grid-row-gap: 2rem;
  }
}

.interstitial-split-content {
  padding-top: 2.5rem;
  padding-right: 7.5vw;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 1440px) {
  .interstitial-split-content {
    padding-right: min(7.5vw, 140px);
  }
}

@media screen and (max-width: 991px) {
  .interstitial-split-content {
    padding-top: 0rem;
    padding-right: 0vw;
    padding-bottom: 0rem;
  }
}

.interstitial-split-content.slide-up.flush-right {
  padding-right: 0vw;
}

.interstitial-split-content.tabs-menu {
  display: flex;
  width: 50%;
  flex-direction: column;
  flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
  .interstitial-split-content.tabs-menu {
    width: 100%;
  }
}

.interstitial-split-images {
  position: relative;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .interstitial-split-images {
    height: 56.25vw;
  }
}

.interstitial-split-images.tab-images {
  min-height: 44vw;
}

.interstitial-image-large {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;

  overflow: hidden;
  width: 50vw;

  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
}

@media screen and (max-width: 991px) {
  .interstitial-image-large {
    width: 100%;
    border-radius: 1.5rem;
  }
}

.interstitial-phone {
  position: absolute;
  left: -3.75vw;
  top: 7%;
  right: auto;

  display: flex;
  height: 86%;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 686/1432;
}

@media screen and (max-width: 991px) {
  .interstitial-phone {
    left: -5.5rem;
  }
}

@media screen and (max-width: 767px) {
  .interstitial-phone {
    left: auto;
    right: 2.5rem;
    bottom: 20%;
    width: 28%;
    height: auto;
  }
}

.one-col-figure-content {
  max-width: 51.75rem;
  margin-top: 3rem;
  padding-right: 5rem;
}

@media screen and (max-width: 991px) {
  .one-col-figure-content {
    padding-right: 0rem;
  }
}

.one-col-figure-content.flush-top {
  margin-top: 24px;
}

.one-col-figure-content.margin-top-0 {
  margin-top: 0rem;
}

._2-col-figure-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 6.5rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  ._2-col-figure-grid {
    grid-row-gap: 5rem;
  }
}

@media screen and (max-width: 767px) {
  ._2-col-figure-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }
}

.close-counter {
  display: flex;
  width: 1rem;
  height: 1rem;
  justify-content: center;
  align-items: center;

  border-radius: 50%;

  background-color: var(--blue);

  transform: translate(-50%, -50%);
}

.padding-right-8 {
  padding-right: 0.5rem;
}

@media screen and (min-width: 1440px) {
  .padding-right-8.full-width-image {
    padding-right: 1rem;
  }
}

._2-col-section-header {
  display: flex;
  margin-bottom: 5rem;
  flex-wrap: wrap;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

@media screen and (max-width: 991px) {
  ._2-col-section-header {
    margin-bottom: 4rem;
    flex-direction: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  ._2-col-section-header {
    margin-bottom: 3.5rem;
  }
}

.flex-100 {
  width: 100%;
  flex: 0 0 auto;
}

.cta-form-component {
  position: relative;

  display: flex;
  overflow: hidden;
  padding: 3rem;
  flex-wrap: wrap;
  grid-column-gap: 5rem;
  grid-row-gap: 1.5rem;

  border: 1px solid var(--gray-02);
  border-radius: 1.5rem;

  background-color: var(--gray-00);
}

@media screen and (max-width: 767px) {
  .cta-form-component {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.map-cta-form-wrap {
  position: relative;
  width: 20rem;
  flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
  .map-cta-form-wrap {
    width: 100%;
  }
}

.intersitial-tabs-content {
  overflow: visible;
  flex: 1;
}

.interstitial-tab-link {
  display: flex;
  padding: 0.625rem 1.875rem 0.625rem 1.25rem;
  align-items: stretch;
  grid-column-gap: 2.5rem;

  border-radius: 1.25rem;

  background-color: transparent;

  transition: padding 200ms ease;
}

.interstitial-tab-link.w--current {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background-color: var(--white);
}

@media screen and (max-width: 767px) {
  .interstitial-tab-link {
    padding: 0.5rem 1rem;
    grid-column-gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .interstitial-tab-link.w--current {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.full-image-wrap {
  overflow: hidden;
  border-radius: 1.5rem;
}

@media screen and (max-width: 991px) {
  .full-image-wrap {
    margin-right: -6rem;
    margin-left: -6rem;
  }
}

@media screen and (max-width: 767px) {
  .full-image-wrap {
    margin-right: 0rem;
    margin-left: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .full-image-wrap.shadow {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    border-radius: 0rem;
  }
}

.one-col-figure-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 464/307;
  border-radius: 1.5rem;
}

@media screen and (max-width: 991px) {
  .one-col-figure-image {
    padding-top: 56.25%;
  }
}

@media screen and (max-width: 767px) {
  .one-col-figure-image {
    padding-top: 66%;
  }
}

.one-col-figure-image.auto-height {
  padding-top: 0%;
}

.text-only-header {
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--map-hr);
}

@media screen and (max-width: 767px) {
  .text-only-header {
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 479px) {
  .text-only-header {
    padding-bottom: 4rem;
  }
}

.text-only-header.no-bottom-border {
  padding-bottom: 0rem;
  border-bottom-style: none;
}

.contact-form-wrap {
  display: flex;
  align-items: flex-start;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2rem;
}

@media screen and (max-width: 991px) {
  .contact-form-wrap {
    flex-direction: column;
    align-items: stretch;
  }
}

.contact-sidebar {
  width: 22rem;
  max-width: 100%;
  padding: 2.5rem 1.5rem;
  flex: 0 0 auto;

  border-radius: 1.5rem;

  background-color: var(--gray-00);
}

@media screen and (max-width: 991px) {
  .contact-sidebar {
    width: 100%;
    order: -1;
  }
}

.contact-link-small {
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  align-items: center;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.25rem;

  color: var(--blue);
  font-weight: 500;
}

.tiny-icon {
  width: 1.125rem;
  height: 1.125rem;
  flex: 0 0 auto;
}

.faqs-component {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  grid-column-gap: 3.5rem;
  grid-row-gap: 0rem;
}

@media screen and (max-width: 991px) {
  .faqs-component {
    flex-direction: column;
    align-items: stretch;
  }
}

.do-not-shrink {
  flex: 0 0 auto;
}

@media screen and (max-width: 479px) {
  .do-not-shrink {
    display: block;
  }
}

.faq-list {
  width: 36rem;
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .faq-list {
    width: 100%;
  }
}

.faq-item {
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--gray-02);
}

.faq-pane {
  position: static;

  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;

  background-color: transparent;
}

.faq-pane-inner {
  padding-right: 4rem;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .faq-pane-inner {
    padding-right: 2rem;
  }
}

.faq-carat {
  position: absolute;

  display: flex;
  width: 1.125rem;
  height: 0.75rem;
  flex: 0 0 auto;

  transition: color 200ms ease;
}

.faq-carat-wrap {
  display: flex;
  min-height: 1.5rem;
  min-width: 1.5rem;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}

.small-text-link {
  transition: color 200ms ease;

  font-family: Inter;
  color: var(--gray-05);
  font-size: 0.875rem;
  line-height: 1.4em;
  font-weight: 500;
  text-decoration: underline;
}

.small-text-link:hover {
  color: var(--blue);
}

.enterprise-contact-component {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .enterprise-contact-component {
    flex-direction: column;
    align-items: stretch;
  }
}

.enterprise-label-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
}

.checklist-split-component {
  display: flex;
  margin-top: 5rem;
  grid-column-gap: 12.5rem;
  grid-row-gap: 2.5rem;
}

@media screen and (max-width: 991px) {
  .checklist-split-component {
    flex-direction: column;
    align-items: stretch;
  }
}

.checklist-split-content {
  width: 36rem;
  flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
  .checklist-split-content {
    width: 100%;
  }
}

.split-checklist {
  display: grid;
  margin-bottom: 0px;
  padding-left: 0px;
  justify-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;

  list-style-type: none;
}

@media screen and (max-width: 767px) {
  .split-checklist {
    grid-column-gap: 0.5rem;
  }
}

.split-checklist.single-column {
  display: block;
}

.split-checklist-item {
  display: flex;
  margin-bottom: 0.75rem;
  align-items: flex-start;
  grid-column-gap: 0.5rem;

  color: var(--gray-07);
  font-size: 1.125rem;
  line-height: 1.6em;
}

@media screen and (max-width: 767px) {
  .split-checklist-item {
    grid-column-gap: 0.25rem;
    font-size: 0.875rem;
  }
}

.comparison-chart-row {
  display: grid;
  min-width: 36rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0rem;
  grid-template-columns: 20rem 1fr 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (min-width: 1280px) {
  .comparison-chart-row {
    grid-template-columns: 15rem 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .comparison-chart-row {
    grid-template-columns: 12rem 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .comparison-chart-row {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 1fr 1fr 1fr;
  }
}

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

.chart-section-label {
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .chart-section-label {
    margin-top: 1.5rem;
  }
}

.chart-row-label {
  position: relative;
}

.chart-row-label:hover {
  z-index: 2;
}

.chart-row-cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;

  text-align: center;
}

.tooltip-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.tooltip {
  position: absolute;
  left: auto;
  right: -0.25rem;
  bottom: 0%;

  display: none;
  width: 20vh;
  padding: 0.5rem 0.75rem;

  border-radius: 0.5rem;

  background-color: var(--white);

  transform: translate(100%, 0px);
}

.comparison-chart-component {
  overflow: auto;
  padding-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .comparison-chart-component {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .mobile-full-width {
    display: block;
    width: 100%;
  }
}

.bg-gray-08 {
  background-color: var(--gray-08);
  color: var(--white);
}

.dropdown-form-input {
  display: flex;
  height: auto;
  padding: 1rem 0.75rem;
  justify-content: space-between;
  align-items: center;

  border: 1px solid var(--gray-01);
  border-radius: 0.75rem;

  background-color: transparent;

  transition: border-color 200ms ease,color 200ms ease;

  font-size: 0.8125rem;
  font-weight: 700;
}

.dropdown-form-input:hover {
  border-color: var(--gray-03);
}

.dropdown-form-input:active {
  border-color: var(--red);
}

.dropdown-form-input:focus {
  border-color: var(--red);
}

.dropdown-form-input::placeholder {
  color: var(--gray-05);
}

.dropdown {
  display: block;
}

.dropdown.form-dropdown {
  display: block;
  margin-bottom: 1.25rem;
}

.form-dropdown-text {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0.5rem 0px;
  flex: 0 0 auto;
  font-weight: 500;
}

.nav-2-col-grid {
  display: block;
  justify-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;

  column-count: 2;
}

@media screen and (max-width: 479px) {
  .nav-2-col-grid {
    grid-template-rows: minmax(auto, 0.25fr);
  }
}

@media screen and (max-width: 991px) {
  .mobile-menu-links-grid {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}

@media screen and (max-width: 479px) {
  .mobile-menu-links-grid {
    grid-template-columns: 1fr;
  }
}

.header-overlay-wrap {
  margin-top: -11.5rem;
}

@media screen and (max-width: 479px) {
  .header-overlay-wrap {
    margin-top: -5.75rem;
  }
}

.large-rich-text {
  font-weight: 400;
}

.large-rich-text h3 {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .large-rich-text h3 {
    margin-top: 3.5rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .large-rich-text h3 {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
  }
}

.large-rich-text h2 {
  margin-top: 4.5rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .large-rich-text h2 {
    margin-top: 4rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .large-rich-text h2 {
    margin-top: 3rem;
    margin-bottom: 1.25rem;
  }
}

.large-rich-text h4 {
  margin-top: 3.5rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .large-rich-text h4 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .large-rich-text h4 {
    margin-top: 2rem;
    margin-bottom: 1.25rem;
  }
}

.large-rich-text h5 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .large-rich-text h5 {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .large-rich-text h5 {
    margin-top: 2rem;
    margin-bottom: 1.25rem;
  }
}

.large-rich-text h6 {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .large-rich-text h6 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .large-rich-text h6 {
    margin-top: 1.75rem;
    margin-bottom: 1.25rem;
  }
}

.large-rich-text ol {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
}

.large-rich-text li {
  margin-bottom: 0.5rem;
}

.large-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.large-rich-text a {
  text-decoration: underline;
}

.large-rich-text a:hover {
  text-decoration: none;
}

.large-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .large-rich-text h1 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .large-rich-text h1 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.large-rich-text p {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 1.4em;
}

@media screen and (max-width: 767px) {
  .large-rich-text p {
    font-size: 1.125rem;
  }
}

.large-rich-text ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
}

.large-rich-text figure {
  max-width: 100%;
  min-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.large-rich-text img {
  display: block;
  width: 100%;
  height: auto;
}

.video-lightbox {
  position: relative;

  display: block;
  overflow: hidden;
  padding-top: 56.25%;

  border-radius: 1.5rem;

  background-color: var(--black);

  color: var(--white);
}

@media screen and (max-width: 767px) {
  .video-lightbox {
    padding-top: 66%;
  }
}

.interactive-tab-link {
  padding: 0.625rem 0px;
  grid-column-gap: 2.5rem;
  border-radius: 1.25rem;
  background-color: transparent;
  transition: padding 200ms ease;
}

.interactive-tab-link.w--current {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background-color: var(--white);
}

@media screen and (max-width: 767px) {
  .interactive-tab-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    grid-column-gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .interactive-tab-link.w--current {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.interactive-tab-link-inner {
  display: flex;
  align-items: center;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

.header-overlay-bottom {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .header-overlay-bottom {
    display: block;
  }
}

.header-overlay-left {
  position: relative;
  flex: 1;
}

.header-overlay-right {
  position: relative;
  display: flex;
  width: 12rem;
  justify-content: flex-end;
  flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
  .header-overlay-right {
    width: 100%;
  }
}

.header-overlay-content {
  width: 200%;
  padding: 3rem;
  flex: 0 0 auto;
  border-radius: 1.5rem;
  background-color: var(--white);
}

@media screen and (max-width: 991px) {
  .header-overlay-content.shadow {
    width: 100%;
    padding: 2rem 0rem 0rem;
    border-radius: 0rem;
    background-color: transparent;
    box-shadow: none;
  }
}

.blog-filter-form {
  margin-bottom: 0px;
}

.blog-filter-form-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 0rem;
  grid-row-gap: 0.5rem;
}

.blog-search {
  width: 32rem;
  height: auto;
  max-width: 45%;
  margin-bottom: 0px;
  padding: 0.5rem 1rem 0.5rem 3.5rem;
  flex: 0 0 auto;

  border: 1px solid var(--white);
  border-radius: 0.75rem;

  background-image: url("https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/63dbddda91004845ba651a23_Search.svg");
  background-position: 16px 50%;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;

  box-shadow: 0 4px 20px 0 transparent;

  transition: border-color 200ms ease,box-shadow 200ms ease;

  font-size: 1.125rem;
  line-height: 1.6em;
}

.blog-search:hover {
  border-color: var(--gray-01);
  box-shadow: 0 4px 20px 0 hsla(0, 0.00%, 0.00%, 0.03);
}

.blog-search:focus {
  border-color: var(--gray-01);
  box-shadow: 0 4px 20px 0 hsla(0, 0.00%, 0.00%, 0.03);
}

.blog-search::placeholder {
  color: var(--black);
}

@media screen and (max-width: 991px) {
  .blog-search {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .blog-search {
    font-size: 1rem;
  }
}

.blog-checkbox {
  display: none;
}

.blog-checkbox-label {
  display: inline-block;
  margin-bottom: 0rem;
  padding: 0.5rem 0.75rem;

  border: 1px solid var(--gray-01);
  border-radius: 0.5rem;

  transition: background-color 200ms ease,color 200ms ease;

  color: var(--gray-06);
  font-size: 0.875rem;
  line-height: 1.4em;
  font-weight: 700;

  cursor: pointer;
}

.blog-checkbox-label:hover {
  border-color: var(--black);
}

@media screen and (max-width: 767px) {
  .blog-checkbox-label {
    padding: 0.25rem 0.5rem;
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 479px) {
  .blog-checkbox-label {
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
}

.blog-checkbox-label.is--active {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.blog-checbox-wrap {
  display: flex;
  align-items: flex-start;
  flex: 0 0 auto;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

@media screen and (max-width: 991px) {
  .blog-checbox-wrap {
    width: 100%;
  }
}

.blog-checbox-wrap.wrap {
  flex-wrap: wrap;
}

@media screen and (max-width: 479px) {
  .blog-checbox-wrap.wrap {
    display: block;
  }
}

.blog-checbox-wrap.outer-wrap {
  display: none;
  max-width: 100%;
  padding-left: 1rem;
}

@media screen and (max-width: 479px) {
  .blog-checbox-wrap.outer-wrap {
    display: block;
  }
}

.author-component {
  display: flex;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

@media screen and (max-width: 767px) {
  .author-component {
    flex-direction: column;
    align-items: flex-start;
  }
}

.author-component.margin-top-0 {
  margin-top: 0rem;
}

.author-right {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 0.2em;
  grid-row-gap: 0.2em;
}

.author-meta-paragraph {
  flex: 0 0 auto;
  color: var(--gray-06);
}

.author-meta-paragraph.meta-paragraph-slash {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.author-meta-paragraph.time-separator {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.author-left {
  display: flex;
  align-items: center;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.author-profile-picture {
  position: relative;

  overflow: hidden;
  width: 100px;
  height: 100px;
  flex: 0 0 auto;

  border-radius: 50%;

  background-color: var(--black);
}

@media screen and (max-width: 767px) {
  .author-profile-picture {
    width: 70px;
    height: 70px;
  }
}

.author-profile-picture.small {
  width: 70px;
  height: auto;
}

.blog-pagination {
  padding-top: 7.5rem;
  align-items: center;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
}

@media screen and (max-width: 767px) {
  .blog-pagination {
    padding-top: 5rem;
  }
}

.blog-pagination.invisible {
  padding-top: 0rem;
  opacity: 0;
}

.blog-button {
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  align-items: center;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;

  border-style: none;

  background-color: transparent;

  font-size: 1rem;
  font-weight: 600;
}

.blog-page-count {
  width: auto;
  margin-top: 0px;
  flex: 0 0 auto;
  font-size: 1rem;
  font-weight: 600;
}

.blog-arrow-icon {
  width: 1rem;
  height: 1.0625rem;
}

.blog-filter-sticky {
  position: sticky;
  top: 0px;
  z-index: 5;

  padding-top: 2rem;
  padding-bottom: 2rem;

  border-bottom: 1px solid var(--map-hr);

  background-color: var(--white);
}

@media screen and (max-width: 991px) {
  .blog-filter-sticky {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-filter-sticky {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .blog-filter-sticky {
    padding-top: 0.75rem;
  }
}

.blog-checbox-inner {
  margin-bottom: 0rem;
  font-weight: 700;
}

.checkbox-list {
  flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
  .checkbox-list {
    flex: 1;
  }
}

.checkbox-list.creator-list {
  max-width: 100%;
}

.reset-button-wrap {
  flex: 0 0 auto;
}

@media screen and (max-width: 479px) {
  .reset-button-wrap {
    float: left;
  }
}

.filter-button-wrap {
  flex: 0 0 auto;
}

@media screen and (max-width: 479px) {
  .filter-button-wrap {
    display: inline-block;
  }
}

.author-fallback {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;

  width: 100%;
  height: 100%;

  object-fit: contain;
}

.header-bottom-border {
  display: block;
  padding-bottom: 7.5rem;
  border-bottom: 1px solid var(--map-hr);
}

@media screen and (max-width: 767px) {
  .header-bottom-border {
    padding-bottom: 5rem;
  }
}

.special-guests-grid {
  display: flex;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

@media screen and (max-width: 767px) {
  .special-guests-grid {
    grid-column-gap: 1rem;
  }
}

.special-guests-component {
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  flex-wrap: wrap;
  border-top: 1px solid var(--gray-02);
}

.arrow-wrapper-2 {
  display: flex;
  padding-bottom: 0.5rem;
  align-items: center;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;

  border-bottom: 2px solid hsla(352.77777777777777, 94.74%, 55.29%, 1.00);

  transition: all 500ms cubic-bezier(.23, 1, .32, 1);

  font-size: 1.125rem;
  line-height: 1.4em;
  font-weight: 700;
}

.webinar-guest {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.demo-component {
  display: flex;
  padding: 3rem;
  align-items: center;
  grid-column-gap: 3rem;

  border: 1px solid var(--gray-02);
  border-radius: 24px;

  background-image: url("https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/63d80f83f01aacd3928bb5f2_Background%20Texture__Pricing%20Topo.webp");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .demo-component {
    flex-direction: column;
    grid-row-gap: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .demo-component {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.demo-image-wrapper {
  width: 100%;
}

.hover-ovelray {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;

  display: none;

  background-color: rgba(29, 29, 29, 0.2);
}

.feature-page-phone-wrap {
  position: absolute;
  left: 4vw;
  top: 50%;
  right: auto;
  bottom: auto;

  width: 28%;

  transform: translate(0px, -50%);
}

@media screen and (max-width: 479px) {
  .feature-page-phone-wrap {
    width: 36%;
  }
}

.mobile-mockup {
  display: block;
  width: 22rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .mobile-mockup {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .mobile-mockup {
    max-width: 60%;
  }
}

.mobile-mockup.header-mockup {
  width: 14rem;
  margin-right: 0px;
  margin-left: 0px;
}

@media screen and (max-width: 767px) {
  .mobile-mockup.header-mockup {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .mobile-mockup.header-mockup {
    max-width: 70%;
  }
}

.mobile-mockup.header-mockup.on-top {
  position: relative;
  z-index: 2;
  width: 16rem;
  max-width: 54%;
}

@media screen and (max-width: 767px) {
  .mobile-mockup.header-mockup.on-top {
    width: 14rem;
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .mobile-mockup.header-mockup.on-top {
    max-width: 70%;
  }
}

.arrow-wrapper-3 {
  display: flex;
  padding-bottom: 0.5rem;
  align-items: center;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;

  border-bottom: 2px solid hsla(352.77777777777777, 94.74%, 55.29%, 1.00);

  transition: all 500ms cubic-bezier(.23, 1, .32, 1);

  font-size: 1.125rem;
  line-height: 1.4em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .arrow-wrapper-3 {
    font-size: 1rem;
  }
}

.flex-50 {
  width: 50%;
  flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
  .flex-50 {
    width: auto;
  }
}

.outside-container {
  position: relative;
  z-index: 4;
  width: 40vw;
}

@media screen and (max-width: 991px) {
  .outside-container {
    width: 100%;
  }
}

.platforms-grid {
  display: grid;
  margin-top: 5rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (max-width: 767px) {
  .platforms-grid {
    grid-column-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 0.5fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .platforms-grid {
    grid-column-gap: 0.5rem;
    grid-template-rows: 1fr 1fr 1fr;
  }
}

.header-laptop {
  width: 100%;
  margin-top: -5rem;
}

.toast-bar {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;

  padding-top: 2.75rem;
  padding-bottom: 2.75rem;

  background-color: var(--black);
  background-image: url("https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/64147e60ba8f63ca31c6323f_Banner%20Background.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;

  box-shadow: 0 -20px 20px 0 rgba(0, 0, 0, 0.1), 0 -4px 10px 0 rgba(0, 0, 0, 0.1);

  color: var(--white);
}

@media screen and (max-width: 991px) {
  .toast-bar {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
}

.banner-icon {
  flex: 0 0 auto;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .banner-icon {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .banner-icon.land-id-icon {
    margin-top: 2rem;
    margin-bottom: 0rem;
    margin-left: -1rem;
  }
}

.banner-icon-flex {
  display: flex;
  align-items: center;
  grid-column-gap: 0.5rem;
}

.paragraph-small-03 {
  font-size: 0.75rem;
  line-height: 1.4em;
  font-weight: 700;
}

.text-color-grey-03 {
  color: var(--gray-03);
}

.toast-flex {
  display: flex;
  align-items: center;
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
}

@media screen and (max-width: 991px) {
  .toast-flex {
    flex-direction: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .toast-flex {
    flex-direction: row;
    align-items: center;
    grid-column-gap: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .toast-flex {
    position: relative;
    padding-right: 3rem;
    flex-wrap: wrap;
  }
}

.toast-close {
  position: relative;
  top: -0.75rem;

  display: flex;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  flex: 0 0 auto;

  border-radius: 0.5rem;

  background-color: hsla(0, 0.00%, 100.00%, 0.00);

  transition: background-color 200ms ease,color 200ms ease;

  cursor: pointer;
}

.toast-close:hover {
  background-color: var(--white);
  color: var(--black);
}

@media screen and (max-width: 991px) {
  .toast-close {
    top: 0rem;
    align-self: flex-end;
    order: -1;
  }
}

@media screen and (max-width: 767px) {
  .toast-close {
    align-self: flex-start;
    order: 0;
  }
}

@media screen and (max-width: 479px) {
  .toast-close {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
}

.banner-icon-image {
  width: 4rem;
  height: 4rem;
}

@media screen and (max-width: 767px) {
  .banner-icon-image {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 767px) {
  .banner-icon-image.mapright-image {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.blog-empty {
  display: flex;
  padding: 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  border-radius: 1.5rem;

  background-color: var(--tan-00);

  text-align: center;
}

.feature-2-cta {
  padding-bottom: 5rem;
}

.corner-border-radius {
  overflow: hidden;
  border-radius: 0.75rem;
}

.testimonial {
  background-color: var(--tan-01);
}

.testimonial-wrap {
  max-width: 44rem;
  margin-right: auto;
  margin-left: auto;
}

.blockquote {
  padding-left: 2.5rem;

  background-image: url("https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/67bdb755cf865b4d5032db96_quote.svg");
  background-position: 0px 0px;
  background-size: 24px;
  background-repeat: no-repeat;

  color: var(--black);
}

@media screen and (max-width: 767px) {
  .blockquote {
    background-size: 15px;
  }
}

.testionial-pfp {
  display: flex;
  padding-top: 30px;
  padding-left: 2.5rem;
  align-items: center;
  grid-column-gap: 24px;

  font-size: 1rem;
  line-height: 1.6em;
}

@media screen and (max-width: 767px) {
  .testionial-pfp {
    grid-column-gap: 12px;
  }
}

.auhtor-name {
  font-weight: 700;
}

.tab-phone-small {
  position: absolute;
  left: 8%;
  top: auto;
  right: 0%;
  bottom: 14%;

  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .tab-phone-small {
    left: 5%;
  }
}

@media screen and (max-width: 479px) {
  .tab-phone-small {
    bottom: -3rem;
  }
}

.tab-phone-spacer {
  height: 6rem;
}

@media screen and (max-width: 479px) {
  .tab-phone-spacer {
    height: 3rem;
  }
}

.logo-grid {
  flex: 0 0 auto;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  grid-column-gap: 3.75rem;
  grid-row-gap: 0rem;
}

@media screen and (max-width: 991px) {
  .flex-row {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .flex-row {
    align-items: flex-start;
    grid-column-gap: 2.75rem;
  }
}

@media screen and (max-width: 479px) {
  .flex-row {
    grid-column-gap: 2rem;
  }
}

.icon {
  width: 32px;
  height: 32px;
}

._3-column-grid-2 {
  display: grid;
  margin-top: 5rem;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
}

@media screen and (max-width: 991px) {
  ._3-column-grid-2 {
    padding-top: 4rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 0rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

@media screen and (max-width: 767px) {
  ._3-column-grid-2 {
    margin-top: 3rem;
    padding-top: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  ._3-column-grid-2 {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }
}

.line-button-2 {
  margin-bottom: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 auto;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;

  border-bottom: 2px solid hsla(352.77777777777777, 94.74%, 55.29%, 1.00);

  transition: all 500ms cubic-bezier(.23, 1, .32, 1);

  font-size: 0.875rem;
  line-height: 1.4em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .line-button-2 {
    font-size: 1rem;
  }
}

.arrow-wrapper-4 {
  display: flex;
  padding-bottom: 0.5rem;
  align-items: center;
  flex: 0 0 auto;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;

  border-bottom: 2px solid hsla(352.77777777777777, 94.74%, 55.29%, 1.00);

  transition: all 500ms cubic-bezier(.23, 1, .32, 1);

  font-size: 1.125rem;
  line-height: 1.4em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .arrow-wrapper-4 {
    font-size: 1rem;
  }
}

.bottom-border {
  width: 100%;
  margin-top: auto;
  border-bottom: 1px solid var(--gray-01);
}

@media screen and (max-width: 991px) {
  .bottom-border {
    border-bottom-style: solid;
  }
}

.card-1 {
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  flex-direction: column;
  align-items: flex-start;

  border-style: none;
  border-width: 1px;
  border-color: black black black var(--gray-01);
}

@media screen and (max-width: 991px) {
  .card-1 {
    display: flex;
    padding-bottom: 0rem;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .card-1 {
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .card-1 {
    align-items: center;
    text-align: center;
  }
}

.card-2 {
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  padding-left: 1rem;
  flex-direction: column;
  align-items: flex-start;

  border-style: none none none solid;
  border-width: 1px 1px 1px 2px;
  border-color: black black black var(--gray-01);
}

@media screen and (max-width: 991px) {
  .card-2 {
    display: flex;
    padding-bottom: 0rem;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .card-2 {
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .card-2 {
    align-items: center;
    border-left-style: none;
    text-align: center;
  }
}

.card-3 {
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  padding-left: 1rem;
  flex-direction: column;
  align-items: flex-start;

  border-style: none none none solid;
  border-width: 1px 1px 1px 2px;
  border-color: black black black var(--gray-01);
}

@media screen and (max-width: 991px) {
  .card-3 {
    display: flex;
    padding-bottom: 0rem;
    padding-left: 0rem;
    flex-direction: column;
    align-items: flex-start;

    border-left-width: 0px;

    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .card-3 {
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .card-3 {
    align-items: center;
    border-left-style: none;
    text-align: center;
  }
}

.card-4 {
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  flex-direction: column;
  align-items: flex-start;

  border-style: none;
  border-width: 1px;
  border-color: black black black var(--gray-01);
}

@media screen and (max-width: 991px) {
  .card-4 {
    display: flex;
    padding-bottom: 0rem;
    padding-left: 1rem;
    flex-direction: column;
    align-items: flex-start;

    border-style: none none none solid;
    border-width: 2px;
    border-color: black black black var(--gray-01);

    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .card-4 {
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .card-4 {
    align-items: center;
    border-left-style: none;
    text-align: center;
  }
}

.card-5 {
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  padding-left: 1rem;
  flex-direction: column;
  align-items: flex-start;

  border-style: none none none solid;
  border-width: 1px 1px 1px 2px;
  border-color: black black black var(--gray-01);
}

@media screen and (max-width: 991px) {
  .card-5 {
    display: flex;
    padding-bottom: 0rem;
    padding-left: 0rem;
    flex-direction: column;
    align-items: flex-start;

    border-left-width: 0px;

    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .card-5 {
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .card-5 {
    align-items: center;
    border-left-style: none;
    text-align: center;
  }
}

.card-6 {
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  padding-left: 1rem;
  flex-direction: column;
  align-items: flex-start;

  border-style: none none none solid;
  border-width: 1px 1px 1px 2px;
  border-color: black black black var(--gray-01);
}

@media screen and (max-width: 991px) {
  .card-6 {
    display: flex;
    padding-bottom: 0rem;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .card-6 {
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .card-6 {
    align-items: center;
    border-left-style: none;
    text-align: center;
  }
}

.card-4-bottom-border {
  width: 100%;
  margin-top: auto;
  border-bottom: 1px none var(--gray-01);
}

@media screen and (max-width: 991px) {
  .card-4-bottom-border {
    border-bottom-style: solid;
  }
}

.card-1---9-grid {
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  flex-direction: column;
  align-items: flex-start;

  border-style: none;
  border-width: 1px;
  border-color: black black black var(--gray-01);
}

@media screen and (max-width: 991px) {
  .card-1---9-grid {
    display: flex;
    padding-bottom: 0rem;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .card-1---9-grid {
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .card-1---9-grid {
    align-items: center;
    text-align: center;
  }
}

.card-2---9-grid {
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  padding-left: 1rem;
  flex-direction: column;
  align-items: flex-start;

  border-style: none none none solid;
  border-width: 1px 1px 1px 2px;
  border-color: black black black var(--gray-01);
}

@media screen and (max-width: 991px) {
  .card-2---9-grid {
    display: flex;
    padding-bottom: 0rem;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .card-2---9-grid {
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .card-2---9-grid {
    align-items: center;
    text-align: center;
  }
}

.card-3---9-gird {
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  padding-left: 1rem;
  flex-direction: column;
  align-items: flex-start;

  border-style: none none none solid;
  border-width: 1px 1px 1px 2px;
  border-color: black black black var(--gray-01);
}

@media screen and (max-width: 991px) {
  .card-3---9-gird {
    display: flex;
    padding-bottom: 0rem;
    padding-left: 0rem;
    flex-direction: column;
    align-items: flex-start;

    border-left-style: none;

    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .card-3---9-gird {
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .card-3---9-gird {
    align-items: center;
    text-align: center;
  }
}

.card-4---9-grid {
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  flex-direction: column;
  align-items: flex-start;

  border-style: none;
  border-width: 1px;
  border-color: black black black var(--gray-01);
}

@media screen and (max-width: 991px) {
  .card-4---9-grid {
    display: flex;
    padding-bottom: 0rem;
    padding-left: 1rem;
    flex-direction: column;
    align-items: flex-start;

    border-left-style: solid;
    border-left-width: 2px;

    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .card-4---9-grid {
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .card-4---9-grid {
    align-items: center;
    text-align: center;
  }
}

.card-5---9-grid {
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  padding-left: 1rem;
  flex-direction: column;
  align-items: flex-start;

  border-style: none none none solid;
  border-width: 1px 1px 1px 2px;
  border-color: black black black var(--gray-01);
}

@media screen and (max-width: 991px) {
  .card-5---9-grid {
    display: flex;
    padding-bottom: 0rem;
    padding-left: 0rem;
    flex-direction: column;
    align-items: flex-start;

    border-left-style: none;

    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .card-5---9-grid {
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .card-5---9-grid {
    align-items: center;
    text-align: center;
  }
}

.card-6---9-grid {
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  padding-left: 1rem;
  flex-direction: column;
  align-items: flex-start;

  border-style: none none none solid;
  border-width: 1px 1px 1px 2px;
  border-color: black black black var(--gray-01);
}

@media screen and (max-width: 991px) {
  .card-6---9-grid {
    display: flex;
    padding-bottom: 0rem;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .card-6---9-grid {
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .card-6---9-grid {
    align-items: center;
    text-align: center;
  }
}

.card-7---9-grid {
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  flex-direction: column;
  align-items: flex-start;

  border-style: none;
  border-width: 1px;
  border-color: black black black var(--gray-01);
}

@media screen and (max-width: 991px) {
  .card-7---9-grid {
    display: flex;
    padding-bottom: 0rem;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .card-7---9-grid {
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .card-7---9-grid {
    align-items: center;
    text-align: center;
  }
}

.card-8---9-grid {
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  padding-left: 1rem;
  flex-direction: column;
  align-items: flex-start;

  border-style: none none none solid;
  border-width: 1px 1px 1px 2px;
  border-color: black black black var(--gray-01);
}

@media screen and (max-width: 991px) {
  .card-8---9-grid {
    display: flex;
    padding-bottom: 0rem;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .card-8---9-grid {
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .card-8---9-grid {
    align-items: center;
    text-align: center;
  }
}

.card-9---9-grid {
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  padding-left: 1rem;
  flex-direction: column;
  align-items: flex-start;

  border-style: none none none solid;
  border-width: 1px 1px 1px 2px;
  border-color: black black black var(--gray-01);
}

@media screen and (max-width: 991px) {
  .card-9---9-grid {
    display: flex;
    padding-bottom: 0rem;
    padding-left: 0rem;
    flex-direction: column;
    align-items: flex-start;

    border-left-style: none;

    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .card-9---9-grid {
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .card-9---9-grid {
    align-items: center;
    text-align: center;
  }
}

.card-10---9-grid {
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  padding-left: 1rem;
  flex-direction: column;
  align-items: flex-start;

  border-style: none;
  border-width: 1px 1px 1px 2px;
  border-color: black black black var(--gray-01);
}

@media screen and (max-width: 991px) {
  .card-10---9-grid {
    display: flex;
    padding-bottom: 0rem;
    flex-direction: column;
    align-items: flex-start;

    border-left-style: solid;

    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .card-10---9-grid {
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .card-10---9-grid {
    align-items: center;
    text-align: center;
  }
}

.bottom-border-card-7 {
  width: 100%;
  margin-top: auto;
  border-bottom: 1px none var(--gray-01);
}

@media screen and (max-width: 991px) {
  .bottom-border-card-7 {
    border-bottom-style: solid;
  }
}

.bottom-border-card-8 {
  width: 100%;
  margin-top: auto;
  border-bottom: 1px none var(--gray-01);
}

@media screen and (max-width: 991px) {
  .bottom-border-card-8 {
    border-bottom-style: solid;
  }
}

.bottom-border-card-5 {
  width: 100%;
  margin-top: auto;
  border-bottom: 1px none var(--gray-01);
}

@media screen and (max-width: 991px) {
  .bottom-border-card-5 {
    border-bottom-style: none;
  }
}

@media screen and (max-width: 767px) {
  .bottom-border-card-5 {
    border-bottom-style: none;
  }
}

@media screen and (max-width: 479px) {
  .bottom-border-card-5 {
    border-bottom-style: solid;
  }
}

.video-hero-top {
  position: relative;

  display: flex;
  min-height: 60dvh;
  padding-bottom: 10rem;
  flex-direction: column;

  color: var(--white);
}

@media screen and (max-width: 991px) {
  .video-hero-top {
    padding-bottom: 8rem;
  }
}

.video-hero-top.video-hero-top-flush {
  padding-bottom: 2rem;
}

.video-hero-top.video-hero-top-flush.video-hero-tall {
  min-height: 70dvh;
}

@media screen and (max-width: 479px) {
  .video-hero-top.video-hero-top-flush.video-hero-tall {
    min-height: 60dvh;
  }
}

.video-hero-inner {
  display: flex;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  flex-direction: column;
  justify-content: center;
  flex: 1;

  text-align: center;
}

.video-hero-inner.video-hero-inner-slim {
  padding-top: 2rem;
}

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

@media screen and (max-width: 991px) {
  .light-nav {
    color: var(--black);
  }
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;

  background-color: hsla(0, 0.00%, 11.37%, 0.70);
}

.video-hero {
  position: relative;
}

.image-cover-fix {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;

  display: block;
  width: 100%;
  height: 100%;

  object-fit: cover;

  user-select: none;
}

@media screen and (max-width: 767px) {
  .image-cover-fix.demo-component-background-image {
    display: none;
  }
}

.font-medium {
  font-weight: 500;
}

.pricing-buttons-new {
  display: flex;
  margin-top: 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

@media screen and (max-width: 991px) {
  .pricing-buttons-new {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .pricing-buttons-new {
    margin-top: 2rem;
  }
}

.app-cta-bar-download-new {
  display: flex;
  align-items: center;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

@media screen and (max-width: 767px) {
  .app-cta-bar-download-new {
    display: flex;
    max-width: 310px;
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}

@media screen and (max-width: 479px) {
  .app-cta-bar-download-new {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 0 auto;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}

.pricing-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

@media screen and (max-width: 991px) {
  .pricing-button-wrapper {
    flex-direction: column;
  }
}

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

.button-2 {
  position: relative;

  padding: 0.9375rem 1.5625rem;
  flex: 0 0 auto;

  border-radius: 0.75rem;

  background-color: var(--a11y-red);

  transition: color 200ms ease,background-color 300ms ease;

  color: hsla(0, 0.00%, 100.00%, 1.00);
  font-size: 1.125rem;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
}

.button-2:hover {
  background-color: #d41c32;
}

@media screen and (max-width: 767px) {
  .button-2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .button-2 {
    width: 100%;
  }
}

.arrow-wrapper-5 {
  display: flex;
  padding-bottom: 0.5rem;
  align-items: center;
  flex: 0 0 auto;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;

  border-bottom: 2px solid hsla(352.77777777777777, 94.74%, 55.29%, 1.00);

  transition: all 500ms cubic-bezier(.23, 1, .32, 1);

  font-size: 1.125rem;
  line-height: 1.4em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .arrow-wrapper-5 {
    font-size: 1rem;
  }
}

.video-hero-button-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.video-hero-button-wrap.video-hero-button-wrap-center {
  align-items: center;
}

.paragraph-4 {
  margin-bottom: 0rem;
}

.overlay-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;

  background-color: hsla(77.6470588235294, 68.00%, 4.90%, 0.50);
}

.quadrant-list {
  display: grid;
  margin-bottom: 0px;
  padding-left: 0px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;

  list-style-type: none;
}

@media screen and (max-width: 479px) {
  .quadrant-list {
    display: block;
  }
}

.quadrant-list-item {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  border-right: 1px solid var(--gray-02);
}

@media screen and (max-width: 991px) {
  .quadrant-list-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media screen and (max-width: 479px) {
  .quadrant-list-item {
    margin-bottom: 4rem;
    padding-right: 0rem;
    padding-left: 0rem;
    border-right-width: 0px;
  }
}

.quadrant-list-item.quadrant-list-item-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right-style: none;
  border-right-width: 0px;
}

@media screen and (max-width: 479px) {
  .quadrant-list-item.quadrant-list-item-right {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

.quadrant-list-item-counter {
  color: var(--red);
}

.quadrant-list-item-text {
  margin-bottom: 0rem;
  font-size: 1.04294478528rem;
  line-height: 1.5em;
}

.padding-top-0 {
  padding-top: 0px;
}

.stats-devices {
  position: relative;
  display: flex;
  overflow: hidden;
}

.stats-devices.container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

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

@media screen and (max-width: 767px) {
  .stats-devices.container {
    display: flex;
    overflow: auto;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .stats-devices.container {
    display: flex;
    overflow: scroll;
    padding-bottom: 1.5rem;
  }
}

.stats-device {
  position: relative;
  height: 54vh;
  max-height: 500px;
  min-height: 400px;
}

@media screen and (max-width: 991px) {
  .stats-device {
    height: auto;
    max-height: none;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .stats-device {
    flex-shrink: 0;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 479px) {
  .stats-device {
    height: auto;
    max-height: 100%;
    flex: 1 0 75%;
  }
}

.padding-bottom-0 {
  padding-bottom: 0px;
}

.stats-device-content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;

  display: flex;
  padding-top: 30%;
  flex-direction: column;
  justify-content: flex-start;

  color: var(--white);
}

@media screen and (max-width: 991px) {
  .stats-device-content {
    padding-top: 0%;
    justify-content: center;
  }
}

.stats-device-counter {
  font-size: 3.5rem;
  line-height: 1em;
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  .stats-device-counter {
    font-size: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .stats-device-counter {
    font-size: 2.75rem;
  }
}

.stats-device-heading.heading-4.margin-bottom-16 {
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  .stats-device-heading.heading-4.margin-bottom-16 {
    font-size: 1.5rem;
  }
}

.stats-device-text {
  padding-right: 2rem;
  padding-left: 2rem;
}

@media screen and (max-width: 991px) {
  .stats-device-text {
    min-height: 335px;
  }
}

.about-locations-list {
  display: grid;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
}

@media screen and (min-width: 1280px) {
  .about-locations-list {
    flex-direction: row;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  .about-locations-list {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 479px) {
  .about-locations-list {
    display: block;
  }
}

.about-locations-list-item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .about-locations-list-item {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .about-locations-list-item {
    margin-top: 1rem;
  }
}

.margin-right-4 {
  margin-right: 4px;
}

.about-locations-2-up {
  display: flex;
  margin-bottom: 4rem;
  justify-content: flex-start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

@media screen and (max-width: 479px) {
  .about-locations-2-up {
    display: block;
    margin-bottom: 2rem;
  }
}

.about-locations-item {
  padding-right: 24px;
  flex: 1;
  border-right: 1px solid var(--gray-03);
}

@media screen and (max-width: 479px) {
  .about-locations-item {
    padding-right: 0px;
    border-right-width: 0px;
  }
}

.about-locations-item.about-locations-item-last {
  padding-right: 0px;
  padding-left: 24px;
  border-right-style: none;
}

@media screen and (max-width: 479px) {
  .about-locations-item.about-locations-item-last {
    margin-top: 4rem;
    padding-left: 0px;
    border-right-width: 0px;
  }
}

.about-locations-item-heading {
  display: flex;
  align-items: center;
}

.image-round {
  border-radius: 100%;
}

@media screen and (max-width: 991px) {
  .image-round.steve {
    width: 124px;
  }
}

@media screen and (max-width: 479px) {
  .image-round.steve {
    width: 110px;
  }
}

.leadership-list {
  display: grid;
  margin-top: 4.25rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 4.25rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
}

@media screen and (max-width: 479px) {
  .leadership-list {
    display: block;
  }
}

.job-openings {
  margin-top: 0px;
  margin-bottom: 1.875rem;
  padding-left: 0px;
  list-style-type: none;
}

.job-openings-item {
  display: flex;
  padding: 1.25rem 2rem 1.25rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--gray-00);
}

.job-openings-item:hover {
  border-bottom-style: solid;
  border-bottom-color: var(--white);
  border-radius: 1rem;
  background-color: var(--gray-00);
}

@media screen and (max-width: 479px) {
  .job-openings-item {
    display: block;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .job-openings-item-text {
    margin-bottom: 1rem;
  }
}

.breadcrumb-wrapper {
  position: relative;
  z-index: 1;
}

.quadrant-list-item-spacer {
  height: 0px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--gray-02);
}

@media screen and (max-width: 479px) {
  .quadrant-list-item-spacer {
    display: none;
  }
}

.quadrant-list-item-text-wrapper {
  padding-left: 1.25rem;
}

@media screen and (max-width: 479px) {
  .quadrant-list-item-text-wrapper {
    padding-left: 0rem;
  }
}

.quadrant-list-item-text-wrapper-left {
  padding-right: 1.25rem;
  padding-left: 0rem;
}

@media screen and (max-width: 479px) {
  .quadrant-list-item-text-wrapper-left {
    padding-right: 0rem;
  }
}

.html-embed-2 {
  height: auto;
}

@media screen and (max-width: 479px) {
  .html-embed-2 {
    height: 0px;
  }
}

@media screen and (max-width: 479px) {
  .leadership-list-item {
    margin-bottom: 3rem;
  }
}

.div-block-12 {
  color: var(--black);
}

.test-class {
  width: 100%;
}

.section-header-attribution {
  margin-bottom: 1.5rem;
  color: var(--gray-05);
  font-size: 1rem;
  line-height: 1em;
}

.header.position-relative {
  overflow: visible;
  background-color: var(--tan-00);
}

.simple-navbar {
  position: relative;
  z-index: 1;

  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  align-items: center;

  border-bottom: 1px solid var(--map-hr);

  -webkit-text-stroke-color: var(--map-hr);
}

.landing-page-hero-text {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

@media screen and (min-width: 1280px) {
  .landing-page-hero-text {
    overflow: visible;
    padding-bottom: 4.5rem;
  }
}

.landing-page-hero-image {
  position: relative;

  display: block;
  width: 185%;
  max-width: 185%;
  margin-top: auto;
  margin-bottom: -8rem;
}

@media screen and (min-width: 1280px) {
  .landing-page-hero-image {
    position: relative;
    left: 5rem;
    bottom: 0rem;

    width: 185%;
    max-width: 185%;
    margin-top: 0rem;
    margin-bottom: -8rem;
  }
}

@media screen and (max-width: 991px) {
  .landing-page-hero-image {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .landing-page-hero-image {
    width: 100%;
    max-width: 100%;
  }
}

.flex-row-flush {
  display: flex;
}

.flex-column {
  display: flex;
  margin-top: 4.2rem;
  flex-direction: column;
  grid-auto-flow: column dense;
  grid-auto-columns: 1fr;
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  grid-template-columns: 1fr;
}

.simple-footer {
  padding: 7.5rem 4vw 6vw;
}

@media screen and (max-width: 767px) {
  .simple-footer {
    padding: 5rem 1.5rem 1.5rem;
  }
}

.landing-page-hero-image-container {
  position: relative;

  display: flex;
  overflow: visible;
  width: 60%;
  padding-left: 0rem;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (min-width: 1280px) {
  .landing-page-hero-image-container {
    padding-left: 0rem;
  }
}

@media screen and (max-width: 991px) {
  .landing-page-hero-image-container {
    width: 100%;
    margin-top: 4.5rem;
    padding-left: 0rem;
  }
}

.landing-page-hero-text-wrapper {
  width: 60%;
}

@media screen and (max-width: 991px) {
  .landing-page-hero-text-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .landing-page-hero-text-wrapper {
    width: 100%;
  }
}

.blog-header-eyebrow {
  margin-bottom: 24px;
}

@media screen and (min-width: 1280px) {
  .blog-header-eyebrow {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 991px) {
  .blog-header-eyebrow {
    margin-bottom: 15px;
  }
}

.map-embed {
  overflow: hidden;
  height: 685px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (min-width: 1280px) {
  .map-embed {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .map-embed {
    height: 519px;
    margin-top: 10px;
    margin-bottom: 60px;
  }
}

.gallery-card {
  position: relative;
}

.gallery-card-image {
  overflow: hidden;
  margin-bottom: 24px;
}

.gallery-card-image.corner-radius-24 {
  aspect-ratio: 342/301;
}

@media screen and (max-width: 767px) {
  .gallery-card-image.corner-radius-24 {
    margin-bottom: 13px;
  }
}

@media screen and (max-width: 767px) {
  .gallery-card-text-snippet.truncate-text {
    display: none;
  }
}

.gallery-card-icon-container {
  display: flex;
  margin-bottom: 10px;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .gallery-card-icon-container {
    margin-bottom: 5px;
  }
}

.image-2 {
  margin-right: 4px;
}

.gallery-related-maps {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .gallery-related-maps {
    margin-top: 50px;
  }
}

.collection-list {
  display: flex;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

@media screen and (max-width: 991px) {
  .collection-list {
    flex-direction: row;
    flex-wrap: wrap;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

.collection-item {
  flex: 0 33.333%;
}

@media screen and (max-width: 991px) {
  .collection-item {
    margin-bottom: 18px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: calc(50% - 5px);
  }
}

.map-gallery-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 3.75rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (max-width: 767px) {
  .map-gallery-grid {
    grid-column-gap: 0.625rem;
    grid-row-gap: 2.25rem;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .map-gallery-grid {
    grid-column-gap: 0.625rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}

.map-gallery-grid-item {
  margin-bottom: 0rem;
}

.map-gallery-filters {
  position: relative;

  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (min-width: 1280px) {
  .map-gallery-filters {
    z-index: 1;
  }
}

@media screen and (max-width: 991px) {
  .map-gallery-filters {
    align-items: flex-start;
  }
}

.map-gallery-filters-links {
  display: flex;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (min-width: 1280px) {
  .map-gallery-filters-links {
    display: flex;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

.map-gallery-search {
  width: 280px;
  max-width: 180px;
}

@media screen and (min-width: 1280px) {
  .map-gallery-search {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .map-gallery-search {
    position: relative;
    z-index: 2;
    max-width: none;
    flex: 1;
  }
}

@media screen and (max-width: 479px) {
  .map-gallery-search {
    z-index: 5;
  }
}

.search-input {
  border: 2px solid var(--gray-02);
  border-radius: 0.75rem;

  background-image: url("https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/6621cfe829ec93f4b129a7d3_icon-search.svg");
  background-position: 16px 50%;
  background-size: 1.25rem 1.25rem;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1280px) {
  .search-input::placeholder {
    color: var(--gray-09);
    font-weight: 500;
  }
}

.search-input.map-gallery-filters-search-input {
  height: 50px;
  margin-bottom: 0px;
  padding-left: 48px;
  border-width: 1px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
}

.map-gallery-search-field {
  display: flex;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
}

.map-gallery-filters-list {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  flex: 1;
}

@media screen and (max-width: 991px) {
  .map-gallery-filters-list {
    display: none;
  }
}

.map-gallery-filters-container {
  position: sticky;
  top: 0px;
  z-index: 5;

  margin-top: 20px;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-bottom: 0px;

  border-bottom: 1px solid hsla(55.71428571428573, 7.61%, 63.92%, 0.30);
}

.map-gallery-featured-map-container {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .map-gallery-featured-map-container {
    margin-bottom: 1.5rem;
  }
}

.map-gallery-featured-map {
  position: relative;
  overflow: hidden;
}

.map-gallery-featured-map-image {
  position: relative;
}

.map-gallery-featured-map-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;

  display: flex;
  padding-right: 100px;
  padding-bottom: 60px;
  padding-left: 100px;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: nowrap;

  background-image: linear-gradient(180deg, hsla(0, 0.00%, 0.00%, 0.00), rgba(0, 0, 0, 0.6));
}

@media screen and (min-width: 1280px) {
  .map-gallery-featured-map-text {
    padding-right: 10%;
    padding-left: 10%;
    background-image: linear-gradient(180deg, hsla(0, 0.00%, 0.00%, 0.00), rgba(0, 0, 0, 0.6));
  }
}

@media screen and (max-width: 991px) {
  .map-gallery-featured-map-text {
    padding-right: 2rem;
    padding-bottom: 0px;
    padding-left: 2rem;
    justify-content: center;
    background-image: linear-gradient(180deg, hsla(0, 0.00%, 0.00%, 0.00), rgba(0, 0, 0, 0.6));
  }
}

@media screen and (max-width: 767px) {
  .map-gallery-featured-map-text {
    justify-content: flex-end;
    background-image: linear-gradient(180deg, hsla(0, 0.00%, 0.00%, 0.00), rgba(0, 0, 0, 0.6));
  }
}

@media screen and (max-width: 479px) {
  .map-gallery-featured-map-text {
    background-image: linear-gradient(180deg, hsla(0, 0.00%, 0.00%, 0.00), rgba(0, 0, 0, 0.6));
  }
}

.map-gallery-featured-map-image-element {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1196/574;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .map-gallery-featured-map-image-element {
    aspect-ratio: 353/223;
  }
}

@media screen and (max-width: 767px) {
  .map-gallery-featured-map-image-element {
    aspect-ratio: 353/250;
  }
}

@media screen and (max-width: 479px) {
  .map-gallery-featured-map-image-element {
    aspect-ratio: 301/265;
  }
}

.map-gallery-featured-map-image-border {
  position: absolute;
  left: 21px;
  top: 21px;
  right: 21px;
  bottom: 21px;
  z-index: 1;

  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0.00%, 100.00%, 0.35);
  border-radius: 24px;

  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .map-gallery-featured-map-image-border {
    left: 7px;
    top: 7px;
    right: 7px;
    bottom: 7px;
  }
}

.map-gallery-featured-map-text-container {
  color: var(--white);
}

@media screen and (max-width: 767px) {
  .map-gallery-featured-map-text-container {
    margin-bottom: 35px;
  }
}

.map-gallery-featured-map-heading {
  max-width: 14em;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 3.125rem;
}

@media screen and (max-width: 991px) {
  .map-gallery-featured-map-heading {
    margin-bottom: 0.25rem;
  }
}

@media screen and (max-width: 767px) {
  .map-gallery-featured-map-heading {
    max-width: 15em;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}

.map-gallery-featured-map-cta {
  display: inline-flex;
  align-items: center;
  grid-column-gap: 5px;
  grid-row-gap: 5px;

  font-size: 0.9rem;
  font-weight: 900;
}

.image-4 {
  width: 48px;
  height: auto;
  filter: brightness(0%) invert(100%);
}

@media screen and (max-width: 991px) {
  .image-4 {
    width: 33px;
  }
}

.demo-component-container-dark {
  position: relative;
  overflow: hidden;
  padding: 5.875rem 6.325rem;
  border-radius: 24px;
}

@media screen and (max-width: 991px) {
  .demo-component-container-dark {
    padding: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .demo-component-container-dark {
    overflow: visible;
    padding: 0rem;
  }
}

.demo-component-container-content {
  position: relative;
  z-index: 1;
}

.demo-component-container-dark-text {
  margin-bottom: 65px;
  color: var(--white);
}

@media screen and (max-width: 767px) {
  .demo-component-container-dark-text {
    display: none;
  }
}

.demo-component-container-dark-heading {
  margin-top: 1.1875rem;
  margin-bottom: 1.1875rem;
}

.map-gallery-filters-link {
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .map-gallery-filters-link {
    display: inline-flex;
    width: auto;
    flex: 0 0 auto;
    font-weight: 700;
  }
}

.map-gallery-filters-link-element:hover {
  color: var(--blue);
}

.map-gallery-filters-link-element.w--current {
  color: var(--blue);
  text-decoration: none;
}

.map-gallery-tags-list {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.map-gallery-tag {
  padding: 7px 25px;
  border: 1px solid var(--gray-01);
  border-radius: 8px;
  color: var(--gray-06);
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .text-block-2 {
    font-weight: 500;
  }
}

.map-gallery-pagination {
  display: flex;
  margin-top: 5rem;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;

  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .map-gallery-pagination {
    font-size: 0.875rem;
  }
}

.map-gallery-pagination-button {
  display: inline-flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  align-items: center;

  border-width: 0px;
  border-radius: 0px;

  background-color: transparent;

  font-size: 1em;
}

@media screen and (min-width: 1280px) {
  .map-gallery-pagination-button {
    justify-content: center;
    align-items: center;
  }
}

.map-gallery-pagination-page-count {
  width: auto;
  margin-right: 1.1875rem;
  margin-left: 1.1875rem;
  align-self: center;
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  .map-gallery-pagination-page-count {
    width: auto;
  }
}

.map-gallery-pagination-button-icon {
  display: block;
  width: 20px;
  height: 17px;
  margin-right: 4px;
  margin-left: 4px;
}

@media screen and (min-width: 1280px) {
  .map-gallery-pagination-button-icon {
    margin-top: 2px;
  }
}

@media screen and (max-width: 991px) {
  .map-gallery-pagination-button-icon {
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width: 991px) {
  .map-gallery-filters-toggle {
    display: inline-flex;
    height: 50px;
    margin-right: 40px;
    padding: 10px 0px;
    align-items: center;

    font-weight: 900;
  }
}

@media screen and (max-width: 991px) {
  .map-gallery-filters-toggle.w--open {
    font-weight: 900;
  }
}

@media screen and (max-width: 479px) {
  .map-gallery-filters-toggle {
    margin-right: 30px;
  }
}

@media screen and (max-width: 991px) {
  .map-gallery-filters-toggle-icon {
    margin-left: 3px;
  }
}

.map-gallery-filters-dropdown {
  display: none;
}

@media screen and (max-width: 991px) {
  .map-gallery-filters-dropdown {
    z-index: 1;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .map-gallery-filters-dropdown-list.w--open {
    position: relative;

    width: 305px;
    margin-right: -350px;
    padding-top: 25px;

    background-color: transparent;

    column-count: 2;
  }
}

@media screen and (max-width: 479px) {
  .map-gallery-filters-dropdown-list.w--open {
    width: 290px;
    min-width: 200px;
    margin-right: -270px;
    padding-right: 0px;
    padding-left: 0px;

    background-color: var(--white);
  }
}

.map-gallery-filters-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;

  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .map-gallery-filters-background {
    align-items: flex-start;
  }
}

.texture-header-component-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;

  aspect-ratio: auto;

  background-image: url("https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/6660850bda5b688c6e80bce6_black-map-pattern.webp");
  background-position: 0px 0px;
  background-size: auto;
}

@media screen and (min-width: 1280px) {
  .texture-header-component-background {
    background-size: 1216px;
  }
}

.cards-hero {
  position: relative;
  z-index: 4;

  margin-top: -2px;
  padding-top: 100px;
  padding-bottom: 84px;

  background-color: hsla(0, 0.00%, 0.00%, 1.00);

  color: var(--white);
}

@media screen and (max-width: 991px) {
  .cards-hero {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .cards-hero {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.cards-hero-text {
  position: relative;
  z-index: 4;
  margin-top: 0rem;
  margin-bottom: 5rem;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .cards-hero-text {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .cards-hero-text {
    max-width: 80%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .cards-hero-text {
    max-width: 100%;
  }
}

.cards-hero-cta {
  display: flex;
  justify-content: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

@media screen and (max-width: 991px) {
  .cards-hero-cta {
    display: flex;
    justify-content: center;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .cards-hero-cta {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

.heading-1-next {
  margin-bottom: 1rem;
  font-family: Inter;
  font-size: 4.875rem;
  line-height: 1em;
  font-weight: 800;
}

@media screen and (max-width: 991px) {
  .heading-1-next {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .heading-1-next {
    font-size: 3rem;
  }
}

.heading-1-next.margin-bottom-24 {
  margin-bottom: 1.5rem;
}

.text-color-gray-scale-50 {
  color: var(--gray-scale-50);
}

.margin-bottom-10 {
  margin-bottom: 0.625rem;
}

.text-color-red {
  color: var(--red);
}

.cards-hero-content {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .cards-hero-content {
    display: block;
  }
}

.card-medium {
  position: relative;

  display: flex;
  overflow: hidden;
  margin-bottom: 2rem;
  align-items: center;

  border: 1px solid #e3e3e3;
  border-radius: 48px;

  background-color: var(--white);
}

@media screen and (min-width: 1280px) {
  .card-medium {
    align-items: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .card-medium {
    border-radius: 24px;
  }
}

@media screen and (max-width: 767px) {
  .card-medium {
    display: block;
    margin-bottom: 24px;
  }
}

.card-medium.card-medium-dark {
  position: relative;
  border-style: none;
  background-color: hsla(0, 0.00%, 5.10%, 1.00);
}

@media screen and (max-width: 991px) {
  .card-medium.card-medium-dark.text-color-white.card-medium-max-width {
    display: block;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.card-medium.align-top {
  align-items: flex-start;
}

.cards-hero-card {
  position: relative;

  display: flex;
  overflow: hidden;
  padding-top: 55px;
  padding-right: 24px;
  padding-left: 24px;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;

  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0.00%, 100.00%, 0.30);
  border-radius: 3rem;

  background-color: hsla(0, 0.00%, 100.00%, 0.30);

  backdrop-filter: blur(8.5px);

  text-align: center;
}

@media screen and (min-width: 1280px) {
  .cards-hero-card {
    padding-top: 74px;
    padding-right: 36px;
    padding-left: 36px;
  }
}

@media screen and (max-width: 991px) {
  .cards-hero-card {
    box-sizing: border-box;

    min-height: 370px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 40px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;

    border-radius: 24px;
  }
}

@media screen and (max-width: 767px) {
  .cards-hero-card {
    min-height: 255px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .cards-hero-card {
    min-height: 300px;
    padding-top: 25px;
    padding-left: 0px;
    align-items: flex-end;
  }
}

.cards-hero-card.cards-hero-card-dark {
  border-color: hsla(0, 0.00%, 29.02%, 1.00);
  background-color: hsla(0, 0.00%, 11.37%, 0.60);
}

@media screen and (max-width: 991px) {
  .cards-hero-card.cards-hero-card-dark {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .cards-hero-card.cards-hero-card-dark {
    margin-top: 12px;
  }
}

@media screen and (max-width: 479px) {
  .cards-hero-card.cards-hero-card-dark {
    min-height: 300px;
  }
}

.heading-3-next {
  margin-bottom: 1rem;

  font-family: Inter;
  font-size: 2.6rem;
  line-height: 1em;
  font-weight: 800;
  letter-spacing: -1px;
}

@media screen and (min-width: 1440px) {
  .heading-3-next {
    font-size: 2.8571428571rem;
  }
}

@media screen and (min-width: 1280px) {
  .heading-3-next {
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 991px) {
  .heading-3-next {
    font-size: 2.06896551724rem;
  }
}

@media screen and (max-width: 767px) {
  .heading-3-next {
    font-size: 2rem;
  }
}

.heading-3-next.cards-hero-card-heading {
  max-width: 12em;
  margin-right: auto;
  margin-left: auto;
  font-size: 32px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .heading-3-next.cards-hero-card-heading {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .heading-3-next.cards-hero-card-heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .heading-3-next.cards-hero-card-heading {
    margin-bottom: 10px;
  }
}

.heading-3-next.cards-hero-card-heading.wide {
  max-width: 15em;
}

@media screen and (max-width: 991px) {
  .heading-3-next.grid-card-heading {
    font-size: 3.08219178082rem;
  }
}

.heading-3-next.margin-bottom-0 {
  margin-bottom: 0rem;
}

@media screen and (min-width: 1280px) {
  .heading-3-next.margin-bottom-0 {
    margin-bottom: 0rem;
  }
}

.heading-3-next.margin-bottom-0.max-width-700 {
  max-width: 660px;
}

.heading-3-next.flush-bottom {
  margin-bottom: -0.75rem;
}

.heading-3-next.margin-bottom-8 {
  margin-bottom: 0.5rem;
}

.cards-hero-card-text {
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

@media screen and (min-width: 1280px) {
  .cards-hero-card-text {
    max-width: 575px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
}

@media screen and (max-width: 991px) {
  .cards-hero-card-text {
    width: 55%;
    margin-bottom: 80px;
    padding-top: 20px;
    padding-right: 45px;
    align-self: center;
    flex: 0 0 auto;

    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .cards-hero-card-text {
    width: 40%;
    max-width: 280px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 479px) {
  .cards-hero-card-text {
    width: 48%;
    max-width: none;
    margin-bottom: 70px;
    padding-top: 0px;
    padding-left: 20px;
    align-self: flex-start;
  }
}

@media screen and (min-width: 1280px) {
  .cards-hero-card-image {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .cards-hero-card-image {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cards-hero-card-image {
    padding-left: 10px;
    flex: 0 50%;
    text-align: right;
  }
}

@media screen and (max-width: 479px) {
  .cards-hero-card-image {
    display: flex;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 20px;
    flex-direction: column;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-items: flex-end;
    flex-shrink: 0;
    flex-basis: 50%;
  }
}

.cards-hero-card-image.wide {
  width: calc(100% + 24px);
}

@media screen and (min-width: 1280px) {
  .cards-hero-card-image.wide {
    width: calc(100% + 36px);
  }
}

@media screen and (max-width: 991px) {
  .cards-hero-card-image.wide {
    width: auto;
  }
}

.floating-button {
  display: inline-flex;
  padding: 12px 20px;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;

  border-radius: 100px;

  background-color: hsla(0, 0.00%, 21.18%, 0.90);

  backdrop-filter: blur(6px);

  color: var(--white);
  font-size: 1.02857142857rem;
  font-weight: 700;

  mix-blend-mode: normal;
}

@media screen and (min-width: 1280px) {
  .floating-button {
    display: inline-flex;
    overflow: hidden;
    padding: 17px 20px;

    border-radius: 100px;

    background-color: hsla(0, 0.92%, 21.37%, 0.90);

    backdrop-filter: blur(6px);

    font-size: 1.02857142857rem;
  }
}

.floating-button.floating-button-with-icon {
  padding: 12px;
  align-items: center;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  pointer-events: auto;
}

@media screen and (max-width: 991px) {
  .floating-button.floating-button-with-icon.full-width-on-tablet {
    width: 100%;
    justify-content: center;
  }
}

.cards-hero-card-cta {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 20px;
}

@media screen and (max-width: 991px) {
  .cards-hero-card-cta {
    padding-left: 40px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .cards-hero-card-cta {
    bottom: 15px;
    padding-left: 0px;
    text-align: center;
  }
}

.floating-button-text {
  padding-left: 5px;
}

@media screen and (max-width: 991px) {
  .floating-button-text {
    padding-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .floating-button-text {
    font-size: 1rem;
  }
}

.floating-button-icon {
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;

  border-radius: 50%;

  background-color: var(--red);
}

@media screen and (max-width: 991px) {
  .floating-button-icon {
    width: 20px;
    height: 20px;
  }
}

.floating-button-icon-element {
  display: block;
}

@media screen and (max-width: 991px) {
  .floating-button-icon-element {
    height: auto;
    max-width: 8px;
  }
}

.cards-hero-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;

  overflow: hidden;
}

.cards-hero-background-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;

  width: 100%;
  height: 100%;
  max-width: none;

  opacity: 0.4;

  object-fit: cover;
}

.cards-hero-text-body {
  max-width: 46em;
  margin-right: auto;
  margin-bottom: 1.875rem;
  margin-left: auto;
  color: var(--gray-scale-50);
}

.partner-logo-grid {
  overflow: hidden;
  margin-top: 7.4285714286rem;
  padding-top: 7.4285714286rem;
  padding-bottom: 7.4285714286rem;

  border-top: 1px solid var(--gray-scale-40);
  border-bottom: 1px solid var(--gray-scale-40);

  background-color: var(--black);

  color: var(--white);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .partner-logo-grid {
    margin-top: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.partner-logo-grid.partner-logo-grid-transparent {
  background-color: transparent;
}

.partner-logo-grid.margin-top-0 {
  margin-top: 0rem;
}

.partner-logo-grid.margin-top-0.flush-bottom {
  padding-bottom: 0rem;
  border-bottom-style: none;
}

.partner-logo-grid-heading {
  font-size: 0.8rem;
  font-weight: 700;
}

.partner-logo-grid-logos {
  padding-right: 60px;
  padding-left: 60px;
  mix-blend-mode: screen;
}

@media screen and (max-width: 991px) {
  .partner-logo-grid-logos {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.card-stack {
  position: relative;
  padding-top: 4.5714285714rem;
  padding-bottom: 7.4285714286rem;
}

@media screen and (max-width: 767px) {
  .card-stack {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .card-stack {
    padding-bottom: 40px;
  }
}

.card-stack.card-stack-dark {
  background-color: var(--black);
  color: var(--white);
}

.card-stack.card-stack-dark.card-stack-pad-top {
  padding-top: 7.4285714286rem;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .card-stack.card-stack-dark.card-stack-pad-top {
    padding-top: 40px;
  }
}

.card-stack.card-stack-dark.flush-bottom {
  padding-bottom: 0rem;
}

.card-stack.card-stack-dark.flush {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.card-stack.card-stack-border-top {
  padding-top: 7.4285714286rem;
  border-top: 1px solid hsla(55.71428571428573, 7.61%, 63.92%, 0.30);
}

@media screen and (max-width: 767px) {
  .card-stack.card-stack-border-top {
    padding-top: 40px;
  }
}

.card-large {
  position: relative;

  overflow: hidden;
  margin-bottom: 2rem;
  padding: 4.57rem 3rem;

  border: 1px solid #e3e3e3;
  border-radius: 28px;

  background-color: var(--white);
}

@media screen and (min-width: 1280px) {
  .card-large {
    padding-right: 5.142857142857143rem;
    padding-left: 5.142857142857143rem;
  }
}

@media screen and (max-width: 991px) {
  .card-large {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 24px;
  }
}

@media screen and (max-width: 767px) {
  .card-large {
    padding: 30px 15px 20px;
  }
}

.card-large.card-large-dark {
  border: 0px none transparent;
  background-color: hsla(0, 0.00%, 5.10%, 1.00);
}

.card-large.card-large-dark.flush-bottom {
  padding-bottom: 0rem;
}

@media screen and (max-width: 991px) {
  .card-large.card-large-dark.flush-bottom {
    padding-bottom: 4.57rem;
  }
}

@media screen and (max-width: 767px) {
  .card-large.card-large-dark.flush-bottom {
    padding-bottom: 20px;
  }
}

.card-large.card-large-dark.small-padding-bottom {
  padding-bottom: 3rem;
}

@media screen and (min-width: 1280px) {
  .card-large.card-large-dark.small-padding-bottom {
    padding-bottom: 5.142857142857143rem;
  }
}

@media screen and (max-width: 991px) {
  .card-large.card-large-dark.small-padding-bottom {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .card-large.card-large-dark.small-padding-bottom {
    padding-bottom: 15px;
  }
}

.card-large.card-large-flush-bottom {
  padding-bottom: 0rem;
}

.card-stack-cta {
  position: fixed;
  bottom: 0px;
  z-index: 5;

  width: 100%;
  padding-bottom: 30px;
  justify-content: center;
  align-items: flex-end;

  opacity: 1;
  pointer-events: none;

  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(.24,.002,.002,1);

  text-align: center;

  visibility: hidden;
}

@media screen and (max-width: 991px) {
  .card-stack-cta {
    margin-right: auto;
    margin-left: auto;
  }
}

.heading-2-next {
  font-family: Inter;
  font-size: 3.75rem;
  line-height: 1em;
  font-weight: 800;
  letter-spacing: -0.1rem;
}

@media screen and (min-width: 1280px) {
  .heading-2-next {
    font-size: 4.5714285714rem;
  }
}

@media screen and (max-width: 991px) {
  .heading-2-next {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .heading-2-next {
    margin-bottom: 10px;
  }
}

.heading-2-next.margin-bottom-24.max-width-600 {
  margin-right: auto;
  margin-left: auto;
}

.heading-2-next.max-width-720.margin-auto {
  max-width: 12em;
}

.heading-2-next.druk.load-1 {
  text-wrap: pretty;
}

.heading-2-next.max-width {
  max-width: 13.5em;
}

.card-large-text {
  position: relative;
  z-index: 1;

  max-width: 56em;
  margin-right: auto;
  margin-left: auto;

  text-align: center;
}

@media screen and (max-width: 991px) {
  .card-large-text {
    max-width: 44em;
  }
}

@media screen and (max-width: 991px) {
  .card-large-text.margin-bottom-56 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .card-large-text.margin-bottom-56 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.paragraph-large-next {
  font-size: 1.3714285714rem;
  line-height: 1.5em;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .paragraph-large-next {
    margin-bottom: 0rem;
    font-size: 1.09589041096rem;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-large-next {
    font-size: 1.1428571428571428rem;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-large-next.text-color-gray-scale-30 {
    margin-bottom: 0rem;
  }
}

.paragraph-large-next.font-weight-400 {
  font-weight: 400;
}

.text-color-gray-scale-30 {
  color: var(--gray-scale-30);
}

.button-inline {
  display: inline-flex;
  align-items: center;
}

.button-inline-text {
  font-size: 1.0625rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .button-inline-text {
    font-size: 1rem;
  }
}

.button-inline-icon {
  display: flex;
  overflow: hidden;
  width: 26px;
  height: 26px;
  margin-left: 12px;
  justify-content: center;
  align-items: center;

  border-radius: 50%;

  background-color: var(--red);
}

@media screen and (max-width: 991px) {
  .button-inline-icon {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .button-inline-icon {
    margin-left: 5px;
  }
}

.button-inline-icon-element {
  display: block;
}

.card-large-image {
  position: relative;
  z-index: 1;

  width: 90%;
  margin-right: auto;
  margin-left: auto;

  text-align: center;
}

.card-large-image.card-large-image-full-width {
  width: 100%;
}

.card-large-stats {
  display: flex;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .card-large-stats {
    display: block;
  }
}

.card-large-stats.card-large-stats-margin-top {
  margin-top: 2.5rem;
}

.card-large-stats-text {
  width: 50%;
  padding-right: 3.42rem;
  padding-left: 2rem;

  border-right: 1px solid #4a4a4a;

  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .card-large-stats-text {
    font-size: 1.37rem;
  }
}

@media screen and (max-width: 991px) {
  .card-large-stats-text {
    font-size: 1.09589041096rem;
  }
}

@media screen and (max-width: 767px) {
  .card-large-stats-text {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0rem;
    padding-bottom: 20px;
    padding-left: 0rem;

    border-bottom: 1px solid #b9b9b9;
    border-right-style: none;
  }
}

.card-large-stats-icons {
  max-width: 23em;
  padding-left: 3.42rem;
  flex: 1;

  color: #686868;
  font-size: 1.02rem;
  line-height: 1.5em;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .card-large-stats-icons {
    padding-left: 20px;
    font-size: 1.09589041096rem;
  }
}

@media screen and (max-width: 767px) {
  .card-large-stats-icons {
    max-width: 100%;
    padding-left: 0rem;
  }
}

.card-large-stats-text-figure {
  font-size: 3.875rem;
  line-height: 1em;
  font-weight: 800;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 1280px) {
  .card-large-stats-text-figure {
    font-size: 4.57rem;
  }
}

@media screen and (max-width: 991px) {
  .card-large-stats-text-figure {
    font-size: 3.08219178082rem;
  }
}

.text-color-black {
  color: var(--black);
}

.card-large-cta {
  display: flex;
  margin-top: 3.5rem;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .card-large-cta {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .card-large-cta {
    margin-top: 20px;
  }
}

.card-medium-text {
  position: relative;
  z-index: 1;

  display: flex;
  width: 53%;
  min-height: 550px;
  padding-right: 1rem;
  padding-left: 3rem;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

@media screen and (min-width: 1280px) {
  .card-medium-text {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 4.8rem;
  }
}

@media screen and (max-width: 991px) {
  .card-medium-text {
    min-height: 370px;
    padding-left: 3rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .card-medium-text {
    width: 100%;
    min-height: 0px;
    margin-top: 30px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }
}

.card-medium-text.card-medium-text-narrow {
  width: 50%;
  max-width: 484px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media screen and (max-width: 991px) {
  .card-medium-text.card-medium-text-narrow {
    width: 55%;
    max-width: none;
    padding: 32px 32px 0rem;
  }
}

@media screen and (max-width: 767px) {
  .card-medium-text.card-medium-text-narrow {
    width: 100%;
    margin-top: 0px;
    padding-top: 30px;
    padding-right: 24px;
    padding-left: 24px;
  }
}

.card-medium-text.card-medium-text-narrow.card-medium-text-compact {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

@media screen and (min-width: 1440px) {
  .card-medium-text.card-medium-text-narrow.card-medium-text-compact {
    max-width: 610px;
    min-height: 650px;
  }
}

.card-medium-text.card-medium-text-short {
  width: 50.4%;
  min-height: 425px;
  padding-top: min(85px, 5vw);
}

@media screen and (max-width: 767px) {
  .card-medium-text.card-medium-text-short {
    width: 100%;
    min-height: 0px;
  }
}

.card-medium-text.card-medium-text-compact {
  width: 60%;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

@media screen and (min-width: 1440px) {
  .card-medium-text.card-medium-text-compact {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  .card-medium-text.card-medium-text-compact {
    width: 100%;
    min-height: 0px;
    margin-top: 3rem;
  }
}

.card-medium-image {
  display: flex;
  height: 100%;
  min-height: 550px;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex: 1;

  text-align: right;
}

@media screen and (max-width: 991px) {
  .card-medium-image {
    min-height: 370px;
  }
}

@media screen and (max-width: 767px) {
  .card-medium-image {
    position: relative;
    min-height: 0px;
  }
}

.card-medium-image.card-medium-image-align-center {
  justify-content: center;
}

@media screen and (min-width: 1440px) {
  .card-medium-image.card-medium-image-align-center {
    position: relative;
  }
}

.card-medium-image.card-medium-image-align-center.card-medium-image-short {
  min-height: 425px;
}

@media screen and (max-width: 767px) {
  .card-medium-image.card-medium-image-align-center.card-medium-image-short {
    min-height: 0px;
  }
}

@media screen and (max-width: 991px) {
  .card-medium-image.card-medium-image-align-center.card-medium-image-short.hide-on-desktop {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .card-medium-image.card-medium-image-overlap {
    margin-top: -25%;
  }
}

@media screen and (max-width: 767px) {
  .card-medium-image.card-medium-image-overlap {
    margin-top: -40%;
  }
}

@media screen and (max-width: 991px) {
  .card-medium-image.card-medium-image-overlap-extra {
    margin-top: -100%;
  }
}

.card-medium-image._3d-tour-mobile-video {
  position: relative;
  display: none;
}

@media screen and (max-width: 767px) {
  .card-medium-image._3d-tour-mobile-video {
    display: block;
    margin-top: -50%;
  }
}

@media screen and (max-width: 479px) {
  .card-medium-image._3d-tour-mobile-video {
    margin-top: -80%;
  }
}

.card-medium-icons {
  margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .card-medium-icons {
    margin-bottom: 1.71rem;
  }
}

@media screen and (max-width: 991px) {
  .card-medium-icons {
    margin-bottom: 0px;
    transform: scale(0.75);
    transform-origin: 0% 50%;
  }
}

@media screen and (max-width: 767px) {
  .card-medium-icons {
    margin-bottom: 0px;
  }
}

.card-medium-icons.margin-bottom-0 {
  margin-bottom: 0px;
  margin-left: -1%;
}

.button-inline-icon-transparent {
  margin-left: 8px;
}

.cards-slider {
  overflow: hidden;
  margin-top: 5.71rem;
  margin-bottom: 5.6rem;
}

.cards-slider.cards-slider-border-top {
  margin-top: 0rem;
  padding-top: 6.5rem;
  border-top: 1px solid hsla(0, 0.00%, 29.02%, 1.00);
}

@media screen and (max-width: 767px) {
  .cards-slider.cards-slider-border-top {
    padding-top: 40px;
  }
}

.cards-slider.cards-slider-border-top.cards-slider-flush-bottom {
  margin-bottom: 0rem;
}

.cards-slider.cards-slider-flush-bottom {
  margin-bottom: 0rem;
}

.cards-slider-heading {
  display: flex;
  margin-bottom: 2.85rem;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .cards-slider-heading {
    align-items: center;
  }
}

.cards-slider-content {
  display: flex;
  overflow: scroll;
  padding-top: 8px;
  padding-bottom: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;

  scrollbar-width: none;
}

@media screen and (max-width: 479px) {
  .cards-slider-content {
    scroll-snap-type: x mandatory;
  }
}

.card-small {
  position: relative;

  overflow: hidden;
  max-width: 400px;
  flex: 0 0 30%;
  aspect-ratio: 400/700;

  border-radius: 24px;

  backface-visibility: hidden;
  transition: transform 600ms cubic-bezier(.24,.002,.002,1);

  color: var(--white);
}

@media screen and (min-width: 1280px) {
  .card-small {
    flex-basis: 26%;
  }
}

.card-small:hover {
  transform: translate(0px, -6px);
}

@media screen and (max-width: 991px) {
  .card-small {
    flex-basis: 37.65%;
  }
}

@media screen and (max-width: 767px) {
  .card-small {
    flex-basis: 63%;
  }
}

@media screen and (max-width: 479px) {
  .card-small {
    flex-basis: 80%;
    scroll-snap-align: start;
    scroll-margin-right: 20px;
  }
}

.card-small.card-small-text-dark {
  color: var(--black);
}

.card-small.card-small-shadow {
  border: 1px solid var(--gray-scale-50);
  box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2);
}

.heading-4-next {
  margin-bottom: 1rem;
  font-family: Inter;
  font-size: 2.51rem;
  line-height: 1em;
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  .heading-4-next {
    font-size: 1.3698630137rem;
  }
}

@media screen and (max-width: 767px) {
  .heading-4-next {
    font-size: 1.5rem;
  }
}

.heading-4-next.margin-bottom-0 {
  margin-bottom: 0rem;
}

.heading-4-next.margin-bottom-40 {
  margin-bottom: 2.5rem;
}

.heading-4-next.font-medium {
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .heading-4-next.font-medium {
    font-weight: 500;
  }
}

.card-small-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;

  overflow: hidden;
}

.card-small-text {
  position: relative;
  z-index: 1;

  display: block;
  height: 43%;
  padding: 30px 30px 0px;
  flex: 0 auto;

  background-color: var(--white);

  color: var(--black);
}

.eyebrow {
  margin-bottom: 8px;
  font-size: 0.8rem;
  line-height: 1em;
  font-weight: 700;
}

.heading-5-next {
  margin-bottom: 0rem;
  font-family: Inter;
  font-size: 1.37rem;
  line-height: 1.1em;
  font-weight: 800;
}

@media screen and (max-width: 991px) {
  .heading-5-next {
    font-size: 1.301369863rem;
  }
}

@media screen and (max-width: 767px) {
  .heading-5-next {
    font-size: 1.25rem;
  }
}

.heading-5-next.margin-bottom-10 {
  margin-bottom: 5px;
}

.card-small-cta {
  display: flex;
  width: 34px;
  height: 34px;
  margin-top: 8px;
  justify-content: center;
  align-items: center;

  border-radius: 50%;

  background-color: hsla(0, 0.00%, 29.02%, 0.80);

  transition: background-color 320ms cubic-bezier(.28, 0, .49, 1);
}

.card-small-background-element {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.cards-slider-controls {
  display: flex;
}

@media screen and (max-width: 767px) {
  .cards-slider-controls.cards-slider-controls-desktop {
    display: none;
  }
}

.cards-slider-control {
  display: flex;
  width: 44px;
  height: 44px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  justify-content: center;
  align-items: center;

  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;

  background-color: var(--gray-scale-50);

  transition-property: background-color, opacity;
  transition-duration: 220ms, 400ms;
  transition-timing-function: cubic-bezier(.645, .045, .355, 1), cubic-bezier(.645, .045, .355, 1);

  appearance: none;
}

@media screen and (max-width: 991px) {
  .cards-slider-control {
    width: 32px;
    height: 32px;
  }
}

.cards-slider-control.cards-slider-control-next {
  margin-left: 18px;
}

.cards-slider-control.cards-slider-control-previous {
  transition: opacity 400ms cubic-bezier(.645, .045, .355, 1);
}

.cards-slider-control.cards-slider-control-dark {
  background-color: #4a4a4a;
}

.text-color-gray-scale-20 {
  color: var(--gray-scale-20);
}

.card-medium-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.cards-slider-track-spacer {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: max(calc(4vw - 20px), calc((100vw - 72rem) / 2) - 20px);
}

@media screen and (min-width: 1280px) {
  .cards-slider-track-spacer {
    width: max(calc(4vw - 20px), calc((100vw - 67.375rem) / 2) - 20px);
  }
}

@media screen and (max-width: 479px) {
  .cards-slider-track-spacer {
    width: 1px;
  }
}

.card-large-text-cta {
  display: flex;
  margin-top: 32px;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .card-large-text-cta {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .card-large-text-cta {
    margin-top: 10px;
  }
}

.card-medium-text-cta {
  margin-top: 12px;
}

@media screen and (max-width: 991px) {
  .card-medium-text-cta {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .card-medium-text-cta {
    margin-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .card-medium-text-cta {
    width: 100%;
  }
}

.card-medium-text-cta.card-medium-text-cta-margin-top {
  margin-top: 48px;
}

@media screen and (min-width: 1280px) {
  .card-medium-text-cta.card-medium-text-cta-margin-top {
    margin-top: 64px;
  }
}

@media screen and (max-width: 767px) {
  .cards-hero-card-image-element {
    display: block;
    width: auto;
    height: 100%;
    max-width: none;
  }
}

.cards-hero-card-image-element.cards-hero-card-image-element-desktop {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .cards-hero-card-image-element.cards-hero-card-image-element-desktop {
    display: block;
    max-width: 145%;
  }
}

@media screen and (max-width: 767px) {
  .cards-hero-card-image-element.cards-hero-card-image-element-desktop {
    display: none;
  }
}

.cards-hero-card-image-element.cards-hero-card-image-element-desktop.image-wide {
  width: 107%;
  max-width: 107%;
  margin-left: -7%;
}

@media screen and (max-width: 991px) {
  .cards-hero-card-image-element.cards-hero-card-image-element-desktop.image-wide {
    width: 160%;
    max-width: none;
  }
}

.cards-hero-card-image-element.cards-hero-card-image-element-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .cards-hero-card-image-element.cards-hero-card-image-element-mobile {
    display: none;
    width: auto;
    height: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .cards-hero-card-image-element.cards-hero-card-image-element-mobile {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .cards-hero-card-image-element.cards-hero-card-image-element-mobile {
    width: 100%;
    max-width: 180px;
    margin-right: 0px;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .cards-hero-card-image-element.cards-hero-card-image-element-mobile.image-wide {
    width: 115%;
    margin-left: -15%;
  }
}

.card-large-stats-icon-image {
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .card-large-stats-icon-image {
    max-width: 108px;
    margin-bottom: 10px;
  }
}

.cards-slider-control-icon {
  width: 13px;
}

@media screen and (max-width: 991px) {
  .cards-slider-control-icon {
    display: block;
    width: 9px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .app-cta-bar-button-wrapper {
    width: calc(50% - 4px);
  }
}

@media screen and (max-width: 479px) {
  .app-cta-bar-button-wrapper {
    width: calc(50% - 4px);
  }
}

.floating-button-text-wrapper {
  transition-property: width;
  transition-duration: 380ms;
  transition-timing-function: cubic-bezier(.24,.002,.002,1);
  white-space: nowrap;
}

.card-small-content {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;

  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
  flex: 0 0 37%;

  border-radius: 24px;
}

@media screen and (max-width: 991px) {
  .card-small-content {
    flex-basis: 37.65%;
  }
}

@media screen and (max-width: 767px) {
  .card-small-content {
    padding-right: 20px;
    padding-left: 20px;
    flex-basis: 63%;
  }
}

@media screen and (max-width: 479px) {
  .card-small-content {
    flex-basis: 80%;
  }
}

.card-small-content.card-small-content-flush {
  position: relative;

  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: calc(100% + 1px);
}

.partner-logo-grid-list {
  display: flex;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.partner-logo-grid-list.swiper-wrapper {
  align-items: center;
}

.partner-logo-grid-list-item {
  padding: 16px 20px;
  flex: 0 0 14.2857142857%;
}

.partner-logo-grid-list-item.swiper-slide {
  transition: opacity 720ms cubic-bezier(.28, 0, .49, 1);
}

@media screen and (max-width: 767px) {
  .partner-logo-grid-list-item.swiper-slide {
    flex-basis: 25%;
  }
}

@media screen and (max-width: 479px) {
  .partner-logo-grid-list-item.swiper-slide {
    padding: 5px 15px;
  }
}

.partner-logo-grid-image {
  width: 100%;
  height: 100%;
  max-height: 65px;
  flex: 0 0 auto;

  filter: invert(100%);

  object-fit: contain;
}

.partner-logo-grid-list-wrapper {
  overflow: hidden;
}

.background-video {
  width: 100%;
  padding-bottom: 94.3902439%;
}

@media screen and (max-width: 479px) {
  .background-video {
    height: auto;
  }
}

.background-video-2 {
  padding-bottom: 58.7755102%;
}

@media screen and (max-width: 479px) {
  .background-video-2 {
    height: auto;
  }
}

.plans-overview-heading {
  max-width: 50em;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .plans-overview-heading {
    max-width: 60em;
  }
}

@media screen and (max-width: 991px) {
  .plans-overview-heading {
    margin-bottom: 60px;
  }
}

.heading-2-next-small {
  font-family: Inter;
  font-size: 3.4rem;
  line-height: 1em;
  font-weight: 800;
  letter-spacing: -0.1rem;
}

@media screen and (min-width: 1280px) {
  .heading-2-next-small {
    font-size: 4rem;
  }
}

@media screen and (max-width: 991px) {
  .heading-2-next-small {
    margin-bottom: 0rem;
    font-size: 3.08219178082rem;
  }
}

@media screen and (max-width: 767px) {
  .heading-2-next-small {
    margin-bottom: 10px;
  }
}

.heading-2-next-small.margin-bottom-20.compare-plans-heading-element {
  max-width: 12.5em;
  margin-right: auto;
  margin-left: auto;
}

.plans-overview-details {
  display: flex;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (max-width: 479px) {
  .plans-overview-details {
    display: block;
  }
}

.plans-overview-list-wrapper {
  padding-top: 30px;
  padding-left: 40px;
  flex: 1;
}

@media screen and (max-width: 479px) {
  .plans-overview-list-wrapper {
    padding-top: 60px;
    padding-left: 0px;
  }
}

.plans-overview-list-wrapper.plans-overview-list-wrapper-single {
  display: block;
  padding-top: 0px;
  padding-left: 0px;
  flex: 0 0 34.28%;
}

@media screen and (max-width: 991px) {
  .plans-overview-list-wrapper.plans-overview-list-wrapper-single {
    flex-basis: 50%;
  }
}

.plans-overview-list {
  flex: 1;
  font-size: 14px;
}

.plans-overview-columns {
  display: flex;
}

@media screen and (max-width: 991px) {
  .plans-overview-columns {
    display: block;
  }
}

.plans-overview-shadow {
  padding: 30px;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  box-shadow: 0 6px 20px 0 rgba(0,0,0,0.2);
  font-size: 16px;
}

.plans-overview-list-element {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.plans-overview-list-heading {
  margin-top: 24px;
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 700;
}

.plans-overview-list-item {
  display: flex;
  margin-top: 16px;
  align-items: center;
}

.plans-overview-icon {
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  justify-content: center;
  align-items: center;
}

.plans-overview-cta {
  margin-top: 70px;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .plans-overview-cta {
    margin-top: 90px;
  }
}

@media screen and (max-width: 991px) {
  .plans-overview-cta {
    margin-top: 60px;
  }
}

.plans-overview-container {
  position: relative;

  display: block;
  width: 92vw;
  max-width: 72rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6rem;
  padding-left: 6rem;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .plans-overview-container {
    max-width: none;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .plans-overview-container {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.centered-hero {
  color: var(--white);
  text-align: center;
}

.centered-hero-text {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 64px;
  padding-bottom: 64px;
}

@media screen and (min-width: 1280px) {
  .centered-hero-text {
    max-width: 930px;
  }
}

@media screen and (max-width: 991px) {
  .centered-hero-text {
    padding-top: 25px;
    padding-bottom: 56px;
  }
}

.centered-hero-cta {
  margin-top: 48px;
}

.text-color-gray-scale-10 {
  color: var(--gray-scale-10);
}

.card-large-background {
  margin-top: 50px;
  margin-left: -3rem;
  width: calc(100% + 6rem);
}

@media screen and (min-width: 1280px) {
  .card-large-background {
    margin-left: -5.1428571428rem;
    width: calc(100% + 10.2857142857rem);
  }
}

@media screen and (max-width: 991px) {
  .card-large-background {
    margin-top: 25px;
    margin-left: -40px;
    width: calc(100% + 80px);
  }
}

@media screen and (max-width: 767px) {
  .card-large-background {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}

@media screen and (max-width: 479px) {
  .card-large-background {
    width: 130%;
    margin-left: -15%;
  }
}

@media screen and (max-width: 479px) {
  .card-large-background.card-large-background-flush {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}

.card-small-image {
  height: 57%;
  flex: 1;
  aspect-ratio: 1/1;
}

.card-small-pill {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 12px 16px;

  border-radius: 100px;

  background-color: var(--blue);

  color: var(--white);
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
}

.heading-5-next-large {
  margin-bottom: 0rem;
  font-family: Inter;
  font-size: 1.7rem;
  line-height: 1em;
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  .heading-5-next-large {
    font-size: 1.301369863rem;
  }
}

@media screen and (max-width: 767px) {
  .heading-5-next-large {
    font-size: 1.25rem;
  }
}

.paragraph-medium-04 {
  font-size: 0.975rem;
  line-height: 1.5em;
}

.stats {
  background-image: url("https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/667f291ead7fecfd74c53eeb_background-texture-dark.webp");
  background-position: 50% 0%;
  background-size: cover;
}

@media screen and (max-width: 479px) {
  .stats {
    overflow: hidden;
  }
}

.stats-buckets {
  margin-bottom: 80px;
}

@media screen and (min-width: 1280px) {
  .stats-buckets {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .stats-buckets {
    margin-bottom: 40px;
  }
}

.stats-heading {
  color: var(--white);
  text-align: center;
}

.stats-cta {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .stats-cta {
    margin-top: 24px;
  }
}

.stats-image {
  margin-top: 50px;
}

@media screen and (max-width: 479px) {
  .stats-image {
    width: 130%;
    margin-left: -15%;
  }
}

.stats-buckets-container {
  display: flex;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media screen and (max-width: 767px) {
  .stats-buckets-container {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.stats-item {
  display: flex;
  overflow: hidden;
  padding: 30px 30px 40px 40px;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  flex: 0 33.333%;
  aspect-ratio: 1/1;

  border-radius: 24px;

  background-color: #0d0d0d;

  color: var(--white);
  font-size: 18px;
  line-height: 1.2em;
}

@media screen and (min-width: 1280px) {
  .stats-item {
    max-height: 365px;
    padding: 30px 40px;
    justify-content: flex-start;
    aspect-ratio: 1/1.1271676301;
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .stats-item {
    padding: 15px 26px;
    aspect-ratio: 1/1.1283185841;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .stats-item {
    max-height: 350px;
    aspect-ratio: 1/1;
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .stats-item {
    max-height: none;
    aspect-ratio: 1/1.1;
  }
}

.stats-item-icon {
  display: flex;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  align-items: center;
}

@media screen and (min-width: 1280px) {
  .stats-item-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .stats-item-icon {
    width: 64px;
    height: 64px;
  }
}

.stats-info-text-container {
  display: flex;
  margin-top: 10px;
  margin-bottom: 12px;
  align-items: flex-end;

  font-size: 65px;
  line-height: 0.71em;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .stats-info-text-container {
    font-size: 112px;
  }
}

@media screen and (max-width: 767px) {
  .stats-info-text-container {
    font-size: 110px;
  }
}

.stats-info-subtext {
  margin-left: 5px;
  font-family: Inter;
  font-size: 32px;
  line-height: 1em;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .stats-info-subtext {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .stats-info-subtext {
    font-size: 50px;
  }
}

@media screen and (max-width: 479px) {
  .stats-info-subtext {
    font-size: 50px;
  }
}

.hide-on-desktop {
  display: none;
}

@media screen and (max-width: 991px) {
  .hide-on-desktop {
    display: block;
  }
}

.background-texture-header {
  position: relative;

  overflow: hidden;
  margin-top: 35px;
  margin-bottom: 2rem;
  padding-top: 55px;
  padding-bottom: 65px;

  border-radius: 48px;

  color: var(--white);
}

@media screen and (min-width: 1280px) {
  .background-texture-header {
    padding-top: 75px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 991px) {
  .background-texture-header {
    padding-top: 35px;
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .background-texture-header {
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 24px;
  }
}

.background-texture-header-cta {
  display: flex;
  margin-top: 55px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

@media screen and (min-width: 1280px) {
  .background-texture-header-cta {
    margin-top: 65px;
  }
}

@media screen and (max-width: 479px) {
  .background-texture-header-cta {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.button-large-outline {
  display: inline-flex;
  padding: 14px 24px 14px 14px;
  justify-content: flex-start;
  align-items: center;

  border: 2px solid var(--white);
  border-radius: 12px;

  transition: transform 300ms cubic-bezier(.24,.002,.002,1);

  font-size: 1.05rem;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .button-large-outline {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1280px) {
  .button-large-outline:hover {
    transform: translate(0px, -2px);
  }
}

.button-large-outline:hover {
  transform: translate(0px, -2px);
}

@media screen and (max-width: 991px) {
  .button-large-outline {
    padding-right: 14px;
  }
}

@media screen and (max-width: 767px) {
  .button-large-outline {
    flex: 0 50%;
  }
}

@media screen and (max-width: 479px) {
  .button-large-outline {
    flex: 0 100%;
  }
}

.button-large-outline-eyebrow {
  margin-bottom: 2px;
  font-family: Inter;
  color: var(--gray-scale-10);
  font-size: 0.7em;
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .button-large-outline-eyebrow {
    font-size: 0.6em;
  }
}

@media screen and (max-width: 767px) {
  .button-large-outline-text {
    width: auto;
    margin-right: 10px;
  }
}

.button-large-outline-thumbnail {
  position: relative;

  overflow: hidden;
  margin-right: 14px;

  border: 1px solid var(--gray-scale-20);
  border-radius: 6px;

  background-color: black;
}

.button-large-outline-icon {
  width: 18px;
  margin-left: 35px;
}

@media screen and (min-width: 1280px) {
  .button-large-outline-icon {
    color: var(--gray-scale-10);
  }
}

@media screen and (max-width: 991px) {
  .button-large-outline-icon {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .button-large-outline-icon {
    margin-left: auto;
    flex: none;
  }
}

@media screen and (max-width: 479px) {
  .button-large-outline-icon {
    width: 18px;
    margin-left: auto;
  }
}

.button-large-outline-thumbnail-image {
  opacity: 0.5;
}

.button-large-outline-thumbnail-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.margin-bottom-20 {
  margin-bottom: 1.2rem;
}

.blog-post-trial-cta {
  display: flex;
  overflow: hidden;
  margin-top: 120px;
  align-items: center;

  border: 1px solid var(--gray-02);
  border-radius: 24px;

  background-color: var(--tan-00);
  background-image: url("https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/66e8906aa3ca357dfd011c29_bg-blog-trial-cta.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .blog-post-trial-cta {
    z-index: 1000000;

    display: block;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    align-items: stretch;
  }
}

.blog-post-trial-cta.no-image {
  min-height: 175px;
  padding-right: 45px;
}

.blog-post-trial-cta-image {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .blog-post-trial-cta-image {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 350/278;
  }
}

.blog-post-trial-cta-text {
  width: 50%;
  padding-right: 45px;
  padding-left: 45px;
}

@media screen and (min-width: 1280px) {
  .blog-post-trial-cta-text {
    padding-right: 40px;
    padding-left: 60px;
  }
}

@media screen and (max-width: 991px) {
  .blog-post-trial-cta-text {
    width: 100%;
    padding: 20px 40px 40px;
  }
}

@media screen and (max-width: 479px) {
  .blog-post-trial-cta-text {
    padding: 18px 17px 37px;
  }
}

.blog-post-trial-cta-text.grow {
  flex: 1;
}

.blog-post-trial-cta-heading {
  max-width: 6.7em;
  margin-top: 24px;
  margin-bottom: 24px;

  font-size: 56px;
  line-height: 0.97em;
  font-weight: 700;
  letter-spacing: -0.112rem;
}

@media screen and (min-width: 1280px) {
  .blog-post-trial-cta-heading {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 991px) {
  .blog-post-trial-cta-heading {
    font-size: 45px;
  }
}

.blog-post-trial-cta-heading.full-width {
  max-width: 100%;
  font-size: 48px;
}

.blog-post-trial-cta-button {
  margin-top: 24px;
}

@media screen and (min-width: 1280px) {
  .blog-post-trial-cta-button {
    margin-top: 36px;
  }
}

.blog-post-trial-cta-button.margin-top-0 {
  margin-top: 0px;
}

.blog-post-trial-cta-eyebrow {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1280px) {
  .blog-post-trial-cta-eyebrow {
    display: flex;
    align-items: center;
  }
}

.land-id-wordmark {
  max-width: 225px;
  margin-right: auto;
  margin-left: auto;

  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -1px;
}

@media screen and (min-width: 1280px) {
  .land-id-wordmark {
    font-size: 55px;
  }
}

@media screen and (max-width: 991px) {
  .land-id-wordmark {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .land-id-wordmark {
    max-width: 150px;
    margin-bottom: 12px;
    white-space: nowrap;
  }
}

.land-id-wordmark.flush-left {
  margin-left: 0px;
}

@media screen and (max-width: 479px) {
  .land-id-wordmark.flush-left {
    margin-bottom: 0px;
  }
}

.card-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-areas: "Left"
  "Left";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  .card-grid {
    grid-template-rows: auto 1fr;
  }
}

@media screen and (max-width: 767px) {
  .card-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
  }
}

.card-grid.card-grid-bottom-padding {
  padding-bottom: 7.4285714286rem;
}

@media screen and (max-width: 767px) {
  .card-grid.card-grid-bottom-padding {
    padding-bottom: 40px;
  }
}

.card-grid-card {
  position: relative;

  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;

  border-radius: 28px;

  background-color: #0d0d0d;
}

.card-grid-card.card-grid-card-light {
  justify-content: space-between;
  border: 1px solid #ddd;
  background-color: var(--white);
}

.card-grid-card.card-grid-card-light.horizontal {
  flex-direction: row;
  flex-wrap: nowrap;
}

@media screen and (max-width: 991px) {
  .card-grid-card.card-grid-card-light.horizontal {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.card-grid-card-text {
  position: relative;
  z-index: 1;

  padding-top: 40px;
  padding-right: 3rem;
  padding-bottom: 30px;
  padding-left: 3rem;
  max-width: min(60%, 35rem);
}

@media screen and (min-width: 1440px) {
  .card-grid-card-text {
    max-width: min(67%, 35rem);
  }
}

@media screen and (max-width: 991px) {
  .card-grid-card-text {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .card-grid-card-text {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}

.card-grid-card-text.card-grid-card-text-max-width {
  max-width: min(60%, 30rem);
}

@media screen and (min-width: 1280px) {
  .card-grid-card-text.card-grid-card-text-max-width {
    max-width: min(60%, 35rem);
  }
}

@media screen and (max-width: 991px) {
  .card-grid-card-text.card-grid-card-text-max-width {
    max-width: min(60%, 35rem);
  }
}

@media screen and (max-width: 767px) {
  .card-grid-card-text.card-grid-card-text-max-width {
    max-width: none;
  }
}

.card-grid-card-text.flush-right {
  width: 52%;
  min-width: 230px;
  padding-right: 1rem;
  flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
  .card-grid-card-text.flush-right {
    width: 100%;
    min-width: auto;
    padding-bottom: 0px;
    padding-left: 1rem;
  }
}

.card-grid-card-image {
  position: relative;
}

@media screen and (max-width: 991px) {
  .card-grid-card-image {
    margin-top: auto;
  }
}

.card-grid-card-image.card-grid-image-overlap {
  margin-top: -20%;
}

.card-grid-card-image.card-grid-image-overlap-small {
  margin-top: -5%;
}

.card-grid-card-image.padding-top {
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .card-grid-card-image.padding-top {
    padding-top: 0px;
  }
}

.card-grid-card-image.padding-top.border-left {
  border-left: 1px solid #ddd;
}

.card-grid-card-image.border-left {
  border-left: 1px solid #ddd;
}

.flush-top {
  padding-top: 0px;
}

.card-grid-card-text-alt {
  position: relative;
  z-index: 1;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
}

@media screen and (max-width: 991px) {
  .card-grid-card-text-alt {
    padding-top: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .card-grid-card-text-alt {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.card-grid-card-background-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.card-grid-card-image-background-element {
  position: absolute;
  left: auto;
  top: 0%;
  right: -5%;
  bottom: 0%;

  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  margin-left: auto;
}

@media screen and (min-width: 1440px) {
  .card-grid-card-image-background-element {
    right: 0%;
  }
}

@media screen and (max-width: 991px) {
  .card-grid-card-image-background-element {
    height: 65%;
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .card-grid-card-image-background-element {
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .card-grid-card-image-background-element {
    height: 85%;
  }
}

@media screen and (max-width: 991px) {
  .card-grid-card-image-background-element.full-height-image {
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .card-grid-card-image-background-element.full-height-image {
    height: 60%;
  }
}

.overlay-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;

  background-color: rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(180deg, hsla(0, 0.00%, 0.00%, 0.30) 12%, hsla(0, 0.00%, 0.00%, 0.00) 67%);
}

.gallery-showcase {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (min-width: 1280px) {
  .gallery-showcase {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.gallery-showcase.text-color-white {
  border-bottom: 1px solid hsla(55.71428571428573, 7.61%, 63.92%, 0.30);
}

@media screen and (max-width: 991px) {
  .gallery-showcase.text-color-white {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-header-next {
  text-align: center;
}

@media screen and (max-width: 479px) {
  .section-header-next {
    padding-right: 10px;
    padding-left: 10px;
  }
}

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

@media screen and (min-width: 1280px) {
  .font-weight-900 {
    font-weight: 900;
  }
}

.gallery-showcase-cta {
  margin-top: 70px;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .gallery-showcase-cta {
    margin-top: 90px;
  }
}

.tools-icon-grid {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (min-width: 1280px) {
  .tools-icon-grid {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.tools-icon-grid.text-color-white {
  border-bottom: 1px solid hsla(55.71428571428573, 7.61%, 63.92%, 0.30);
}

@media screen and (max-width: 991px) {
  .tools-icon-grid.text-color-white {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.tools-icon-grid.text-color-white.border-top {
  border-top: 1px solid rgba(170, 169, 156, 0.3);
}

.tools-icon-grid.tools-icon-grid-border-bottom {
  border-bottom: 1px solid hsla(55.71428571428573, 7.61%, 63.92%, 0.30);
}

.image-filter-white {
  filter: contrast(200%) invert(100%);
}

.tools-icon-grid-cta {
  display: flex;
  margin-top: 30px;
  justify-content: center;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .tools-icon-grid-cta {
    margin-top: 50px;
  }
}

.tools-icon-grid-icons {
  display: flex;
  margin-top: 70px;
  flex-direction: row;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}

@media screen and (min-width: 1280px) {
  .tools-icon-grid-icons {
    margin-top: 80px;
  }
}

.tools-icon-grid-icon {
  margin-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 16.6666666667%;

  border-right: 1px solid hsla(0, 0.00%, 29.02%, 1.00);

  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .tools-icon-grid-icon {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .tools-icon-grid-icon {
    flex-basis: 25%;
    font-size: 9px;
    line-height: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  .tools-icon-grid-icon {
    flex-basis: 33.333333%;
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .tools-icon-grid-icon {
    flex-basis: 50%;
  }
}

.tools-icon-grid-icon.tools-icon-grid-icon-border-light {
  border-right-color: var(--gray-scale-50);
}

.tools-icon-grid-icon-container {
  height: 33px;
  margin-bottom: 10px;
}

.land-id-wordmark-small {
  max-width: 172px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1em;
  letter-spacing: -1px;
}

@media screen and (max-width: 991px) {
  .land-id-wordmark-small {
    font-size: 30px;
  }
}

.nav-dropdown-light {
  min-width: 370px;
  flex: 0 50%;

  border: 1px solid var(--gray-scale-50);
  border-radius: 1rem;

  background-color: var(--white);

  color: var(--black);
}

@media screen and (min-width: 1280px) {
  .nav-dropdown-light {
    min-width: 420px;
  }
}

@media screen and (max-width: 767px) {
  .nav-dropdown-light {
    min-width: auto;
  }
}

.nav-dropdown-dark {
  min-width: 390px;
  flex: 0 50%;
  border-radius: 1rem;
  background-color: var(--black);
}

@media screen and (min-width: 1280px) {
  .nav-dropdown-dark {
    min-width: 420px;
  }
}

@media screen and (max-width: 991px) {
  .nav-dropdown-dark {
    min-width: auto;
    margin-top: 15px;
  }
}

.nav-dropdown-list-inner-compact {
  padding: 1.875rem;
  grid-row-gap: 4.5rem;

  border: 1px solid var(--gray-02);
  border-radius: 0.75rem;

  background-color: var(--white);

  box-shadow: 0 20px 20px 0 hsla(0, 0.00%, 0.00%, 0.05), 0 4px 10px 0 hsla(0, 0.00%, 0.00%, 0.05);
}

@media screen and (min-width: 1440px) {
  .nav-dropdown-list-inner-compact {
    min-width: 1020px;
  }
}

@media screen and (max-width: 991px) {
  .nav-dropdown-list-inner-compact {
    padding: 1rem 0rem;
    border-style: none;
    border-radius: 0rem;
    box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-dropdown-list-inner-compact {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.nav-dropdown-flex-compact {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .nav-dropdown-flex-compact {
    display: block;
  }
}

.nav-dropdown-text-link-compact {
  display: inline-flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5px 0rem 5px 0px;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;

  color: var(--gray-07);
  line-height: 1.5em;
  font-weight: 500;
}

.nav-dropdown-text-link-compact:hover {
  color: var(--blue);
}

.nav-dropdown-text-link-compact.w--current {
  color: var(--blue);
}

@media screen and (max-width: 767px) {
  .nav-dropdown-text-link-compact {
    padding-right: 1.5rem;
    padding-left: 0rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-dropdown-text-link-compact {
    font-size: 0.875rem;
    white-space: normal;
  }
}

@media screen and (max-width: 479px) {
  .nav-dropdown-text-link-compact.w--current {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.nav-dropdown-section {
  position: relative;
  padding: 30px 10px 30px 20px;
}

@media screen and (min-width: 1280px) {
  .nav-dropdown-section {
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .nav-dropdown-section {
    padding-right: 0px;
  }
}

.nav-dropdown-section.nav-dropdown-section-with-border {
  border-bottom: 1px solid var(--gray-scale-50);
}

.nav-dropdown-section.nav-dropdown-section-with-border-dark {
  border-bottom: 1px solid var(--gray-scale-40);
}

@media screen and (min-width: 1280px) {
  .nav-dropdown-section.nav-dropdown-section-with-border-dark {
    border-bottom-color: var(--gray-scale-40);
  }
}

@media screen and (max-width: 991px) {
  .nav-dropdown-section.nav-dropdown-section-with-border-dark {
    border-bottom-color: var(--gray-scale-40);
  }
}

.land-id-wordmark-medium {
  width: 180px;
  margin-bottom: 5px;

  font-size: 36px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -1px;
}

@media screen and (max-width: 991px) {
  .land-id-wordmark-medium {
    font-size: 30px;
  }
}

.nav-dropdown-subheading {
  margin-bottom: 3px;
  font-size: 1rem;
  font-weight: 500;
}

.text-color-gray-scale-40 {
  color: var(--gray-scale-40);
}

.nav-dropdown-section-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--blue);
  font-weight: 600;
}

.nav-dropdown-section-link.nav-dropdown-section-link-light-blue {
  color: #468ffd;
}

.nav-dropdown-section-heading {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 900;
}

.nav-dropdown-text-link-compact-light {
  display: inline-flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5px 0rem 5px 0px;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;

  color: var(--gray-scale-10);
  line-height: 1.5em;
  font-weight: 500;
}

.nav-dropdown-text-link-compact-light:hover {
  color: var(--blue);
}

.nav-dropdown-text-link-compact-light.w--current {
  color: var(--blue);
}

@media screen and (max-width: 767px) {
  .nav-dropdown-text-link-compact-light {
    padding-right: 1.5rem;
    padding-left: 0rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-dropdown-text-link-compact-light {
    white-space: normal;
  }
}

.footer-grid-next {
  display: grid;
  margin-top: 1.5rem;
  grid-auto-columns: auto;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 25% 27% auto auto auto;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .footer-grid-next {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 767px) {
  .footer-grid-next {
    grid-column-gap: 0.5rem;
    grid-template-columns: auto auto;
  }
}

.hide-on-desktop-and-tablet {
  display: none;
}

@media screen and (max-width: 767px) {
  .hide-on-desktop-and-tablet {
    display: block;
  }
}

.paragraph-medium-next {
  font-size: 18px;
  line-height: 1.2em;
}

.paragraph-medium-next.text-color-gray-scale-20.margin-bottom-0 {
  max-width: 24em;
}

.paragraph-medium-next.font-bold.margin-bottom-8.show-for-xxl-only {
  display: none;
}

@media screen and (min-width: 1440px) {
  .paragraph-medium-next.font-bold.margin-bottom-8.show-for-xxl-only {
    display: block;
  }
}

.paragraph-regular-next {
  font-size: 16px;
  line-height: 1.3em;
}

.paragraph-regular-next.font-semibold {
  font-weight: 600;
}

.tools-icon-grid-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.margin-right-12 {
  margin-right: 12px;
}

@media screen and (max-width: 991px) {
  .land-id-wordmark-icon {
    max-width: 30px;
  }
}

.land-id-wordmark-icon.land-id-wordmark-icon-small {
  width: 40px;
}

.land-id-wordmark-icon.land-id-wordmark-icon-small.margin-right-12 {
  display: block;
}

.card-grid-card-text-alt-2 {
  position: relative;
  z-index: 1;
  padding: 40px 30px 0px 40px;
}

@media screen and (max-width: 991px) {
  .card-grid-card-text-alt-2 {
    padding-top: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .card-grid-card-text-alt-2 {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.pricing-column-light {
  border: 1px solid var(--gray-scale-50);
  border-radius: 24px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.07);
}

.pricing-column-dark {
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex: 1;

  border: 5px solid var(--black);
  border-radius: 2.3rem;

  background-color: var(--black);

  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.07);

  color: var(--white);
}

.pricing-column-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;

  font-size: 40px;
  line-height: 1em;
  font-weight: 700;
}

.pricing-column-content {
  padding: 40px;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}

@media screen and (max-width: 991px) {
  .pricing-column-content {
    padding-bottom: 20px;
  }
}

.pricing-column-content.pricing-column-content-border-top {
  margin-top: 32px;
  border-top: 1px solid var(--gray-scale-50);
}

@media screen and (max-width: 991px) {
  .pricing-column-content.pricing-column-content-border-top {
    margin-top: 0px;
  }
}

.pricing-grid-next {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 4rem;
  grid-template-columns: 38% 1fr;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .pricing-grid-next {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }
}

.pricing-column-content-wrapper {
  padding: 32px;
  flex: 1;
}

.pricing-column-content-wrapper.pricing-column-content-wrapper-border {
  border-right: 1px solid var(--gray-scale-40);
}

@media screen and (max-width: 479px) {
  .pricing-column-content-wrapper.pricing-column-content-wrapper-border {
    border-right-style: none;
  }
}

.pricing-column-content-wrapper.pricing-column-content-wrapper-flush {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pricing-column-grid {
  display: grid;
  padding-right: 8px;
  padding-left: 8px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (max-width: 479px) {
  .pricing-column-grid {
    grid-template-columns: 1fr;
  }
}

.pricing-column-grid.pricing-column-grid-padding {
  padding-bottom: 32px;
}

.pricing-column-grid.pricing-column-grid-border-bottom-light {
  padding-bottom: 32px;
  border-top: 1px solid var(--gray-scale-40);
}

@media screen and (max-width: 479px) {
  .pricing-column-grid.pricing-column-grid-border-bottom-light {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.text-color-light-blue {
  color: #468ffd;
}

.card-medium-image-cover {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;

  display: block;
  overflow: clip;
  width: auto;
  height: 100%;
  max-width: none;

  object-fit: cover;
  object-position: 100% 50%;
}

@media screen and (max-width: 767px) {
  .card-medium-image-cover {
    position: relative;
    width: 100%;
  }
}

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

.underline-text.red {
  text-decoration-color: var(--a11y-red);
}

.card-medium-image-content {
  display: none;
}

@media screen and (max-width: 991px) {
  .card-medium-image-content {
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 767px) {
  .card-medium-image-content {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;

    display: flex;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .card-medium-image-content.show-on-tablet {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .card-medium-image-content.card-medium-image-content-stacked {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .card-medium-image-content.card-medium-image-content-stacked.show-on-tablet {
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 479px) {
  .cards-hero-card-mobile-text {
    width: 120%;
  }
}

.footer-grid-col-divider {
  width: 100%;
  height: 0px;
  margin-top: 1rem;
  margin-bottom: 0.75rem;

  border-style: solid solid none;
  border-width: 1px 0px 0px;
  border-color: var(--gray-scale-50) black black;
}

.footer-grid-col-divider.footer-grid-col-divider-dark {
  border-bottom: 0px none black;
  border-top-color: var(--gray-scale-40);
}

.footer-grid-col-content {
  position: relative;
  padding-top: 32px;
  padding-right: 24px;
  padding-left: 24px;
}

@media screen and (max-width: 767px) {
  .footer-grid-col-content {
    position: relative;
  }
}

.footer-grid-col-content.footer-grid-col-content-flush-top {
  padding-top: 0px;
}

.image-6 {
  height: auto;
}

.mapping-services-header {
  margin-bottom: 72px;
}

@media screen and (max-width: 991px) {
  .mapping-services-header {
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 767px) {
  .mapping-services-header {
    margin-bottom: 40px;
  }
}

.font-bold {
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .font-bold {
    font-weight: 700;
  }
}

.bulleted-list {
  padding-left: 1em;
  list-style-type: disc;
}

.card-medium-list-container {
  margin-top: 15px;
  padding-left: 10px;
}

.ratio-61 {
  position: relative;
  aspect-ratio: 464/284;
}

.custom-maps-tabs {
  position: relative;
  display: flex;
  overflow: hidden;
  justify-content: center;
  border-radius: 24px;
}

@media screen and (max-width: 767px) {
  .custom-maps-tabs {
    margin-left: -1.5rem;

    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

    width: calc(100% + 3rem);
  }
}

.custom-maps-tabs-nav {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;

  display: inline-flex;
  margin-top: 20px;
  padding: 20px;
  justify-content: center;
  align-items: flex-start;
  grid-column-gap: 6px;
  grid-row-gap: 6px;

  border-radius: 24px;

  background-color: hsla(0, 0.00%, 100.00%, 0.80);

  box-shadow: 0 4px 20px 0 rgba(0,0,0,0.2);
  backdrop-filter: blur(10px);
}

@media screen and (max-width: 991px) {
  .custom-maps-tabs-nav {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .custom-maps-tabs-nav {
    overflow: auto;
    width: 100%;
    margin-top: 0px;
    padding: 12px 20px;
    justify-content: flex-start;

    border-radius: 0px;
  }
}

@media screen and (max-width: 479px) {
  .custom-maps-tabs-nav {
    display: flex;
    overflow: auto;
  }
}

.custom-maps-tabs-content {
  width: 100%;
  aspect-ratio: 1055/564;
}

@media screen and (max-width: 991px) {
  .custom-maps-tabs-content {
    width: 100%;
    aspect-ratio: 550/360;
  }
}

@media screen and (max-width: 767px) {
  .custom-maps-tabs-content {
    aspect-ratio: 390/595;
  }
}

.custom-maps-tabs-pane {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .custom-maps-tabs-pane {
    width: 100%;
    height: 100%;
  }
}

.custom-maps-tabs-tab {
  padding: 10px 12px;

  border-radius: 100px;

  background-color: transparent;

  font-size: 13px;
  line-height: 1em;
  font-weight: 600;
}

.custom-maps-tabs-tab.w--current {
  background-color: var(--blue);
  color: var(--white);
}

@media screen and (max-width: 991px) {
  .custom-maps-tabs-tab {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .custom-maps-tabs-tab {
    font-size: 13px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 479px) {
  .custom-maps-tabs-tab {
    white-space: nowrap;
  }
}

.custom-maps-tab-pane-content {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;

  display: flex;
  padding-top: 50px;
  padding-bottom: 32px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  grid-column-gap: 7px;
  grid-row-gap: 7px;

  background-image: linear-gradient(180deg, transparent, rgba(43, 43, 43, 0.39) 36%, #6f6f6f 85%);

  color: var(--white);
  text-align: center;
}

.custom-maps-tab-pane-content.green-gradient {
  background-image: linear-gradient(180deg, transparent, hsla(111.99999999999999, 9.93%, 29.61%, 0.36) 36%, #465344 85%);
}

.custom-maps-tab-pane-content.tan-gradient {
  background-image: linear-gradient(180deg, transparent, rgba(143, 143, 126, 0.39) 36%, #8f8f7e 85%);
}

.custom-maps-tab-pane-content.brown-gradient {
  background-image: linear-gradient(180deg, transparent, rgba(65, 64, 59, 0.39) 36%, #41403b 85%);
}

.custom-maps-tab-pane-content.blue-gradient {
  background-image: linear-gradient(180deg, transparent, hsla(201.34615384615384, 43.33%, 47.06%, 0.39) 44%, hsla(201.34615384615384, 43.33%, 47.06%, 1.00) 90%);
}

@media screen and (max-width: 767px) {
  .card-image-pull-up {
    margin-top: -30%;
  }
}

.card-medium-floating-cta {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;

  display: block;
  padding-right: 60px;
  padding-bottom: 4rem;
}

@media screen and (max-width: 991px) {
  .card-medium-floating-cta {
    display: none;
  }
}

.gis-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
}

.gis-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  .gis-hero-content.container {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .gis-hero-content.container {
    display: block;
  }
}

.gis-hero-text {
  width: 53%;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  flex: 0 0 auto;
}

@media screen and (min-width: 1280px) {
  .gis-hero-text {
    padding-top: 80px;
    padding-right: 60px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  .gis-hero-text {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .gis-hero-text {
    width: 100%;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
  }
}

.gis-hero-image {
  position: relative;
  width: 47%;
  flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
  .gis-hero-image {
    width: calc(100% + 8vw + 12rem);
    margin-left: calc(-4vw - 6rem);
  }
}

@media screen and (max-width: 767px) {
  .gis-hero-image {
    margin-left: -1.5rem;
    width: calc(100% + 3rem);
  }
}

.gis-hero-map-image {
  display: block;
  height: 100%;
  max-width: none;
  object-fit: cover;
  width: max(47.8vw, calc(100% + 4vw + 6rem));
}

@media screen and (min-width: 1280px) {
  .gis-hero-map-image {
    width: max(48.2vw, calc(100% + 4vw + 6rem));
  }
}

@media screen and (max-width: 991px) {
  .gis-hero-map-image {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .gis-hero-map-image {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .gis-hero-cta {
    display: flex;
    justify-content: center;
  }
}

.blog-post-intro {
  max-width: 41em;
}

.blog-post-intro.paragraph-large-next.font-weight-400 {
  max-width: 38em;
}

.testimonial-section-header {
  display: flex;
  padding-bottom: 40px;
  justify-content: space-between;
  align-items: stretch;
}

.testimonial-section-content {
  overflow: scroll;
  scroll-snap-type: x mandatory;
}

.testimonial-section-slider {
  display: flex;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  padding-left: var(--container-margin);
}

@media screen and (max-width: 991px) {
  .testimonial-section-slider {
    padding-left: 1.5rem;
  }
}

.testimonial-card {
  max-width: 400px;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 32%;

  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;

  background-color: var(--gray-00);

  scroll-snap-align: start;
  scroll-margin-left: calc(var(--container-margin) + 20px);
}

@media screen and (max-width: 991px) {
  .testimonial-card {
    flex-basis: 60%;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-card {
    flex-basis: 85%;
    scroll-margin-left: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .testimonial-card {
    padding: 20px;
  }
}

.testimonial-card-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.above-lines {
  position: relative;
  z-index: 4;
}

.testimonial-card-image {
  display: block;
  overflow: hidden;
  width: 100px;
  height: 100px;

  border-radius: 100px;

  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .testimonial-card-image {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-card-quote-icon {
    width: 15px;
    height: 14px;
  }
}

.training-courses-card {
  display: grid;
  overflow: hidden;
  margin-bottom: 7.5rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;

  border: 1px solid var(--gray-scale-50);
  border-radius: 28px;

  background-color: var(--white);
}

@media screen and (min-width: 1280px) {
  .training-courses-card {
    margin-bottom: 7.5rem;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .training-courses-card {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .training-courses-card {
    margin-bottom: 5rem;
  }
}

.training-courses-card-text {
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-start;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

@media screen and (min-width: 1280px) {
  .training-courses-card-text {
    padding: 50px 35px 50px 56px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}

@media screen and (max-width: 991px) {
  .training-courses-card-text {
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .training-courses-card-text {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.training-courses-card-image {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: flex-end;
}

@media screen and (min-width: 1280px) {
  .training-courses-card-image {
    flex-direction: column;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-items: flex-end;
  }
}

.training-courses-card-image-element {
  width: 100%;
  max-width: none;
}

@media screen and (min-width: 1280px) {
  .training-courses-card-image-element {
    width: 104%;
    margin-right: -2%;
  }
}

@media screen and (max-width: 991px) {
  .training-courses-card-image-element {
    margin-bottom: -9%;
  }
}

.marketing-properties-grid {
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (min-width: 1280px) {
  .marketing-properties-grid {
    margin-top: 72px;
  }
}

@media screen and (max-width: 991px) {
  .marketing-properties-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .marketing-properties-grid {
    margin-bottom: 5rem;
    grid-template-columns: 1fr;
  }
}

.marketing-properties-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: nowrap;

  border: 1px solid var(--gray-scale-50);
  border-radius: 28px;

  background-color: var(--white);
}

.marketing-properties-card-text {
  display: flex;
  min-height: 208px;
  padding: 24px 32px 32px;
  flex-direction: column;
  flex-wrap: nowrap;
}

.marketing-properties-card-cta {
  display: flex;
  margin-top: auto;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

@media screen and (min-width: 1280px) {
  .marketing-properties-card-cta {
    justify-content: flex-start;
    align-items: center;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}

.flex-horizontal-center {
  display: flex;
  align-items: center;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.max-width-700 {
  max-width: 700px;
}

.druk {
  font-family: 'Druk Wide';
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .custom-maps-tab-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 390/595;
    object-fit: cover;
  }
}

.badge {
  display: inline-flex;
  padding-right: 8px;
  padding-left: 8px;
  align-items: center;
  grid-column-gap: 4px;
  grid-row-gap: 4px;

  border: 1.5px solid var(--blue);
  border-radius: 40px;

  color: var(--blue);
  font-size: 0.7857142857em;
  line-height: 2em;
  font-weight: 600;
}

.subnav {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  z-index: 1000;

  padding-bottom: 40px;

  background-color: transparent;

  pointer-events: auto;
}

@media screen and (max-width: 991px) {
  .subnav {
    top: 0px;
    bottom: auto;
    z-index: 100;
    padding-bottom: 0px;
  }
}

.subnav-container {
  display: flex;
  overflow: hidden;
  min-height: 78px;
  clear: both;
  align-items: stretch;

  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;

  background-color: var(--white);

  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
  pointer-events: auto;

  float: none;
}

@media screen and (max-width: 991px) {
  .subnav-container {
    min-height: 56px;
    padding-right: 10px;
    padding-left: 30px;
    justify-content: space-between;

    border-bottom: 1px solid #d5d5d5;
    border-radius: 0px;

    box-shadow: none;
  }
}

.subnav-container.subnav-container-dark {
  background-color: var(--black);
  color: var(--white);
}

.subnav-links {
  display: flex;
  height: 100%;
  align-items: stretch;
  flex: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

@media screen and (max-width: 991px) {
  .subnav-links {
    margin-top: 35px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }
}

.subnav-links-container {
  position: relative;

  display: flex;
  overflow: hidden;
  padding-left: 60px;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;

  background-color: transparent;

  font-size: 14px;
  font-weight: 500;

  scrollbar-width: none;
}

@media screen and (max-width: 991px) {
  .subnav-links-container {
    position: absolute;
    left: 0px;
    top: 100%;
    right: 0px;

    padding-top: 35px;
    padding-right: 30px;
    padding-bottom: 35px;
    padding-left: 30px;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
    grid-column-gap: 40px;
    grid-row-gap: 40px;

    background-color: var(--white);

    text-align: left;

    height: calc(100vh - 56px);
  }
}

@media screen and (max-width: 991px) {
  .subnav-menu-button {
    display: flex;
    width: 56px;
    height: 56px;
    padding: 0px;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;

    transition: transform 220ms cubic-bezier(.77, 0, .175, 1);
  }
}

@media screen and (max-width: 991px) {
  .subnav-menu-button.w--open {
    flex: 0 0 auto;
    background-color: transparent;
    transform: rotate(180deg);
    color: var(--black);
  }
}

@media screen and (max-width: 991px) {
  .subnav-menu-button-icon {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
}

.subnav-link {
  display: inline-flex;
  align-items: center;
  grid-column-gap: 4px;
  grid-row-gap: 4px;

  transition-property: text-decoration-color;
  transition-duration: 240ms;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);

  text-decoration: underline;
  white-space: nowrap;
  text-underline-offset: 5px;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;

  user-select: none;
}

.subnav-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: var(--red);
  text-decoration-thickness: 2px;
}

.subnav-link.w--current {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: var(--red);
  text-decoration-thickness: 2px;
}

@media screen and (max-width: 991px) {
  .subnav-link {
    display: inline-flex;
    align-items: center;
  }
}

.subnav-breadcrumb {
  display: flex;
  padding-left: 40px;
  align-items: center;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

@media screen and (max-width: 991px) {
  .subnav-breadcrumb {
    padding-left: 0px;
  }
}

.subnav-breadcrumb-spacer {
  margin-left: 5px;
}

.subnav-breadcrumb-text {
  font-weight: 500;
  white-space: nowrap;
}

.subnav-links-scroll {
  display: flex;
  overflow: scroll;
  height: 100%;
  padding-right: 80px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;

  scrollbar-width: none;
}

@media screen and (max-width: 991px) {
  .subnav-links-scroll {
    overflow: hidden;
    height: auto;
    padding-right: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

.subnav-arrow {
  position: absolute;
  left: 15px;
  top: 22px;
  right: auto;
  bottom: auto;

  display: flex;
  width: 35px;
  height: 35px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;

  border: 2px solid #e5e5e5;
  border-radius: 50%;

  background-color: var(--white);

  transition: transform 320ms cubic-bezier(.175, .885, .32, 1.275),opacity 240ms cubic-bezier(.215, .61, .355, 1);

  cursor: pointer;
}

.subnav-arrow:hover {
  transform: scale(0.95);
}

.subnav-arrow:active {
  transform: scale(0.9);
}

.subnav-arrow:focus-visible {
  transform: scale(0.95);
}

@media screen and (max-width: 991px) {
  .subnav-arrow {
    display: none;
  }
}

.subnav-arrow.subnav-arrow-left.subnav-arrow-dark {
  border-color: #282828;
  background-color: var(--black);
}

.subnav-arrow.subnav-arrow-right {
  left: auto;
  right: 18px;
}

.subnav-arrow.subnav-arrow-right.subnav-arrow-dark {
  border-color: #282828;
  background-color: var(--black);
}

.subnav-arrow.disabled {
  opacity: 0;
}

.subnav-scrim {
  position: absolute;
  width: 125px;
  height: 100%;
  background-image: linear-gradient(90deg, hsla(0, 0.00%, 100.00%, 1.00) 50%, hsla(0, 0.00%, 100.00%, 0.00));
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .subnav-scrim {
    display: none;
  }
}

.subnav-scrim.subnav-scrim-left {
  left: 10px;
  transition: opacity 320ms cubic-bezier(.215, .61, .355, 1);
}

.subnav-scrim.subnav-scrim-right {
  right: 0px;
  transform: rotate(180deg);
}

.subnav-scrim-dark {
  background-image: linear-gradient(90deg, var(--black) 50%, hsla(0, 0.00%, 11.37%, 0.00));
}

.hero-bars {
  position: absolute;
  z-index: 2;

  display: flex;
  width: 13.7%;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (max-width: 767px) {
  .hero-bars {
    display: none;
  }
}

.hero-bars.bottom {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.hero-bars.bottom.right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 28.41%;
}

.hero-bars.bottom.left {
  width: 7.73%;
}

.hero-bars.bottom.right-2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 20.8%;
}

.hero-bars.top.left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;

  width: 13.95%;
  align-items: flex-start;
}

.hero-bars.top.right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;

  width: 21%;
  align-items: flex-start;
}

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

.hero-bar.hero-bar-1 {
  width: 51.6%;
  height: 127px;
}

.hero-bar.hero-bar-2 {
  height: 61px;
  flex: 1;
}

.hero-bar.hero-bar-3 {
  width: 55.38%;
  height: 42px;
  flex: 0 0 auto;
}

.hero-bar.hero-bar-4 {
  width: 30.7%;
  height: 198px;
  flex: 0 0 auto;
}

.hero-bar.hero-bar-5 {
  height: 368px;
  flex: 1;
}

.hero-bar.hero-bar-6 {
  width: 100%;
  height: 51px;
}

.hero-bar.hero-bar-7 {
  width: 47.32%;
  height: 82px;
}

.hero-bar.hero-bar-8 {
  width: 29.67%;
  height: 111px;
}

.hero-bar.hero-bar-9 {
  height: 402px;
  flex: 1;
}

.hero-bar.hero-bar-10 {
  width: 27%;
  height: 51px;
}

.hero-bar.hero-bar-11 {
  width: 53.4%;
  height: 142px;
}

.hero-bar.hero-bar-12 {
  height: 296px;
  flex: 1;
}

.hero-bar.hero-bar-13 {
  width: 46%;
  height: 94px;
  transition: opacity 200ms cubic-bezier(.77, 0, .175, 1);
}

.hero-bar.hero-bar-14 {
  height: 43px;
  flex: 1;
}

.hero-bar-dark {
  background-color: var(--black);
}

.product-feature-hero {
  padding-top: 7.2rem;
  padding-bottom: 7.5rem;
  border-bottom: 1px solid var(--map-hr);
}

@media screen and (max-width: 991px) {
  .product-feature-hero {
    padding-top: 5rem;
  }
}

.product-feature-hero-breadcrumb {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
}

.product-feature-hero-breadcrumb-separator {
  margin-left: 0.25em;
}

.product-feature-hero-image {
  position: relative;
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.product-feature-hero-image-overlay {
  position: absolute;
  left: auto;
  top: auto;
  right: -4%;
  bottom: -5%;
  z-index: 1;

  display: flex;
  height: 90%;
  flex-direction: column;
  flex-wrap: nowrap;
  aspect-ratio: 320/584;
}

.product-feature-hero-image-device {
  position: relative;
  z-index: 2;
  width: 100%;
}

.product-hero-image-foreground {
  position: absolute;
  left: 22.15%;
  top: 11.25%;
  right: auto;
  bottom: auto;
  z-index: 1;

  width: 71.7%;
  height: auto;

  border-radius: 10px;
}

.product-feature-hero-blurb {
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .product-feature-hero-blurb {
    display: block;
  }
}

.product-feature-hero-image-overlay-left {
  position: absolute;
  left: 12.61%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;

  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  aspect-ratio: 343/743;
}

@media screen and (max-width: 479px) {
  .product-feature-hero-image-overlay-left {
    top: -5%;
    height: 110%;
  }
}

@media screen and (max-width: 767px) {
  .product-feature-hero-image-overlay-left.corner-radius-24.shadow {
    border-radius: 1.5rem;
  }
}

.product-hero-image-spacer {
  height: 2.75rem;
}

@media screen and (max-width: 479px) {
  .product-hero-image-spacer {
    height: 0rem;
  }
}

.land-id-pro-wordmark {
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;

  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -1px;
}

@media screen and (min-width: 1280px) {
  .land-id-pro-wordmark {
    font-size: 55px;
  }
}

@media screen and (max-width: 991px) {
  .land-id-pro-wordmark {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .land-id-pro-wordmark {
    max-width: 200px;
    margin-bottom: 12px;
    white-space: nowrap;
  }
}

.land-id-pro-wordmark.flush-left {
  margin-left: 0px;
}

@media screen and (max-width: 479px) {
  .land-id-pro-wordmark.flush-left {
    margin-bottom: 0px;
  }
}

.land-id-pro-wordmark-medium {
  width: 274px;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -1px;
}

@media screen and (min-width: 1280px) {
  .land-id-pro-wordmark-medium {
    font-size: 55px;
  }
}

@media screen and (max-width: 991px) {
  .land-id-pro-wordmark-medium {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .land-id-pro-wordmark-medium {
    margin-bottom: 12px;
    white-space: nowrap;
  }
}

.enterprice-section {
  margin-bottom: 6rem;
  padding-top: 3rem;
}

.compare-plans-heading {
  margin-right: auto;
  margin-bottom: 6rem;
  margin-left: auto;
  text-align: center;
}

.medium-icon {
  width: 2rem;
  height: 2rem;
}

.paragraph-small-next {
  font-size: 14px;
}

.paragraph-small-next.text-color-grey-04.margin-bottom-0 {
  max-width: 40em;
  font-size: 13px;
}

@media screen and (min-width: 1280px) {
  .paragraph-small-next.text-color-grey-04.margin-bottom-0 {
    font-size: 14px;
  }
}

.pricing-grid-premium {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (min-width: 1440px) {
  .pricing-grid-premium {
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .pricing-grid-premium {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
}

.pricing-column-premium {
  display: grid;
  padding-top: 2rem;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  flex-direction: column;
  justify-content: flex-start;
  justify-items: stretch;
  align-items: stretch;
  align-content: start;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.75rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto minmax(150px, auto) 230px 1fr;

  border-radius: 2.3rem;

  background-color: var(--white);

  box-shadow: inset 0 0 0 5px var(--gray-02);

  transition: background-color 300ms ease,border-color 300ms ease;
}

@media screen and (min-width: 1440px) {
  .pricing-column-premium {
    padding-top: 2.5rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    grid-column-gap: 16px;
    grid-template-rows: auto minmax(150px, auto) 255px 1fr;
  }
}

@media screen and (min-width: 1280px) {
  .pricing-column-premium {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    grid-template-rows: auto minmax(150px, auto) 255px 1fr;
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 991px) {
  .pricing-column-premium {
    grid-template-rows: auto auto auto 1fr;
  }
}

@media screen and (max-width: 767px) {
  .pricing-column-premium {
    width: 100%;
    grid-template-rows: auto auto auto 1fr;
  }
}

@media screen and (max-width: 479px) {
  .pricing-column-premium {
    padding: 1.5rem;
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    border-width: 2px;
  }
}

.pricing-column-premium.dark {
  padding-bottom: 2rem;
  grid-template-rows: auto minmax(150px, auto) 230px 1fr;
  background-color: var(--black);
  box-shadow: none;
  color: var(--white);
}

@media screen and (min-width: 1440px) {
  .pricing-column-premium.dark {
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 1280px) {
  .pricing-column-premium.dark {
    grid-template-rows: auto minmax(150px, auto) 255px 1fr;
  }
}

@media screen and (max-width: 991px) {
  .pricing-column-premium.dark {
    grid-template-rows: auto minmax(150px, auto) auto 1fr;
  }
}

@media screen and (max-width: 479px) {
  .pricing-column-premium.dark {
    padding-top: 1.5rem;
  }
}

.pricing-column-premium-section {
  padding-right: 1rem;
  padding-left: 1rem;
}

@media screen and (min-width: 1280px) {
  .pricing-column-premium-section {
    padding-right: 1.7rem;
    padding-left: 1.7rem;
  }
}

.pricing-column-premium-section.columns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

@media screen and (min-width: 1280px) {
  .pricing-column-premium-section.columns {
    flex-direction: row;
    flex-wrap: nowrap;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

.pricing-column-premium-section.columns.borders {
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;

  border-top: 2px solid var(--gray-02);
}

.pricing-column-premium-section.columns.borders.dark {
  margin-right: -5px;
  margin-bottom: -5px;
  margin-left: -5px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;

  border-top-color: var(--gray-08);
}

@media screen and (min-width: 1280px) {
  .pricing-column-premium-section.columns.borders.dark {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .pricing-column-premium-section.columns.borders.dark {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.pricing-column-premium-section.columns.no-wrap {
  display: grid;
  flex-direction: row;
  flex-wrap: nowrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (min-width: 1440px) {
  .pricing-column-premium-section.columns.no-wrap {
    flex-direction: row;
    flex-wrap: nowrap;
    grid-column-gap: 40px;
    grid-row-gap: 0px;
  }
}

@media screen and (min-width: 1280px) {
  .pricing-column-premium-section.columns.no-wrap {
    display: grid;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 479px) {
  .pricing-column-premium-section.columns.no-wrap {
    padding-right: 1.5rem;
    padding-bottom: 20px;
    padding-left: 1.5rem;
    flex-direction: column;
    flex-wrap: nowrap;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }
}

.text-color-grey-04 {
  color: var(--gray-04);
}

.pricing-column-premium-column {
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  flex-direction: column;
  flex-wrap: nowrap;
  flex: 1;
}

@media screen and (min-width: 1280px) {
  .pricing-column-premium-column {
    max-width: 41em;
    flex: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .pricing-column-premium-column {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.pricing-column-premium-column.padding-top {
  padding-top: 1.7rem;
}

.pricing-column-premium-column.padding-top.border {
  padding-right: 16px;
  border-right: 2px solid var(--gray-02);
}

@media screen and (min-width: 1280px) {
  .pricing-column-premium-column.padding-top.border {
    width: 50%;
  }
}

.pricing-column-premium-column.padding-top.padding-left {
  padding-left: 16px;
}

.pricing-column-premium-column.padding-top.padding-left.padding-bottom {
  padding-bottom: 3.4rem;
}

@media screen and (max-width: 479px) {
  .pricing-column-premium-column.padding-top.padding-left.padding-bottom {
    padding-bottom: 0.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .pricing-column-premium-column.padding-bottom {
    flex: 0 50%;
  }
}

@media screen and (max-width: 479px) {
  .pricing-column-premium-column.padding-bottom {
    padding-bottom: 1.5rem;
  }
}

.pricing-column-premium-square {
  position: relative;

  display: block;
  height: 100%;
  padding: 1rem 0.5rem 1rem 1rem;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: flex-start;

  border-radius: 1.15rem;

  background-color: var(--gray-01);
}

@media screen and (min-width: 1440px) {
  .pricing-column-premium-square {
    padding: 40px 30px;
    border-radius: 2.3rem;
  }
}

@media screen and (min-width: 1280px) {
  .pricing-column-premium-square {
    padding: 1.5rem;
  }
}

.pricing-column-premium-square.blue {
  background-color: #e0ecff;
}

.pricing-column-premium-square-heading {
  margin-bottom: 0.3rem;

  font-family: Inter;
  line-height: 1em;
  font-weight: 800;
  letter-spacing: -0.04em;
  font-size: min(36px, 2.5vw);
}

@media screen and (min-width: 1440px) {
  .pricing-column-premium-square-heading {
    font-size: min(36px, 2.5vw);
  }
}

@media screen and (max-width: 991px) {
  .pricing-column-premium-square-heading {
    font-size: 36px;
  }
}

.pricing-column-premium-price {
  position: relative;

  margin-top: auto;
  margin-bottom: 4px;

  font-size: 35px;
  line-height: 0.8em;
  font-weight: 800;
  white-space: nowrap;
  overflow-wrap: normal;
}

@media screen and (min-width: 1280px) {
  .pricing-column-premium-price {
    position: relative;
    font-size: min(42px, 3vw);
  }
}

.heading-subscript {
  position: relative;
  top: -0.05em;
  font-size: 0.5em;
}

.square-heading-subscript {
  display: block;
  color: var(--blue);
  font-size: 0.7em;
  line-height: 1em;
}

.pricing-column-premium-square-badge {
  position: absolute;
  left: auto;
  top: -25px;
  right: -24px;
  bottom: auto;
}

@media screen and (min-width: 1280px) {
  .pricing-column-premium-square-badge {
    top: -16px;
    right: -14px;
  }
}

.paragraph-tiny {
  font-size: 10.5px;
  line-height: 1.2em;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .paragraph-tiny {
    font-size: 12px;
  }
}

@media screen and (min-width: 1440px) {
  .paragraph-tiny.margin-bottom-24 {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .paragraph-tiny.margin-bottom-24 {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .paragraph-tiny.margin-bottom-16 {
    max-width: 15em;
  }
}

@media screen and (min-width: 1440px) {
  .paragraph-tiny.margin-bottom-0 {
    margin-bottom: 0rem;
  }
}

.paragraph-tiny.margin-bottom-8 {
  max-width: 15em;
}

@media screen and (max-width: 991px) {
  .paragraph-tiny.margin-bottom-8 {
    font-size: 12px;
  }
}

.premium-pricing-column-heading {
  width: 100%;
  padding-top: 1.7rem;
  flex: 0 0 auto;
}

.pricing-column-premium-rectangle {
  display: grid;
  height: 100%;
  padding: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  justify-items: stretch;
  flex-wrap: wrap;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;

  border-radius: 1.15rem;

  background-color: var(--gray-08);
}

@media screen and (min-width: 1440px) {
  .pricing-column-premium-rectangle {
    padding: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-template-columns: 37% 1fr 1fr;
    grid-template-rows: auto;

    border-radius: 2.3rem;
  }
}

@media screen and (min-width: 1280px) {
  .pricing-column-premium-rectangle {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .pricing-column-premium-rectangle {
    width: 100%;
    height: auto;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    aspect-ratio: 575/220;
  }
}

@media screen and (max-width: 479px) {
  .pricing-column-premium-rectangle {
    padding: 12px 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    aspect-ratio: auto;

    border-radius: 12px;
  }
}

.pricing-column-inner-rectangle {
  display: flex;
  height: 100%;
  padding: 1.33rem 0.25rem 1.33rem 1.3rem;
  flex-direction: column;
  flex-wrap: nowrap;
  flex: 0 0 auto;

  border-radius: 1.15rem 0px 0rem 1.15rem;

  background-color: var(--gray-09);
}

@media screen and (min-width: 1440px) {
  .pricing-column-inner-rectangle {
    height: auto;
    padding: 20px;
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  .pricing-column-inner-rectangle {
    width: 100%;
    border-radius: 12px;
  }
}

.pricing-column-inner-rectangle.right {
  border-radius: 0rem 1.15rem 1.15rem 0rem;
  background-color: var(--black);
}

@media screen and (max-width: 479px) {
  .pricing-column-inner-rectangle.right {
    border-radius: 12px;
  }
}

.pricing-column-premium-square-subheading {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 800;
}

.text-color-tan-03 {
  color: var(--tan-03);
}

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

.heading-subscript-02 {
  position: relative;
  top: -0.05em;
  padding-left: 0px;
  font-size: 0.35em;
}

@media screen and (min-width: 1280px) {
  .heading-subscript-02 {
    font-size: 0.28em;
  }
}

.heading-superscript {
  position: absolute;
  left: 5.2em;
  top: 0em;
  right: auto;
  bottom: auto;

  display: block;

  font-size: 0.38em;
  line-height: 1em;
}

.land-id-pro-wordmark-small {
  max-width: 256px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1em;
  letter-spacing: -1px;
}

@media screen and (max-width: 991px) {
  .land-id-pro-wordmark-small {
    font-size: 30px;
  }
}

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

.basemaps-section {
  margin-top: 6rem;
  margin-bottom: -6rem;
}

@media screen and (max-width: 767px) {
  .basemaps-section {
    margin-bottom: -5rem;
  }
}

.footer-link-container {
  display: flex;
  align-items: center;
}

.parcel-data-section {
  padding-top: 4.5rem;
}

.parcel-card-scroll-text-section {
  position: absolute;

  display: flex;
  padding-right: 20px;
  flex-direction: column;
  flex-wrap: nowrap;
  grid-column-gap: 12px;
  grid-row-gap: 12px;

  opacity: 0;
}

@media screen and (min-width: 1440px) {
  .parcel-card-scroll-text-section {
    padding-right: 110px;
  }
}

.parcel-card-scroll-text-section.active {
  z-index: 1;
  opacity: 100;
}

.parcel-card-scroll-text {
  position: relative;

  display: flex;
  padding-top: 60%;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.heading-7 {
  margin-bottom: 1rem;
  font-family: Inter;
  font-size: 2rem;
  line-height: 1em;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .heading-7 {
    font-size: 1.5rem;
  }
}

.parcel-card-scroll-device-frame {
  object-fit: scale-down;
}

.parcel-card-scroll-card-container {
  overflow: hidden;
}

.parcel-card-scroll-header {
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
}

.parcel-card-scroll {
  z-index: 1;
  height: 200vh;
}

@media screen and (max-width: 991px) {
  .parcel-card-scroll {
    display: none;
  }
}

.parcel-card-scroll-card {
  position: absolute;
  left: 0%;
  top: 17%;
  right: 0%;
  bottom: 5.75%;
  z-index: 1;

  overflow: hidden;
  width: 78.1%;
  margin-bottom: 1%;
  margin-left: 11.1%;

  border-radius: 15px 15px 40px 40px;
}

.parcel-card-scroll-container {
  position: sticky;
  top: 15vh;

  display: grid;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

.parcel-card-scroll-device {
  position: sticky;

  overflow: hidden;
  height: auto;
  max-width: 25vw;
  margin-right: auto;
  margin-left: auto;
}

.parcel-card-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .parcel-card-mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .full-bleed-mobile {
    margin-left: -1.5rem;
    width: calc(100% + 3rem);
    max-width: calc(100% + 3rem);
  }
}

.cta-container {
  display: flex;
  margin-top: 64px;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .cta-container {
    margin-top: 40px;
  }
}

.pricing-column-premium-grid-cell {
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.pricing-column-premium-grid-cell.border-right {
  border-right: 2px solid var(--gray-02);
}

.pricing-column-premium-grid-cell.border-top {
  margin-right: -1rem;
  margin-left: -0.375rem;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;

  border-top: 2px solid var(--gray-02);
}

@media screen and (min-width: 1440px) {
  .pricing-column-premium-grid-cell.border-top {
    margin-right: -2.5rem;
    margin-left: -0.5rem;
    padding-left: 1.25rem;
  }
}

@media screen and (max-width: 991px) {
  .pricing-column-premium-grid-cell.border-top {
    padding-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .pricing-column-premium-grid-cell.border-top {
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .pricing-column-premium-grid-cell.border-top {
    margin-right: 0rem;
    margin-left: 0rem;
    padding: 0rem;
    border-top-style: none;
  }
}

.pricing-column-premium-grid-cell.border-top.border-right {
  margin-right: -0.375rem;
  margin-left: -1rem;
}

@media screen and (min-width: 1440px) {
  .pricing-column-premium-grid-cell.border-top.border-right {
    margin-right: -0.5rem;
    margin-left: -2.5rem;
    padding-left: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .pricing-column-premium-grid-cell.border-top.border-right {
    margin-right: 0rem;
    margin-left: 0rem;
    padding: 0rem;
    border-top-style: none;
    border-right-style: none;
  }
}

@media screen and (min-width: 1440px) {
  .pricing-column-premium-grid-cell.tall {
    min-height: 0px;
  }
}

.pricing-column-premium-grid-cell.border-top-light {
  margin-top: 2px;
  margin-right: -1rem;
  margin-left: -1rem;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;

  border-top: 2px solid var(--gray-08);
}

@media screen and (min-width: 1440px) {
  .pricing-column-premium-grid-cell.border-top-light {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .pricing-column-premium-grid-cell.border-top-light {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}

.pricing-column-premium-subheading {
  margin-bottom: 0.5rem;
  line-height: 1.3em;
  font-weight: 600;
  font-size: min(16px, 1.4vw);
}

@media screen and (max-width: 991px) {
  .pricing-column-premium-subheading {
    font-size: 16px;
  }
}

.pricing-column-premium-subheading.font-semibold {
  font-weight: 600;
}

@media screen and (min-width: 1440px) {
  .pricing-column-premium-subheading.show-on-xxl {
    font-size: min(15px, 1.4vw);
  }
}

@media screen and (max-width: 991px) {
  .pricing-column-premium-subheading.show-on-xxl {
    display: block;
  }
}

.show-on-xl {
  display: none;
}

@media screen and (min-width: 1280px) {
  .show-on-xl {
    display: block;
  }
}

.show-on-xxl {
  display: none;
}

@media screen and (min-width: 1440px) {
  .show-on-xxl {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .pricing-column-inner {
    padding-top: 20px;
    padding-right: 10px;
  }
}

.map-layers-tabs {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1156/843;
  border-radius: 48px;
}

@media screen and (max-width: 991px) {
  .map-layers-tabs {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    aspect-ratio: 700/843;
  }
}

@media screen and (max-width: 767px) {
  .map-layers-tabs {
    aspect-ratio: auto;
    border-radius: 0px;
  }
}

.map-layers-tabs-images {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .map-layers-tabs-images {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .map-layers-tabs-images {
    height: auto;
    aspect-ratio: 393/250;
    object-fit: scale-down;
  }
}

@media screen and (max-width: 479px) {
  .map-layers-tabs-images {
    aspect-ratio: 393/450;
  }
}

.map-layers-tabs-nav {
  position: absolute;
  left: 24px;
  top: auto;
  right: 24px;
  bottom: 24px;

  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 5px;

  border-radius: 24px;

  background-color: hsla(0, 0.00%, 100.00%, 0.80);

  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
}

@media screen and (max-width: 767px) {
  .map-layers-tabs-nav {
    position: static;
    padding-top: 25px;
    border-radius: 0px;
  }
}

.map-layers-tabs-subnav {
  display: flex;
  align-items: center;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  list-style-type: none;
}

.map-layers-tabs-cards {
  display: flex;
  overflow: scroll;
  padding-right: 16px;
  padding-bottom: 15px;
  padding-left: 16px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;

  scroll-snap-type: x mandatory;
  scroll-padding-left: 16px;
}

.map-layers-tabs-card {
  width: 200px;
  min-height: 260px;
  padding-top: 16px;
  padding-right: 12px;
  padding-bottom: 18px;
  padding-left: 12px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;

  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: hsla(0, 0.00%, 87.84%, 1.00);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: hsla(0, 0.00%, 87.84%, 1.00);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: hsla(0, 0.00%, 87.84%, 1.00);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: hsla(0, 0.00%, 87.84%, 1.00);
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;

  background-color: var(--white);

  cursor: pointer;

  scroll-snap-align: start;
}

@media screen and (max-width: 479px) {
  .map-layers-tabs-card {
    width: 180px;
  }
}

.map-layers-tabs-card.selected {
  border-color: transparent;
  background-color: #e5f0ff;
  box-shadow: inset 0 0 0 2px var(--blue);
}

.card-thumbnail {
  overflow: hidden;
  margin-bottom: 12px;
  border-radius: 6px;
}

.card-text-heading {
  display: flex;
  margin-bottom: 4px;
  justify-content: space-between;
  align-items: center;
}

.map-layers-tabs-subnav-item {
  position: relative;

  display: inline-flex;
  height: 2.75em;
  margin-bottom: 0px;
  padding-right: 12px;
  padding-left: 12px;
  align-items: center;

  border-radius: 100px;

  background-color: transparent;

  color: var(--gray-scale-40);
  font-size: 13px;
  line-height: 1em;
  font-weight: 600;

  cursor: pointer;
}

.map-layers-tabs-subnav-item.selected {
  background-color: var(--blue);
  color: var(--white);
}

.custom-maps-tab-pane-content-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;

  display: flex;
  padding-top: 50px;
  padding-bottom: 32px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  grid-column-gap: 7px;
  grid-row-gap: 7px;

  background-image: linear-gradient(180deg, transparent, rgba(43, 43, 43, 0.39) 36%, #6f6f6f 85%);

  color: white;
  text-align: center;
}

.custom-maps-tab-pane-content-2.tan-gradient {
  background-image: linear-gradient(180deg, transparent, rgba(143, 143, 126, 0.39) 36%, #8f8f7e 85%);
}

.custom-maps-tab-pane-content-2.blue-gradient {
  background-image: linear-gradient(180deg, transparent, hsla(201.34615384615384, 43.33%, 47.06%, 0.39) 44%, hsla(201.34615384615384, 43.33%, 47.06%, 1.00) 90%);
}

.custom-maps-tab-pane-content-2.green-gradient {
  background-image: linear-gradient(180deg, transparent, hsla(111.99999999999999, 9.93%, 29.61%, 0.36) 36%, #465344 85%);
}

.custom-maps-tab-pane-content-2.brown-gradient {
  background-image: linear-gradient(180deg, transparent, rgba(65, 64, 59, 0.39) 36%, #41403b 85%);
}

.custom-maps-tabs-tab-2 {
  padding: 10px 12px;

  border-radius: 100px;

  background-color: transparent;

  font-size: 13px;
  line-height: 1em;
  font-weight: 600;
}

.custom-maps-tabs-tab-2.w--current {
  background-color: #0065ff;
  color: white;
}

@media screen and (max-width: 991px) {
  .custom-maps-tabs-tab-2 {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .custom-maps-tabs-tab-2 {
    font-size: 13px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 479px) {
  .custom-maps-tabs-tab-2 {
    white-space: nowrap;
  }
}

.cards-slider-control-2 {
  display: flex;
  width: 44px;
  height: 44px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  justify-content: center;
  align-items: center;

  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;

  background-color: #e8e8e8;

  transition-property: background-color, opacity;
  transition-duration: 220ms, 400ms;
  transition-timing-function: cubic-bezier(.645, .045, .355, 1), cubic-bezier(.645, .045, .355, 1);

  appearance: none;
}

@media screen and (max-width: 991px) {
  .cards-slider-control-2 {
    width: 32px;
    height: 32px;
  }
}

.cards-slider-control-2.cards-slider-control-previous {
  transition: opacity 400ms cubic-bezier(.645, .045, .355, 1);
}

.cards-slider-control-2.cards-slider-control-next {
  margin-left: 18px;
}

.card-small-text-2 {
  position: relative;
  z-index: 1;

  display: block;
  height: 43%;
  padding: 30px 30px 0px;
  flex: 0 auto;

  background-color: white;

  color: #1d1d1d;
}

.card-small-pill-2 {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 12px 16px;

  border-radius: 100px;

  background-color: #0065ff;

  color: white;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
}

.card-small-2 {
  position: relative;

  overflow: hidden;
  max-width: 400px;
  flex: 0 0 30%;
  aspect-ratio: 400/700;

  border-radius: 24px;

  transition: transform 600ms cubic-bezier(.24,.002,.002,1);

  color: white;
}

@media screen and (min-width: 1280px) {
  .card-small-2 {
    flex-basis: 26%;
  }
}

.card-small-2:hover {
  transform: translate(0px, -6px);
}

@media screen and (max-width: 991px) {
  .card-small-2 {
    flex-basis: 37.65%;
    aspect-ratio: 250/500;
  }
}

@media screen and (max-width: 767px) {
  .card-small-2 {
    flex-basis: 63%;
  }
}

@media screen and (max-width: 479px) {
  .card-small-2 {
    flex-basis: 80%;
    scroll-snap-align: start;
    scroll-margin-right: 20px;
  }
}

.card-small-2.card-small-shadow {
  border: 1px solid #e8e8e8;
  box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2);
}

.paragraph-medium-5 {
  font-size: 0.975rem;
  line-height: 1.5em;
}

.cards-hero-background-image-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;

  overflow: hidden;
  width: 100%;
  height: 100%;
}

.map-layers-tabs-nav-header {
  z-index: 1;

  display: flex;
  overflow: auto;
  margin-bottom: 16px;
  padding-right: 20px;
  padding-left: 20px;
  align-items: center;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

@media screen and (max-width: 767px) {
  .map-layers-tabs-nav-header {
    margin-bottom: 0px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 479px) {
  .map-layers-tabs-nav-header {
    overflow: auto;
  }
}

.map-layers-tabs-arrows {
  display: flex;
  margin-top: 30px;
  margin-bottom: 5.6rem;
  justify-content: center;
  align-items: center;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

@media screen and (max-width: 767px) {
  .map-layers-tabs-arrows {
    display: none;
  }
}

.map-layers-tabs-arrow {
  display: block;
  width: 44px;
  height: 44px;
  padding: 0px;

  border-radius: 50%;

  background-color: var(--gray-scale-50);

  color: transparent;
}

.map-layers-tabs-arrow.prev {
  background-image: url("https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/6847358d68a609834b85f93f_chevron-left.svg");
  background-position: 45% 50%;
  background-size: 11px 18px;
  background-repeat: no-repeat;
}

.map-layers-tabs-arrow.next {
  background-image: url("https://cdn.prod.website-files.com/63c95e5d2e1ac62c14777764/6847358dad156c3fb2e647b7_chevron-right.svg");
  background-position: 55% 50%;
  background-size: 11px 18px;
  background-repeat: no-repeat;
}

.basemap-image {
  display: none;
}

.aerial-image {
  display: none;
}

@media screen and (max-width: 991px) {
  .map-layers-tabs-container {
    width: 120%;
    margin-left: -10%;
  }
}

@media screen and (max-width: 767px) {
  .map-layers-tabs-container {
    margin-left: -1.5rem;
    width: calc(100% + 3rem);
  }
}

.map-layers-tabs-label {
  font-size: 13px;
  font-weight: 600;
}

.map-layers-tabs-radio-button {
  position: absolute;

  width: 0px;
  height: 0px;
  margin-top: 0px;
  margin-left: 0px;

  opacity: 0;
}

.map-layers-tabs-radio-button-field {
  margin-bottom: 0px;
  padding-left: 0px;
}

.map-layers-tabs-toggle {
  position: absolute;
  left: auto;
  top: 34px;
  right: 23px;
  bottom: auto;

  display: flex;
  padding: 12px;
  align-items: baseline;

  border-radius: 12px;

  background-color: hsla(0, 0.00%, 95.69%, 0.90);

  backdrop-filter: blur(4px);
}

@media screen and (max-width: 767px) {
  .map-layers-tabs-toggle {
    left: 50%;
    top: 32px;
    right: auto;
    margin-left: -97px;
  }
}

.map-layers-tabs-toggle-button {
  padding: 13px 24px;

  background-color: transparent;

  color: var(--gray-06);
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
}

.map-layers-tabs-toggle-button.selected {
  border-radius: 12px;
  background-color: hsla(0, 0.00%, 100.00%, 1.00);
  color: var(--black);
}

.map-layers-tabs-scrim {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;

  width: 110px;

  background-image: linear-gradient(90deg, hsla(240, 6.67%, 97.06%, 0.00), hsla(240, 6.67%, 97.06%, 1.00) 50%, hsla(240, 6.67%, 97.06%, 1.00));

  opacity: 1;
  pointer-events: none;

  transform: translate(50%, 0px);
  transition: opacity 320ms cubic-bezier(.23, 1, .32, 1);
}

.map-layers-tabs-scrim.hidden {
  opacity: 0;
}

.map-layers-tabs-form {
  position: relative;
  z-index: 1;
}

.text-color-blue-100 {
  color: var(--action-links-b-100);
}

.special-pricing-tag {
  position: absolute;
  left: auto;
  top: 50px;
  right: 50px;
  bottom: auto;
  z-index: 1;

  display: flex;
  padding: 20px;
  flex-direction: column;
  flex-wrap: nowrap;
  grid-column-gap: 4px;
  grid-row-gap: 4px;

  border: 1px solid var(--white);
  border-radius: 12px;

  background-color: var(--gray-09);
}

@media screen and (max-width: 991px) {
  .special-pricing-tag {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;

    display: inline-flex;
    margin-top: 20px;
    margin-right: auto;
    margin-left: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .special-pricing-tag {
    margin-left: 15px;
  }
}

.special-pricing-tag-text {
  font-size: 1.25rem;
  font-weight: 700;
}

.special-pricing-tag-strikethrough {
  color: var(--gray-05);
  text-decoration: line-through;
}

.breadcrumb-slash-2 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  flex: 0 0 auto;
  color: #757575;
}

.background-texture-header-2 {
  position: relative;

  overflow: hidden;
  margin-top: 35px;
  margin-bottom: 2rem;
  padding-top: 55px;
  padding-bottom: 65px;

  border-radius: 48px;

  color: white;
}

@media screen and (min-width: 1280px) {
  .background-texture-header-2 {
    padding-top: 75px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 991px) {
  .background-texture-header-2 {
    padding-top: 35px;
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .background-texture-header-2 {
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 24px;
  }
}

.margin-bottom-107 {
  margin-bottom: 1rem;
}

.button-3 {
  position: relative;

  padding: 0.9375rem 1.5625rem;
  flex: 0 0 auto;

  border-radius: 0.75rem;

  background-color: #ed0621;

  transition: color 200ms ease,background-color 300ms ease;

  color: white;
  font-size: 1.125rem;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
}

.button-3:hover {
  background-color: #d41c32;
}

.text-color-red-2 {
  color: #f9213b;
}

.paragraph-regular-3 {
  font-weight: 700;
}

.hero-video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1196/513;
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .hero-video {
    aspect-ratio: 1.5/1;
    border-radius: 1.5rem;
  }
}

.image-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.image-contain.origin-bottom {
  object-position: 50% 100%;
}

.grid-card-image-caption {
  position: absolute;
  left: 15px;
  top: 15px;
  right: auto;
  bottom: auto;
}

@media screen and (max-width: 767px) {
  .grid-card-image-caption {
    top: 8%;
  }
}

.interstitial-icon {
  width: 60px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1440px) {
  .interstitial-icon {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .interstitial-icon {
    width: 50px;
  }
}

.card-medium-video {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1200/1500;
}

.card-small-eyebrow-image {
  width: 150px;
  margin-bottom: 4px;
  margin-left: -7px;
}

.smart-search-eyebrow {
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .smart-search-eyebrow {
    max-width: 150px;
  }
}

.smart-search-eyebrow.smart-search-eyebrow-element {
  position: relative;
  left: -6px;
}

.card-large-embed {
  position: relative;
  overflow: hidden;
  aspect-ratio: 950/535;
  border-radius: 28px;
}

@media screen and (max-width: 991px) {
  .card-large-embed {
    aspect-ratio: 1/1;
  }
}

@media screen and (max-width: 479px) {
  .card-large-embed {
    aspect-ratio: 2/3;
  }
}

.interstitial-logo {
  width: 5rem;
  margin-bottom: 32px;
}

@media screen and (min-width: 1440px) {
  .interstitial-logo {
    width: 100px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .interstitial-logo {
    width: 4rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  ._3d-tour-mobile-video-element {
    width: 100%;
    height: auto;
    aspect-ratio: 345/677;
  }
}

.paragraph-medium-06 {
  font-size: 1.25rem;
  line-height: 1.36;
}

.brand-assets-logo-grid {
  display: grid;
  margin-bottom: 8.125rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 8.125rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

@media screen and (max-width: 479px) {
  .brand-assets-logo-grid {
    margin-bottom: 2rem;
    grid-row-gap: 6rem;
    grid-template-columns: 1fr;
  }
}

.font-weight-700 {
  font-weight: 700;
}

.breadcrumb-wordmark {
  margin-top: 2px;
}

.text-stats-columns {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.text-stats-columns.text-color-white {
  padding-bottom: 7rem;
}

@media screen and (min-width: 1440px) {
  .text-stats-columns.text-color-white {
    padding-bottom: 9.375rem;
  }
}

@media screen and (max-width: 991px) {
  .text-stats-columns.text-color-white {
    width: 135%;
    margin-left: -17.5%;
  }
}

@media screen and (max-width: 767px) {
  .text-stats-columns.text-color-white {
    width: 100%;
    margin-left: 0%;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }
}

.text-stats-column {
  position: relative;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  grid-column-gap: 14px;
  grid-row-gap: 14px;

  text-align: center;
}

@media screen and (min-width: 1440px) {
  .text-stats-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}

.text-stats-column-heading {
  font-size: 4.125rem;
  line-height: 1;
  font-weight: 800;
}

@media screen and (max-width: 991px) {
  .text-stats-column-heading {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 479px) {
  .text-stats-column-heading {
    font-size: 3.5rem;
  }
}

.text-color-gray-04 {
  color: var(--gray-04);
}

.text-stats-column-divider {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;

  width: 1px;
  height: 100px;
  margin-top: -50px;

  background-color: var(--white);

  opacity: 0.25;
}

@media screen and (min-width: 1440px) {
  .text-stats-column-divider {
    height: 120px;
    margin-top: -60px;
  }
}

@media screen and (max-width: 767px) {
  .text-stats-column-divider {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -30px;

    width: 120px;
    height: 1px;
    margin-right: auto;
    margin-left: auto;
  }
}

.wide-image {
  width: 117%;
  max-width: none;
}

.partner-quote {
  display: grid;
  overflow: hidden;
  margin-top: 11rem;
  margin-bottom: 7.5rem;
  grid-auto-columns: 1fr;
  grid-template-columns: 43% 1fr;
  grid-template-rows: auto;

  border: 1px solid #484848;
  border-radius: 22px;
}

@media screen and (min-width: 1280px) {
  .partner-quote {
    aspect-ratio: 950/640;
  }
}

@media screen and (max-width: 991px) {
  .partner-quote {
    grid-auto-flow: column;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    aspect-ratio: auto;
  }
}

@media screen and (max-width: 767px) {
  .partner-quote {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 479px) {
  .partner-quote {
    margin-bottom: 5rem;
  }
}

.partner-quote-image {
  display: flex;
  padding-right: 20%;
  padding-left: 20%;
  align-items: center;
  background-color: #28292a;
}

@media screen and (max-width: 991px) {
  .partner-quote-image {
    padding-right: 25%;
    padding-left: 25%;
  }
}

.partner-quote-text {
  display: flex;
  padding: 40px 10% 40px 15%;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
}

@media screen and (max-width: 991px) {
  .partner-quote-text {
    padding: 60px 40px 40px;
  }
}

@media screen and (max-width: 479px) {
  .partner-quote-text {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.attribution {
  display: flex;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media screen and (max-width: 479px) {
  .attribution {
    margin-top: 1rem;
  }
}

.attribution-image {
  overflow: hidden;
  width: 70px;
  height: 70px;
  flex: 0 0 auto;

  border-radius: 50%;

  background-color: #606060;
}

.attribution-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.partner-cta {
  display: grid;
  margin-bottom: 10rem;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 48%;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .partner-cta {
    grid-auto-flow: column;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 479px) {
  .partner-cta {
    margin-bottom: 5rem;
  }
}

.partner-cta.margin-top {
  margin-top: 11rem;
}

@media screen and (max-width: 767px) {
  .partner-cta.margin-top {
    margin-top: 6rem;
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 991px) {
  .partner-cta-image {
    margin-left: -1%;
  }
}

@media screen and (max-width: 479px) {
  .partner-cta-image {
    margin-left: 0%;
  }
}

.partner-cta-text {
  padding: 20px 30px 30px 18px;
}

@media screen and (min-width: 1440px) {
  .partner-cta-text {
    padding-right: 60px;
  }
}

@media screen and (max-width: 991px) {
  .partner-cta-text {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .partner-cta-text {
    padding-left: 20px;
  }
}

.partner-cta-button-container {
  margin-top: 30px;
}

.image-with-caption {
  position: relative;
  overflow: hidden;
  margin-bottom: 6.875rem;
  aspect-ratio: 1440/763;
  border-radius: 1.5rem;
}

@media screen and (min-width: 1440px) {
  .image-with-caption {
    overflow: hidden;
    border-radius: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .image-with-caption {
    margin-bottom: 2rem;
    aspect-ratio: 1/1;
  }
}

.image-caption {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;

  display: flex;
  height: 25%;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: nowrap;

  background-image: linear-gradient(180deg, transparent, hsla(0, 0.00%, 0.00%, 0.90));

  color: var(--white);
  font-size: 1.15rem;
  font-weight: 800;
}

@media screen and (min-width: 1440px) {
  .image-caption {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    font-size: 1.25rem;
  }
}

.partner-logo-grid-simple {
  margin-bottom: 7.5rem;
  text-align: center;
}

.partner-logo-grid-simple-logos {
  display: grid;
  margin-top: 40px;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (max-width: 767px) {
  .partner-logo-grid-simple-logos {
    justify-items: center;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
}

.heading-3-next-copy {
  margin-bottom: 1rem;

  font-family: Inter;
  font-size: 3rem;
  line-height: 1em;
  font-weight: 800;
  letter-spacing: -1px;
}

@media screen and (min-width: 1280px) {
  .heading-3-next-copy {
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 991px) {
  .heading-3-next-copy {
    font-size: 2.06896551724rem;
  }
}

@media screen and (max-width: 767px) {
  .heading-3-next-copy {
    font-size: 2rem;
  }
}

.heading-3-next-copy.cards-hero-card-heading {
  max-width: 10em;
  margin-right: auto;
  margin-left: auto;
  font-size: 32px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .heading-3-next-copy.cards-hero-card-heading {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .heading-3-next-copy.cards-hero-card-heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .heading-3-next-copy.cards-hero-card-heading {
    margin-bottom: 10px;
  }
}

.heading-3-next-copy.cards-hero-card-heading.wide {
  max-width: 15em;
}

@media screen and (max-width: 991px) {
  .heading-3-next-copy.grid-card-heading {
    font-size: 3.08219178082rem;
  }
}

.heading-3-next-copy.margin-bottom-0 {
  margin-bottom: 0rem;
}

@media screen and (min-width: 1280px) {
  .heading-3-next-copy.margin-bottom-0 {
    margin-bottom: 0rem;
  }
}

.heading-3-next-copy.margin-bottom-0.max-width-700 {
  max-width: 660px;
}

.heading-3-next-copy.flush-bottom {
  margin-bottom: -0.75rem;
}

.checkmark-list-item {
  display: flex;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.checkmark-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  grid-column-gap: 8px;
  grid-row-gap: 8px;

  font-size: 0.8888888889rem;
  line-height: 1.625em;
}

.text-only-header-logo {
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .text-only-header-logo {
    width: 210px;
  }
}

@media screen and (max-width: 479px) {
  .text-only-header-logo {
    width: 160px;
  }
}

.training-links-grid {
  display: grid;
  margin-top: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
}

@media screen and (max-width: 991px) {
  .training-links-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
  }
}

.training-link {
  display: flex;
  height: 100%;
  padding-right: 22px;
  padding-left: 22px;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  aspect-ratio: 220/190;

  border: 1px solid var(--gray-03);
  border-radius: 1.5rem;

  text-align: center;
}

@media screen and (max-width: 991px) {
  .training-link {
    border-radius: 0.8888888889rem;
  }
}

@media screen and (max-width: 479px) {
  .training-link {
    aspect-ratio: 162/166;
  }
}

.training-link.wide {
  padding: 16px 24px;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;

  text-align: left;
}

@media screen and (min-width: 1440px) {
  .training-link.wide {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .training-link.wide {
    justify-content: flex-start;
  }
}

.training-link-heading {
  margin-bottom: 2px;
  font-weight: 700;
}

.training-link-icon {
  display: block;
  margin-bottom: 12px;
}

@media screen and (min-width: 1440px) {
  .training-link-icon.flush-bottom {
    margin-bottom: 0px;
  }
}

.training-link-text {
  max-width: 12.5em;
  margin-right: auto;
  margin-left: auto;
}

.webinars-section {
  margin-bottom: 8rem;
  border: 1px solid var(--gray-03);
  border-radius: 1.5rem;
}

.webinars-heading {
  display: grid;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 52%;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .webinars-heading {
    grid-template-columns: 1fr;
  }
}

.webinars-heading-text {
  display: flex;
  padding-left: 40px;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media screen and (min-width: 1280px) {
  .webinars-heading-text {
    padding-left: 64px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 991px) {
  .webinars-heading-text {
    padding-top: 32px;
    padding-left: 32px;
  }
}

.webinars-heading-image {
  margin-right: -1px;
}

.webinars-heading-title {
  margin-bottom: 0rem;
  font-size: 4rem;
}

@media screen and (min-width: 1280px) {
  .webinars-heading-title {
    font-size: 4.5rem;
    line-height: 1.1em;
  }
}

@media screen and (max-width: 479px) {
  .webinars-heading-title {
    font-size: 2rem;
  }
}

.training-cards {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (max-width: 767px) {
  .training-cards {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }
}

.training-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: nowrap;

  border: 1px solid var(--gray-03);
  border-radius: 1.5rem;
}

.training-card-text {
  display: flex;
  padding: 50px 25px 50px 40px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .training-card-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.training-card-image {
  margin-top: auto;
}

.training-card-image.overlap {
  margin-top: -50px;
}

@media screen and (max-width: 767px) {
  .training-card-image.overlap {
    margin-top: -20px;
  }
}

.training-link-arrow {
  margin-left: auto;
}

@media screen and (min-width: 1440px) {
  .training-link-arrow {
    display: block;
  }
}

.cards-hero-cta-item {
  flex: 1;
}

@media screen and (max-width: 479px) {
  .cards-hero-cta-item {
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.cards-hero-cta-item.align-left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .cards-hero-cta-item.align-left {
    text-align: center;
  }
}

.cards-hero-cta-item.align-right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .cards-hero-cta-item.align-right {
    text-align: center;
  }
}

.high-res-aerial-comparison {
  position: relative;
  margin-top: 2.5rem;
}

.high-res-aerial-comparison-nav {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 1.5rem;
  z-index: 3;

  display: flex;
  height: 50px;
  padding: 6px 7px;
  justify-content: center;
  align-items: stretch;
  grid-column-gap: 24px;
  grid-row-gap: 24px;

  border-radius: 100px;

  background-color: hsla(0, 0.00%, 92.55%, 0.90);

  transform: translate(-50%, 0px);
}

.high-res-aerial-comparison-content {
  aspect-ratio: 1080/610;
}

@media screen and (max-width: 991px) {
  .high-res-aerial-comparison-content.corner-radius-24 {
    aspect-ratio: 1/1;
  }
}

.high-res-aerial-comparison-tab {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;

  width: 100%;
  height: 100%;
}

.high-res-aerial-comparison-tab.active {
  z-index: 2;
}

.high-res-aerial-comparison-tab.previous {
  z-index: 1;
}

.high-res-aerial-comparison-nav-button {
  z-index: 2;

  padding: 10px 16px;

  border-radius: 100px;

  background-color: transparent;

  color: var(--gray-06);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
}

.high-res-aerial-comparison-nav-button.w--current {
  background-color: transparent;
  transition: color 200ms ease;
  color: var(--white);
}

.high-res-aerial-dragger {
  position: relative;
  aspect-ratio: 952/536;
}

.high-res-aerial-dragger.corner-radius-24 {
  margin-top: -2.5rem;
}

@media screen and (max-width: 991px) {
  .high-res-aerial-dragger.corner-radius-24 {
    aspect-ratio: 1/1;
  }
}

.dragger {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 4;

  width: 5px;
  height: 100%;
  margin-left: -3px;

  background-color: var(--white);

  cursor: grab;
}

.high-res-aerial-dragger-images {
  width: 100%;
  height: 100%;
}

.high-res-aerial-dragger-top-image {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 3;

  overflow: visible;
  width: 100%;
  height: 100%;

  clip-path: inset(0% 50% 0% 0%);
  will-change: clip-path;
}

.high-res-aerial-dragger-top-image-element {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;

  width: 100%;
  height: 100%;
  max-width: none;

  object-fit: cover;

  user-select: none;
}

.dragger-thumb {
  position: absolute;
  top: 50%;

  width: 112px;
  height: 48px;
  max-width: none;
  margin-top: -24px;
  margin-left: -53px;
}

.high-res-aerial-dragger-image-label {
  position: absolute;
  left: 30px;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 2;

  padding: 8px 21px;

  border-radius: 100px;

  background-color: hsla(0, 0.00%, 0.00%, 0.70);

  color: var(--white);
  font-weight: 600;
}

.high-res-aerial-dragger-image-label.right {
  left: auto;
  top: auto;
  right: 30px;
  bottom: 20px;
  z-index: 1;
}

.high-res-aerial-comparison-logo {
  position: absolute;
  left: auto;
  top: auto;
  right: 1.7rem;
  bottom: 1.7rem;

  width: 100px;
}

@media screen and (min-width: 1280px) {
  .high-res-aerial-comparison-logo {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 128px;
  }
}

@media screen and (max-width: 991px) {
  .high-res-aerial-comparison-logo {
    top: 1.7rem;
    bottom: auto;
    width: 80px;
  }
}

.single-testimonial {
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.42;
}

@media screen and (min-width: 1440px) {
  .single-testimonial {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .single-testimonial {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .single-testimonial {
    font-size: 18px;
  }
}

.single-testimonial-author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;

  color: var(--gray-06);
}

.single-testimonial-wrapper {
  max-width: 54.6875rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.testimonial-spacer {
  height: 7.5rem;
}

@media screen and (max-width: 767px) {
  .testimonial-spacer {
    height: 5rem;
  }
}

.collapse {
  height: 0px;
}

.cards-hero-inline-cta {
  display: none;
  margin-top: 1.5rem;

  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media screen and (max-width: 991px) {
  .cards-hero-inline-cta {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .cards-hero-inline-cta {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .cards-hero-inline-cta {
    display: inline-block;
    margin-top: 1.5rem;
    margin-bottom: 1rem;

    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}

.full-height-image {
  width: auto;
  height: 100%;
}

.full-height-image.align-right {
  display: block;
  margin-left: auto;
}

.image-text-split {
  display: grid;
  margin-top: 5.75rem;
  margin-bottom: 5.75rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (min-width: 1280px) {
  .image-text-split {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }
}

@media screen and (max-width: 991px) {
  .image-text-split {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }
}

.corner-radius-28 {
  border-radius: 1.125rem;
}

.nav-dropdown-container {
  position: absolute;
  left: 50%;
  right: 50%;

  width: 100vw;
  margin-right: -50vw;
  margin-left: -50vw;
  padding-top: 1rem;
}

.nav-dropdown-container.w--open {
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .nav-dropdown-container {
    position: relative;
  }
}

.nav-dropdown-content {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;

  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--gray-02);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--gray-02);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--gray-02);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--gray-02);
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;

  background-color: var(--white);

  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.05), 0 4px 10px 0 rgba(0, 0, 0, 0.05);

  max-width: min(1000px, 92vw);
}

@media screen and (max-width: 991px) {
  .nav-dropdown-content {
    max-width: 92vw;
    border-style: none;
    border-radius: 0px;
    box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-dropdown-content {
    overflow: visible;
  }
}

.nav-dropdown-content.medium {
  width: 100%;
  max-width: min(960px, 92vw);
}

@media screen and (max-width: 991px) {
  .nav-dropdown-content.medium {
    max-width: 100%;
    border-style: none;
    border-radius: 0px;
    box-shadow: none;
  }
}

.nav-dropdown-content.wide {
  width: 95%;
  padding-left: 32px;
  max-width: min(1200px, 92vw);
}

@media screen and (max-width: 991px) {
  .nav-dropdown-content.wide {
    width: 100%;
    max-width: 100vw;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .nav-dropdown-content.wide {
    max-width: 100vw;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

.nav-dropdown-content-container {
  padding: 40px 45px;
}

@media screen and (min-width: 1440px) {
  .nav-dropdown-content-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  .nav-dropdown-content-container {
    padding: 20px 6rem;
  }
}

@media screen and (max-width: 767px) {
  .nav-dropdown-content-container {
    padding-top: 0px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-dropdown-content-container {
    padding-right: 0.8888888889rem;
    padding-left: 0.8888888889rem;
  }
}

.nav-dropdown-content-container.flush {
  display: grid;
  padding: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 58%;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .nav-dropdown-content-container.flush {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.nav-column {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 45px;
}

@media screen and (min-width: 1440px) {
  .nav-column {
    padding-top: 60px;
    padding-right: 40px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  .nav-column {
    padding: 32px 6rem;
  }
}

@media screen and (max-width: 767px) {
  .nav-column {
    padding: 24px 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-column {
    padding-right: 0.8888888889rem;
    padding-left: 0.8888888889rem;
  }
}

.nav-column.features {
  padding: 40px 45px 40px 40px;
  background-color: var(--tan-01);
}

@media screen and (min-width: 1440px) {
  .nav-column.features {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  .nav-column.features {
    margin-bottom: 20px;
    padding: 32px 6rem;
  }
}

@media screen and (max-width: 767px) {
  .nav-column.features {
    padding: 24px 1.5rem;
  }
}

.nav-column-header {
  display: grid;
  margin-bottom: 1rem;
  justify-items: start;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 39px 1fr;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .nav-column-header {
    max-width: 92vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 35px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 767px) {
  .nav-column-header {
    max-width: 100vw;
    padding-right: 0rem;
    padding-left: 16px;
  }
}

@media screen and (max-width: 479px) {
  .nav-column-header {
    margin-bottom: 0.5rem;
  }
}

.nav-column-header-text {
  color: var(--black);
  font-size: 1rem;
  font-weight: 800;
}

.nav-column-list {
  display: flex;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 24px;
  flex-direction: column;
  flex-wrap: nowrap;
  grid-column-gap: 0px;
  grid-row-gap: 0px;

  color: var(--gray-05);
  font-size: 0.7777777778rem;
}

@media screen and (min-width: 1440px) {
  .nav-column-list {
    padding-right: 0px;
  }
}

@media screen and (max-width: 991px) {
  .nav-column-list {
    max-width: 92vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 6rem;
    padding-left: 55px;
  }
}

@media screen and (max-width: 767px) {
  .nav-column-list {
    padding-right: 0rem;
    padding-left: 40px;
  }
}

@media screen and (max-width: 479px) {
  .nav-column-list {
    padding-left: 38px;
  }
}

.nav-column-list.full-width {
  max-width: 1005px;
  padding-right: 0px;
}

@media screen and (max-width: 991px) {
  .nav-column-list.full-width {
    padding-left: 56px;
  }
}

@media screen and (max-width: 767px) {
  .nav-column-list.full-width {
    padding-left: 40px;
  }
}

@media screen and (max-width: 479px) {
  .nav-column-list.full-width {
    padding-left: 40px;
  }
}

.font-weight-600 {
  font-weight: 600;
}

.list-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.nav-column-list-item-heading {
  color: var(--black);
  font-size: 0.8888888889rem;
  font-weight: 600;
}

.nav-column-list-group {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (min-width: 1440px) {
  .nav-column-list-group {
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@media screen and (max-width: 991px) {
  .nav-column-list-group {
    max-width: 92vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 6rem;
    padding-left: 32px;
  }
}

@media screen and (max-width: 767px) {
  .nav-column-list-group {
    max-width: 100vw;
    padding-right: 0rem;
    padding-left: 0rem;
    grid-template-columns: 1fr;
  }
}

.nav-column-list-wrapper {
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .nav-column-list-wrapper {
    padding-left: 56px;
  }
}

.nav-column-list-heading {
  margin-bottom: 16px;
  color: var(--gray-05);
  font-size: 0.7777777778rem;
}

.nav-column-list-heading.left-padding {
  padding-left: 42px;
}

@media screen and (max-width: 991px) {
  .nav-column-list-heading.left-padding {
    padding-left: 32px;
  }
}

@media screen and (max-width: 767px) {
  .nav-column-list-heading.left-padding {
    padding-left: 16px;
  }
}

.nav-column-features-list {
  display: flex;
  margin-bottom: 32px;
  padding-left: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

@media screen and (min-width: 1440px) {
  .nav-column-features-list {
    line-height: 1.5em;
  }
}

.nav-column-features-list.flush-bottom {
  margin-bottom: 0px;
}

.nav-column-features-link {
  color: var(--black);
  font-size: 0.8888888889rem;
  font-weight: 600;
}

@media screen and (min-width: 1440px) {
  .nav-column-features-link:hover {
    color: var(--blue);
  }
}

@media screen and (min-width: 1440px) {
  .nav-column-features-link:focus-visible {
    color: var(--blue);
  }
}

.nav-column-features-link:hover {
  color: var(--blue);
}

.nav-column-list-link {
  padding: 14px 14px 14px 16px;
  border-radius: 12px;
  transition: background-color 120ms linear;
}

.nav-column-list-link:hover {
  background-color: var(--gray-01);
  color: var(--blue);
}

.nav-column-list-link.narrow {
  max-width: 95%;
}

.nav-column-icon-list {
  display: grid;
  margin-bottom: 0px;
  padding-right: 29px;
  padding-left: 29px;
  align-items: start;
  grid-auto-flow: row dense;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;

  color: var(--gray-05);
  font-size: 0.7777777778rem;
  list-style-type: none;
}

@media screen and (max-width: 991px) {
  .nav-column-icon-list {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media screen and (max-width: 767px) {
  .nav-column-icon-list {
    width: auto;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .nav-column-icon-list {
    width: auto;
  }
}

.nav-column-icon-list-item {
  display: grid;
  max-width: 320px;
  padding: 14px 16px;
  align-items: start;
  grid-auto-flow: row dense;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 0px;
  grid-template-columns: 24px 1fr;
  grid-template-rows: auto auto;

  border-radius: 12px;

  transition: background-color 120ms linear;
}

@media screen and (min-width: 1440px) {
  .nav-column-icon-list-item {
    transition: background-color 400ms cubic-bezier(.075, .82, .165, 1);
    cursor: pointer;
  }
}

.nav-column-icon-list-item:hover {
  background-color: var(--gray-01);
  color: var(--blue);
}

@media screen and (max-width: 767px) {
  .nav-column-icon-list-item {
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.nav-column-arrow-link {
  display: inline-flex;
  align-items: center;
  grid-column-gap: 12px;
  grid-row-gap: 12px;

  color: var(--black);
  font-size: 0.8888888889rem;
  font-weight: 600;
}

.nav-column-arrow-link:hover {
  color: var(--blue);
}

@media screen and (max-width: 767px) {
  .nav-column-arrow-link {
    width: 100%;
    margin-top: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    justify-content: center;
  }
}

.list-item-2 {
  height: auto;
}

.nav-column-icon-list-arrow-container {
  display: flex;
  height: 100%;
  padding-left: 45px;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .nav-column-icon-list-arrow-container {
    padding-left: 0px;
  }
}

.list-item-3 {
  height: auto;
}

.nav-dropdown-resources {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (min-width: 1440px) {
  .nav-dropdown-resources {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
}

@media screen and (max-width: 991px) {
  .nav-dropdown-resources {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .nav-dropdown-resources {
    grid-template-columns: 1fr;
  }
}

.text-color-tan-00 {
  color: var(--tan-00);
}

.max-width-900 {
  max-width: 950px;
}

@media screen and (min-width: 1440px) {
  .max-width-900 {
    max-width: 950px;
  }
}

.gradient-text {
  background-image: linear-gradient(124deg, #0568ff 6%, #79aeff 36%, #f772d1 61%, #fb4b69 83%, #c71b41);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}


 #w-node-_6391b3cf-f38a-0e5a-fb59-13bb6b32d5bb-6b32d5bb {
  grid-column-start: span 1;
  grid-column-end: span 1;
  grid-row-start: span 1;
  grid-row-end: span 1;
}
 #w-node-_41e42efa-654b-2f73-ee11-38992d623e0c-2d623e0b {
  grid-column-start: span 1;
  grid-column-end: span 1;
  grid-row-start: span 1;
  grid-row-end: span 1;
}
#w-node-_41e42efa-654b-2f73-ee11-38992d623e17-2d623e0b {
  grid-column-start: span 1;
  grid-column-end: span 1;
  grid-row-start: span 1;
  grid-row-end: span 1;
}
#w-node-_41e42efa-654b-2f73-ee11-38992d623e22-2d623e0b {
  grid-column-start: span 1;
  grid-column-end: span 1;
  grid-row-start: span 1;
  grid-row-end: span 1;
}
#w-node-_41e42efa-654b-2f73-ee11-38992d623e2d-2d623e0b {
  grid-column-start: span 1;
  grid-column-end: span 1;
  grid-row-start: span 1;
  grid-row-end: span 1;
}
#w-node-_41e42efa-654b-2f73-ee11-38992d623e38-2d623e0b {
  grid-column-start: span 1;
  grid-column-end: span 1;
  grid-row-start: span 1;
  grid-row-end: span 1;
}
#w-node-_41e42efa-654b-2f73-ee11-38992d623e43-2d623e0b {
  grid-column-start: span 1;
  grid-column-end: span 1;
  grid-row-start: span 1;
  grid-row-end: span 1;
}
#w-node-_41e42efa-654b-2f73-ee11-38992d623e4e-2d623e0b {
  grid-column-start: span 1;
  grid-column-end: span 1;
  grid-row-start: span 1;
  grid-row-end: span 1;
}
#w-node-_41e42efa-654b-2f73-ee11-38992d623e58-2d623e0b {
  grid-column-start: span 1;
  grid-column-end: span 1;
  grid-row-start: span 1;
  grid-row-end: span 1;
}
#w-node-_41e42efa-654b-2f73-ee11-38992d623e62-2d623e0b {
  grid-column-start: span 1;
  grid-column-end: span 1;
  grid-row-start: span 1;
  grid-row-end: span 1;
}
#w-node-_2f9f1f8d-80dd-ba4a-5ab6-f78468990303-2d623e0b {
  grid-column-start: span 1;
  grid-column-end: span 1;
  grid-row-start: span 1;
  grid-row-end: span 1;
}
@media screen and (max-width: 991px) {
  #w-node-_2f9f1f8d-80dd-ba4a-5ab6-f78468990303-2d623e0b {
    grid-column-start: span 1;
    grid-column-end: span 1;
    grid-row-start: span 1;
    grid-row-end: span 1;
  }
}
 #w-node-e78915c7-59ce-a3ae-29bb-e38ab1fdbf15-b1fdbf14 {
  grid-column-start: span 1;
  grid-column-end: span 1;
  grid-row-start: span 1;
  grid-row-end: span 1;
}
#w-node-e78915c7-59ce-a3ae-29bb-e38ab1fdbf20-b1fdbf14 {
  grid-column-start: span 1;
  grid-column-end: span 1;
  grid-row-start: span 1;
  grid-row-end: span 1;
}
#w-node-e78915c7-59ce-a3ae-29bb-e38ab1fdbf2b-b1fdbf14 {
  grid-column-start: span 1;
  grid-column-end: span 1;
  grid-row-start: span 1;
  grid-row-end: span 1;
}
#w-node-e78915c7-59ce-a3ae-29bb-e38ab1fdbf36-b1fdbf14 {
  grid-column-start: span 1;
  grid-column-end: span 1;
  grid-row-start: span 1;
  grid-row-end: span 1;
}
#w-node-e78915c7-59ce-a3ae-29bb-e38ab1fdbf40-b1fdbf14 {
  grid-column-start: span 1;
  grid-column-end: span 1;
  grid-row-start: span 1;
  grid-row-end: span 1;
}
#w-node-e78915c7-59ce-a3ae-29bb-e38ab1fdbf4a-b1fdbf14 {
  grid-column-start: span 1;
  grid-column-end: span 1;
  grid-row-start: span 1;
  grid-row-end: span 1;
}
 #w-node-_9319b8de-7d9d-81ec-1508-db53ff04b458-ff04b457 {
  grid-column-end: span 1;
  grid-column-start: span 1;
  grid-row-end: span 1;
  grid-row-start: span 1;
}
