/*
Theme Name: Lumar
Theme URI: https://www.pixoff.co/
Author: the Pixoff team
Author URI: https://www.pixoff.co/
Description: Main WP theme of the Lumar website
Version: 0.296
Text Domain: lumar
*/
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.5rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.5rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 1rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 1rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 2rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 2rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 3rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 3rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 6rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 6rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 1rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 1rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 2rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 2rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 3rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 3rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 6rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 6rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 6rem;
  }
}
/*! Colors - variables */
/* Main Theme colors */
/* End Other site colors */
/* Color arrays */
/* End Color array */
/*! Typography - variables */ /*! Breakpoints - variables 
    Used by bp() mixin
*/
/*! Functions */ /*! Mixins */
/*
 *  BP - Breakpoint Mixin
 */
html {
  font-size: 62.5%;
}

body {
  margin: 0;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Edited by Pixoff */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! Typography - styles */
.lmr-placeholder, .lmr-card.lmr-card--article .lmr-card_title, .lmr-card.lmr-card--article-video .lmr-card_title, .lmr-card.lmr-card--customer-story .lmr-card_title, .lmr-card.lmr-card--webinar .lmr-card_title, .lmr-content-block--video .lmr-content-block_text-col h6, .lmr-form--modal--hubspot h1, p.lmr-text-large {
  font-size: 2rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .lmr-placeholder, .lmr-card.lmr-card--article .lmr-card_title, .lmr-card.lmr-card--article-video .lmr-card_title, .lmr-card.lmr-card--customer-story .lmr-card_title, .lmr-card.lmr-card--webinar .lmr-card_title, .lmr-content-block--video .lmr-content-block_text-col h6, .lmr-form--modal--hubspot h1, p.lmr-text-large {
    font-size: 2.4rem;
  }
}

.lmr-content-slider--big .lmr-content-slider_tab.active > p, p,
p.lmr-text-regular,
p.lmr-text-medium,
.lmr-text-regular,
.lmr-text-medium {
  font-size: 1.7rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .lmr-content-slider--big .lmr-content-slider_tab.active > p, p,
p.lmr-text-regular,
p.lmr-text-medium,
.lmr-text-regular,
.lmr-text-medium {
    font-size: 2rem;
  }
}

.lmr-usp_content p, .lmr-content-slider--big .lmr-content-slider_tab:not(.active) > p, .lmr-text-small_wrap p, .lmr-text-small_wrap, p.lmr-text-small,
.lmr-text-small {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .lmr-usp_content p, .lmr-content-slider--big .lmr-content-slider_tab:not(.active) > p, .lmr-text-small_wrap p, .lmr-text-small_wrap, p.lmr-text-small,
.lmr-text-small {
    font-size: 1.7rem;
  }
}

.lmr-content-block--video .lmr-content-block_content p, p.lmr-text-xsmall,
.lmr-text-xsmall {
  font-size: 1.4rem;
  line-height: 1.5;
}

.testimonial-card .testimonial-card_rating p, .lmr-breadcrumbs,
.lmr-text-meta {
  font-size: 1.2rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .testimonial-card .testimonial-card_rating p, .lmr-breadcrumbs,
.lmr-text-meta {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Haffer", BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #040D1F;
  margin-top: 0;
  margin-bottom: 2.4rem;
}

.lmr-text-bold {
  font-weight: 600 !important;
  color: #040D1F !important;
}

.lmr-text-bold-dark {
  font-weight: 600 !important;
  color: #fff !important;
}

h1,
.lmr-h1 {
  font-size: 4.8rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  h1,
.lmr-h1 {
    font-size: 7.2rem;
    line-height: 1.1;
  }
}

h2,
.lmr-h2 {
  font-size: 4rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h2,
.lmr-h2 {
    font-size: 6.4rem;
    line-height: 1.1;
  }
}

h3,
.lmr-h3 {
  font-size: 3.6rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h3,
.lmr-h3 {
    font-size: 5.2rem;
    line-height: 1.1;
  }
}

h4,
.lmr-h4 {
  font-size: 3.2rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h4,
.lmr-h4 {
    font-size: 4rem;
    line-height: 1.2;
  }
}

h5,
.lmr-h5 {
  font-size: 2.8rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h5,
.lmr-h5 {
    font-size: 3.2rem;
    line-height: 1.3;
  }
}

.lmr-reports-container > h3, .entry-content > h3,
.entry-content .lmr-h3, h6,
.lmr-h6 {
  font-size: 2.4rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .lmr-reports-container > h3, .entry-content > h3,
.entry-content .lmr-h3, h6,
.lmr-h6 {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}

html,
body {
  font-family: "Haffer", BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
}

body,
p {
  font-size: 1.7rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  body,
p {
    font-size: 2rem;
  }
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
}

ul,
ol {
  line-height: 1.5;
  font-size: inherit;
  font-family: inherit;
}

.lmr--dark h1,
.lmr--dark h2,
.lmr--dark h3,
.lmr--dark h4,
.lmr--dark h5,
.lmr--dark h6 {
  color: #FFFFFF;
}

.lmr--light h1,
.lmr--light h2,
.lmr--light h3,
.lmr--light h4,
.lmr--light h5,
.lmr--light h6 {
  color: #040D1F;
}

p {
  margin-top: 0;
}

.lmr-breadcrumbs a {
  color: #424242;
  text-decoration: underline;
}
.lmr--dark .lmr-breadcrumbs a {
  color: #A9AEBB;
}

div pre {
  word-wrap: normal;
  font-family: monospace;
}

blockquote,
.lmr-blockquote,
.wp-block-quote {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  blockquote,
.lmr-blockquote,
.wp-block-quote {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
blockquote cite,
.lmr-blockquote cite,
.wp-block-quote cite {
  display: block;
  padding-top: 25px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #424242;
}
blockquote p,
.lmr-blockquote p,
.wp-block-quote p {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
}
@media (min-width: 768px) {
  blockquote p,
.lmr-blockquote p,
.wp-block-quote p {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}

.lmr-checklist {
  list-style-image: url("./assets/icons/check.svg");
  color: #040D1F;
  padding-left: 25px;
  margin-top: 0;
}
.lmr--dark .lmr-checklist {
  list-style-image: url("./assets/icons/check-white.svg");
}

.lmr-checklist li {
  margin-bottom: 10px;
  padding-left: 15px;
}
.lmr-checklist b,
.lmr-checklist strong,
.lmr-checklist span {
  color: #040D1F;
}
.lmr--dark .lmr-checklist b,
.lmr--dark .lmr-checklist strong,
.lmr--dark .lmr-checklist span {
  color: #FFFFFF;
}

.lmr-checklist.large li {
  margin-bottom: 20px;
  color: #424242;
}
.lmr--dark .lmr-checklist.large li {
  color: #A9AEBB;
}

.lmr--dark .lmr-checklist {
  color: #FFFFFF;
}

.lmr-hero .lmr-checklist b,
.lmr-hero .lmr-checklist strong,
.lmr-hero .lmr-checklist span {
  font-weight: 400;
}

.lmr-hero.lmr--dark .lmr-checklist b,
.lmr-hero.lmr--dark .lmr-checklist strong,
.lmr-hero.lmr--dark .lmr-checklist span {
  color: #A9AEBB;
}
.lmr-hero .lmr-checklist b,
.lmr-hero .lmr-checklist strong,
.lmr-hero .lmr-checklist span {
  font-weight: 400;
  color: #424242;
}

.entry-content > p,
.entry-content > ul,
.entry-content > ol {
  color: #424242;
}
.lmr--dark .entry-content > p,
.lmr--dark .entry-content > ul,
.lmr--dark .entry-content > ol {
  color: #A9AEBB;
}

.entry-content b,
.entry-content strong,
.entry-content blockquote,
.entry-content blockquote p {
  color: #040D1F;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 2.8rem;
}
.entry-content h1,
.entry-content .lmr-h1 {
  font-size: 3.2rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .entry-content h1,
.entry-content .lmr-h1 {
    font-size: 4rem;
    line-height: 1.2;
  }
}
.entry-content h1:first-child,
.entry-content .lmr-h1:first-child {
  margin-top: 0;
}
.entry-content h2,
.entry-content .lmr-h2 {
  font-size: 2.8rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .entry-content h2,
.entry-content .lmr-h2 {
    font-size: 3.2rem;
    line-height: 1.3;
  }
}
.entry-content > h2,
.entry-content .lmr-h2 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .entry-content > h2,
.entry-content .lmr-h2 {
    margin-top: 80px;
  }
}
.entry-content > h2:first-child,
.entry-content .lmr-h2:first-child {
  margin-top: 0;
}
.entry-content > h3,
.entry-content .lmr-h3 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .entry-content > h3,
.entry-content .lmr-h3 {
    margin-top: 60px;
  }
}
.entry-content > h3:first-child,
.entry-content .lmr-h3:first-child {
  margin-top: 0;
}
.entry-content > h4,
.entry-content .lmr-h4 {
  font-size: 2rem;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .entry-content > h4,
.entry-content .lmr-h4 {
    font-size: 2.4rem;
    margin-top: 40px;
  }
}
.entry-content > h5,
.entry-content .lmr-h5 {
  font-size: 1.7rem;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .entry-content > h5,
.entry-content .lmr-h5 {
    font-size: 2rem;
  }
}
.entry-content > h6,
.entry-content .lmr-h6 {
  margin-top: 25px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .entry-content > h6,
.entry-content .lmr-h6 {
    font-size: 1.7rem;
  }
}
.entry-content h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6 {
  line-height: 1.2;
  font-weight: 600;
}

.lmr-reports-container {
  color: #424242;
  padding-top: 20px;
}
.lmr-reports-container b,
.lmr-reports-container strong {
  color: #040D1F;
}
.lmr-reports-container > h3:first-child {
  margin-top: 0;
}
.lmr-reports-container > h4 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .lmr-reports-container > h4 {
    font-size: 2.4rem;
  }
}
.lmr-reports-container > h5 {
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .lmr-reports-container > h5 {
    font-size: 2rem;
  }
}
.lmr-reports-container > h6 {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .lmr-reports-container > h6 {
    font-size: 1.7rem;
  }
}
.lmr-reports-container h2,
.lmr-reports-container > h3,
.lmr-reports-container > h4,
.lmr-reports-container > h5,
.lmr-reports-container > h6 {
  line-height: 1.2;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
}
.lmr-reports-container hr {
  margin-top: 20px;
}

/*! Utilities */
.color--dark-blue {
  color: #040D1F !important;
}

.bg-color--dark-blue {
  background-color: #040D1F !important;
}

.bg-color--dark-blue .lmr-notch::before {
  background-color: #040D1F !important;
}

.bg-color--dark-blue .lmr-notch::after {
  background-color: #040D1F !important;
}

.color--primary {
  color: #040D1F !important;
}

.bg-color--primary {
  background-color: #040D1F !important;
}

.bg-color--primary .lmr-notch::before {
  background-color: #040D1F !important;
}

.bg-color--primary .lmr-notch::after {
  background-color: #040D1F !important;
}

.color--dark-purple {
  color: #A16AFF !important;
}

.bg-color--dark-purple {
  background-color: #A16AFF !important;
}

.bg-color--dark-purple .lmr-notch::before {
  background-color: #A16AFF !important;
}

.bg-color--dark-purple .lmr-notch::after {
  background-color: #A16AFF !important;
}

.color--secondary {
  color: #A16AFF !important;
}

.bg-color--secondary {
  background-color: #A16AFF !important;
}

.bg-color--secondary .lmr-notch::before {
  background-color: #A16AFF !important;
}

.bg-color--secondary .lmr-notch::after {
  background-color: #A16AFF !important;
}

.color--purple {
  color: #D2B8FF !important;
}

.bg-color--purple {
  background-color: #D2B8FF !important;
}

.bg-color--purple .lmr-notch::before {
  background-color: #D2B8FF !important;
}

.bg-color--purple .lmr-notch::after {
  background-color: #D2B8FF !important;
}

.color--lila {
  color: #F1ECF9 !important;
}

.bg-color--lila {
  background-color: #F1ECF9 !important;
}

.bg-color--lila .lmr-notch::before {
  background-color: #F1ECF9 !important;
}

.bg-color--lila .lmr-notch::after {
  background-color: #F1ECF9 !important;
}

.color--aqua {
  color: #00F0FF !important;
}

.bg-color--aqua {
  background-color: #00F0FF !important;
}

.bg-color--aqua .lmr-notch::before {
  background-color: #00F0FF !important;
}

.bg-color--aqua .lmr-notch::after {
  background-color: #00F0FF !important;
}

.color--aqua-dark {
  color: #00D6E3 !important;
}

.bg-color--aqua-dark {
  background-color: #00D6E3 !important;
}

.bg-color--aqua-dark .lmr-notch::before {
  background-color: #00D6E3 !important;
}

.bg-color--aqua-dark .lmr-notch::after {
  background-color: #00D6E3 !important;
}

.color--ecru {
  color: #ECE8D9 !important;
}

.bg-color--ecru {
  background-color: #ECE8D9 !important;
}

.bg-color--ecru .lmr-notch::before {
  background-color: #ECE8D9 !important;
}

.bg-color--ecru .lmr-notch::after {
  background-color: #ECE8D9 !important;
}

.color--sand {
  color: #F7F6F4 !important;
}

.bg-color--sand {
  background-color: #F7F6F4 !important;
}

.bg-color--sand .lmr-notch::before {
  background-color: #F7F6F4 !important;
}

.bg-color--sand .lmr-notch::after {
  background-color: #F7F6F4 !important;
}

.color--white {
  color: #FFFFFF !important;
}

.bg-color--white {
  background-color: #FFFFFF !important;
}

.bg-color--white .lmr-notch::before {
  background-color: #FFFFFF !important;
}

.bg-color--white .lmr-notch::after {
  background-color: #FFFFFF !important;
}

.color--text-grey-light {
  color: #424242 !important;
}

.bg-color--text-grey-light {
  background-color: #424242 !important;
}

.bg-color--text-grey-light .lmr-notch::before {
  background-color: #424242 !important;
}

.bg-color--text-grey-light .lmr-notch::after {
  background-color: #424242 !important;
}

.color--text-grey-dark {
  color: #A9AEBB !important;
}

.bg-color--text-grey-dark {
  background-color: #A9AEBB !important;
}

.bg-color--text-grey-dark .lmr-notch::before {
  background-color: #A9AEBB !important;
}

.bg-color--text-grey-dark .lmr-notch::after {
  background-color: #A9AEBB !important;
}

.color--red {
  color: #E62600 !important;
}

.bg-color--red {
  background-color: #E62600 !important;
}

.bg-color--red .lmr-notch::before {
  background-color: #E62600 !important;
}

.bg-color--red .lmr-notch::after {
  background-color: #E62600 !important;
}

.without-margin {
  margin: 0 !important;
}

.mx-auto {
  margin: 0 auto !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.mx-auto {
  margin: 0 auto;
}

.lmr-space--ptl {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .lmr-space--ptl {
    padding-top: 120px;
  }
}

.lmr-space--pbl {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .lmr-space--pbl {
    padding-bottom: 120px;
  }
}

.lmr-space--ptm {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .lmr-space--ptm {
    padding-top: 60px;
  }
}

.lmr-space--pbm {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .lmr-space--pbm {
    padding-bottom: 60px;
  }
}

.lmr-space--pts {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .lmr-space--pts {
    padding-top: 40px;
  }
}

.lmr-space--pbs {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .lmr-space--pbs {
    padding-bottom: 40px;
  }
}

.lmr-space--ptxs {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .lmr-space--ptxs {
    padding-top: 20px;
  }
}

.lmr-space--pbxs {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .lmr-space--pbxs {
    padding-bottom: 20px;
  }
}

.lmr-space--mtl {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .lmr-space--mtl {
    margin-top: 120px;
  }
}

.lmr-space--mbl {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .lmr-space--mbl {
    margin-bottom: 120px;
  }
}

.lmr-space--mtm {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .lmr-space--mtm {
    margin-top: 60px;
  }
}

.lmr-space--mbm {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .lmr-space--mbm {
    margin-bottom: 60px;
  }
}

.lmr-space--mts {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .lmr-space--mts {
    margin-top: 40px;
  }
}

.lmr-space--mbs {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .lmr-space--mbs {
    margin-bottom: 40px;
  }
}

.lmr-space--mtxs {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .lmr-space--mtxs {
    margin-top: 20px;
  }
}

.lmr-space--mbxs {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .lmr-space--mbxs {
    margin-bottom: 20px;
  }
}

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

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

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

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.w-100 {
  width: 100% !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

html[lang=en-US] .lmr-ja {
  display: none !important;
}

html[lang=ja] .lmr-en {
  display: none !important;
}

.lmr-icon--rotateX svg {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/*! Animations */ /*! Media */
.lmr-card-author.lmr-card-author--person .lmr-card-author_image img {
  -webkit-mask-image: url("./assets/icons/shape-clover.svg");
          mask-image: url("./assets/icons/shape-clover.svg");
  background-color: #D2B8FF;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: center;
          mask-position: center;
}

img {
  border-style: none;
  font-size: 1.2rem;
}

figure {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  figure {
    margin: 0 0 40px;
  }
}
figure figcaption {
  font-size: 1.4rem;
  line-height: 1.5;
}
figure figcaption span {
  color: #424242;
  display: block;
}

lottie-player {
  max-width: 600px;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.lmr-img--full-width-img img {
  width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

/*! Links */
a {
  color: #040D1F;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #A16AFF;
}

.lmr-content-anchor {
  height: 0;
  font-size: 0;
  text-decoration: none;
  display: block;
}

/*! Buttons */
.lmr-button--secondary--dark, .lmr-button--secondary, .lmr-button, .lmr-form--hubspot .hs-submit .hs-button.primary,
.lmr-button--primary {
  font-size: 1.7rem;
  line-height: 1.176;
}
@media (min-width: 768px) {
  .lmr-button--secondary--dark, .lmr-button--secondary, .lmr-button, .lmr-form--hubspot .hs-submit .hs-button.primary,
.lmr-button--primary {
    font-size: 1.7rem;
  }
}

.lmr-tag {
  font-size: 1.2rem;
  line-height: 1.2;
  text-decoration: none;
}
@media (min-width: 768px) {
  .lmr-tag {
    font-size: 1.2rem;
  }
}

.lmr-button--secondary--dark, .lmr-button--secondary, .lmr-button, .lmr-form--hubspot .hs-submit .hs-button.primary,
.lmr-button--primary {
  display: inline-block;
  min-width: 50px;
  min-height: 5rem;
  max-width: 100%;
  padding: 1.4rem 2.4rem;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-radius: 999px;
  cursor: pointer;
}

.lmr-button--jumbo {
  font-size: 2rem;
  line-height: 1.4;
  width: 450px;
  max-width: 100%;
  min-height: 8rem;
  padding: 2.5rem 2.4rem;
}

.lmr-button-icon--secondary, .lmr-button-icon--dark, .lmr-button-icon--primary, .lmr-button-icon--small--play, .lmr-button-icon--small, .lmr-button-icon--play {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  text-align: center;
}
.lmr-button-icon--secondary::before, .lmr-button-icon--dark::before, .lmr-button-icon--primary::before, .lmr-button-icon--small--play::before, .lmr-button-icon--small::before, .lmr-button-icon--play::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lmr-button-icon--secondary svg, .lmr-button-icon--dark svg, .lmr-button-icon--primary svg, .lmr-button-icon--small--play svg, .lmr-button-icon--small svg, .lmr-button-icon--play svg {
  display: inline-block;
  vertical-align: middle;
}

.lmr-button-icon--play {
  width: 80px;
  height: 80px;
}

.lmr-button-icon--small--play, .lmr-button-icon--small {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

.lmr-tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  text-align: center;
  border: none;
}

button[type=submit] {
  cursor: pointer;
}

.lmr-button, .lmr-form--hubspot .hs-submit .hs-button.primary {
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.lmr-button:not(:disabled), .lmr-form--hubspot .hs-submit .hs-button.primary:not(:disabled) {
  cursor: pointer;
}

.lmr-button, .lmr-form--hubspot .hs-submit .hs-button.primary,
.lmr-button--primary {
  color: #040D1F;
  background-color: #00F0FF;
  border-color: #00F0FF;
}
.lmr-button:hover, .lmr-form--hubspot .hs-submit .hs-button.primary:hover,
.lmr-button--primary:hover {
  background-color: #00D6E3;
  border-color: #00D6E3;
  color: #040D1F;
}

.lmr-button--secondary {
  color: #040D1F;
  background-color: transparent;
  border-color: rgba(4, 13, 31, 0.2);
}
.lmr-button--secondary:hover {
  background-color: #00D6E3;
  border-color: #00D6E3;
}
.lmr-button--secondary.lmr-button--static:hover {
  color: #040D1F;
  background-color: transparent;
  border-color: rgba(4, 13, 31, 0.2);
}

.lmr-button--secondary--dark {
  color: #FFFFFF;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.4);
}
.lmr-button--secondary--dark:hover {
  color: #040D1F;
  background-color: #00D6E3;
  border-color: #00D6E3;
}
.lmr-button--secondary--dark.lmr-button--static:hover {
  color: #FFFFFF;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.4);
}

.lmr-button--static {
  cursor: default;
}

.lmr-button--shape {
  background-color: #D2B8FF;
  border: none;
  position: relative;
  margin-left: 18px;
  margin-right: 18px;
}
.lmr-button--shape::before, .lmr-button--shape::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 36px;
  height: 40px;
  background: url("./assets/icons/shape-hourglass-purple.svg") no-repeat center/36px 40px transparent;
  z-index: -1;
}
.lmr-button--shape::before {
  left: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lmr-button--shape::after {
  right: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
.lmr-button--shape:hover, .lmr-button--shape:focus {
  background-color: #D2B8FF;
}

.lmr-button-text {
  color: #040D1F;
  text-decoration: none;
  position: relative;
  padding-right: 20px;
}
.lmr-button-text:hover, .lmr-button-text:focus {
  color: #040D1F;
  text-decoration: underline;
}
.lmr-button-text:hover::after, .lmr-button-text:focus::after {
  -webkit-transform: translate(5px, -50%);
      -ms-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}
.lmr-button-text::after {
  content: "";
  background: url("./assets/icons/arrow-right.svg") no-repeat center/13px auto transparent;
  width: 13px;
  height: 12px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.lmr--dark .lmr-button-text::after {
  background: url("./assets/icons/arrow-right-white.svg") no-repeat center/13px auto transparent;
}

.lmr-button-icon--primary {
  background-color: #00F0FF;
  border: 1px solid #00F0FF;
}
.lmr-button-icon--primary:hover {
  background-color: #00D6E3;
  border-color: #00D6E3;
}

.lmr-button-icon--dark {
  background-color: #040D1F;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.lmr-button-icon--dark:not(:disabled) {
  cursor: pointer;
}
.lmr-button-icon--dark:not(:disabled):hover, .lmr-button-icon--dark:not(:disabled):focus {
  background-color: #F7F6F4;
  border-color: #F7F6F4;
}
.lmr-button-icon--dark:not(:disabled):hover svg path, .lmr-button-icon--dark:not(:disabled):focus svg path {
  fill: #040D1F;
}
.lmr-button-icon--dark:disabled {
  opacity: 0.8;
  cursor: auto;
}
.lmr-button-icon--dark svg path {
  fill: #F7F6F4;
}

.lmr-button-icon--secondary {
  background-color: transparent;
  border: 1px solid rgba(4, 13, 31, 0.2);
}
.lmr-button-icon--secondary:hover {
  background-color: #00F0FF;
  border-color: #00F0FF;
}
.lmr-button-icon--secondary:hover svg path {
  fill: #040D1F;
}
.lmr-button-icon--secondary svg path {
  fill: #040D1F;
}
.lmr-button-icon--secondary.lmr-button-icon--social-small {
  width: 40px;
  height: 40px;
}
.lmr-button-icon--secondary.lmr-button-icon--social-small svg {
  width: 15px;
}

.lmr-button-icon--small {
  background-color: #00F0FF;
  border: 1px solid #00F0FF;
}
.lmr-button-icon--small:hover {
  background-color: #00D6E3;
  border-color: #00D6E3;
}
.lmr-button-icon--small svg {
  width: 12px;
  height: auto;
}

.lmr-button-icon--arrow-left svg,
.lmr-button-icon--arrow-right svg {
  width: 16px;
  height: 14px;
}

.lmr-button-icon--play {
  background-color: #00F0FF;
  border: none;
}
.lmr-button-icon--play:hover {
  background-color: #040D1F;
}
.lmr-button-icon--play:hover svg path {
  fill: #FFFFFF;
}
.lmr-button-icon--play svg {
  width: 19px;
  height: 21px;
}
.lmr-button-icon--play svg path {
  fill: #040D1F;
}

.lmr-button-icon--small--play {
  background-color: #00F0FF;
  border: none;
}
.lmr-button-icon--small--play:hover {
  background-color: #040D1F;
}
.lmr-button-icon--small--play:hover svg path {
  fill: #FFFFFF;
}
.lmr-button-icon--small--play svg {
  width: 9px;
  height: 10px;
}
.lmr-button-icon--small--play svg path {
  fill: #040D1F;
}

.lmr-heading-wrap .lmr-hero_button-wrap {
  padding-top: 30px;
  padding-bottom: 0 !important;
}

.lmr-tag {
  background-color: #F7F6F4;
  color: #040D1F;
}
.lmr-tag a {
  text-decoration: none;
}

.lmr-tag--dark {
  background-color: #2D2D40;
  color: #FFFFFF;
}

.lmr-tag--grey {
  background-color: #685fa4;
  color: #FFFFFF;
}

.lmr-tag--purple {
  background-color: #D2B8FF;
}

.lmr-tag--white {
  background-color: #FFFFFF;
  color: #040D1F;
}

a.lmr-tag {
  cursor: pointer;
}
a.lmr-tag:hover {
  background-color: #00F0FF;
  color: #040D1F;
}
a.lmr-tag--dark:hover {
  background-color: #00F0FF;
  color: #040D1F;
}
a.lmr-tag--grey:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}

.lmr-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-item-align: center;
      align-self: center;
}

.lmr-pagination_button,
.lmr-pagination_wrap a:not(.lmr-pagination_button) {
  font-size: 1.6rem;
  line-height: 1.4;
  display: inline-block;
  padding: 5px 19px;
  border-radius: 999px;
  border: 1px solid #F7F6F4;
  background-color: #F7F6F4;
  color: #040D1F;
  text-decoration: none;
}
.lmr-pagination_button:hover, .lmr-pagination_button:focus,
.lmr-pagination_wrap a:not(.lmr-pagination_button):hover,
.lmr-pagination_wrap a:not(.lmr-pagination_button):focus {
  color: #040D1F;
  background-color: #00F0FF;
  border-color: #00F0FF;
}

.lmr-pagination_button--disabled {
  background-color: transparent;
  border: 1px solid rgba(4, 13, 31, 0.2);
  cursor: auto;
}
.lmr-pagination_button--disabled:hover, .lmr-pagination_button--disabled:focus {
  background-color: transparent;
  border: 1px solid rgba(4, 13, 31, 0.2);
}

.lmr-pagination_index {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 6px 15px;
}

.lmr-pagination_wrap {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .lmr-pagination_wrap {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

/*! Input fields */
.lmr-form--modal--hubspot .legal-consent-container p,
.lmr-form--modal--hubspot .legal-consent-container span, .lmr-input--text input,
.lmr-input--text label,
.lmr-input--text select, .lmr-form--hubspot .hs-form-field input,
.lmr-form--hubspot .hs-form-field label,
.lmr-form--hubspot .hs-form-field select {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .lmr-form--modal--hubspot .legal-consent-container p,
.lmr-form--modal--hubspot .legal-consent-container span, .lmr-input--text input,
.lmr-input--text label,
.lmr-input--text select, .lmr-form--hubspot .hs-form-field input,
.lmr-form--hubspot .hs-form-field label,
.lmr-form--hubspot .hs-form-field select {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

label {
  display: inline-block;
}

.lmr-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 50px;
  background-color: #F7F6F4;
  border-radius: 8px;
  padding: 35px 20px 30px;
}
@media (min-width: 768px) {
  .lmr-form {
    padding: 50px 50px 30px;
  }
}
.lmr-form .lmr-input--text {
  padding-left: 5px;
  padding-right: 5px;
}
.lmr-form .lmr-input--text p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.lmr-form .lmr-button, .lmr-form .lmr-form--hubspot .hs-submit .hs-button.primary, .lmr-form--hubspot .hs-submit .lmr-form .hs-button.primary {
  margin: 0 auto;
}

div.lmr-form--hubspot {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 50px;
  background-color: #F7F6F4;
  border-radius: 8px;
  padding: 35px 20px 30px;
}
@media (min-width: 768px) {
  div.lmr-form--hubspot {
    padding: 50px 50px 30px;
  }
}

.lmr-form--hubspot.bg-color--dark-blue .hs-form-field {
  color: #FFFFFF;
}
.lmr-form--hubspot .hs-form-field,
.lmr-form--hubspot .legal-consent-container {
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.lmr-form--hubspot .hs-form-field {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .lmr-form--hubspot .hs-form-field.hs-firstname, .lmr-form--hubspot .hs-form-field.hs-lastname {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
.lmr-form--hubspot .hs-form-field input,
.lmr-form--hubspot .hs-form-field select {
  display: block;
  width: 100%;
  padding: 13px 16px;
  height: 46px;
  border-radius: 4px;
  background-color: #FFFFFF;
  border: none;
}
.lmr-form--hubspot .hs-form-field label {
  margin-bottom: 8px;
}
.lmr-form--hubspot .hs-form-field p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.lmr-form--hubspot .hs-submit {
  width: 100%;
}
.lmr-form--hubspot .hs-submit .actions {
  padding-top: 10px;
}
.lmr-form--hubspot .hs-submit .hs-button,
.lmr-form--hubspot .lmr-button,
.lmr-form--hubspot .hs-submit .hs-button.primary {
  margin: 0 auto;
}
.lmr-form--hubspot .hs-submit .hs-button.primary {
  display: block;
}
.lmr-form--hubspot .hs-error-msgs {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1;
}
.lmr-form--hubspot .hs-error-msgs label {
  margin-bottom: 0;
  color: #E62600 !important;
  font-size: 1.2rem !important;
  line-height: 1 !important;
}
.lmr-form--hubspot .hs_error_rollup {
  padding: 0 5px;
}
.lmr-form--hubspot .lmr-form--hubspot_inner--with-zoominfo .hs-fieldtype-text:not(.hs-email),
.lmr-form--hubspot .lmr-form--hubspot_inner--with-zoominfo .hs-number_of_employees.hs-fieldtype-select {
  display: none;
}
.lmr-form--hubspot .lmr-form--hubspot_inner--with-zoominfo .hs-fieldtype-text.hide-label {
  display: none;
}
.lmr-form--hubspot .lmr-form--hubspot_inner--with-zoominfo .hs-fieldtype-text.show-label,
.lmr-form--hubspot .lmr-form--hubspot_inner--with-zoominfo .hs-fieldtype-select.show-label,
.lmr-form--hubspot .lmr-form--hubspot_inner--with-zoominfo .hs-form-field.show-label,
.lmr-form--hubspot .lmr-form--hubspot_inner--with-zoominfo .hs-form-field[data-zi-field-enriched=false] {
  display: block;
}
.lmr-form--hubspot .lmr-form--hubspot_inner--with-zoominfo .hs-form-field[data-zi-field-enriched=false] {
  width: 100%;
}

.lmr-form_inner,
.lmr-form--hubspot_inner,
.lmr-form--hubspot_inner--with-zoominfo,
.lmr-form--modal--hubspot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lmr-input--text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .lmr-input--text.lmr-input--text--50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
.lmr-input--text input,
.lmr-input--text select {
  display: block;
  width: 100%;
  padding: 13px 16px 16px;
  height: 50px;
  border-radius: 4px;
  background-color: #FFFFFF;
  border: none;
}
.lmr-input--text label {
  margin-bottom: 8px;
}

.lmr-input--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  position: relative;
  padding-left: 26px;
}
.lmr-input--checkbox input {
  position: absolute;
  left: 0;
  top: 0px;
  width: 16px;
  height: 16px;
}
.lmr-input--checkbox label {
  margin-left: 10px;
  font-size: 1.4rem;
}

.lmr-input--newsletter input {
  font-size: 1.6rem;
  line-height: 1.3;
}
.lmr-input--newsletter input {
  display: block;
  width: 100%;
  padding: 9px 17px 12px;
  height: 40px;
  border-radius: 999px;
  background-color: #FFFFFF;
  border: none;
}
@media (min-width: 768px) {
  .lmr-input--newsletter input {
    padding: 9px 23px 12px;
  }
}

@media (max-width: 991.98px) {
  .lmr-top-search {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }
}

.lmr-form--modal--hubspot {
  padding: 0;
}
.lmr-form--modal--hubspot .hs-form-field input:not([type=checkbox]),
.lmr-form--modal--hubspot .hs-form-field select {
  width: 100% !important;
}
.lmr-form--modal--hubspot .hs-form-field {
  margin-bottom: 5px;
}
.lmr-form--modal--hubspot .hs-form-field label {
  margin-bottom: 5px;
}
.lmr-form--modal--hubspot input[type=checkbox].hs-input {
  width: auto !important;
  height: 21px;
  padding: 0;
}
.lmr-form--modal--hubspot fieldset {
  width: 100%;
  max-width: 100%;
}
.lmr-form--modal--hubspot .form-columns-1 {
  width: 100%;
}
.lmr-form--modal--hubspot ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.lmr-form--modal--hubspot h1 {
  text-align: center;
  width: 100%;
}
.lmr-form--modal--hubspot .hs_error_rollup {
  padding: 0 10px;
}

/*! Input fields */ /*! Main */
.entry-content pre,
.lmr-code-snippet {
  word-wrap: normal;
  white-space: pre-wrap;
  font-family: monospace;
  background-color: #040D1F;
  color: #D2B8FF;
  font-size: 1.7rem;
  line-height: 1.5;
  padding: 15px;
  border-radius: 4px;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .entry-content pre,
.lmr-code-snippet {
    padding: 30px;
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .entry-content pre,
.lmr-code-snippet {
    padding: 30px;
  }
}
.entry-content pre p,
.lmr-code-snippet p {
  font-size: inherit;
  font-weight: inherit;
}
.entry-content pre b,
.lmr-code-snippet b {
  color: inherit;
}

.entry-content .video-standard {
  padding: 0;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .entry-content .video-standard {
    margin-bottom: 80px;
  }
}
.entry-content p {
  overflow-wrap: break-word;
}

/*! Header */
.site-header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  color: #040D1F;
  padding: 0 15px;
  z-index: 999;
}
@media (min-width: 992px) {
  .site-header {
    padding: 0 20px;
    height: 80px;
  }
}
body:not(.dropdown-menu-is-visible) .site-header {
  -webkit-transition: background-color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background-color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.dropdown-menu-is-visible .site-header, .site-header.site-header--sticky {
  background-color: #FFFFFF;
}

.dropdown-menu-is-visible .site-header.site-header--dark, .site-header.site-header--dark.site-header--sticky {
  background-color: #040D1F;
}

.site-header.site-header--dark .lmr-logo svg:first-child {
  display: none;
}
.site-header.site-header--dark .lmr-logo svg:last-child {
  display: block;
}
.site-header.site-header--dark .lmr-main-menu > ul > li > a,
.site-header.site-header--dark .lmr-main-menu > ul > li > .lmr-main-menu_dropdown-toggle {
  color: #FFFFFF;
}
.site-header.site-header--dark .lmr-main-menu > ul > li > a:hover, .site-header.site-header--dark .lmr-main-menu > ul > li > a:focus, .site-header.site-header--dark .lmr-main-menu > ul > li > a.active,
.site-header.site-header--dark .lmr-main-menu > ul > li > .lmr-main-menu_dropdown-toggle:hover,
.site-header.site-header--dark .lmr-main-menu > ul > li > .lmr-main-menu_dropdown-toggle:focus,
.site-header.site-header--dark .lmr-main-menu > ul > li > .lmr-main-menu_dropdown-toggle.active {
  color: #FFFFFF;
}
.site-header.site-header--dark .lmr-header-buttons .lmr-login-btn {
  color: #FFFFFF;
}
.site-header.site-header--dark .lmr-header-buttons .lmr-login-btn:hover, .site-header.site-header--dark .lmr-header-buttons .lmr-login-btn:focus, .site-header.site-header--dark .lmr-header-buttons .lmr-login-btn.active {
  color: #FFFFFF;
  font-weight: bold;
}
.site-header .site-header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header .site-header_nav-row {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 992px) {
  .site-header .site-header_nav-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.site-header .lmr-logo {
  display: block;
  width: 130px;
  height: auto;
  line-height: 0;
}
@media (min-width: 992px) {
  .site-header .lmr-logo {
    width: 116px;
    height: auto;
  }
}
.site-header .lmr-logo svg:last-child {
  display: none;
}
.site-header .lmr-logo svg {
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .site-header .lmr-main-menu {
    display: none !important;
  }
}
.site-header .lmr-main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .lmr-main-menu > ul > li > a,
.site-header .lmr-main-menu > ul > li > .lmr-main-menu_dropdown-toggle,
.site-header .lmr-main-menu > ul .menu--has-mega-submenu > a,
.site-header .lmr-main-menu > ul .menu--has-mega-submenu > .lmr-main-menu_dropdown-toggle {
  display: inline-block;
  font-size: 1.7rem;
  line-height: 1.53;
  text-decoration: none;
  padding: 27px 8px;
  border: none;
  background: transparent;
  cursor: pointer;
  min-width: 105px;
  text-align: center;
}
.site-header .lmr-main-menu > ul > li > a:hover, .site-header .lmr-main-menu > ul > li > a:focus, .site-header .lmr-main-menu > ul > li > a.active,
.site-header .lmr-main-menu > ul > li > .lmr-main-menu_dropdown-toggle:hover,
.site-header .lmr-main-menu > ul > li > .lmr-main-menu_dropdown-toggle:focus,
.site-header .lmr-main-menu > ul > li > .lmr-main-menu_dropdown-toggle.active,
.site-header .lmr-main-menu > ul .menu--has-mega-submenu > a:hover,
.site-header .lmr-main-menu > ul .menu--has-mega-submenu > a:focus,
.site-header .lmr-main-menu > ul .menu--has-mega-submenu > a.active,
.site-header .lmr-main-menu > ul .menu--has-mega-submenu > .lmr-main-menu_dropdown-toggle:hover,
.site-header .lmr-main-menu > ul .menu--has-mega-submenu > .lmr-main-menu_dropdown-toggle:focus,
.site-header .lmr-main-menu > ul .menu--has-mega-submenu > .lmr-main-menu_dropdown-toggle.active {
  font-weight: bold;
  color: #040D1F;
}
.site-header .lmr-header-buttons .lmr-button, .site-header .lmr-header-buttons .lmr-form--hubspot .hs-submit .hs-button.primary, .lmr-form--hubspot .hs-submit .site-header .lmr-header-buttons .hs-button.primary,
.site-header .lmr-header-buttons--mobile-top .lmr-button,
.site-header .lmr-header-buttons--mobile-top .lmr-form--hubspot .hs-submit .hs-button.primary,
.lmr-form--hubspot .hs-submit .site-header .lmr-header-buttons--mobile-top .hs-button.primary {
  padding: 10px 23px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-left: 8px;
  height: 40px;
  min-height: 40px;
}
.site-header .lmr-header-buttons .lmr-button.lmr-button--shape, .site-header .lmr-header-buttons .lmr-form--hubspot .hs-submit .lmr-button--shape.hs-button.primary, .lmr-form--hubspot .hs-submit .site-header .lmr-header-buttons .lmr-button--shape.hs-button.primary,
.site-header .lmr-header-buttons--mobile-top .lmr-button.lmr-button--shape,
.site-header .lmr-header-buttons--mobile-top .lmr-form--hubspot .hs-submit .lmr-button--shape.hs-button.primary,
.lmr-form--hubspot .hs-submit .site-header .lmr-header-buttons--mobile-top .lmr-button--shape.hs-button.primary {
  padding: 10px 3px;
}
.site-header .lmr-header-buttons .lmr-button--primary,
.site-header .lmr-header-buttons--mobile-top .lmr-button--primary {
  min-width: 130px;
}
.site-header .lmr-header-buttons .lmr-login-btn,
.site-header .lmr-header-buttons--mobile-top .lmr-login-btn {
  border: none;
  background-color: transparent;
  color: #040D1F;
  z-index: 1;
  position: relative;
  font-size: 1.7rem;
  line-height: 1.53;
  cursor: pointer;
  min-width: 75px;
}
.site-header .lmr-header-buttons .lmr-login-btn:hover, .site-header .lmr-header-buttons .lmr-login-btn:focus, .site-header .lmr-header-buttons .lmr-login-btn.active,
.site-header .lmr-header-buttons--mobile-top .lmr-login-btn:hover,
.site-header .lmr-header-buttons--mobile-top .lmr-login-btn:focus,
.site-header .lmr-header-buttons--mobile-top .lmr-login-btn.active {
  color: #040D1F;
  font-weight: bold;
}
.site-header .lmr-header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .site-header .lmr-header-buttons {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .site-header .lmr-header-buttons {
    display: none !important;
  }
}
.site-header .lmr-header-buttons--mobile-top {
  display: none;
}
@media (min-width: 992px) {
  .site-header .lmr-header-buttons--mobile-top {
    display: none;
  }
}
.site-header .lmr-header-buttons--mobile-top .lmr-button, .site-header .lmr-header-buttons--mobile-top .lmr-form--hubspot .hs-submit .hs-button.primary, .lmr-form--hubspot .hs-submit .site-header .lmr-header-buttons--mobile-top .hs-button.primary {
  min-width: 140px;
}
.site-header .lmr-header-buttons--mobile-top .lmr-button.lmr-button--secondary, .site-header .lmr-header-buttons--mobile-top .lmr-form--hubspot .hs-submit .lmr-button--secondary.hs-button.primary, .lmr-form--hubspot .hs-submit .site-header .lmr-header-buttons--mobile-top .lmr-button--secondary.hs-button.primary {
  background-color: #F7F6F4;
  border-color: #F7F6F4;
}
.site-header .lmr-header-buttons--mobile-top .lmr-button.lmr-button--secondary:hover, .site-header .lmr-header-buttons--mobile-top .lmr-form--hubspot .hs-submit .lmr-button--secondary.hs-button.primary:hover, .lmr-form--hubspot .hs-submit .site-header .lmr-header-buttons--mobile-top .lmr-button--secondary.hs-button.primary:hover, .site-header .lmr-header-buttons--mobile-top .lmr-button.lmr-button--secondary:focus, .site-header .lmr-header-buttons--mobile-top .lmr-form--hubspot .hs-submit .lmr-button--secondary.hs-button.primary:focus, .lmr-form--hubspot .hs-submit .site-header .lmr-header-buttons--mobile-top .lmr-button--secondary.hs-button.primary:focus {
  background-color: #00F0FF;
}
.site-header .lmr-header-buttons--mobile-bottom {
  position: relative;
  z-index: 1;
  padding-top: 25px;
}
.site-header .lmr-header-buttons--mobile-bottom .lmr-button, .site-header .lmr-header-buttons--mobile-bottom .lmr-form--hubspot .hs-submit .hs-button.primary, .lmr-form--hubspot .hs-submit .site-header .lmr-header-buttons--mobile-bottom .hs-button.primary {
  width: calc(100% - 50px);
  max-width: 245px;
}

.lmr-main-menu_dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  bottom: auto;
  background-color: #FFFFFF;
  display: none;
  min-width: 100%;
}
.lmr-main-menu_dropdown.lmr-main-menu_dropdown--open {
  max-height: 100vh;
  display: block;
}
.site-header--dark .lmr-main-menu_dropdown {
  background-color: #040D1F;
  color: #FFFFFF;
}

.lmr-header-buttons .lmr-button, .lmr-header-buttons .lmr-form--hubspot .hs-submit .hs-button.primary, .lmr-form--hubspot .hs-submit .lmr-header-buttons .hs-button.primary {
  z-index: 1;
}

.lmr-login-menu_dropdown-wrap {
  position: relative;
}

.lmr-login-menu_dropdown {
  position: absolute;
  padding-top: 130px;
  padding-left: 46px;
  bottom: auto;
  background-color: #FFFFFF;
  display: none;
  z-index: 0;
  width: 370px;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -26px;
  -webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.12));
}
.lmr-login-menu_dropdown .login-menu-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lmr-login-menu_dropdown .login-menu-links > div {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 46px;
}
.lmr-login-menu_dropdown p {
  color: #040D1F;
}
.site-header--dark .lmr-login-menu_dropdown p {
  color: #FFFFFF;
}

.lmr-login-menu_dropdown a {
  text-align: center;
  text-decoration: none;
}
.lmr-login-menu_dropdown.lmr-login-menu_dropdown--open {
  display: block;
}
.site-header--dark .lmr-login-menu_dropdown {
  background-color: #040D1F;
  color: #FFFFFF;
}
.site-header--dark .lmr-login-menu_dropdown a {
  color: #FFFFFF;
}
.site-header--dark .lmr-login-menu_dropdown a:hover {
  color: #D2B8FF !important;
}

.lmr-dropdown {
  padding: 35px 25px 30px 40px;
}
@media (min-width: 992px) {
  .lmr-dropdown {
    padding: 50px 25px 45px 70px;
  }
}
.lmr-dropdown .lmr-dropdown_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.lmr-dropdown .lmr-dropdown_container a:hover {
  text-decoration: underline;
  color: #040D1F;
}
.site-header--dark .lmr-dropdown .lmr-dropdown_container a:hover {
  color: #FFFFFF;
}

.lmr-dropdown .lmr-dropdown_container a:focus {
  outline: 1px dashed #040D1F;
  color: #040D1F;
}
.site-header--dark .lmr-dropdown .lmr-dropdown_container a:focus {
  outline-color: #FFFFFF;
  color: #FFFFFF;
}

.site-header--dark .lmr-dropdown .lmr-dropdown_container a {
  color: #FFFFFF;
}

.lmr-dropdown .lmr-dropdown_main-col {
  width: 100%;
  max-width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .lmr-dropdown .lmr-dropdown_main-col {
    padding-right: 40px;
  }
}
.lmr-dropdown .lmr-dropdown_main-col .lmr-dropdown_title {
  font-size: 4.8rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
.lmr-dropdown .lmr-dropdown_main-col .lmr-dropdown_description {
  margin-bottom: 30px;
  color: #424242;
}
.site-header--dark .lmr-dropdown .lmr-dropdown_main-col .lmr-dropdown_description {
  color: #A9AEBB;
}

.lmr-dropdown .lmr-dropdown_main-col .lmr-dropdown_text-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lmr-dropdown .lmr-dropdown_main-col .lmr-dropdown_text-links a {
  display: inline-block;
  margin-bottom: 16px;
  text-decoration: underline;
}
.lmr-dropdown .lmr-dropdown_main-col .lmr-dropdown_text-links a:last-child {
  margin-bottom: 0;
}
.lmr-dropdown .lmr-dropdown_row {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: calc(100% - 290px);
  margin-left: 5.4%;
  padding-top: 15px;
  display: grid;
  grid: auto/repeat(2, 1fr);
  grid-column-gap: 40px;
}
.lmr-dropdown .lmr-dropdown_row.lmr-dropdown_row--1 {
  grid-template-columns: 1fr;
}
.lmr-dropdown .lmr-dropdown_row.lmr-dropdown_row--2-1 {
  grid-template-columns: 1fr;
}
@media (min-width: 1200px) {
  .lmr-dropdown .lmr-dropdown_row.lmr-dropdown_row--2-1 {
    grid-template-columns: 2fr 1fr;
  }
}
.lmr-dropdown .lmr-dropdown_row.lmr-dropdown_row--3-1 {
  grid-template-columns: 2fr 1fr;
}
@media (min-width: 1200px) {
  .lmr-dropdown .lmr-dropdown_row.lmr-dropdown_row--3-1 {
    grid-template-columns: 3fr 1fr;
  }
}
.lmr-dropdown .lmr-dropdown_row.lmr-dropdown_row--1-1 {
  grid-template-columns: 1fr 1fr;
}
.lmr-dropdown .lmr-dropdown_row.lmr-dropdown_row--1-1-1 {
  grid-template-columns: 1fr 1fr 1fr;
}
.lmr-dropdown .lmr-dropdown_row.lmr-dropdown_row--2-1-1 {
  grid-template-columns: 2fr 1fr 1fr;
}
.lmr-dropdown .lmr-dropdown_row.lmr-dropdown_row--2-2 {
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 1200px) {
  .lmr-dropdown .lmr-dropdown_row.lmr-dropdown_row--2-2 {
    max-width: calc((100% - 290px) * 0.66);
  }
}
.lmr-dropdown .lmr-dropdown_row .lmr-dropdown_col {
  width: 100%;
}
.lmr-dropdown .lmr-dropdown_row .lmr-dd-inner-menu {
  margin: 40px 0 0 0;
  padding: 0;
  list-style: none;
  grid: auto/repeat(2, 1fr);
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.lmr-dropdown .lmr-dropdown_row .lmr-dd-inner-menu li svg {
  position: absolute;
  left: 0;
  top: 2px;
  height: 19px;
  width: 19px;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-header--dark .lmr-dropdown .lmr-dropdown_row .lmr-dd-inner-menu li svg {
  -webkit-filter: invert(100%) sepia(3%) saturate(13%) hue-rotate(81deg) brightness(106%) contrast(106%);
          filter: invert(100%) sepia(3%) saturate(13%) hue-rotate(81deg) brightness(106%) contrast(106%);
}

.lmr-dropdown .lmr-dropdown_row .lmr-dd-inner-menu li a {
  font-size: 1.7rem;
  text-decoration: none;
  padding-left: 40px;
  position: relative;
  display: block;
}
.lmr-dropdown .lmr-dropdown_row .lmr-dd-inner-menu li a:hover {
  text-decoration: underline;
}
.lmr-dropdown .lmr-dropdown_row .lmr-dd-inner-menu li span {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 40px;
  padding-top: 5px;
  color: #424242;
  display: inline-block;
}
.site-header--dark .lmr-dropdown .lmr-dropdown_row .lmr-dd-inner-menu li span {
  color: #A9AEBB;
}

.lmr-dropdown .lmr-dropdown_row .lmr-dropdown_submenu--type-1 > p,
.lmr-dropdown .lmr-dropdown_row .lmr-dropdown_submenu--type-2 > p,
.lmr-dropdown .lmr-dropdown_row .lmr-dropdown_submenu--type-3 > p,
.lmr-dropdown .lmr-dropdown_row .lmr-dropdown_submenu--type-5 > p,
.lmr-dropdown .lmr-dropdown_row .lmr-dropdown_submenu--type-7 > p {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.lmr-dropdown .lmr-dropdown_row .lmr-dropdown_submenu--type-2 .lmr-dd-inner-menu {
  grid: auto/repeat(1, 1fr);
}
.lmr-dropdown .lmr-dropdown_row .lmr-dropdown_submenu--type-3 .lmr-dd-inner-menu li a {
  padding-left: 0;
}
.lmr-dropdown .lmr-dropdown_row .lmr-dropdown_submenu--type-4 > a {
  text-decoration: none;
  display: block;
}
@media (min-width: 768px) {
  .lmr-dropdown .lmr-dropdown_row .lmr-dropdown_submenu--type-4 > a {
    font-size: 3.6rem;
    line-height: 1.38;
    margin-bottom: 15px;
  }
}
.lmr-dropdown .lmr-dropdown_row .lmr-dropdown_submenu--type-4 > a:hover, .lmr-dropdown .lmr-dropdown_row .lmr-dropdown_submenu--type-4 > a:focus {
  text-decoration: underline;
}
.lmr-dropdown .lmr-dropdown_row .lmr-dropdown_submenu--type-4 span {
  font-size: 1.7rem;
  line-height: 1.4;
  color: #424242;
  display: inline-block;
}
.site-header--dark .lmr-dropdown .lmr-dropdown_row .lmr-dropdown_submenu--type-4 span {
  color: #A9AEBB;
}

@media (min-width: 1200px) {
  .lmr-dropdown .lmr-dropdown_row .lmr-dropdown_submenu--type-5 .lmr-dd-inner-menu {
    grid: auto/repeat(3, 1fr);
  }
}
.lmr-dropdown .lmr-dropdown_row .lmr-dropdown_submenu--type-6 .lmr-dd-inner-menu {
  grid: auto/repeat(1, 1fr);
}
.lmr-dropdown .lmr-dropdown_row .lmr-dropdown_submenu--type-6 .lmr-dd-inner-menu li a {
  padding-left: 0;
}
.lmr-dropdown .lmr-dropdown_row .lmr-dropdown_submenu--type-7 .lmr-dd-inner-menu {
  grid-row-gap: 32px;
}
@media (min-width: 1200px) {
  .lmr-dropdown .lmr-dropdown_row .lmr-dropdown_submenu--type-7 .lmr-dd-inner-menu {
    grid: auto/repeat(4, 1fr);
    grid-auto-flow: column;
    grid-template: repeat(4, 1fr)/repeat(3, 1fr);
  }
  .lmr-dropdown .lmr-dropdown_row .lmr-dropdown_submenu--type-7 .lmr-dd-inner-menu > li {
    max-width: 310px;
  }
  .lmr-dropdown .lmr-dropdown_row .lmr-dropdown_submenu--type-7 .lmr-dd-inner-menu > li:nth-child(7), .lmr-dropdown .lmr-dropdown_row .lmr-dropdown_submenu--type-7 .lmr-dd-inner-menu > li:nth-child(8), .lmr-dropdown .lmr-dropdown_row .lmr-dropdown_submenu--type-7 .lmr-dd-inner-menu > li:nth-child(9) {
    grid-column-start: 3;
  }
}

.lmr-notch.lmr-notch--dd-menu {
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  background-color: transparent;
  height: 55px;
}
.lmr-notch.lmr-notch--dd-menu::before, .lmr-notch.lmr-notch--dd-menu::after {
  background-color: #FFFFFF;
}
.site-header--dark .lmr-notch.lmr-notch--dd-menu::before, .site-header--dark .lmr-notch.lmr-notch--dd-menu::after {
  background-color: #040D1F;
}

.lmr-notch.lmr-notch--dd-menu::before {
  width: 360px;
  border-bottom-right-radius: 55px;
}
.lmr-notch.lmr-notch--dd-menu::after {
  width: calc(100% - 360px);
  left: 360px;
  border-bottom-left-radius: 55px;
}
.lmr-notch.lmr-notch--login-dd-menu {
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  background-color: transparent;
  height: 55px;
  overflow: hidden;
}
.lmr-notch.lmr-notch--login-dd-menu::before, .lmr-notch.lmr-notch--login-dd-menu::after {
  background-color: #FFFFFF;
}
.site-header--dark .lmr-notch.lmr-notch--login-dd-menu::before, .site-header--dark .lmr-notch.lmr-notch--login-dd-menu::after {
  background-color: #040D1F;
}

.lmr-notch.lmr-notch--login-dd-menu::before {
  width: 300px;
  border-bottom-right-radius: 55px;
}
.lmr-notch.lmr-notch--login-dd-menu::after {
  width: calc(100% - 70px);
  left: 300px;
  border-bottom-left-radius: 55px;
}
.lmr-notch.lmr-notch--mobile-menu {
  width: 100%;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  height: 55px;
}
.lmr-notch.lmr-notch--mobile-menu::before, .lmr-notch.lmr-notch--mobile-menu::after {
  background-color: #FFFFFF;
  width: 100%;
}
.site-header--dark .lmr-notch.lmr-notch--mobile-menu::before, .site-header--dark .lmr-notch.lmr-notch--mobile-menu::after {
  background-color: #040D1F;
}

.lmr-notch.lmr-notch--mobile-menu::before {
  left: auto;
  right: 45px;
  border-bottom-right-radius: 55px;
}
.lmr-notch.lmr-notch--mobile-menu::after {
  left: calc(100% - 45px);
  right: auto;
  border-bottom-left-radius: 55px;
}

.lmr-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(210, 184, 255, 0.7);
  z-index: 98;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  display: none;
}
.lmr-backdrop.active {
  display: block;
}
.mobile-menu--is-visible .lmr-backdrop {
  display: block;
}

body.mobile-menu--is-visible {
  overflow: hidden;
}
body.mobile-menu--is-visible .site-header {
  background-color: #FFFFFF;
}
body.mobile-menu--is-visible .site-header--dark {
  background-color: #040D1F;
}
body.mobile-menu--is-visible .lmr-logo {
  display: none;
}
body.mobile-menu--is-visible .site-header_nav-row {
  margin-left: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.mobile-menu--is-visible .lmr-header-buttons--mobile-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 100;
}
body.mobile-menu--is-visible .lmr-mobile-menu-toggle_wrap {
  z-index: 100;
}
body.mobile-menu--is-visible .lmr-mobile-menu-toggle_wrap .lmr-mobile-menu-toggle svg:first-child {
  display: none;
}
body.mobile-menu--is-visible .lmr-mobile-menu-toggle_wrap .lmr-mobile-menu-toggle svg:last-child {
  display: block;
}
body.mobile-menu--is-visible .lmr-login-mobile-menu-toggle svg {
  display: none;
}
body.mobile-menu--is-visible .lmr-login-mobile-menu-toggle.open span {
  display: none;
}
body.mobile-menu--is-visible .lmr-login-mobile-menu-toggle.open svg {
  display: block;
  margin: auto;
}

@media (min-width: 992px) {
  .lmr-mobile-menu-toggle_wrap {
    display: none !important;
  }
}
.lmr-mobile-menu-toggle_wrap .lmr-mobile-menu-toggle {
  display: block;
  width: 38px;
  height: 38px;
  padding: 10px;
  background: transparent;
  border: none;
}
.lmr-mobile-menu-toggle_wrap .lmr-mobile-menu-toggle svg:first-child {
  display: block;
}
.lmr-mobile-menu-toggle_wrap .lmr-mobile-menu-toggle svg:last-child {
  display: none;
}
.site-header--dark .lmr-mobile-menu-toggle_wrap .lmr-mobile-menu-toggle svg path {
  fill: #FFFFFF;
}

.lmr-mobile-menu_wrap {
  position: fixed;
  z-index: 99;
  background-color: none;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100vh - 95px);
  padding: 100px 40px 25px;
  display: none;
}
.lmr-mobile-menu_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 54px;
  background-color: #FFFFFF;
}
.site-header--dark .lmr-mobile-menu_wrap::before {
  background-color: #040D1F;
}

.lmr-mobile-menu_wrap.lmr-mobile-menu_wrap--open {
  display: block;
}
@media (min-width: 992px) {
  .lmr-mobile-menu_wrap {
    display: none !important;
  }
}
.lmr-mobile-menu_wrap .lmr-nav-mobile-menu-wrap {
  height: 100%;
}
.lmr-mobile-menu_wrap .lmr-nav-mobile-menu-wrap.hide {
  display: none;
}
.lmr-mobile-menu_wrap .lmr-mobile-login-menu_wrap {
  display: none;
  position: relative;
}
.lmr-mobile-menu_wrap .lmr-mobile-login-menu_wrap.show {
  display: block;
}
.lmr-mobile-menu_wrap .lmr-mobile-login-menu_wrap a {
  text-decoration: none;
}
.site-header--dark .lmr-mobile-menu_wrap .lmr-mobile-login-menu_wrap p {
  color: #FFFFFF;
}

.site-header--dark .lmr-mobile-menu_wrap .lmr-mobile-login-menu_wrap a {
  color: #FFFFFF;
}
.site-header--dark .lmr-mobile-menu_wrap .lmr-mobile-login-menu_wrap a:hover p {
  color: #D2B8FF !important;
}

.lmr-mobile-nav {
  max-height: calc(100% - 75px);
  height: auto;
  overflow-y: auto;
}
.lmr-mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lmr-mobile-nav .lmr-mobile-menu > li > a {
  font-size: 3.6rem;
  line-height: 1.4;
  text-decoration: none;
}
.lmr-mobile-nav .lmr-mobile-menu > li > ul > li ul {
  padding-left: 35px;
}
.lmr-mobile-nav .lmr-mobile-menu > li > ul > li ul a {
  color: rgba(4, 13, 31, 0.6);
}
.site-header--dark .lmr-mobile-nav .lmr-mobile-menu > li > ul > li ul a {
  color: rgba(255, 255, 255, 0.6);
}

.lmr-mobile-nav .lmr-mobile-menu a {
  display: inline-block;
  position: relative;
}
.site-header--dark .lmr-mobile-nav .lmr-mobile-menu a {
  color: #FFFFFF;
}

.lmr-mobile-nav .lmr-mobile-menu a:hover, .lmr-mobile-nav .lmr-mobile-menu a:focus {
  color: #040D1F;
  text-decoration: underline;
}
.site-header--dark .lmr-mobile-nav .lmr-mobile-menu a:hover, .site-header--dark .lmr-mobile-nav .lmr-mobile-menu a:focus {
  color: #FFFFFF;
}

.lmr-mobile-nav .mobile-menu_item {
  margin-bottom: 28px;
}
.lmr-mobile-nav .mobile-menu_item.has-submenu.has-submenu--open > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lmr-mobile-nav .mobile-menu_item.has-submenu > a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url("assets/icons/chevron-down.svg") no-repeat center/100% auto transparent;
  top: 50%;
  margin-left: 10px;
  margin-top: -5px;
  position: absolute;
}
.site-header--dark .lmr-mobile-nav .mobile-menu_item.has-submenu > a::after {
  -webkit-filter: invert(100%) sepia(3%) saturate(13%) hue-rotate(81deg) brightness(106%) contrast(106%);
          filter: invert(100%) sepia(3%) saturate(13%) hue-rotate(81deg) brightness(106%) contrast(106%);
}

.lmr-mobile-nav .mobile-menu_submenu {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  padding-top: 28px;
}
.lmr-mobile-nav .mobile-menu_submenu.mobile-menu_submenu--open {
  display: block;
}
.lmr-mobile-nav .mobile-menu_submenu a {
  font-size: 2rem;
  line-height: 1.1;
  color: #040D1F;
  text-decoration: none;
}
.site-header--dark .lmr-mobile-nav .mobile-menu_submenu a {
  color: #FFFFFF;
}

.lmr-mobile-nav .mobile-menu_submenu a:hover, .lmr-mobile-nav .mobile-menu_submenu a:focus {
  color: #040D1F;
}
.site-header--dark .lmr-mobile-nav .mobile-menu_submenu a:hover, .site-header--dark .lmr-mobile-nav .mobile-menu_submenu a:focus {
  color: #FFFFFF;
}

/* Header */
.header {
  background: #ccc;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header.sticky {
  background-color: #fff;
  position: sticky;
  width: 100%;
  padding: 10px;
  top: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.ham {
  display: none;
}

@media only screen and (max-width: 991.5px) {
  .ham {
    display: inline-block;
    cursor: pointer;
  }
}
.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.mobile-menu {
  background-color: #ccc;
  position: fixed;
  top: 85px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: #f1f2f2;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(-30px);
      -ms-transform: translate(-30px);
          transform: translate(-30px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.5s ease-out;
  transition: transform 0.3s ease-in-out, opacity 0.5s ease-out;
  transition: transform 0.3s ease-in-out, opacity 0.5s ease-out, -webkit-transform 0.3s ease-in-out;
}

.mobile-menu.open {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  pointer-events: all;
}

body.open {
  overflow: hidden;
}

a.active {
  color: black;
}

.mobile-submenu {
  display: none;
}

.mobile-submenu-wrapper.open-mobile-submenu .mobile-submenu {
  display: block;
}

.simple-banner + #page .site-header {
  margin-bottom: -70px;
  position: sticky;
}
@media (min-width: 992px) {
  .simple-banner + #page .site-header {
    margin-bottom: -80px;
  }
}
.mobile-menu--is-visible .simple-banner {
  display: none;
}

.lmr-hide-simple-banner .simple-banner {
  display: none !important;
}

.simple-banner {
  position: relative !important;
}
.simple-banner .simple-banner-text {
  padding: 20px 15px !important;
  text-align: left;
}
@media (min-width: 768px) {
  .simple-banner .simple-banner-text {
    padding: 24px 20px !important;
    text-align: center !important;
  }
}
.simple-banner .simple-banner-text span {
  font-size: 1.7rem;
  font-weight: 400;
}
.simple-banner .simple-banner-text span a {
  font-weight: 600;
  font-style: italic;
}
.simple-banner .simple-banner-text span a:hover {
  color: #D2B8FF;
}
.simple-banner .simple-banner-button {
  width: 38px !important;
  text-align: center !important;
  right: 15px !important;
  margin: 0 !important;
}

/*! Footer */
.footer {
  width: 100%;
  padding: 20px 0;
}
.footer input {
  margin-right: 10px;
}
.footer .footer-menu-wrapper {
  border-bottom: 1px solid rgba(4, 13, 31, 0.1);
}
.footer .footer-menu-wrapper .footer-menu-links a {
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
  color: #424242;
}
.footer .footer-menu-wrapper .footer-menu-links a:hover {
  color: #D2B8FF !important;
}
.footer.bg-color--dark-blue .footer-menu-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer.bg-color--dark-blue path {
  fill: #FFFFFF;
}
.footer.bg-color--dark-blue .footer-bottom_menu ul li a {
  color: #A9AEBB;
}
.footer .copyright {
  margin-top: 15px;
}
.footer input {
  margin-right: 8px;
}
.footer .lmr-button-icon--primary {
  margin-left: 8px;
}
.footer .footer-bottom {
  padding-top: 32px;
}
.footer .footer-bottom a {
  text-decoration: none;
}
.footer .footer-bottom a:hover {
  color: #D2B8FF !important;
}
.footer .footer-bottom svg {
  margin-right: 10px;
}
.footer .footer-bottom p, .footer .footer-bottom a {
  margin: 0;
  font-size: 1.4rem;
}
.footer .footer-bottom .lmr-language-switcher {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  width: 100%;
}
.footer .footer-bottom .lmr-language-switcher .language-dropdown {
  display: none;
  position: absolute;
  padding: inherit;
  left: -1px;
  width: calc(100% + 2px);
  border: 1px solid rgba(4, 13, 31, 0.2);
  bottom: 100%;
  background-color: #FFFFFF;
}
.footer .footer-bottom .lmr-language-switcher .language-dropdown a:nth-child(2) {
  margin: 20px 0;
}
.footer .footer-bottom .lmr-language-switcher.show {
  border-radius: 0;
}
.footer .footer-bottom .lmr-language-switcher.show .language-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .footer-bottom.footer-bottom-dark .language-dropdown {
  background-color: #040D1F;
  border-color: rgba(255, 255, 255, 0.4);
}
.footer .footer-bottom.footer-bottom-dark .language-dropdown a {
  color: #FFFFFF !important;
}
.footer .footer-bottom.footer-bottom-dark .language-dropdown a:hover {
  color: #D2B8FF !important;
}
@media (min-width: 768px) {
  .footer .footer-bottom .footer-bottom_menu-item {
    padding: 0;
  }
}
.footer .footer-bottom .footer-bottom_menu-item a {
  display: block;
  padding: 12px 0;
}
@media (min-width: 768px) {
  .footer .footer-bottom .footer-bottom_menu-item a {
    padding: 0;
  }
}
.footer .footer-bottom_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.footer .footer-bottom_menu ul li a {
  color: #424242;
}
.footer .social-links {
  padding-bottom: 34px;
}
.footer .mobile-menu .open {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  pointer-events: all;
}
.footer a.active {
  color: black;
}
.footer .mobile-submenu {
  display: none;
}
.footer .mobile-submenu-wrapper.open-mobile-submenu .mobile-submenu {
  display: block;
}
@media (min-width: 768px) {
  .footer {
    padding: 50px 0;
  }
  .footer .footer-menu-wrapper {
    padding-bottom: 40px;
  }
  .footer .footer-menu-wrapper .title svg {
    display: none;
  }
  .footer .footer-bottom p {
    margin-left: 0;
    font-size: 1.6rem;
  }
  .footer .menu {
    padding-bottom: 65px;
  }
}
@media (min-width: 1200px) {
  .footer .copyright {
    text-align: right;
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .footer {
    padding: 67px 0;
  }
  .footer.bg-color--dark-blue .footer-menu-wrapper path {
    fill: #fff;
  }
  .footer .footer-menu-wrapper {
    border-top: 1px solid rgba(4, 13, 31, 0.1);
    border-bottom: 1px solid rgba(4, 13, 31, 0.1);
  }
  .footer .footer-menu-wrapper .footer-menu-links {
    position: relative;
    max-height: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .footer .footer-menu-wrapper .sign-up-wrapper {
    padding-top: 40px;
  }
  .footer .footer-menu-wrapper .title {
    position: relative;
  }
  .footer .footer-menu-wrapper .title p {
    margin: 0;
    padding: 14px 0;
  }
  .footer .footer-menu-wrapper .title svg {
    height: 12px;
    width: 12px;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .footer .footer-menu-wrapper .title:hover {
    cursor: pointer;
  }
  .footer .footer-menu-wrapper .footer-menu {
    border-bottom: 1px solid rgba(4, 13, 31, 0.1);
  }
  .footer .footer-menu-wrapper .footer-menu.active .title svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .footer .search-input-wrapper {
    margin-top: 0;
  }
  .footer .footer-bottom .lmr-language-switcher {
    margin-bottom: 20px;
  }
  .footer .footer-bottom .lmr-language-switcher img {
    margin-right: 10px;
  }
  .footer .footer-bottom .lmr-language-switcher a {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .footer .footer-bottom .lmr-button, .footer .footer-bottom .lmr-form--hubspot .hs-submit .hs-button.primary, .lmr-form--hubspot .hs-submit .footer .footer-bottom .hs-button.primary {
    margin-bottom: 32px;
  }
  .footer .copyright {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.lmr-hero img {
  display: block;
  max-width: 100%;
  height: auto;
}
.lmr-hero.lmr-hero--home {
  background: -webkit-gradient(linear, left top, left bottom, from(#D2B8FF), to(#FFFFFF));
  background: -o-linear-gradient(#D2B8FF, #FFFFFF);
  background: linear-gradient(#D2B8FF, #FFFFFF);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 130px;
  padding-bottom: 45px;
  min-height: 720px;
}
@media (min-width: 768px) {
  .lmr-hero.lmr-hero--home {
    padding-top: 150px;
    padding-bottom: 100px;
    min-height: 1200px;
  }
}
.lmr-hero.lmr-hero--home.lmr-hero--dark {
  background: -webkit-gradient(linear, left top, left bottom, from(#020034), color-stop(#D2B8FF), to(#FFFFFF));
  background: -o-linear-gradient(#020034, #D2B8FF, #FFFFFF);
  background: linear-gradient(#020034, #D2B8FF, #FFFFFF);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lmr-hero.lmr-hero--home h1,
.lmr-hero.lmr-hero--home p {
  text-align: center;
}
.lmr-hero.lmr-hero--home h1 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .lmr-hero.lmr-hero--home h1 {
    margin-bottom: 26px;
  }
}
.lmr-hero.lmr-hero--home .lmr-hero-spacer {
  width: 100%;
  padding-top: 40%;
  margin: 32px 0 43px;
}
@media (min-width: 768px) {
  .lmr-hero.lmr-hero--home .lmr-hero-spacer {
    margin: 32px 0 57px;
  }
}
.lmr-hero.lmr-hero--home .lmr-hero_button-wrap {
  text-align: center;
  position: relative;
  z-index: 1;
}
.lmr-hero.lmr-hero--home lottie-player {
  max-width: 100% !important;
  width: 100% !important;
  margin-top: -15% !important;
}
.lmr-hero.lmr-hero--dark {
  background-color: #040D1F;
}
.lmr-hero.lmr-hero--dark h1,
.lmr-hero.lmr-hero--dark h2,
.lmr-hero.lmr-hero--dark h3,
.lmr-hero.lmr-hero--dark h4 {
  color: #FFFFFF;
}
.lmr-hero.lmr-hero--dark p {
  color: #A9AEBB;
}
.lmr-hero.lmr-hero--product {
  padding: 80px 0;
}
@media (min-width: 768px) {
  .lmr-hero.lmr-hero--product {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .lmr-hero.lmr-hero--product br {
    display: none;
  }
}
@media (min-width: 768px) {
  .lmr-hero.lmr-hero--product .lmr-hero--product_text-col {
    padding-top: 74px;
  }
}
.lmr-hero.lmr-hero--product .lmr-hero--product_image-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lmr-hero.lmr-hero--text-and-image {
  position: relative;
  margin-top: 70px;
}
@media (min-width: 992px) {
  .lmr-hero.lmr-hero--text-and-image {
    margin-top: 80px;
  }
}
.lmr-hero.lmr-hero--text-and-image .lmr-hero--text-and-image_text-col {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .lmr-hero.lmr-hero--text-and-image .lmr-hero--text-and-image_text-col {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.lmr-hero.lmr-hero--text-and-image .lmr-hero--text-and-image_text-col p {
  color: #424242;
}
.lmr-hero.lmr-hero--text-and-image .lmr-hero--text-and-image_image-col {
  padding-right: 0;
  position: relative;
}
.lmr-hero.lmr-hero--text-and-image .lmr-hero--text-and-image_image-col .lmr-hero_side-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lmr-hero.lmr-hero--text-and-image .lmr-hero--text-and-image_image-col .lmr-hero_side-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lmr-hero.lmr-hero--text-and-image .lmr-hero--text-and-image_bg-image {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .lmr-hero.lmr-hero--text-and-image .lmr-hero--text-and-image_bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
  }
}
.lmr-hero.lmr-hero--text-and-image .lmr-hero--text-and-image_bg-image img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .lmr-hero.lmr-hero--text-and-image .lmr-hero--text-and-image_bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.lmr-hero.lmr-hero--text-only {
  padding-top: 60px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .lmr-hero.lmr-hero--text-only {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .lmr-hero.lmr-hero--text-only h1 {
    font-size: 6rem;
  }
}
.lmr-hero.lmr-hero--notch {
  position: relative;
}
.lmr-hero.lmr-hero--notch .lmr-notch--hero {
  left: 16px;
}
.lmr-hero.lmr-hero--notch--centered {
  padding-top: 100px;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .lmr-hero.lmr-hero--notch--centered {
    padding-top: 130px;
    padding-bottom: 160px;
  }
}
.lmr-hero.lmr-hero--notch--centered .lmr-notch--hero {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lmr-hero.lmr-hero--notch--left--illustration {
  padding-top: 60px;
  padding-bottom: 66%;
}
@media (min-width: 576px) {
  .lmr-hero.lmr-hero--notch--left--illustration {
    padding-bottom: 40%;
  }
}
@media (min-width: 768px) {
  .lmr-hero.lmr-hero--notch--left--illustration {
    padding-top: 180px;
    padding-bottom: 140px;
  }
}
.lmr-hero.lmr-hero--notch--left--illustration .lmr-hero--notch--left--illustration_image {
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  width: 80%;
  max-width: 300px;
}
@media (min-width: 768px) {
  .lmr-hero.lmr-hero--notch--left--illustration .lmr-hero--notch--left--illustration_image {
    right: 6.8%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: 32%;
    max-width: 470px;
  }
}
.lmr-hero.lmr-hero--notch--left--illustration .lmr-hero--notch--left--illustration_image img {
  width: 100%;
  height: auto;
}
.lmr-hero.lmr-hero--notch--left--image .lmr-hero_text-col {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .lmr-hero.lmr-hero--notch--left--image .lmr-hero_text-col {
    padding-top: 180px;
    padding-bottom: 140px;
  }
}
.lmr-hero.lmr-hero--notch--left--image .lmr-hero_bg-image {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .lmr-hero.lmr-hero--notch--left--image .lmr-hero_bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
  }
}
.lmr-hero.lmr-hero--notch--left--image .lmr-hero_bg-image img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .lmr-hero.lmr-hero--notch--left--image .lmr-hero_bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767.98px) {
  .lmr-hero.lmr-hero--notch--left--image .lmr-notch--hero {
    display: none;
  }
}
.lmr-hero .lmr-breadcrumbs {
  display: inline-block;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .lmr-hero .lmr-breadcrumbs {
    margin-bottom: 30px;
  }
}

.lmr-notch {
  display: block;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  width: 138px;
  height: 66px;
}
@media (min-width: 768px) {
  .lmr-notch {
    width: 236px;
    height: 114px;
  }
}
.lmr-notch::before, .lmr-notch::after {
  content: "";
  width: 50%;
  display: block;
  height: 100%;
  background-color: rgb(8, 8, 32);
  position: absolute;
  top: 0;
}
.lmr-notch::before {
  border-bottom-right-radius: 50px;
  left: 0;
}
.lmr-notch::after {
  border-bottom-left-radius: 50px;
  right: 0;
}
.lmr-notch svg {
  display: none;
}

.lmr-logo-wall {
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .lmr-logo-wall {
    margin-bottom: 50px;
  }
}
.lmr-logo-wall .lmr-logo-wall_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 72px;
  padding: 26px 0 27px;
}
@media (min-width: 768px) {
  .lmr-logo-wall .lmr-logo-wall_inner {
    min-height: 94px;
    padding: 29px 0 26px;
  }
}
.lmr-logo-wall .lmr-logo-wall_inner a,
.lmr-logo-wall .lmr-logo-wall_inner img,
.lmr-logo-wall .lmr-logo-wall_inner svg {
  display: block;
  max-width: 100%;
  width: 60px;
  height: auto;
  margin: 0 8px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .lmr-logo-wall .lmr-logo-wall_inner a,
.lmr-logo-wall .lmr-logo-wall_inner img,
.lmr-logo-wall .lmr-logo-wall_inner svg {
    width: 132px;
    margin: 0 20px;
  }
}

/* CTAs */
.lmr-cta {
  position: relative;
}
.lmr-cta .lmr-cta_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.lmr-cta .lmr-cta_bg.lmr-cta_bg--mobile {
  display: block;
}
@media (min-width: 768px) {
  .lmr-cta .lmr-cta_bg.lmr-cta_bg--mobile {
    display: none;
  }
}
.lmr-cta .lmr-cta_bg.lmr-cta_bg--desktop {
  display: none;
}
@media (min-width: 768px) {
  .lmr-cta .lmr-cta_bg.lmr-cta_bg--desktop {
    display: block;
  }
}
.lmr-cta .container {
  z-index: 1;
  position: relative;
}
.lmr-cta.lmr-cta--standard .lmr-cta_bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #D2B8FF;
}
.lmr-cta.lmr-cta--standard .lmr-cta_bg.lmr-cta_bg--mobile {
  background-image: url("./assets/images/CTA-standard-mobile.svg");
}
@media (min-width: 768px) {
  .lmr-cta.lmr-cta--standard .lmr-cta_bg.lmr-cta_bg--mobile {
    background-image: none;
  }
}
.lmr-cta.lmr-cta--standard .lmr-cta_bg.lmr-cta_bg--desktop {
  background-image: url("./assets/images/CTA-standard.svg");
}
.lmr-cta.lmr-cta--standard .container {
  padding-top: 33px;
  padding-bottom: 75%;
}
@media (min-width: 768px) {
  .lmr-cta.lmr-cta--standard .container {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.lmr-cta.lmr-cta--newsletter {
  background-color: #020034;
}
.lmr-cta.lmr-cta--newsletter .lmr-cta_bg {
  background: -o-radial-gradient(100% 3.41%, 132.01% 1183.99%, #D2B8FF 0%, #06025E 58.16%, #020034 95.14%);
  background: radial-gradient(132.01% 1183.99% at 100% 3.41%, #D2B8FF 0%, #06025E 58.16%, #020034 95.14%);
  background-position: center;
  background-size: cover;
  background-color: #020034;
  background-repeat: no-repeat;
}
.lmr-cta.lmr-cta--newsletter .lmr-cta_bg.lmr-cta_bg--mobile {
  background-image: url("./assets/images/CTA-newsletter-mobile.svg");
}
@media (min-width: 768px) {
  .lmr-cta.lmr-cta--newsletter .lmr-cta_bg.lmr-cta_bg--mobile {
    background-image: none;
  }
}
.lmr-cta.lmr-cta--newsletter .lmr-cta_bg.lmr-cta_bg--desktop {
  background-image: url("./assets/images/CTA-newsletter-large.svg");
}
.lmr-cta.lmr-cta--newsletter .container {
  padding-top: 73px;
  padding-bottom: 43px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .lmr-cta.lmr-cta--newsletter .container {
    padding-top: 104px;
    padding-bottom: 118px;
  }
}
.lmr-cta.lmr-cta--newsletter .lmr-tag--grey {
  margin-bottom: 2rem;
  cursor: auto;
}
.lmr-cta.lmr-cta--newsletter h4 {
  margin-bottom: 24px;
}
.lmr-cta.lmr-cta--newsletter .lmr-form--newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lmr-cta.lmr-cta--newsletter .lmr-form--newsletter button {
  margin-left: 6px;
}
@media (min-width: 768px) {
  .lmr-cta.lmr-cta--newsletter .lmr-form--newsletter button {
    margin-left: 8px;
  }
}
.lmr-cta.lmr-cta--newsletter--small {
  width: 100%;
  max-width: 970px;
}
.lmr-cta.lmr-cta--newsletter--small .lmr-cta_bg.lmr-cta_bg--mobile {
  background-image: url("./assets/images/CTA-newsletter-mobile.svg");
}
@media (min-width: 768px) {
  .lmr-cta.lmr-cta--newsletter--small .lmr-cta_bg.lmr-cta_bg--mobile {
    background-image: none;
  }
}
.lmr-cta.lmr-cta--newsletter--small .lmr-cta_bg.lmr-cta_bg--desktop {
  background-image: url("./assets/images/CTA-newsletter-small.svg");
}
.lmr-cta.lmr-cta--newsletter--small .container {
  padding-top: 65px;
  padding-bottom: 68px;
}
.lmr-cta.lmr-cta--text-centered .lmr-cta_bg {
  background: -o-radial-gradient(100% 3.41%, 132.01% 1183.99%, #D2B8FF 0%, #06025E 58.16%, #020034 95.14%);
  background: radial-gradient(132.01% 1183.99% at 100% 3.41%, #D2B8FF 0%, #06025E 58.16%, #020034 95.14%);
  background-position: center;
  background-size: cover;
  background-color: #020034;
  background-repeat: no-repeat;
}
.lmr-cta.lmr-cta--text-centered .lmr-cta_bg.lmr-cta_bg--mobile {
  background-image: url("./assets/images/CTA-newsletter-mobile.svg");
}
@media (min-width: 768px) {
  .lmr-cta.lmr-cta--text-centered .lmr-cta_bg.lmr-cta_bg--mobile {
    background-image: none;
  }
}
.lmr-cta.lmr-cta--text-centered .lmr-cta_bg.lmr-cta_bg--desktop {
  background-image: url("./assets/images/CTA-integrations.svg");
}
.lmr-cta.lmr-cta--text-centered .container {
  padding-top: 73px;
  padding-bottom: 117px;
}
@media (min-width: 768px) {
  .lmr-cta.lmr-cta--text-centered .container {
    padding-top: 104px;
    padding-bottom: 109px;
  }
}
.lmr-cta.lmr-cta--text-centered .lmr-tag--grey {
  margin-bottom: 2rem;
  cursor: auto;
}
.lmr-cta.lmr-cta--text-centered p {
  color: #FFFFFF;
  opacity: 0.7;
}
.lmr-cta.lmr-cta--text .container {
  padding-top: 60px;
  padding-bottom: 63px;
}
@media (min-width: 768px) {
  .lmr-cta.lmr-cta--text .container {
    padding-top: 90px;
    padding-bottom: 76px;
  }
}
.lmr-cta.lmr-cta--text h5 {
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .lmr-cta.lmr-cta--text h5 {
    margin-bottom: 40px;
  }
}
.lmr-cta .lmr-cta_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.lmr-cta button {
  cursor: pointer;
}

.lmr-button-wrap {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .lmr-button-wrap {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.lmr-content-block.lmr-content-block--standard {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .lmr-content-block.lmr-content-block--standard {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.lmr-content-block.lmr-content-block--standard .lmr-content-block_text-col {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .lmr-content-block.lmr-content-block--standard .lmr-content-block_text-col {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.lmr-content-block.lmr-content-block--standard .lmr-content-block_image-col {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .lmr-content-block.lmr-content-block--standard .lmr-content-block_image-col {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.lmr-content-block.lmr-content-block--standard .lmr-tag {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .lmr-content-block.lmr-content-block--standard .lmr-tag {
    margin-bottom: 25px;
  }
}
.lmr-content-block img {
  max-width: 100%;
  height: auto;
}
.lmr-content-block.lmr-content-block--icon h4 {
  margin-top: 20px;
}
.lmr-content-block.lmr-content-block--icon .checklist img {
  margin-right: 15px;
}

.testimonial-cards .testimonial-cards_item:nth-child(2), .testimonial-cards:hover .testimonial-cards_item:hover,
.testimonial-cards:hover .testimonial-cards_item:nth-child(2):hover {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
  z-index: 3;
}
.testimonial-cards .testimonial-cards_item:nth-child(2) .testimonial-card, .testimonial-cards:hover .testimonial-cards_item:hover .testimonial-card {
  background-color: #FFFFFF;
}

.testimonial-cards:hover .testimonial-cards_item,
.testimonial-cards:hover .testimonial-cards_item:nth-child(2) {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: 1;
}
.testimonial-cards:hover .testimonial-cards_item .testimonial-card {
  background-color: #F0EFEE;
}

.lmr-content-block--testimonial {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .lmr-content-block--testimonial {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  .lmr-content-block--testimonial .lmr-content-block_text-col {
    text-align: center;
  }
}
.lmr-content-block--testimonial .lmr-content-block_testimonial-col {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .lmr-content-block--testimonial .lmr-content-block_testimonial-col {
    padding-top: 0px;
  }
}

.testimonial-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-cards .testimonial-cards_item {
  width: 47%;
}
.testimonial-cards .testimonial-cards_item:first-child {
  margin-right: -19.5%;
}
.testimonial-cards .testimonial-cards_item:nth-child(2) {
  margin-right: -19.5%;
}
.testimonial-cards .testimonial-cards_item {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-box-shadow: 0 2px 20px 0 rgba(4, 13, 31, 0.18);
          box-shadow: 0 2px 20px 0 rgba(4, 13, 31, 0.18);
}
.testimonial-cards .testimonial-cards_item:nth-child(2) {
  z-index: 2 !important;
}

.testimonial-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 16px;
  background-color: #F0EFEE;
  border-radius: 8px;
  width: 100%;
}
.testimonial-card .testimonial-card_rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
}
.testimonial-card .testimonial-card_rating img,
.testimonial-card .testimonial-card_rating svg {
  margin-right: 8px;
}
.testimonial-card .testimonial-card_rating p {
  margin-bottom: 0;
}
.testimonial-card .testimonial-card_quote {
  margin-bottom: 20px;
  min-height: 150px;
}
.testimonial-card .testimonial-card_person {
  border-top: 1px solid rgba(4, 13, 31, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.testimonial-card .testimonial-card_person-title {
  max-width: 190px;
  color: #040D1F;
}
.testimonial-card .testimonial-card_person-title p {
  margin-bottom: 0;
}
.testimonial-card .testimonial-card_person-title p:first-child {
  margin-bottom: 4px;
}
.testimonial-card .testimonial-card_avatar {
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 999px;
  overflow: hidden;
}

.lmr-content-block--teams {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .lmr-content-block--teams {
    padding-top: 80px;
  }
}
.lmr-content-block--teams .lmr-content-block_item-col {
  margin-bottom: 30px;
}
.lmr-content-block--teams .lmr-content-block_item-col:hover .mask {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.lmr-content-block--teams .lmr-content-block_item-col:hover:nth-child(2n) .mask {
  background-color: #D2B8FF;
}
.lmr-content-block--teams .lmr-content-block_item-col:hover:nth-child(2n+1) .mask {
  background-color: #00F0FF;
}
.lmr-content-block--teams .lmr-content-block_item-col:hover:nth-child(4n) .mask {
  -webkit-mask-image: url("./assets/icons/shape-hourglass.svg");
          mask-image: url("./assets/icons/shape-hourglass.svg");
}
.lmr-content-block--teams .lmr-content-block_item-col:hover:nth-child(4n+1) .mask {
  -webkit-mask-image: url("./assets/icons/shape-lens.svg");
          mask-image: url("./assets/icons/shape-lens.svg");
}
.lmr-content-block--teams .lmr-content-block_item-col:hover:nth-child(4n+2) .mask {
  -webkit-mask-image: url("./assets/icons/shape-clover.svg");
          mask-image: url("./assets/icons/shape-clover.svg");
}
.lmr-content-block--teams .lmr-content-block_item-col:hover:nth-child(4n+3) .mask {
  -webkit-mask-image: url("./assets/icons/shape-window.svg");
          mask-image: url("./assets/icons/shape-window.svg");
}
.lmr-content-block--teams .lmr-content-block_item {
  margin: 0 auto;
  max-width: 270px;
}
.lmr-content-block--teams .lmr-content-block_item.lmr-content-block_item--active .lmr-content-block--teams_info {
  display: block;
}
.lmr-content-block--teams .lmr-content-block_item.lmr-content-block_item--active .lmr-content-block--teams_icon .expand-icon {
  opacity: 0;
}
.lmr-content-block--teams .lmr-content-block_item.lmr-content-block_item--active .lmr-content-block--teams_icon .collapsed-icon {
  opacity: 1;
}
.lmr-content-block--teams .lmr-content-block_item.lmr-content-block_item--active .lmr-content-block--teams_icon img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lmr-content-block--teams .lmr-content-block_avatar {
  margin: 0 auto;
  display: block;
  width: 100%;
}
.lmr-content-block--teams .lmr-content-block--teams_icon {
  background: transparent;
  border: none;
  height: 24px;
  width: 21px;
  position: relative;
}
@media (min-width: 768px) {
  .lmr-content-block--teams .lmr-content-block--teams_icon {
    height: 28px;
  }
}
.lmr-content-block--teams .lmr-content-block--teams_icon .expand-icon {
  opacity: 1;
  top: 2px;
  left: 0;
}
@media (min-width: 768px) {
  .lmr-content-block--teams .lmr-content-block--teams_icon .expand-icon {
    top: 3px;
  }
}
.lmr-content-block--teams .lmr-content-block--teams_icon .collapsed-icon {
  opacity: 0;
  width: 21px;
  top: 11px;
  left: 0;
}
@media (min-width: 768px) {
  .lmr-content-block--teams .lmr-content-block--teams_icon .collapsed-icon {
    top: 13px;
  }
}
.lmr-content-block--teams .lmr-content-block--teams_icon img {
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  left: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lmr-content-block--teams .lmr-content-block--teams_name {
  cursor: pointer;
  padding-top: 20px;
}
.lmr-content-block--teams .lmr-content-block--teams_name p {
  margin-bottom: 0;
}
.lmr-content-block--teams .lmr-content-block--teams_name .lmr-member-info_name {
  line-height: 1.2;
}
.lmr-content-block--teams .lmr-content-block--teams_info {
  display: none;
}

.lmr-content-block--video {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(4, 13, 31, 0.2);
}
@media (min-width: 768px) {
  .lmr-content-block--video {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.lmr-content-block--video .lmr-content-block_video {
  position: relative;
}
.lmr-content-block--video .lmr-content-block_video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lmr-content-block--video .lmr-button-icon--play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lmr-content-block--video .lmr-content-block_text-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 8px;
  padding-bottom: 8px;
}
.lmr-content-block--video .lmr-content-block_text-col h6 {
  margin-bottom: 16px;
}
.lmr-content-block--video .lmr-content-block_text-col .lmr-content-block_date {
  margin-top: auto;
}
.lmr-content-block--video .lmr-content-block_text-col .lmr-content-block_date p {
  margin-bottom: 0;
}
.lmr-content-block--video .lmr-content-block_content {
  color: #424242;
}
.lmr-content-block--video_wrap:last-child .lmr-content-block--video {
  border-bottom: none;
}

.lmr-card {
  text-decoration: none;
  display: block;
}
.lmr-card img {
  max-width: 100%;
  height: auto;
  display: block;
}
.lmr-card .lmr-card_date p {
  margin-bottom: 0;
}
.lmr-card .lmr-card_title a {
  display: block;
  text-decoration: none;
}
.lmr-card.lmr-card--article, .lmr-card.lmr-card--article-video, .lmr-card.lmr-card--customer-story, .lmr-card.lmr-card--webinar {
  margin-bottom: 20px;
}
.lmr-card.lmr-card--article .lmr-card_image, .lmr-card.lmr-card--article-video .lmr-card_image, .lmr-card.lmr-card--customer-story .lmr-card_image, .lmr-card.lmr-card--webinar .lmr-card_image {
  padding-bottom: 16px;
}
.lmr-card.lmr-card--article .lmr-card_image img, .lmr-card.lmr-card--article-video .lmr-card_image img, .lmr-card.lmr-card--customer-story .lmr-card_image img, .lmr-card.lmr-card--webinar .lmr-card_image img {
  width: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media (min-width: 768px) {
  .lmr-card.lmr-card--article .lmr-card_image img, .lmr-card.lmr-card--article-video .lmr-card_image img, .lmr-card.lmr-card--customer-story .lmr-card_image img, .lmr-card.lmr-card--webinar .lmr-card_image img {
    height: 240px;
  }
}
.lmr-card.lmr-card--article .lmr-card_image.lmr-card_image--auto-height img, .lmr-card.lmr-card--article-video .lmr-card_image.lmr-card_image--auto-height img, .lmr-card.lmr-card--customer-story .lmr-card_image.lmr-card_image--auto-height img, .lmr-card.lmr-card--webinar .lmr-card_image.lmr-card_image--auto-height img {
  width: 100%;
  -o-object-fit: initial;
     object-fit: initial;
  height: auto;
}
.lmr-card.lmr-card--article .lmr-card_meta, .lmr-card.lmr-card--article-video .lmr-card_meta, .lmr-card.lmr-card--customer-story .lmr-card_meta, .lmr-card.lmr-card--webinar .lmr-card_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 16px;
}
.lmr-card.lmr-card--article .lmr-card_date, .lmr-card.lmr-card--article-video .lmr-card_date, .lmr-card.lmr-card--customer-story .lmr-card_date, .lmr-card.lmr-card--webinar .lmr-card_date {
  min-width: 75px;
  display: none;
}
.lmr-card.lmr-card--article .lmr-card_date p, .lmr-card.lmr-card--article-video .lmr-card_date p, .lmr-card.lmr-card--customer-story .lmr-card_date p, .lmr-card.lmr-card--webinar .lmr-card_date p {
  margin-bottom: 0;
  text-align: right;
}
.lmr-card.lmr-card--article .lmr-card_title, .lmr-card.lmr-card--article-video .lmr-card_title, .lmr-card.lmr-card--customer-story .lmr-card_title, .lmr-card.lmr-card--webinar .lmr-card_title {
  margin-bottom: 0;
}
.lmr-card.lmr-card--article-video .lmr-card_image, .lmr-card.lmr-card--webinar .lmr-card_image, .lmr-card.lmr-card--webinar-highlight .lmr-card_image {
  position: relative;
}
.lmr-card.lmr-card--article-video .lmr-button-icon--small--play, .lmr-card.lmr-card--webinar .lmr-button-icon--small--play, .lmr-card.lmr-card--webinar-highlight .lmr-button-icon--small--play {
  position: absolute;
  top: 20px;
  left: 20px;
}
.lmr-card.lmr-card--article-highlight .lmr-card_image, .lmr-card.lmr-card--customer-story-highlight .lmr-card_image {
  padding-bottom: 16px;
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .lmr-card.lmr-card--article-highlight .lmr-card_image, .lmr-card.lmr-card--customer-story-highlight .lmr-card_image {
    padding-bottom: 0;
    height: 320px;
  }
  .lmr-posts-layout--with-sidebar .lmr-card.lmr-card--article-highlight .lmr-card_image, .lmr-posts-layout--with-sidebar .lmr-card.lmr-card--customer-story-highlight .lmr-card_image {
    height: auto;
  }
}
.lmr-card.lmr-card--article-highlight .lmr-card_image img, .lmr-card.lmr-card--customer-story-highlight .lmr-card_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.lmr-card.lmr-card--article-highlight .lmr-card_body, .lmr-card.lmr-card--customer-story-highlight .lmr-card_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.lmr-card.lmr-card--article-highlight .lmr-card_meta, .lmr-card.lmr-card--customer-story-highlight .lmr-card_meta {
  margin-bottom: 16px;
}
.lmr-card.lmr-card--article-highlight .lmr-card_meta .lmr-card_logo img, .lmr-card.lmr-card--customer-story-highlight .lmr-card_meta .lmr-card_logo img {
  width: 100px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .lmr-card.lmr-card--article-highlight .lmr-card_meta .lmr-card_logo img, .lmr-card.lmr-card--customer-story-highlight .lmr-card_meta .lmr-card_logo img {
    width: 130px;
    height: 40px;
  }
}
.lmr-card.lmr-card--article-highlight .lmr-card_title, .lmr-card.lmr-card--customer-story-highlight .lmr-card_title {
  margin-bottom: 0;
}
.lmr-card.lmr-card--article-highlight .lmr-card_date, .lmr-card.lmr-card--customer-story-highlight .lmr-card_date {
  margin-top: auto;
  display: none;
}
.lmr-card.lmr-card--customer-story .lmr-card_logo img {
  width: auto;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lmr-card.lmr-card--product-guide .lmr-card_image {
  padding-bottom: 16px;
}
.lmr-card.lmr-card--product-guide .lmr-card_image img {
  width: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media (min-width: 768px) {
  .lmr-card.lmr-card--product-guide .lmr-card_image img {
    height: 180px;
  }
}
.lmr-card.lmr-card--product-guide .lmr-card_title {
  margin-bottom: 4px;
}
.lmr-card.lmr-card--product-guide .lmr-card_subtitle {
  margin-bottom: 0;
}
.lmr-card.lmr-card--ebook-small .lmr-card_image {
  padding-bottom: 16px;
}
.lmr-card.lmr-card--ebook-small .lmr-card_image img {
  width: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 180px;
  background-color: #F7F6F4;
}
@media (min-width: 768px) {
  .lmr-card.lmr-card--ebook-small .lmr-card_image img {
    height: 180px;
  }
}
.lmr-card.lmr-card--ebook-large {
  background-color: #F7F6F4;
  max-width: 960px;
  border-radius: 4px;
}
.lmr-card.lmr-card--ebook-large .lmr-card_image {
  height: 100%;
}
@media (max-width: 767.98px) {
  .lmr-card.lmr-card--ebook-large .lmr-card_image {
    height: 180px;
  }
}
.lmr-card.lmr-card--ebook-large .lmr-card_image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  background-color: #A16AFF;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (min-width: 768px) {
  .lmr-card.lmr-card--ebook-large .lmr-card_body {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-right: 20px;
  }
}
.lmr-card.lmr-card--ebook-large .lmr-card_body .lmr-tag {
  background-color: #FFFFFF;
}
.lmr-card.lmr-card--ebook-large .lmr-card_meta {
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .lmr-card.lmr-card--ebook-large .lmr-card_meta {
    margin-bottom: 20px;
  }
}
.lmr-card.lmr-card--soh {
  position: relative;
  margin-bottom: 20px;
}
.lmr-card.lmr-card--soh .lmr-card_image {
  height: 200px;
}
@media (min-width: 768px) {
  .lmr-card.lmr-card--soh .lmr-card_image {
    height: 180px;
  }
}
.lmr-card.lmr-card--soh .lmr-card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #040D1F;
  border-radius: 4px;
}
.lmr-card.lmr-card--soh .lmr-card_body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px 18px;
}
@media (max-width: 767.98px) {
  .lmr-card.lmr-card--soh .lmr-card_body {
    padding: 20px;
  }
}
.lmr-card.lmr-card--soh .lmr-card_body .lmr-card_title {
  max-width: 280px;
  margin-bottom: 0;
}
.lmr-card .lmr-card_tags {
  line-height: normal;
}

.lmr-card-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 830px;
}
@media (min-width: 768px) {
  .lmr-card-author {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.lmr-card-author .lmr-card-author_image {
  width: 130px;
  height: 130px;
  margin-right: 25px;
}
@media (max-width: 767.98px) {
  .lmr-card-author .lmr-card-author_image {
    margin-bottom: 25px;
  }
}
.lmr-card-author .lmr-card-author_body {
  padding: 10px 15px 15px;
  background-color: #F7F6F4;
  border-radius: 8px;
  width: 100%;
}
@media (min-width: 768px) {
  .lmr-card-author .lmr-card-author_body {
    max-width: calc(100% - 155px);
    padding: 40px 45px 45px;
  }
}
.lmr-card-author .lmr-card-author_body a {
  margin-bottom: 20px;
  text-decoration: none;
  display: inline-block;
}
.lmr-card-author .lmr-card-author_body a h6 {
  margin-bottom: 0;
}
.lmr-card-author .lmr-card-author_body p {
  color: #424242;
  margin-bottom: 0;
}
.lmr-card-author.lmr-card-author--person .lmr-card-author_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lmr-card-author.lmr-card-author--company .lmr-card-author_image {
  background-color: #D2B8FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
}
.lmr-card-author.lmr-card-author--company .lmr-card-author_image img {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}

.lmr-content-slider--testimonials {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .lmr-content-slider--testimonials {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  .lmr-content-slider--testimonials {
    padding: 100px 0;
  }
}
.lmr-content-slider--testimonials .lmr-content-slider_controls-container {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .lmr-content-slider--testimonials .lmr-content-slider_controls-container {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 768px) {
  .lmr-content-slider--testimonials .lmr-content-slider_controls-container .row {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .lmr-content-slider--testimonials .lmr-content-slider_controls-container .lmr-content-slider_controls-col {
    position: absolute;
  }
}
.lmr-content-slider--testimonials .lmr-content-slider_controls-container .lmr-content-slider_controls {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .lmr-content-slider--testimonials .lmr-content-slider_controls-container .lmr-content-slider_controls {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.lmr-content-slider--testimonials .lmr-content-slider_top {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .lmr-content-slider--testimonials .lmr-content-slider_top {
    padding-bottom: 25px;
  }
}
.lmr-content-slider--testimonials .lmr-content-slider_top hr {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0;
}
.lmr-content-slider--testimonials .lmr-content-slider_container {
  width: 100%;
}
@media (min-width: 768px) {
  .lmr-content-slider--testimonials .lmr-content-slider_body {
    padding-top: 70px;
  }
}
.lmr-content-slider--testimonials .lmr-content-slider_body .splide__slide:nth-child(2n) .lmr-content-slider_photo {
  -webkit-transform: rotate(6deg);
      -ms-transform: rotate(6deg);
          transform: rotate(6deg);
}
.lmr-content-slider--testimonials .lmr-content-slider_body .splide__slide:nth-child(2n) .mask {
  background-color: #D2B8FF;
}
.lmr-content-slider--testimonials .lmr-content-slider_body .splide__slide:nth-child(2n+1) .lmr-content-slider_photo {
  -webkit-transform: rotate(-6deg);
      -ms-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
.lmr-content-slider--testimonials .lmr-content-slider_body .splide__slide:nth-child(2n+1) .mask {
  background-color: #00F0FF;
}
.lmr-content-slider--testimonials .lmr-content-slider_body .splide__slide:nth-child(4n) .mask {
  -webkit-mask-image: url("./assets/icons/shape-hourglass.svg");
          mask-image: url("./assets/icons/shape-hourglass.svg");
}
.lmr-content-slider--testimonials .lmr-content-slider_body .splide__slide:nth-child(4n+1) .mask {
  -webkit-mask-image: url("./assets/icons/shape-lens.svg");
          mask-image: url("./assets/icons/shape-lens.svg");
}
.lmr-content-slider--testimonials .lmr-content-slider_body .splide__slide:nth-child(4n+2) .mask {
  -webkit-mask-image: url("./assets/icons/shape-clover.svg");
          mask-image: url("./assets/icons/shape-clover.svg");
}
.lmr-content-slider--testimonials .lmr-content-slider_body .splide__slide:nth-child(4n+3) .mask {
  -webkit-mask-image: url("./assets/icons/shape-window.svg");
          mask-image: url("./assets/icons/shape-window.svg");
}
.lmr-content-slider--testimonials .lmr-content-slider_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .lmr-content-slider--testimonials .lmr-content-slider_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.lmr-content-slider--testimonials .lmr-content-slider_photo {
  width: 160px;
}
@media (min-width: 768px) {
  .lmr-content-slider--testimonials .lmr-content-slider_photo {
    width: 220px;
  }
}
@media (max-width: 767.98px) {
  .lmr-content-slider--testimonials .lmr-content-slider_photo {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.lmr-content-slider--testimonials .lmr-content-slider_photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lmr-content-slider--testimonials .lmr-content-slider_photo img.mask {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  border: 0.5px solid #040D1F;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-size: calc(100% - 4px) calc(100% - 4px);
          mask-size: calc(100% - 4px) calc(100% - 4px);
  -webkit-mask-position: center;
          mask-position: center;
}
.lmr-content-slider--testimonials .lmr-content-slider_text {
  width: 100%;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .lmr-content-slider--testimonials .lmr-content-slider_text {
    width: auto;
    max-width: calc(100% - 220px);
  }
}
@media (min-width: 768px) {
  .lmr-content-slider--testimonials .lmr-content-slider_text {
    padding: 10px 40px;
  }
}
@media (min-width: 992px) {
  .lmr-content-slider--testimonials .lmr-content-slider_text {
    padding: 10px 100px;
  }
}
.lmr-content-slider--testimonials .lmr-content-slider_text img {
  margin-bottom: 20px;
  max-width: 150px;
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lmr-content-slider--testimonials .lmr-content-slider_text-inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .lmr-content-slider--testimonials .lmr-content-slider_text-inner {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .lmr-content-slider--testimonials .lmr-content-slider_item--image-hidden .lmr-content-slider_text {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .lmr-content-slider--testimonials .lmr-content-slider_item--image-visible .lmr-content-slider_text {
    max-width: calc(100% - 220px);
  }
}
.lmr-content-slider--testimonials .lmr-content-slider_item--image-visible .lmr-content-slider_text-inner {
  max-width: 600px;
}
.lmr-content-slider--testimonials .lmr-content-slider_quote {
  color: #FFFFFF;
  font-size: 1.7rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .lmr-content-slider--testimonials .lmr-content-slider_quote {
    font-size: 2.4rem;
  }
}
.lmr-content-slider--testimonials .lmr-content-slider_name {
  font-size: 1.2rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .lmr-content-slider--testimonials .lmr-content-slider_name {
    font-size: 1.4rem;
  }
}
.lmr-content-slider--testimonials .splide__arrows .splide__arrow--next {
  margin-left: 14px;
}
.lmr-content-slider--testimonials .splide__arrows svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.lmr-content-slider--team {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .lmr-content-slider--team {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.lmr-content-slider--team:not(.is-active) .splide__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lmr-content-slider--team:not(.is-active) .splide__list .splide__slide {
  width: 100%;
}
@media (min-width: 576px) {
  .lmr-content-slider--team:not(.is-active) .splide__list .splide__slide {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .lmr-content-slider--team:not(.is-active) .splide__list .splide__slide {
    width: 33.32%;
  }
}
@media (min-width: 992px) {
  .lmr-content-slider--team:not(.is-active) .splide__list .splide__slide {
    width: 25%;
  }
}
.lmr-content-slider--team .lmr-content-slider_top {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .lmr-content-slider--team .lmr-content-slider_top {
    padding-bottom: 60px;
  }
}
.lmr-content-slider--team .lmr-content-slider_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 0 8px;
  max-width: 270px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .lmr-content-slider--team .lmr-content-slider_item {
    max-width: 340px;
  }
}
.lmr-content-slider--team .lmr-content-slider_photo {
  max-width: 270px;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .lmr-content-slider--team .lmr-content-slider_photo {
    max-width: 340px;
  }
}
.lmr-content-slider--team .lmr-content-slider_photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lmr-content-slider--team .lmr-content-slider_tags {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
}
@media (min-width: 768px) {
  .lmr-content-slider--team .lmr-content-slider_tags {
    padding: 24px;
  }
}
.lmr-content-slider--team .lmr-content-slider_tags .lmr-tag {
  margin-top: 8px;
}
.lmr-content-slider--team .splide__slide:hover .mask {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.lmr-content-slider--team .splide__slide:hover:nth-child(2n) .mask {
  background-color: #D2B8FF;
}
.lmr-content-slider--team .splide__slide:hover:nth-child(2n+1) .mask {
  background-color: #00F0FF;
}
.lmr-content-slider--team .splide__slide:hover:nth-child(4n) .mask {
  -webkit-mask-image: url("./assets/icons/shape-hourglass.svg");
          mask-image: url("./assets/icons/shape-hourglass.svg");
}
.lmr-content-slider--team .splide__slide:hover:nth-child(4n+1) .mask {
  -webkit-mask-image: url("./assets/icons/shape-lens.svg");
          mask-image: url("./assets/icons/shape-lens.svg");
}
.lmr-content-slider--team .splide__slide:hover:nth-child(4n+2) .mask {
  -webkit-mask-image: url("./assets/icons/shape-clover.svg");
          mask-image: url("./assets/icons/shape-clover.svg");
}
.lmr-content-slider--team .splide__slide:hover:nth-child(4n+3) .mask {
  -webkit-mask-image: url("./assets/icons/shape-window.svg");
          mask-image: url("./assets/icons/shape-window.svg");
}
.lmr-content-slider--team .lmr-content-slider_bottom {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .lmr-content-slider--team .lmr-content-slider_bottom {
    padding-top: 100px;
  }
}

.lmr-content-slider--big {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .lmr-content-slider--big {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .lmr-content-slider--big .lmr-content-slider_tab-content {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.lmr-content-slider--big .lmr-content-slider_tab {
  padding: 0 25px 0 70px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.lmr-content-slider--big .lmr-content-slider_tab.active {
  padding: 20px 20px 30px;
  background-color: #F7F6F4;
}
@media (min-width: 768px) {
  .lmr-content-slider--big .lmr-content-slider_tab.active {
    padding: 40px 25px 25px 70px;
  }
}
.lmr-content-slider--big .lmr-content-slider_tab.active > p {
  margin-bottom: 16px;
}
.lmr-content-slider--big .lmr-content-slider_tab.active > p:last-child {
  margin-bottom: 0;
}
.lmr-content-slider--big .lmr-content-slider_tab:not(.active) {
  cursor: pointer;
}
.lmr-content-slider--big .lmr-content-slider_tab:not(.active) > p {
  margin-bottom: 0;
}
.lmr-content-slider--big .lmr-content-slider_tab .slider-title {
  pointer-events: none;
}
.lmr-content-slider--big .lmr-content-slider_tab .slider-title.active {
  pointer-events: all;
}
.lmr-content-slider--big .lmr-content-slider_tab .slider-description a {
  text-decoration: underline;
}
.lmr-content-slider--big .lmr-content-slider_tab .slider-description a a:hover {
  color: #D2B8FF !important;
}
.lmr-content-slider--big .lmr-content-slider_tab .slider-description p {
  color: #424242;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .lmr-content-slider--big .lmr-content-slider_tab .slider-description p {
    font-size: 1.7rem;
  }
}
.lmr-content-slider--big.lmr-content-slider--dark .lmr-content-slider_tab.active {
  background-color: #38384A;
}
.lmr-content-slider--big.lmr-content-slider--dark .lmr-content-slider_tab.active > p {
  color: #FFFFFF;
}
.lmr-content-slider--big.lmr-content-slider--dark .lmr-content-slider_tab > p {
  color: #F1ECF9;
}
.lmr-content-slider--big a {
  text-decoration: none;
}

.lmr-custom-heading + .lmr-content-slider--big {
  padding-top: 0;
}

.vacancies {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .vacancies {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
.vacancies a {
  text-decoration: none;
}

.vacancy-wrapper {
  padding: 10px 0 20px;
  border-bottom: 1px solid rgba(4, 13, 31, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vacancy-wrapper .job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.vacancy-wrapper .job p {
  color: #040D1F;
  margin: 0;
}
.vacancy-wrapper .job .city {
  margin-left: 10px;
  opacity: 0.5;
}
.vacancy-wrapper .job-submit {
  opacity: 0;
}
.vacancy-wrapper:hover {
  cursor: pointer;
}
.vacancy-wrapper:hover .job-submit {
  opacity: 1;
}
.vacancy-wrapper:hover .title {
  font-weight: bold;
}

.lmr-usp_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 10px 30px;
  margin-bottom: 30px;
  border-radius: 6px;
  border: 1px solid rgba(4, 13, 31, 0.2);
  text-decoration: none;
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 768px) {
  .lmr-usp_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 28px 70px 28px 30px;
  }
}
.lmr-usp_item:hover, .lmr-usp_item:focus {
  background-color: #F7F6F4;
  border-color: #F7F6F4;
}
.lmr-usp_item.lmr-usp--dark {
  background-color: #040D1F;
  border: 1px solid #FFFFFF;
}
.lmr-usp_item.lmr-usp--dark:hover, .lmr-usp_item.lmr-usp--dark:focus {
  background-color: #F7F6F4;
  border-color: #F7F6F4;
}
.lmr-usp_item.lmr-usp--dark:hover h6, .lmr-usp_item.lmr-usp--dark:hover p, .lmr-usp_item.lmr-usp--dark:focus h6, .lmr-usp_item.lmr-usp--dark:focus p {
  color: #040D1F !important;
}

.lmr-usp_image {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .lmr-usp_image {
    padding-right: 3.6%;
    padding-bottom: 0;
  }
}
.lmr-usp_image img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 80px;
}
@media (min-width: 768px) {
  .lmr-usp_image img {
    max-width: 85px;
  }
}

.lmr-usp_title {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .lmr-usp_title {
    padding-right: 30px;
    max-width: 28%;
    text-align: left;
  }
}
.lmr-usp_title h5,
.lmr-usp_title h6 {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .lmr-usp_title h5,
.lmr-usp_title h6 {
    margin-bottom: 0;
  }
}

.lmr-usp_content {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .lmr-usp_content {
    max-width: 57%;
    text-align: left;
  }
}
.lmr-usp_content p {
  margin-bottom: 0;
  color: #040D1F;
}

.lmr-article-top_image-row img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 300px;
}
@media (min-width: 768px) {
  .lmr-article-top_image-row img {
    max-height: 400px;
  }
}
@media (min-width: 992px) {
  .lmr-article-top_image-row img {
    max-height: 500px;
  }
}

.lmr-cta-article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px 10px 10px;
  background-color: #FFFFFF;
  border: 1px solid rgba(4, 13, 31, 0.1);
  border-radius: 4px;
  text-decoration: none;
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .lmr-cta-article a {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.lmr-cta-article a:hover, .lmr-cta-article a:focus {
  background-color: #F7F6F4;
  border-color: #F7F6F4;
  color: #040D1F;
}
.lmr-cta-article img {
  max-width: 100%;
  width: 100%;
  margin-right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .lmr-cta-article img {
    max-width: 180px;
    margin-bottom: 0;
    margin-right: 25px;
  }
}
.lmr-cta-article .lmr-cta-article_text {
  margin-right: 15px;
}
.lmr-cta-article .lmr-cta-article_text h6,
.lmr-cta-article .lmr-cta-article_text p {
  max-width: 500px;
}
.lmr-cta-article button {
  margin-left: auto;
  max-width: 40px;
}
.lmr-cta-article h6 {
  margin-bottom: 0;
}
.lmr-cta-article p {
  margin-bottom: 0;
}
.lmr-cta-article.lmr-cta-article--with-image .lmr-cta-article_text {
  max-width: calc(100% - 55px);
}
@media (min-width: 768px) {
  .lmr-cta-article.lmr-cta-article--with-image .lmr-cta-article_text {
    max-width: calc(100% - 235px);
  }
}
.lmr-cta-article.lmr-cta-article--text-only a {
  padding: 25px 15px 25px 25px;
}
.lmr-cta-article.lmr-cta-article--text-only .lmr-cta-article_text {
  max-width: calc(100% - 55px);
}
.lmr-cta-article.lmr-cta-article--text-only img {
  display: none;
}
.lmr-cta-article.lmr-cta-article--text-only p {
  color: #424242;
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
}
.modal.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-bg {
  position: fixed;
  background: rgba(210, 184, 255, 0.7);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.modal-container {
  border-radius: 10px;
  background: #F7F6F4;
  position: relative;
  padding: 30px;
  width: calc(100% - 15px);
  max-width: 500px;
  margin: 80px auto 120px;
}
.modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #040D1F;
  background: none;
  border: 0px;
  font-weight: bold;
  cursor: pointer;
}

body.lmr-modal-open {
  overflow: hidden;
}

.code-block-example.code-block-example--incorrect, .code-block-example.code-block-example--correct {
  position: relative;
  padding-top: 95px;
}
.code-block-example.code-block-example--incorrect::after, .code-block-example.code-block-example--correct::after {
  display: block;
  position: absolute;
  top: 19px;
  right: 18px;
  font-size: 16px;
  color: #FFFFFF;
  padding: 15px 10px;
  border-radius: 999px;
  font-family: "Haffer", BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.code-block-example.code-block-example--incorrect::after {
  content: "Incorrect HTML Example";
  background-color: #9A1111;
  color: #FFFFFF;
}
.code-block-example.code-block-example--correct::after {
  content: "Correct HTML Example";
  background-color: #D2B8FF;
  color: #1B2038;
}

.lmr-grid-tester {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  pointer-events: none;
  opacity: 0.6;
}
.lmr-grid-tester .container,
.lmr-grid-tester .row,
.lmr-grid-tester .col-1,
.lmr-grid-tester .col-3,
.lmr-grid-tester .lmr-grid-tester_inner-cell {
  height: 100%;
}
.lmr-grid-tester .col-1,
.lmr-grid-tester .col-3 {
  background: rgba(0, 0, 0, 0.2);
  outline: 1px solid rgba(255, 0, 0, 0.3);
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .lmr-grid-tester .col-1,
.lmr-grid-tester .col-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.lmr-grid-tester .col-1::before, .lmr-grid-tester .col-1::after,
.lmr-grid-tester .col-3::before,
.lmr-grid-tester .col-3::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
  background-color: rgba(81, 124, 237, 0.31);
}
@media (min-width: 768px) {
  .lmr-grid-tester .col-1::before, .lmr-grid-tester .col-1::after,
.lmr-grid-tester .col-3::before,
.lmr-grid-tester .col-3::after {
    width: 15px;
  }
}
.lmr-grid-tester .col-1::before,
.lmr-grid-tester .col-3::before {
  left: 0;
}
.lmr-grid-tester .col-1::after,
.lmr-grid-tester .col-3::after {
  right: 0;
}
.lmr-grid-tester .col-1 {
  display: none;
}
@media (min-width: 768px) {
  .lmr-grid-tester .col-1 {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .lmr-grid-tester .col-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.lmr-grid-tester .lmr-grid-tester_inner-cell {
  color: #fff;
  font-weight: bold;
  background-color: rgba(255, 0, 0, 0.23);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*! Home page */ /* Everything else... */
.lmr-heading-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .lmr-heading-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.lmr-placeholder {
  margin: 50px auto;
  background-color: #F7F6F4;
  padding: 50px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid rgba(4, 13, 31, 0.2);
  width: 100%;
  max-width: calc(100% - 40px);
}
@media (min-width: 768px) {
  .lmr-placeholder {
    max-width: calc(100% - 270px);
  }
}
.lmr-placeholder::before {
  content: "Component in progress:";
}
.lmr-placeholder h6 {
  margin-bottom: 0;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
.lmr-sidebar,
.lmr-sidebar--categories {
  display: none;
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
}
.lmr-sidebar.lmr-sidebar-mobile,
.lmr-sidebar--categories.lmr-sidebar-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
  .lmr-sidebar.lmr-sidebar-mobile,
.lmr-sidebar--categories.lmr-sidebar-mobile {
    display: none;
  }
}
.lmr-sidebar.lmr-sidebar-mobile .cat-item,
.lmr-sidebar--categories.lmr-sidebar-mobile .cat-item {
  background-color: #F7F6F4;
  border-radius: 20px;
  font-weight: bold;
  margin: 0 10px 20px;
}
.lmr-sidebar.lmr-sidebar-mobile .cat-item a,
.lmr-sidebar--categories.lmr-sidebar-mobile .cat-item a {
  margin: 0;
  font-weight: 400;
}
.lmr-sidebar.lmr-sidebar-mobile .cat-item:hover a,
.lmr-sidebar--categories.lmr-sidebar-mobile .cat-item:hover a {
  text-shadow: 0 0 1px;
}
@media (min-width: 1200px) {
  .lmr-sidebar,
.lmr-sidebar--categories {
    display: block;
  }
}
.lmr-sidebar a,
.lmr-sidebar--categories a {
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.6rem;
  line-height: 1.3;
}
.lmr-sidebar a:hover, .lmr-sidebar a:focus,
.lmr-sidebar--categories a:hover,
.lmr-sidebar--categories a:focus {
  background-color: #F7F6F4;
  color: #040D1F;
  border-radius: 20px;
}
.lmr-sidebar li.current-cat a,
.lmr-sidebar a.active,
.lmr-sidebar--categories li.current-cat a,
.lmr-sidebar--categories a.active {
  background-color: #F7F6F4;
  border-radius: 20px;
  font-weight: bold;
}
.lmr-sidebar .cat-item-none,
.lmr-sidebar--categories .cat-item-none {
  display: none;
}
.lmr-sidebar.lmr-sidebar--categories--office-hours .children,
.lmr-sidebar--categories.lmr-sidebar--categories--office-hours .children {
  display: none;
}

.lmr-sidebar_nav {
  display: none;
}
@media (min-width: 1200px) {
  .lmr-sidebar_nav {
    display: block;
  }
}

.lmr-sidebar_nav_mobile {
  display: block;
}
.lmr-sidebar_nav_mobile .filter-by {
  position: relative;
  border: 1px solid rgba(4, 13, 31, 0.1);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  margin-bottom: 20px;
  padding-left: 20px;
}
.lmr-sidebar_nav_mobile .filter-by:hover {
  cursor: pointer;
}
.lmr-sidebar_nav_mobile .filter-by::before {
  content: " ";
  color: #040D1F;
  position: absolute;
  background-image: url("assets/icons/arrow-down.svg");
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.lmr-sidebar_nav_mobile .filter-by-list {
  position: relative;
  background: white;
  max-height: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.lmr-sidebar_nav_mobile .filter-by-list p {
  color: #424242;
  padding-bottom: 24px;
}
.lmr-sidebar_nav_mobile .filter-by-list li {
  height: 48px;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lmr-sidebar_nav_mobile.active .filter-by::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.lmr-sidebar_nav_mobile.active .filter-by {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .lmr-sidebar_nav_mobile {
    display: none;
  }
}

.lmr-sidebar_col {
  padding-left: 0;
}
.lmr-sidebar_col p {
  padding-left: 20px;
}

.lmr-sidebar--issue-details {
  padding: 35px 25px;
  background-color: #F7F6F4;
  position: relative;
}
.lmr-sidebar--issue-details h5 {
  font-size: 14px;
}
.lmr-sidebar--issue-details .lmr-tag {
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -12px;
}
.lmr-sidebar--issue-details ul {
  list-style: none;
  color: #040D1F;
  padding: 0;
  margin: 0;
  margin-top: 0;
}
.lmr-sidebar--issue-details ul li {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
  padding-left: 0;
}
.lmr-sidebar--issue-details + .lmr-button, .lmr-form--hubspot .hs-submit .lmr-sidebar--issue-details + .hs-button.primary {
  margin: 20px auto;
  display: block;
}

.top-bar .top-bar_filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.top-bar .top-bar_filter-list a,
.top-bar .filter-btn {
  padding: 14px 16px;
  border-radius: 100px;
  background-color: #F7F6F4;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.top-bar .top-bar_filter-list a.active, .top-bar .top-bar_filter-list a:hover, .top-bar .top-bar_filter-list a:focus,
.top-bar .filter-btn.active,
.top-bar .filter-btn:hover,
.top-bar .filter-btn:focus {
  background-color: #00F0FF;
  color: #040D1F;
}
.top-bar .top-bar_filter-list a {
  display: block;
}
.top-bar li.current-cat a {
  background-color: #00F0FF;
  color: #040D1F;
}

.search-input-wrapper {
  position: relative;
}
@media (max-width: 767.98px) {
  .search-input-wrapper {
    margin-top: 40px;
  }
}
.search-input-wrapper input {
  border: none;
  padding: 16px 23px;
  border: 1px solid rgba(4, 13, 31, 0.1);
  border-radius: 100px;
  width: 100%;
  height: 50px;
}
.search-input-wrapper ::-webkit-input-placeholder {
  color: #424242;
}
.search-input-wrapper ::-moz-placeholder {
  color: #424242;
}
.search-input-wrapper :-ms-input-placeholder {
  color: #424242;
}
.search-input-wrapper ::-ms-input-placeholder {
  color: #424242;
}
.search-input-wrapper ::placeholder {
  color: #424242;
}
.search-input-wrapper .search-submit {
  position: absolute;
  background-color: transparent;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
}

.discover-wrapper {
  border: 1px solid rgba(4, 13, 31, 0.1);
  border-radius: 4px;
  padding: 25px 20px;
  margin-top: 25px;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.discover-wrapper:hover, .discover-wrapper:focus {
  background-color: #F7F6F4;
  cursor: pointer;
  color: #040D1F;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.discover-wrapper img {
  width: 70px;
  border-radius: 100%;
  margin-right: 20px;
}
.discover-wrapper p {
  margin: 0;
}

.accordion-wrapper .accordion {
  border-top: 1px solid rgba(4, 13, 31, 0.2);
}
.accordion-wrapper .accordion .title {
  position: relative;
  padding: 24px 0 24px;
}
.accordion-wrapper .accordion .title:hover {
  cursor: pointer;
}
.accordion-wrapper .accordion .title::before {
  content: " ";
  color: #040D1F;
  position: absolute;
  background-image: url("assets/icons/chevron-down.svg");
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 12px 12px;
  height: 12px;
  width: 12px;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.accordion-wrapper .accordion .content {
  position: relative;
  background: white;
  max-height: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.accordion-wrapper .accordion .content p {
  color: #424242;
  padding-bottom: 24px;
}
.accordion-wrapper .accordion.active .title::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.lmr-article-top_metadata-row {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .lmr-article-top_metadata-row {
    margin-bottom: 50px;
  }
}

.lmr-metadata {
  margin-bottom: 15px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .lmr-metadata {
    padding: 20px 0 40px;
  }
}
.lmr-metadata .mask {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  -webkit-mask-image: url("./assets/icons/shape-clover.svg");
          mask-image: url("./assets/icons/shape-clover.svg");
  background-color: #D2B8FF;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  border: 0.5px solid #D2B8FF;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-size: calc(100% - 4px) calc(100% - 4px);
          mask-size: calc(100% - 4px) calc(100% - 4px);
  -webkit-mask-position: center;
          mask-position: center;
}
.lmr-metadata .author {
  margin-left: 10px;
}
.lmr-metadata .lmr-tag {
  margin-right: 4px;
}
.lmr-metadata p {
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .lmr-metadata div[class*=col-] {
    padding-bottom: 10px;
  }
  .lmr-metadata div[class*=col-]:last-child {
    padding-bottom: 0;
  }
}

.lmr-secure-card {
  border-radius: 8px;
  padding: 60px;
}
.lmr-secure-card .lmr-content-block_text-col img {
  margin-right: 24px;
}
.lmr-secure-card .lmr-content-block_image-col .illustration {
  margin: auto;
  display: block;
}
.lmr-secure-card .aicpa-wrapper {
  margin-top: 24px;
}
.lmr-secure-card .aicpa-wrapper img {
  margin-right: 11px;
}

.video-standard lite-youtube {
  max-width: none;
}
.video-standard .lty-playbtn {
  display: none;
}
.video-standard .play-button {
  position: absolute;
  cursor: pointer;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
}

.acf-block-preview .video-standard lite-youtube {
  min-height: 300px;
  display: block;
  width: 100%;
  position: relative;
  border: 2px solid #2D2D40;
  border-radius: 4px;
  background-color: rgba(4, 13, 31, 0.1);
}

.video-standard--contained-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-standard--contained-center lite-youtube {
  width: 100%;
}

.figures-with-text {
  padding: 50px;
}

.double-video .play-button {
  top: 40px;
  left: 40px;
}

.content-form {
  padding-top: 100px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .content-form {
    padding-top: 170px;
    padding-bottom: 80px;
  }
}

.cta-article {
  border: 1px solid rgba(4, 13, 31, 0.1);
  border-radius: 4px;
  padding: 10px;
  margin: 30px 0;
}
.cta-article img {
  margin-right: 24px;
}
.cta-article:hover {
  cursor: pointer;
  background-color: #F7F6F4;
  border: 1px solid transparent;
}

.filter-vacancies {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-vacancies button {
  margin-right: 12px;
  margin-bottom: 10px;
}

.lmr-figures .mask {
  padding: 50px;
  margin: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  background-color: #D2B8FF;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  border: 0.5px solid #D2B8FF;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-size: calc(100% - 4px) calc(100% - 4px);
          mask-size: calc(100% - 4px) calc(100% - 4px);
  -webkit-mask-position: center;
          mask-position: center;
}
.lmr-figures .mask.clover {
  -webkit-mask-image: url("./assets/icons/shape-clover.svg");
          mask-image: url("./assets/icons/shape-clover.svg");
}
.lmr-figures .mask.lens {
  -webkit-mask-image: url("./assets/icons/shape-lens.svg");
          mask-image: url("./assets/icons/shape-lens.svg");
}
.lmr-figures .mask.window {
  -webkit-mask-image: url("./assets/icons/shape-window.svg");
          mask-image: url("./assets/icons/shape-window.svg");
}
.lmr-figures .mask.hourglass {
  -webkit-mask-image: url("./assets/icons/shape-hourglass.svg");
          mask-image: url("./assets/icons/shape-hourglass.svg");
}

.lmr-personas {
  padding: 90px 0;
}
.lmr-personas .persona-wrapper {
  padding: 30px 20px;
  border-radius: 8px;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .lmr-personas .persona-wrapper {
    padding: 60px 35px 40px;
  }
}
@media (max-width: 991.98px) {
  .lmr-personas .persona-wrapper {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .lmr-personas .persona-wrapper_inner {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .lmr-personas .persona-wrapper_inner {
    padding: 0 20px;
  }
}
.lmr-personas h5 {
  margin-bottom: 16px;
}
.lmr-personas h5 + p {
  margin-bottom: 16px;
}
.lmr-personas a {
  display: block;
  margin: auto;
  width: 100%;
}
.lmr-personas .lmr-button, .lmr-personas .lmr-form--hubspot .hs-submit .hs-button.primary, .lmr-form--hubspot .hs-submit .lmr-personas .hs-button.primary {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .lmr-personas .lmr-button, .lmr-personas .lmr-form--hubspot .hs-submit .hs-button.primary, .lmr-form--hubspot .hs-submit .lmr-personas .hs-button.primary {
    margin-bottom: 50px;
  }
}
.lmr-personas .checklist p {
  margin-left: 17px;
}

.lmr-related-posts .lmr-related-posts_heading h1, .lmr-related-posts .lmr-related-posts_heading h2, .lmr-related-posts .lmr-related-posts_heading h3, .lmr-related-posts .lmr-related-posts_heading h4, .lmr-related-posts .lmr-related-posts_heading h5, .lmr-related-posts .lmr-related-posts_heading h6 {
  margin: 0;
}
@media (max-width: 991.98px) {
  .lmr-related-posts .lmr-related-posts_heading h1, .lmr-related-posts .lmr-related-posts_heading h2, .lmr-related-posts .lmr-related-posts_heading h3, .lmr-related-posts .lmr-related-posts_heading h4, .lmr-related-posts .lmr-related-posts_heading h5, .lmr-related-posts .lmr-related-posts_heading h6 {
    width: 60%;
  }
}
.lmr-related-posts .lmr-card_title {
  margin-bottom: 0;
}

.lmr-integrations-grid .lmr-card--integration {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 50px 35px 35px;
  min-height: 210px;
}
.lmr-integrations-grid .lmr-card--integration img {
  width: 52px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 16px;
}
.lmr-integrations-grid .lmr-card--integration h6 {
  font-size: 2rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .lmr-integrations-grid .lmr-card--integration h6 {
    font-size: 2.4rem;
  }
}
.lmr-integrations-grid .lmr-card--integration p {
  color: #424242;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .lmr-integrations-grid .lmr-card--integration p {
    font-size: 1.7rem;
  }
}
.lmr-integrations-grid .lmr-card--integration_bottom {
  margin-top: 24px;
}

.lmr-custom-heading.lmr--dark a {
  color: #FFFFFF;
}
.lmr-custom-heading.lmr--dark a:hover {
  color: #D2B8FF;
}

.lmr-content-block.lmr--dark p a {
  color: #FFFFFF;
}
.lmr-content-block.lmr--dark p a:hover {
  color: #D2B8FF;
}
.lmr-content-block.lmr--dark p,
.lmr-content-block.lmr--dark ul,
.lmr-content-block.lmr--dark ol {
  color: #A9AEBB;
}
.lmr-content-block.lmr--light p,
.lmr-content-block.lmr--light ul,
.lmr-content-block.lmr--light ol {
  color: #424242;
}

@media (max-width: 767.98px) {
  .lmr-share-widget-wrapper {
    display: none;
  }
}

.js-toggle-read-more-wrap {
  max-height: 200px;
  position: relative;
  overflow-y: auto;
}
.js-toggle-read-more-wrap.js-toggle-read-more-wrap--active {
  overflow-y: hidden;
}
.js-toggle-read-more-wrap .lmr-read-more-btn {
  display: none;
  background-color: transparent;
  border: 0;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 55px 0 5px;
  text-decoration: underline;
  color: #040D1F;
  cursor: pointer;
  /* "transparent" only works here because == rgba(0,0,0,0) */
}
.js-toggle-read-more-wrap .lmr-read-more-btn.lmr-read-more-btn-active {
  display: block;
}
.js-toggle-read-more-wrap .lmr-read-more-btn .read-more-text {
  display: block;
}
.js-toggle-read-more-wrap .lmr-read-more-btn .read-less-text {
  display: none;
}
.js-toggle-read-more-wrap .lmr-read-more-btn:hover {
  color: #D2B8FF;
}
.bg-color--sand .js-toggle-read-more-wrap .lmr-read-more-btn {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), color-stop(75%, #F7F6F4));
  background-image: -o-linear-gradient(top, transparent 25%, #F7F6F4 75%);
  background-image: linear-gradient(to bottom, transparent 25%, #F7F6F4 75%);
}

.bg-color--lila .js-toggle-read-more-wrap .lmr-read-more-btn {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), color-stop(75%, #F1ECF9));
  background-image: -o-linear-gradient(top, transparent 25%, #F1ECF9 75%);
  background-image: linear-gradient(to bottom, transparent 25%, #F1ECF9 75%);
}

.js-toggle-read-more-wrap.lmr-read-more {
  max-height: 1000px !important;
}
.js-toggle-read-more-wrap.lmr-read-more .lmr-read-more-btn {
  position: relative;
  background-image: none;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.js-toggle-read-more-wrap.lmr-read-more .read-more-text {
  display: none;
}
.js-toggle-read-more-wrap.lmr-read-more .read-less-text {
  display: block;
}

@media (max-width: 767.98px) {
  .lmr-testimonials-g2 .container {
    max-width: 100%;
  }
  .lmr-testimonials-g2 .container .lmr-mobile-slider {
    padding: 0;
  }
  .lmr-testimonials-g2 .testimonial-card {
    padding: 30px 23px;
  }
}
.lmr-testimonials-g2 .testimonial-cards {
  display: none;
}
@media (min-width: 768px) {
  .lmr-testimonials-g2 .testimonial-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lmr-testimonials-g2 .lmr-mobile-slider {
  display: none;
}
@media (max-width: 767.98px) {
  .lmr-testimonials-g2 .lmr-mobile-slider {
    display: block;
  }
}
.lmr-testimonials-g2 .lmr-mobile-slider .splide__arrows {
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lmr-testimonials-g2 .lmr-mobile-slider .splide__arrows .splide__arrow--next {
  margin-left: 14px;
}
.lmr-testimonials-g2 .lmr-mobile-slider .splide__arrows svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.lmr-vertical-slider-wrapper .vertical-wrapper {
  display: block;
  position: relative;
}
@media (max-width: 767.98px) {
  .lmr-vertical-slider-wrapper .vertical-wrapper {
    display: none;
  }
}
.lmr-vertical-slider-wrapper .vertical-wrapper .lmr-vertical-slider_dots {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lmr-vertical-slider-wrapper .vertical-wrapper .lmr-vertical-slider_dots .lmr-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lmr-vertical-slider-wrapper .vertical-wrapper .lmr-vertical-slider_dots .lmr-dots .lmr-dot {
  margin: 10px 0;
}
.lmr-vertical-slider-wrapper .vertical-wrapper .lmr-vertical-slider_dots .lmr-dots .lmr-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 99px;
  border: 2px solid #040D1F;
}
.lmr-vertical-slider-wrapper .vertical-wrapper .lmr-vertical-slider_dots .lmr-dots .lmr-dot.lmr-dot--active {
  background-color: #D2B8FF;
}
.lmr-vertical-slider-wrapper .lmr-vertical-content-block--option-1.lmr-vertical-content-block:not(.lmr-vertical-content-block--1) {
  opacity: 0;
  visibility: hidden;
}
.lmr-vertical-slider-wrapper .js-content-mobile-slider {
  display: none;
  padding: 50px 0;
}
@media (max-width: 767.98px) {
  .lmr-vertical-slider-wrapper .js-content-mobile-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lmr-vertical-slider-wrapper .js-content-mobile-slider img {
  margin-bottom: 26px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
}
.lmr-vertical-slider-wrapper .js-content-mobile-slider .lmr-tag {
  margin-bottom: 20px;
}
.lmr-vertical-slider-wrapper .js-content-mobile-slider .splide__arrows {
  margin-top: 20px;
}
.lmr-vertical-slider-wrapper .js-content-mobile-slider .splide__arrows .splide__arrow--next {
  margin-left: 14px;
}
.lmr-vertical-slider-wrapper .js-content-mobile-slider .splide__arrows svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.search-none .search-input-wrapper, .not-found .search-input-wrapper {
  width: 50%;
}

.lmr-non-topics-search .search-input-wrapper {
  margin-bottom: 20px !important;
  width: 100%;
}
@media (min-width: 1200px) {
  .lmr-non-topics-search .search-input-wrapper {
    margin-left: auto;
    margin-right: 0;
    width: 390px;
  }
}

.lmr-intro_text p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

b[style="color: #85ad27;"] {
  color: #040D1F;
}

.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
  max-width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
}

.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
  width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75);
}

.wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image) {
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
}