@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "bootstrap-icons";
  src: url("https://content.bitwise.nl/Libraries/bootstrap-icons-1.5.0/font/fonts/bootstrap-icons.woff2?8bd4575acf83c7696dc7a14a966660a3") format("woff2"), url("https://content.bitwise.nl/Libraries/bootstrap-icons-1.5.0/font/fonts/bootstrap-icons.woff?8bd4575acf83c7696dc7a14a966660a3") format("woff");
}
.libre-franklin {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.landing-page {
  font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}
.landing-page * {
  font-family: inherit;
}
.landing-page dd, .landing-page dt, .landing-page li {
  line-height: inherit;
}
.landing-page .btn-primary {
  background-color: #e30613 !important;
  border-color: #e30613 !important;
  color: #fff !important;
}
.landing-page .btn {
  font-size: 1rem !important;
}
.landing-page .btn.btn-lg, .landing-page .btn-group-lg > .btn {
  font-size: 1.25rem !important;
}
.landing-page .btn.btn-sm, .landing-page .btn-group-sm > .btn {
  font-size: 0.875rem !important;
}

body,
html {
  margin: 0;
  padding: 0;
}

#breadcrumb {
  display: none !important;
}

.bwlp-header,
.bwlp-footer {
  background-color: rgba(0, 0, 0, 0.075);
  text-align: center;
  font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
}

.bwlp-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 30px;
}

.bwlp-footer {
  padding-top: 4rem;
  padding-bottom: 12rem;
}

#mainContentWrap,
#MainBodyContent.container {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
}

.landing-page .btn.btn-brand-type, .landing-page .btn.btn-t {
  border-radius: 0 0.625rem 0 0.625rem;
  border-width: 2px;
  font-weight: 700;
  letter-spacing: 1px;
}
.landing-page .btn.sticky-btn {
  position: fixed;
  z-index: 1031;
  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;
  -webkit-transition: top 0.3s ease, right 300ms ease-in-out;
  transition: top 0.3s ease, right 300ms ease-in-out;
  right: 0.625rem;
  top: 4.0625rem;
}
.landing-page .btn.sticky-btn img {
  display: none;
}
@media (max-width: 991.98px) {
  .landing-page .btn.sticky-btn {
    padding: 0.5rem 0.5rem;
    font-size: 0.75rem !important;
    line-height: 1.1;
    border-radius: 0.2rem;
    font-weight: normal;
  }
}
@media (min-width: 992px) {
  .landing-page .btn.sticky-btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    right: -8.5625rem;
    top: 18.75rem;
  }
  .landing-page .btn.sticky-btn > span {
    width: 7.8125rem;
  }
  .landing-page .btn.sticky-btn img {
    display: block;
    margin-right: 0.75em;
  }
  .landing-page .btn.sticky-btn:hover {
    right: 0;
  }
}
.landing-page.world-menu-active .btn.sticky-btn {
  top: 6.25rem;
}
@media (min-width: 992px) {
  .landing-page.world-menu-active .btn.sticky-btn {
    top: 18.75rem;
  }
}

.landing-page .popup-image,
.landing-page .popup {
  height: 100%;
  width: 100%;
  position: fixed;
  padding: 0 !important;
  z-index: 1031;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none !important;
}
.landing-page .popup-image .content,
.landing-page .popup .content {
  position: relative;
}
.landing-page .popup-image .popup-close,
.landing-page .popup .popup-close {
  right: -1.5625rem;
  top: -1.5625rem;
  position: absolute;
  height: 3.125rem;
  width: 3.125rem;
  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;
  color: white;
  background: #eb212e;
  -webkit-transition: 1s;
  transition: 1s;
  border-radius: 50%;
  cursor: pointer;
}
.landing-page .popup-image .popup-close:focus, .landing-page .popup-image .popup-close:hover,
.landing-page .popup .popup-close:focus,
.landing-page .popup .popup-close:hover {
  background: #eb212e;
}
.landing-page .popup-image.active,
.landing-page .popup.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.landing-page .popup-image img {
  max-height: 80vh;
  max-width: 80vw;
}

@font-face {
  font-family: "FontAwesome";
  src: url("https://content.bitwise.nl/Libraries/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("https://content.bitwise.nl/Libraries/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("https://content.bitwise.nl/Libraries/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://content.bitwise.nl/Libraries/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("https://content.bitwise.nl/Libraries/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("https://content.bitwise.nl/Libraries/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bootstrap-icons";
  src: url("https://content.bitwise.nl/Libraries/bootstrap-icons-1.5.0/font/fonts/bootstrap-icons.woff2?8bd4575acf83c7696dc7a14a966660a3") format("woff2"), url("https://content.bitwise.nl/Libraries/bootstrap-icons-1.5.0/font/fonts/bootstrap-icons.woff?8bd4575acf83c7696dc7a14a966660a3") format("woff");
}
.landing-page {
  /*!
   * Bootstrap v4.5.2 (https://getbootstrap.com/)
   * Copyright 2011-2020 The Bootstrap Authors
   * Copyright 2011-2020 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  /*!
   *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
   *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
   */
  /* FONT PATH
   * -------------------------- */
  /* makes the font 33% larger relative to the icon container */
  /* Deprecated as of 4.4.0 */
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
     readers do not read off random characters that represent icons */
}
.landing-page :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #e30613;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #333333;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.landing-page *,
.landing-page *::before,
.landing-page *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.landing-page html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.landing-page article, .landing-page aside, .landing-page figcaption, .landing-page figure, .landing-page footer, .landing-page header, .landing-page hgroup, .landing-page main, .landing-page nav, .landing-page section {
  display: block;
}
.landing-page body {
  margin: 0;
  font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
.landing-page [tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
.landing-page hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.landing-page h1, .landing-page h2, .landing-page h3, .landing-page h4, .landing-page h5, .landing-page h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.landing-page p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.landing-page abbr[title],
.landing-page abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.landing-page address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.landing-page ol,
.landing-page ul,
.landing-page dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.landing-page ol ol,
.landing-page ul ul,
.landing-page ol ul,
.landing-page ul ol {
  margin-bottom: 0;
}
.landing-page dt {
  font-weight: 600;
}
.landing-page dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.landing-page blockquote {
  margin: 0 0 1rem;
}
.landing-page b,
.landing-page strong {
  font-weight: 600;
}
.landing-page small {
  font-size: 80%;
}
.landing-page sub,
.landing-page sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.landing-page sub {
  bottom: -0.25em;
}
.landing-page sup {
  top: -0.5em;
}
.landing-page a {
  color: #333333;
  text-decoration: underline;
  background-color: transparent;
}
.landing-page a:hover {
  color: rgb(152.4699570815, 4.0300429185, 12.7618025751);
  text-decoration: underline;
}
.landing-page a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
.landing-page a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.landing-page pre,
.landing-page code,
.landing-page kbd,
.landing-page samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
.landing-page pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
.landing-page figure {
  margin: 0 0 1rem;
}
.landing-page img {
  vertical-align: middle;
  border-style: none;
}
.landing-page svg {
  overflow: hidden;
  vertical-align: middle;
}
.landing-page table {
  border-collapse: collapse;
}
.landing-page caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
.landing-page th {
  text-align: inherit;
}
.landing-page label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.landing-page button {
  border-radius: 0;
}
.landing-page button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.landing-page input,
.landing-page button,
.landing-page select,
.landing-page optgroup,
.landing-page textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.landing-page button,
.landing-page input {
  overflow: visible;
}
.landing-page button,
.landing-page select {
  text-transform: none;
}
.landing-page [role=button] {
  cursor: pointer;
}
.landing-page select {
  word-wrap: normal;
}
.landing-page button,
.landing-page [type=button],
.landing-page [type=reset],
.landing-page [type=submit] {
  -webkit-appearance: button;
}
.landing-page button:not(:disabled),
.landing-page [type=button]:not(:disabled),
.landing-page [type=reset]:not(:disabled),
.landing-page [type=submit]:not(:disabled) {
  cursor: pointer;
}
.landing-page button::-moz-focus-inner,
.landing-page [type=button]::-moz-focus-inner,
.landing-page [type=reset]::-moz-focus-inner,
.landing-page [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.landing-page input[type=radio],
.landing-page input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
.landing-page textarea {
  overflow: auto;
  resize: vertical;
}
.landing-page fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.landing-page legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  .landing-page legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.landing-page progress {
  vertical-align: baseline;
}
.landing-page [type=number]::-webkit-inner-spin-button,
.landing-page [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.landing-page [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
.landing-page [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.landing-page ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.landing-page output {
  display: inline-block;
}
.landing-page summary {
  display: list-item;
  cursor: pointer;
}
.landing-page template {
  display: none;
}
.landing-page [hidden] {
  display: none !important;
}
.landing-page h1, .landing-page h2, .landing-page h3, .landing-page h4, .landing-page h5, .landing-page h6,
.landing-page .h1, .landing-page .h2, .landing-page .h3, .landing-page .h4, .landing-page .h5, .landing-page .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.landing-page h1, .landing-page .h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  .landing-page h1, .landing-page .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
.landing-page h2, .landing-page .h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .landing-page h2, .landing-page .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
.landing-page h3, .landing-page .h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  .landing-page h3, .landing-page .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
.landing-page h4, .landing-page .h4 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .landing-page h4, .landing-page .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.landing-page h5, .landing-page .h5 {
  font-size: 1.25rem;
}
.landing-page h6, .landing-page .h6 {
  font-size: 1rem;
}
.landing-page .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.landing-page .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .landing-page .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}
.landing-page .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .landing-page .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}
.landing-page .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .landing-page .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
.landing-page .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .landing-page .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}
.landing-page hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.landing-page small,
.landing-page .small {
  font-size: 80%;
  font-weight: 400;
}
.landing-page mark,
.landing-page .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.landing-page .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.landing-page .list-inline {
  padding-left: 0;
  list-style: none;
}
.landing-page .list-inline-item {
  display: inline-block;
}
.landing-page .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.landing-page .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.landing-page .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.landing-page .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.landing-page .blockquote-footer::before {
  content: "— ";
}
.landing-page .img-fluid {
  max-width: 100%;
  height: auto;
}
.landing-page .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.landing-page .figure {
  display: inline-block;
}
.landing-page .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.landing-page .figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.landing-page code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > .landing-page code {
  color: inherit;
}
.landing-page kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
.landing-page kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
}
.landing-page pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
.landing-page pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.landing-page .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.landing-page .container,
.landing-page .container-fluid,
.landing-page .container-xl,
.landing-page .container-lg,
.landing-page .container-md,
.landing-page .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .landing-page .container-sm, .landing-page .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .landing-page .container-md, .landing-page .container-sm, .landing-page .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .landing-page .container-lg, .landing-page .container-md, .landing-page .container-sm, .landing-page .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .landing-page .container-xl, .landing-page .container-lg, .landing-page .container-md, .landing-page .container-sm, .landing-page .container {
    max-width: 1140px;
  }
}
.landing-page .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.landing-page .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.landing-page .no-gutters > .col,
.landing-page .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.landing-page .col-xl,
.landing-page .col-xl-auto, .landing-page .col-xl-12, .landing-page .col-xl-11, .landing-page .col-xl-10, .landing-page .col-xl-9, .landing-page .col-xl-8, .landing-page .col-xl-7, .landing-page .col-xl-6, .landing-page .col-xl-5, .landing-page .col-xl-4, .landing-page .col-xl-3, .landing-page .col-xl-2, .landing-page .col-xl-1, .landing-page .col-lg,
.landing-page .col-lg-auto, .landing-page .col-lg-12, .landing-page .col-lg-11, .landing-page .col-lg-10, .landing-page .col-lg-9, .landing-page .col-lg-8, .landing-page .col-lg-7, .landing-page .col-lg-6, .landing-page .col-lg-5, .landing-page .col-lg-4, .landing-page .col-lg-3, .landing-page .col-lg-2, .landing-page .col-lg-1, .landing-page .col-md,
.landing-page .col-md-auto, .landing-page .col-md-12, .landing-page .col-md-11, .landing-page .col-md-10, .landing-page .col-md-9, .landing-page .col-md-8, .landing-page .col-md-7, .landing-page .col-md-6, .landing-page .col-md-5, .landing-page .col-md-4, .landing-page .col-md-3, .landing-page .col-md-2, .landing-page .col-md-1, .landing-page .col-sm,
.landing-page .col-sm-auto, .landing-page .col-sm-12, .landing-page .col-sm-11, .landing-page .col-sm-10, .landing-page .col-sm-9, .landing-page .col-sm-8, .landing-page .col-sm-7, .landing-page .col-sm-6, .landing-page .col-sm-5, .landing-page .col-sm-4, .landing-page .col-sm-3, .landing-page .col-sm-2, .landing-page .col-sm-1, .landing-page .col,
.landing-page .col-auto, .landing-page .col-12, .landing-page .col-11, .landing-page .col-10, .landing-page .col-9, .landing-page .col-8, .landing-page .col-7, .landing-page .col-6, .landing-page .col-5, .landing-page .col-4, .landing-page .col-3, .landing-page .col-2, .landing-page .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.landing-page .col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
.landing-page .row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.landing-page .row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.landing-page .row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.landing-page .row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.landing-page .row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.landing-page .row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.landing-page .col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.landing-page .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.landing-page .col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.landing-page .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.landing-page .col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.landing-page .col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.landing-page .col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.landing-page .col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.landing-page .col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.landing-page .col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.landing-page .col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.landing-page .col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.landing-page .col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.landing-page .order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.landing-page .order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.landing-page .order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.landing-page .order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.landing-page .order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.landing-page .order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.landing-page .order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.landing-page .order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.landing-page .order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.landing-page .order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.landing-page .order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.landing-page .order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.landing-page .order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.landing-page .order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.landing-page .order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.landing-page .offset-1 {
  margin-left: 8.3333333333%;
}
.landing-page .offset-2 {
  margin-left: 16.6666666667%;
}
.landing-page .offset-3 {
  margin-left: 25%;
}
.landing-page .offset-4 {
  margin-left: 33.3333333333%;
}
.landing-page .offset-5 {
  margin-left: 41.6666666667%;
}
.landing-page .offset-6 {
  margin-left: 50%;
}
.landing-page .offset-7 {
  margin-left: 58.3333333333%;
}
.landing-page .offset-8 {
  margin-left: 66.6666666667%;
}
.landing-page .offset-9 {
  margin-left: 75%;
}
.landing-page .offset-10 {
  margin-left: 83.3333333333%;
}
.landing-page .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .landing-page .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .landing-page .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .landing-page .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .landing-page .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .landing-page .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .landing-page .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .landing-page .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .landing-page .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .landing-page .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .landing-page .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .landing-page .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .landing-page .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .landing-page .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .landing-page .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .landing-page .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .landing-page .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .landing-page .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .landing-page .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .landing-page .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .landing-page .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .landing-page .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .landing-page .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .landing-page .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .landing-page .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .landing-page .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .landing-page .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .landing-page .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .landing-page .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .landing-page .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .landing-page .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .landing-page .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .landing-page .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .landing-page .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .landing-page .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .landing-page .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .landing-page .offset-sm-0 {
    margin-left: 0;
  }
  .landing-page .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .landing-page .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .landing-page .offset-sm-3 {
    margin-left: 25%;
  }
  .landing-page .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .landing-page .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .landing-page .offset-sm-6 {
    margin-left: 50%;
  }
  .landing-page .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .landing-page .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .landing-page .offset-sm-9 {
    margin-left: 75%;
  }
  .landing-page .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .landing-page .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .landing-page .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .landing-page .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .landing-page .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .landing-page .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .landing-page .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .landing-page .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .landing-page .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .landing-page .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .landing-page .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .landing-page .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .landing-page .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .landing-page .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .landing-page .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .landing-page .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .landing-page .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .landing-page .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .landing-page .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .landing-page .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .landing-page .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .landing-page .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .landing-page .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .landing-page .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .landing-page .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .landing-page .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .landing-page .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .landing-page .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .landing-page .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .landing-page .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .landing-page .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .landing-page .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .landing-page .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .landing-page .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .landing-page .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .landing-page .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .landing-page .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .landing-page .offset-md-0 {
    margin-left: 0;
  }
  .landing-page .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .landing-page .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .landing-page .offset-md-3 {
    margin-left: 25%;
  }
  .landing-page .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .landing-page .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .landing-page .offset-md-6 {
    margin-left: 50%;
  }
  .landing-page .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .landing-page .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .landing-page .offset-md-9 {
    margin-left: 75%;
  }
  .landing-page .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .landing-page .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .landing-page .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .landing-page .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .landing-page .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .landing-page .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .landing-page .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .landing-page .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .landing-page .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .landing-page .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .landing-page .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .landing-page .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .landing-page .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .landing-page .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .landing-page .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .landing-page .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .landing-page .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .landing-page .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .landing-page .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .landing-page .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .landing-page .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .landing-page .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .landing-page .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .landing-page .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .landing-page .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .landing-page .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .landing-page .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .landing-page .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .landing-page .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .landing-page .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .landing-page .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .landing-page .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .landing-page .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .landing-page .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .landing-page .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .landing-page .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .landing-page .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .landing-page .offset-lg-0 {
    margin-left: 0;
  }
  .landing-page .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .landing-page .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .landing-page .offset-lg-3 {
    margin-left: 25%;
  }
  .landing-page .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .landing-page .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .landing-page .offset-lg-6 {
    margin-left: 50%;
  }
  .landing-page .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .landing-page .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .landing-page .offset-lg-9 {
    margin-left: 75%;
  }
  .landing-page .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .landing-page .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .landing-page .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .landing-page .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .landing-page .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .landing-page .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .landing-page .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .landing-page .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .landing-page .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .landing-page .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .landing-page .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .landing-page .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .landing-page .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .landing-page .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .landing-page .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .landing-page .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .landing-page .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .landing-page .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .landing-page .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .landing-page .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .landing-page .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .landing-page .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .landing-page .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .landing-page .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .landing-page .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .landing-page .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .landing-page .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .landing-page .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .landing-page .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .landing-page .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .landing-page .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .landing-page .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .landing-page .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .landing-page .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .landing-page .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .landing-page .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .landing-page .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .landing-page .offset-xl-0 {
    margin-left: 0;
  }
  .landing-page .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .landing-page .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .landing-page .offset-xl-3 {
    margin-left: 25%;
  }
  .landing-page .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .landing-page .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .landing-page .offset-xl-6 {
    margin-left: 50%;
  }
  .landing-page .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .landing-page .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .landing-page .offset-xl-9 {
    margin-left: 75%;
  }
  .landing-page .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .landing-page .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.landing-page .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.landing-page .table th,
.landing-page .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.landing-page .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.landing-page .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.landing-page .table-sm th,
.landing-page .table-sm td {
  padding: 0.3rem;
}
.landing-page .table-bordered {
  border: 1px solid #dee2e6;
}
.landing-page .table-bordered th,
.landing-page .table-bordered td {
  border: 1px solid #dee2e6;
}
.landing-page .table-bordered thead th,
.landing-page .table-bordered thead td {
  border-bottom-width: 2px;
}
.landing-page .table-borderless th,
.landing-page .table-borderless td,
.landing-page .table-borderless thead th,
.landing-page .table-borderless tbody + tbody {
  border: 0;
}
.landing-page .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.landing-page .table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.landing-page .table-primary,
.landing-page .table-primary > th,
.landing-page .table-primary > td {
  background-color: rgb(247.16, 185.28, 188.92);
}
.landing-page .table-primary th,
.landing-page .table-primary td,
.landing-page .table-primary thead th,
.landing-page .table-primary tbody + tbody {
  border-color: rgb(240.44, 125.52, 132.28);
}
.landing-page .table-hover .table-primary:hover {
  background-color: rgb(244.5823826715, 162.3576173285, 167.194368231);
}
.landing-page .table-hover .table-primary:hover > td,
.landing-page .table-hover .table-primary:hover > th {
  background-color: rgb(244.5823826715, 162.3576173285, 167.194368231);
}
.landing-page .table-secondary,
.landing-page .table-secondary > th,
.landing-page .table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.landing-page .table-secondary th,
.landing-page .table-secondary td,
.landing-page .table-secondary thead th,
.landing-page .table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}
.landing-page .table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.landing-page .table-hover .table-secondary:hover > td,
.landing-page .table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.landing-page .table-success,
.landing-page .table-success > th,
.landing-page .table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.landing-page .table-success th,
.landing-page .table-success td,
.landing-page .table-success thead th,
.landing-page .table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}
.landing-page .table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.landing-page .table-hover .table-success:hover > td,
.landing-page .table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.landing-page .table-info,
.landing-page .table-info > th,
.landing-page .table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.landing-page .table-info th,
.landing-page .table-info td,
.landing-page .table-info thead th,
.landing-page .table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}
.landing-page .table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.landing-page .table-hover .table-info:hover > td,
.landing-page .table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.landing-page .table-warning,
.landing-page .table-warning > th,
.landing-page .table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.landing-page .table-warning th,
.landing-page .table-warning td,
.landing-page .table-warning thead th,
.landing-page .table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}
.landing-page .table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.landing-page .table-hover .table-warning:hover > td,
.landing-page .table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}
.landing-page .table-danger,
.landing-page .table-danger > th,
.landing-page .table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.landing-page .table-danger th,
.landing-page .table-danger td,
.landing-page .table-danger thead th,
.landing-page .table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}
.landing-page .table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.landing-page .table-hover .table-danger:hover > td,
.landing-page .table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.landing-page .table-light,
.landing-page .table-light > th,
.landing-page .table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.landing-page .table-light th,
.landing-page .table-light td,
.landing-page .table-light thead th,
.landing-page .table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}
.landing-page .table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.landing-page .table-hover .table-light:hover > td,
.landing-page .table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}
.landing-page .table-dark,
.landing-page .table-dark > th,
.landing-page .table-dark > td {
  background-color: rgb(197.88, 197.88, 197.88);
}
.landing-page .table-dark th,
.landing-page .table-dark td,
.landing-page .table-dark thead th,
.landing-page .table-dark tbody + tbody {
  border-color: rgb(148.92, 148.92, 148.92);
}
.landing-page .table-hover .table-dark:hover {
  background-color: rgb(185.13, 185.13, 185.13);
}
.landing-page .table-hover .table-dark:hover > td,
.landing-page .table-hover .table-dark:hover > th {
  background-color: rgb(185.13, 185.13, 185.13);
}
.landing-page .table-active,
.landing-page .table-active > th,
.landing-page .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.landing-page .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.landing-page .table-hover .table-active:hover > td,
.landing-page .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.landing-page .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.landing-page .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.landing-page .table-dark {
  color: #fff;
  background-color: #343a40;
}
.landing-page .table-dark th,
.landing-page .table-dark td,
.landing-page .table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.landing-page .table-dark.table-bordered {
  border: 0;
}
.landing-page .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.landing-page .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .landing-page .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .landing-page .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .landing-page .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .landing-page .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .landing-page .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .landing-page .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .landing-page .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .landing-page .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.landing-page .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.landing-page .table-responsive > .table-bordered {
  border: 0;
}
.landing-page .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .landing-page .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.landing-page .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.landing-page .form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.landing-page .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(251.1502145923, 109.3497854077, 117.6909871245);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}
.landing-page .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.landing-page .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.landing-page .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.landing-page .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.landing-page .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.landing-page .form-control:disabled, .landing-page .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.landing-page input[type=date].form-control,
.landing-page input[type=time].form-control,
.landing-page input[type=datetime-local].form-control,
.landing-page input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.landing-page select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.landing-page .form-control-file,
.landing-page .form-control-range {
  display: block;
  width: 100%;
}
.landing-page .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.landing-page .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.landing-page .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.landing-page .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.landing-page .form-control-plaintext.form-control-sm, .landing-page .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.landing-page .form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.landing-page .form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.landing-page select.form-control[size], .landing-page select.form-control[multiple] {
  height: auto;
}
.landing-page textarea.form-control {
  height: auto;
}
.landing-page .form-group {
  margin-bottom: 1rem;
}
.landing-page .form-text {
  display: block;
  margin-top: 0.25rem;
}
.landing-page .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.landing-page .form-row > .col,
.landing-page .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.landing-page .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.landing-page .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.landing-page .form-check-input[disabled] ~ .form-check-label, .landing-page .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.landing-page .form-check-label {
  margin-bottom: 0;
}
.landing-page .form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.landing-page .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.landing-page .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.landing-page .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .landing-page:valid ~ .valid-feedback,
.was-validated .landing-page:valid ~ .valid-tooltip, .landing-page.is-valid ~ .valid-feedback,
.landing-page.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .landing-page .form-control:valid, .landing-page .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .landing-page .form-control:valid:focus, .landing-page .form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .landing-page textarea.form-control:valid, .landing-page textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .landing-page .custom-select:valid, .landing-page .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .landing-page .custom-select:valid:focus, .landing-page .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .landing-page .form-check-input:valid ~ .form-check-label, .landing-page .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .landing-page .form-check-input:valid ~ .valid-feedback,
.was-validated .landing-page .form-check-input:valid ~ .valid-tooltip, .landing-page .form-check-input.is-valid ~ .valid-feedback,
.landing-page .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .landing-page .custom-control-input:valid ~ .custom-control-label, .landing-page .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .landing-page .custom-control-input:valid ~ .custom-control-label::before, .landing-page .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .landing-page .custom-control-input:valid:checked ~ .custom-control-label::before, .landing-page .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .landing-page .custom-control-input:valid:focus ~ .custom-control-label::before, .landing-page .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .landing-page .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .landing-page .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .landing-page .custom-file-input:valid ~ .custom-file-label, .landing-page .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .landing-page .custom-file-input:valid:focus ~ .custom-file-label, .landing-page .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.landing-page .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.landing-page .invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .landing-page:invalid ~ .invalid-feedback,
.was-validated .landing-page:invalid ~ .invalid-tooltip, .landing-page.is-invalid ~ .invalid-feedback,
.landing-page.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .landing-page .form-control:invalid, .landing-page .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .landing-page .form-control:invalid:focus, .landing-page .form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .landing-page textarea.form-control:invalid, .landing-page textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .landing-page .custom-select:invalid, .landing-page .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .landing-page .custom-select:invalid:focus, .landing-page .custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .landing-page .form-check-input:invalid ~ .form-check-label, .landing-page .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .landing-page .form-check-input:invalid ~ .invalid-feedback,
.was-validated .landing-page .form-check-input:invalid ~ .invalid-tooltip, .landing-page .form-check-input.is-invalid ~ .invalid-feedback,
.landing-page .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .landing-page .custom-control-input:invalid ~ .custom-control-label, .landing-page .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .landing-page .custom-control-input:invalid ~ .custom-control-label::before, .landing-page .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .landing-page .custom-control-input:invalid:checked ~ .custom-control-label::before, .landing-page .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .landing-page .custom-control-input:invalid:focus ~ .custom-control-label::before, .landing-page .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .landing-page .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .landing-page .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .landing-page .custom-file-input:invalid ~ .custom-file-label, .landing-page .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .landing-page .custom-file-input:invalid:focus ~ .custom-file-label, .landing-page .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.landing-page .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing-page .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .landing-page .form-inline label {
    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;
    margin-bottom: 0;
  }
  .landing-page .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .landing-page .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .landing-page .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .landing-page .form-inline .input-group,
  .landing-page .form-inline .custom-select {
    width: auto;
  }
  .landing-page .form-inline .form-check {
    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;
    width: auto;
    padding-left: 0;
  }
  .landing-page .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .landing-page .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .landing-page .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.landing-page .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .landing-page .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.landing-page .btn:hover {
  color: #212529;
  text-decoration: none;
}
.landing-page .btn:focus,
.landing-page .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}
.landing-page .btn.disabled,
.landing-page .btn:disabled {
  opacity: 0.65;
}
.landing-page .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.landing-page a.btn.disabled,
.landing-page fieldset:disabled a.btn {
  pointer-events: none;
}
.landing-page .btn-primary {
  color: #fff;
  background-color: #e30613;
  border-color: #e30613;
}
.landing-page .btn-primary:hover {
  color: #fff;
  background-color: rgb(189.7349785408, 5.0150214592, 15.8809012876);
  border-color: rgb(177.313304721, 4.686695279, 14.8412017167);
}
.landing-page .btn-primary:focus, .landing-page .btn-primary.focus {
  color: #fff;
  background-color: rgb(189.7349785408, 5.0150214592, 15.8809012876);
  border-color: rgb(177.313304721, 4.686695279, 14.8412017167);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(231.2, 43.35, 54.4, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(231.2, 43.35, 54.4, 0.5);
}
.landing-page .btn-primary.disabled, .landing-page .btn-primary:disabled {
  color: #fff;
  background-color: #e30613;
  border-color: #e30613;
}
.landing-page .btn-primary:not(:disabled):not(.disabled):active, .landing-page .btn-primary:not(:disabled):not(.disabled).active, .show > .landing-page .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(177.313304721, 4.686695279, 14.8412017167);
  border-color: rgb(164.8916309013, 4.3583690987, 13.8015021459);
}
.landing-page .btn-primary:not(:disabled):not(.disabled):active:focus, .landing-page .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .landing-page .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(231.2, 43.35, 54.4, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(231.2, 43.35, 54.4, 0.5);
}
.landing-page .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.landing-page .btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.landing-page .btn-secondary:focus, .landing-page .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.landing-page .btn-secondary.disabled, .landing-page .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.landing-page .btn-secondary:not(:disabled):not(.disabled):active, .landing-page .btn-secondary:not(:disabled):not(.disabled).active, .show > .landing-page .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.landing-page .btn-secondary:not(:disabled):not(.disabled):active:focus, .landing-page .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .landing-page .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.landing-page .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.landing-page .btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.landing-page .btn-success:focus, .landing-page .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.landing-page .btn-success.disabled, .landing-page .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.landing-page .btn-success:not(:disabled):not(.disabled):active, .landing-page .btn-success:not(:disabled):not(.disabled).active, .show > .landing-page .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.landing-page .btn-success:not(:disabled):not(.disabled):active:focus, .landing-page .btn-success:not(:disabled):not(.disabled).active:focus, .show > .landing-page .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.landing-page .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.landing-page .btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.landing-page .btn-info:focus, .landing-page .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.landing-page .btn-info.disabled, .landing-page .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.landing-page .btn-info:not(:disabled):not(.disabled):active, .landing-page .btn-info:not(:disabled):not(.disabled).active, .show > .landing-page .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.landing-page .btn-info:not(:disabled):not(.disabled):active:focus, .landing-page .btn-info:not(:disabled):not(.disabled).active:focus, .show > .landing-page .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.landing-page .btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.landing-page .btn-warning:hover {
  color: #000;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.landing-page .btn-warning:focus, .landing-page .btn-warning.focus {
  color: #000;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216.75, 164.05, 5.95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216.75, 164.05, 5.95, 0.5);
}
.landing-page .btn-warning.disabled, .landing-page .btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.landing-page .btn-warning:not(:disabled):not(.disabled):active, .landing-page .btn-warning:not(:disabled):not(.disabled).active, .show > .landing-page .btn-warning.dropdown-toggle {
  color: #000;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.landing-page .btn-warning:not(:disabled):not(.disabled):active:focus, .landing-page .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .landing-page .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216.75, 164.05, 5.95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216.75, 164.05, 5.95, 0.5);
}
.landing-page .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.landing-page .btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.landing-page .btn-danger:focus, .landing-page .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.landing-page .btn-danger.disabled, .landing-page .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.landing-page .btn-danger:not(:disabled):not(.disabled):active, .landing-page .btn-danger:not(:disabled):not(.disabled).active, .show > .landing-page .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.landing-page .btn-danger:not(:disabled):not(.disabled):active:focus, .landing-page .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .landing-page .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.landing-page .btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.landing-page .btn-light:hover {
  color: #000;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.landing-page .btn-light:focus, .landing-page .btn-light.focus {
  color: #000;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210.8, 211.65, 212.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210.8, 211.65, 212.5, 0.5);
}
.landing-page .btn-light.disabled, .landing-page .btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.landing-page .btn-light:not(:disabled):not(.disabled):active, .landing-page .btn-light:not(:disabled):not(.disabled).active, .show > .landing-page .btn-light.dropdown-toggle {
  color: #000;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.landing-page .btn-light:not(:disabled):not(.disabled):active:focus, .landing-page .btn-light:not(:disabled):not(.disabled).active:focus, .show > .landing-page .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210.8, 211.65, 212.5, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210.8, 211.65, 212.5, 0.5);
}
.landing-page .btn-dark {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.landing-page .btn-dark:hover {
  color: #fff;
  background-color: rgb(31.875, 31.875, 31.875);
  border-color: rgb(25.5, 25.5, 25.5);
}
.landing-page .btn-dark:focus, .landing-page .btn-dark.focus {
  color: #fff;
  background-color: rgb(31.875, 31.875, 31.875);
  border-color: rgb(25.5, 25.5, 25.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(81.6, 81.6, 81.6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(81.6, 81.6, 81.6, 0.5);
}
.landing-page .btn-dark.disabled, .landing-page .btn-dark:disabled {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.landing-page .btn-dark:not(:disabled):not(.disabled):active, .landing-page .btn-dark:not(:disabled):not(.disabled).active, .show > .landing-page .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(19.125, 19.125, 19.125);
}
.landing-page .btn-dark:not(:disabled):not(.disabled):active:focus, .landing-page .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .landing-page .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(81.6, 81.6, 81.6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(81.6, 81.6, 81.6, 0.5);
}
.landing-page .btn-outline-primary {
  color: #e30613;
  border-color: #e30613;
}
.landing-page .btn-outline-primary:hover {
  color: #fff;
  background-color: #e30613;
  border-color: #e30613;
}
.landing-page .btn-outline-primary:focus, .landing-page .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
}
.landing-page .btn-outline-primary.disabled, .landing-page .btn-outline-primary:disabled {
  color: #e30613;
  background-color: transparent;
}
.landing-page .btn-outline-primary:not(:disabled):not(.disabled):active, .landing-page .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .landing-page .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #e30613;
  border-color: #e30613;
}
.landing-page .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .landing-page .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .landing-page .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
}
.landing-page .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.landing-page .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.landing-page .btn-outline-secondary:focus, .landing-page .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.landing-page .btn-outline-secondary.disabled, .landing-page .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.landing-page .btn-outline-secondary:not(:disabled):not(.disabled):active, .landing-page .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .landing-page .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.landing-page .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .landing-page .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .landing-page .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.landing-page .btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.landing-page .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.landing-page .btn-outline-success:focus, .landing-page .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.landing-page .btn-outline-success.disabled, .landing-page .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.landing-page .btn-outline-success:not(:disabled):not(.disabled):active, .landing-page .btn-outline-success:not(:disabled):not(.disabled).active, .show > .landing-page .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.landing-page .btn-outline-success:not(:disabled):not(.disabled):active:focus, .landing-page .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .landing-page .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.landing-page .btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.landing-page .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.landing-page .btn-outline-info:focus, .landing-page .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.landing-page .btn-outline-info.disabled, .landing-page .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.landing-page .btn-outline-info:not(:disabled):not(.disabled):active, .landing-page .btn-outline-info:not(:disabled):not(.disabled).active, .show > .landing-page .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.landing-page .btn-outline-info:not(:disabled):not(.disabled):active:focus, .landing-page .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .landing-page .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.landing-page .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.landing-page .btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.landing-page .btn-outline-warning:focus, .landing-page .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.landing-page .btn-outline-warning.disabled, .landing-page .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.landing-page .btn-outline-warning:not(:disabled):not(.disabled):active, .landing-page .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .landing-page .btn-outline-warning.dropdown-toggle {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.landing-page .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .landing-page .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .landing-page .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.landing-page .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.landing-page .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.landing-page .btn-outline-danger:focus, .landing-page .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.landing-page .btn-outline-danger.disabled, .landing-page .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.landing-page .btn-outline-danger:not(:disabled):not(.disabled):active, .landing-page .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .landing-page .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.landing-page .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .landing-page .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .landing-page .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.landing-page .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.landing-page .btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.landing-page .btn-outline-light:focus, .landing-page .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.landing-page .btn-outline-light.disabled, .landing-page .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.landing-page .btn-outline-light:not(:disabled):not(.disabled):active, .landing-page .btn-outline-light:not(:disabled):not(.disabled).active, .show > .landing-page .btn-outline-light.dropdown-toggle {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.landing-page .btn-outline-light:not(:disabled):not(.disabled):active:focus, .landing-page .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .landing-page .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.landing-page .btn-outline-dark {
  color: #333333;
  border-color: #333333;
}
.landing-page .btn-outline-dark:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.landing-page .btn-outline-dark:focus, .landing-page .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.landing-page .btn-outline-dark.disabled, .landing-page .btn-outline-dark:disabled {
  color: #333333;
  background-color: transparent;
}
.landing-page .btn-outline-dark:not(:disabled):not(.disabled):active, .landing-page .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .landing-page .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.landing-page .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .landing-page .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .landing-page .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.landing-page .btn-link {
  font-weight: 400;
  color: #333333;
  text-decoration: underline;
}
.landing-page .btn-link:hover {
  color: rgb(152.4699570815, 4.0300429185, 12.7618025751);
  text-decoration: underline;
}
.landing-page .btn-link:focus, .landing-page .btn-link.focus {
  text-decoration: underline;
}
.landing-page .btn-link:disabled, .landing-page .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.landing-page .btn-lg, .landing-page .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.landing-page .btn-sm, .landing-page .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.landing-page .btn-block {
  display: block;
  width: 100%;
}
.landing-page .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.landing-page input[type=submit].btn-block,
.landing-page input[type=reset].btn-block,
.landing-page input[type=button].btn-block {
  width: 100%;
}
.landing-page .fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .landing-page .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.landing-page .fade:not(.show) {
  opacity: 0;
}
.landing-page .collapse:not(.show) {
  display: none;
}
.landing-page .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .landing-page .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.landing-page .dropup,
.landing-page .dropright,
.landing-page .dropdown,
.landing-page .dropleft {
  position: relative;
}
.landing-page .dropdown-toggle {
  white-space: nowrap;
}
.landing-page .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.landing-page .dropdown-toggle:empty::after {
  margin-left: 0;
}
.landing-page .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.landing-page .dropdown-menu-left {
  right: auto;
  left: 0;
}
.landing-page .dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .landing-page .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .landing-page .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .landing-page .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .landing-page .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .landing-page .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .landing-page .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .landing-page .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .landing-page .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.landing-page .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.landing-page .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.landing-page .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.landing-page .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.landing-page .dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.landing-page .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.landing-page .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.landing-page .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.landing-page .dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.landing-page .dropleft .dropdown-toggle::after {
  display: none;
}
.landing-page .dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.landing-page .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.landing-page .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.landing-page .dropdown-menu[x-placement^=top], .landing-page .dropdown-menu[x-placement^=right], .landing-page .dropdown-menu[x-placement^=bottom], .landing-page .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.landing-page .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.landing-page .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.landing-page .dropdown-item:hover, .landing-page .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.landing-page .dropdown-item.active, .landing-page .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #e30613;
}
.landing-page .dropdown-item.disabled, .landing-page .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.landing-page .dropdown-menu.show {
  display: block;
}
.landing-page .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.landing-page .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.landing-page .btn-group,
.landing-page .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.landing-page .btn-group > .btn,
.landing-page .btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.landing-page .btn-group > .btn:hover,
.landing-page .btn-group-vertical > .btn:hover {
  z-index: 1;
}
.landing-page .btn-group > .btn:focus, .landing-page .btn-group > .btn:active, .landing-page .btn-group > .btn.active,
.landing-page .btn-group-vertical > .btn:focus,
.landing-page .btn-group-vertical > .btn:active,
.landing-page .btn-group-vertical > .btn.active {
  z-index: 1;
}
.landing-page .btn-toolbar {
  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;
}
.landing-page .btn-toolbar .input-group {
  width: auto;
}
.landing-page .btn-group > .btn:not(:first-child),
.landing-page .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.landing-page .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.landing-page .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.landing-page .btn-group > .btn:not(:first-child),
.landing-page .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.landing-page .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.landing-page .dropdown-toggle-split::after, .dropup .landing-page .dropdown-toggle-split::after, .dropright .landing-page .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .landing-page .dropdown-toggle-split::before {
  margin-right: 0;
}
.landing-page .btn-sm + .dropdown-toggle-split, .landing-page .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.landing-page .btn-lg + .dropdown-toggle-split, .landing-page .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.landing-page .btn-group-vertical {
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.landing-page .btn-group-vertical > .btn,
.landing-page .btn-group-vertical > .btn-group {
  width: 100%;
}
.landing-page .btn-group-vertical > .btn:not(:first-child),
.landing-page .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.landing-page .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.landing-page .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.landing-page .btn-group-vertical > .btn:not(:first-child),
.landing-page .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.landing-page .btn-group-toggle > .btn,
.landing-page .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.landing-page .btn-group-toggle > .btn input[type=radio],
.landing-page .btn-group-toggle > .btn input[type=checkbox],
.landing-page .btn-group-toggle > .btn-group > .btn input[type=radio],
.landing-page .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.landing-page .input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.landing-page .input-group > .form-control,
.landing-page .input-group > .form-control-plaintext,
.landing-page .input-group > .custom-select,
.landing-page .input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.landing-page .input-group > .form-control + .form-control,
.landing-page .input-group > .form-control + .custom-select,
.landing-page .input-group > .form-control + .custom-file,
.landing-page .input-group > .form-control-plaintext + .form-control,
.landing-page .input-group > .form-control-plaintext + .custom-select,
.landing-page .input-group > .form-control-plaintext + .custom-file,
.landing-page .input-group > .custom-select + .form-control,
.landing-page .input-group > .custom-select + .custom-select,
.landing-page .input-group > .custom-select + .custom-file,
.landing-page .input-group > .custom-file + .form-control,
.landing-page .input-group > .custom-file + .custom-select,
.landing-page .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.landing-page .input-group > .form-control:focus,
.landing-page .input-group > .custom-select:focus,
.landing-page .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.landing-page .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.landing-page .input-group > .form-control:not(:last-child),
.landing-page .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.landing-page .input-group > .form-control:not(:first-child),
.landing-page .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.landing-page .input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing-page .input-group > .custom-file:not(:last-child) .custom-file-label, .landing-page .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.landing-page .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.landing-page .input-group-prepend,
.landing-page .input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.landing-page .input-group-prepend .btn,
.landing-page .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.landing-page .input-group-prepend .btn:focus,
.landing-page .input-group-append .btn:focus {
  z-index: 3;
}
.landing-page .input-group-prepend .btn + .btn,
.landing-page .input-group-prepend .btn + .input-group-text,
.landing-page .input-group-prepend .input-group-text + .input-group-text,
.landing-page .input-group-prepend .input-group-text + .btn,
.landing-page .input-group-append .btn + .btn,
.landing-page .input-group-append .btn + .input-group-text,
.landing-page .input-group-append .input-group-text + .input-group-text,
.landing-page .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.landing-page .input-group-prepend {
  margin-right: -1px;
}
.landing-page .input-group-append {
  margin-left: -1px;
}
.landing-page .input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.landing-page .input-group-text input[type=radio],
.landing-page .input-group-text input[type=checkbox] {
  margin-top: 0;
}
.landing-page .input-group-lg > .form-control:not(textarea),
.landing-page .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.landing-page .input-group-lg > .form-control,
.landing-page .input-group-lg > .custom-select,
.landing-page .input-group-lg > .input-group-prepend > .input-group-text,
.landing-page .input-group-lg > .input-group-append > .input-group-text,
.landing-page .input-group-lg > .input-group-prepend > .btn,
.landing-page .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.landing-page .input-group-sm > .form-control:not(textarea),
.landing-page .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.landing-page .input-group-sm > .form-control,
.landing-page .input-group-sm > .custom-select,
.landing-page .input-group-sm > .input-group-prepend > .input-group-text,
.landing-page .input-group-sm > .input-group-append > .input-group-text,
.landing-page .input-group-sm > .input-group-prepend > .btn,
.landing-page .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.landing-page .input-group-lg > .custom-select,
.landing-page .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.landing-page .input-group > .input-group-prepend > .btn,
.landing-page .input-group > .input-group-prepend > .input-group-text,
.landing-page .input-group > .input-group-append:not(:last-child) > .btn,
.landing-page .input-group > .input-group-append:not(:last-child) > .input-group-text,
.landing-page .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.landing-page .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.landing-page .input-group > .input-group-append > .btn,
.landing-page .input-group > .input-group-append > .input-group-text,
.landing-page .input-group > .input-group-prepend:not(:first-child) > .btn,
.landing-page .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.landing-page .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.landing-page .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.landing-page .custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.landing-page .custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.landing-page .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.landing-page .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #e30613;
  background-color: #e30613;
}
.landing-page .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}
.landing-page .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(251.1502145923, 109.3497854077, 117.6909871245);
}
.landing-page .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(252.4635193133, 159.0364806867, 164.5321888412);
  border-color: rgb(252.4635193133, 159.0364806867, 164.5321888412);
}
.landing-page .custom-control-input[disabled] ~ .custom-control-label, .landing-page .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.landing-page .custom-control-input[disabled] ~ .custom-control-label::before, .landing-page .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.landing-page .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.landing-page .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.landing-page .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.landing-page .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.landing-page .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.landing-page .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #e30613;
  background-color: #e30613;
}
.landing-page .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.landing-page .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(227, 6, 19, 0.5);
}
.landing-page .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(227, 6, 19, 0.5);
}
.landing-page .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.landing-page .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.landing-page .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(227, 6, 19, 0.5);
}
.landing-page .custom-switch {
  padding-left: 2.25rem;
}
.landing-page .custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.landing-page .custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .landing-page .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.landing-page .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.landing-page .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(227, 6, 19, 0.5);
}
.landing-page .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.landing-page .custom-select:focus {
  border-color: rgb(251.1502145923, 109.3497854077, 117.6909871245);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}
.landing-page .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.landing-page .custom-select[multiple], .landing-page .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.landing-page .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.landing-page .custom-select::-ms-expand {
  display: none;
}
.landing-page .custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.landing-page .custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.landing-page .custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.landing-page .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.landing-page .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.landing-page .custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(251.1502145923, 109.3497854077, 117.6909871245);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}
.landing-page .custom-file-input[disabled] ~ .custom-file-label, .landing-page .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.landing-page .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.landing-page .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.landing-page .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.landing-page .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.landing-page .custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.landing-page .custom-range:focus {
  outline: none;
}
.landing-page .custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}
.landing-page .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}
.landing-page .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}
.landing-page .custom-range::-moz-focus-outer {
  border: 0;
}
.landing-page .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #e30613;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .landing-page .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.landing-page .custom-range::-webkit-slider-thumb:active {
  background-color: rgb(252.4635193133, 159.0364806867, 164.5321888412);
}
.landing-page .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.landing-page .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #e30613;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .landing-page .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.landing-page .custom-range::-moz-range-thumb:active {
  background-color: rgb(252.4635193133, 159.0364806867, 164.5321888412);
}
.landing-page .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.landing-page .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #e30613;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .landing-page .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.landing-page .custom-range::-ms-thumb:active {
  background-color: rgb(252.4635193133, 159.0364806867, 164.5321888412);
}
.landing-page .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.landing-page .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.landing-page .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.landing-page .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.landing-page .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.landing-page .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.landing-page .custom-range:disabled::-moz-range-track {
  cursor: default;
}
.landing-page .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.landing-page .custom-control-label::before,
.landing-page .custom-file-label,
.landing-page .custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .landing-page .custom-control-label::before,
  .landing-page .custom-file-label,
  .landing-page .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}
.landing-page .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.landing-page .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.landing-page .nav-link:hover, .landing-page .nav-link:focus {
  text-decoration: none;
}
.landing-page .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.landing-page .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.landing-page .nav-tabs .nav-item {
  margin-bottom: -1px;
}
.landing-page .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.landing-page .nav-tabs .nav-link:hover, .landing-page .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.landing-page .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.landing-page .nav-tabs .nav-link.active,
.landing-page .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.landing-page .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.landing-page .nav-pills .nav-link {
  border-radius: 0.25rem;
}
.landing-page .nav-pills .nav-link.active,
.landing-page .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #e30613;
}
.landing-page .nav-fill > .nav-link,
.landing-page .nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
.landing-page .nav-justified > .nav-link,
.landing-page .nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.landing-page .tab-content > .tab-pane {
  display: none;
}
.landing-page .tab-content > .active {
  display: block;
}
.landing-page .navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.landing-page .navbar .container,
.landing-page .navbar .container-fluid,
.landing-page .navbar .container-sm,
.landing-page .navbar .container-md,
.landing-page .navbar .container-lg,
.landing-page .navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.landing-page .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.landing-page .navbar-brand:hover, .landing-page .navbar-brand:focus {
  text-decoration: none;
}
.landing-page .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.landing-page .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.landing-page .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.landing-page .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.landing-page .navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing-page .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.landing-page .navbar-toggler:hover, .landing-page .navbar-toggler:focus {
  text-decoration: none;
}
.landing-page .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .landing-page .navbar-expand-sm > .container,
  .landing-page .navbar-expand-sm > .container-fluid,
  .landing-page .navbar-expand-sm > .container-sm,
  .landing-page .navbar-expand-sm > .container-md,
  .landing-page .navbar-expand-sm > .container-lg,
  .landing-page .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .landing-page .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .landing-page .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .landing-page .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .landing-page .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .landing-page .navbar-expand-sm > .container,
  .landing-page .navbar-expand-sm > .container-fluid,
  .landing-page .navbar-expand-sm > .container-sm,
  .landing-page .navbar-expand-sm > .container-md,
  .landing-page .navbar-expand-sm > .container-lg,
  .landing-page .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .landing-page .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .landing-page .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .landing-page .navbar-expand-md > .container,
  .landing-page .navbar-expand-md > .container-fluid,
  .landing-page .navbar-expand-md > .container-sm,
  .landing-page .navbar-expand-md > .container-md,
  .landing-page .navbar-expand-md > .container-lg,
  .landing-page .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .landing-page .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .landing-page .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .landing-page .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .landing-page .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .landing-page .navbar-expand-md > .container,
  .landing-page .navbar-expand-md > .container-fluid,
  .landing-page .navbar-expand-md > .container-sm,
  .landing-page .navbar-expand-md > .container-md,
  .landing-page .navbar-expand-md > .container-lg,
  .landing-page .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .landing-page .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .landing-page .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .landing-page .navbar-expand-lg > .container,
  .landing-page .navbar-expand-lg > .container-fluid,
  .landing-page .navbar-expand-lg > .container-sm,
  .landing-page .navbar-expand-lg > .container-md,
  .landing-page .navbar-expand-lg > .container-lg,
  .landing-page .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .landing-page .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .landing-page .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .landing-page .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .landing-page .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .landing-page .navbar-expand-lg > .container,
  .landing-page .navbar-expand-lg > .container-fluid,
  .landing-page .navbar-expand-lg > .container-sm,
  .landing-page .navbar-expand-lg > .container-md,
  .landing-page .navbar-expand-lg > .container-lg,
  .landing-page .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .landing-page .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .landing-page .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .landing-page .navbar-expand-xl > .container,
  .landing-page .navbar-expand-xl > .container-fluid,
  .landing-page .navbar-expand-xl > .container-sm,
  .landing-page .navbar-expand-xl > .container-md,
  .landing-page .navbar-expand-xl > .container-lg,
  .landing-page .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .landing-page .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .landing-page .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .landing-page .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .landing-page .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .landing-page .navbar-expand-xl > .container,
  .landing-page .navbar-expand-xl > .container-fluid,
  .landing-page .navbar-expand-xl > .container-sm,
  .landing-page .navbar-expand-xl > .container-md,
  .landing-page .navbar-expand-xl > .container-lg,
  .landing-page .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .landing-page .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .landing-page .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.landing-page .navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.landing-page .navbar-expand > .container,
.landing-page .navbar-expand > .container-fluid,
.landing-page .navbar-expand > .container-sm,
.landing-page .navbar-expand > .container-md,
.landing-page .navbar-expand > .container-lg,
.landing-page .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.landing-page .navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.landing-page .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.landing-page .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.landing-page .navbar-expand > .container,
.landing-page .navbar-expand > .container-fluid,
.landing-page .navbar-expand > .container-sm,
.landing-page .navbar-expand > .container-md,
.landing-page .navbar-expand > .container-lg,
.landing-page .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.landing-page .navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.landing-page .navbar-expand .navbar-toggler {
  display: none;
}
.landing-page .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.landing-page .navbar-light .navbar-brand:hover, .landing-page .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.landing-page .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.landing-page .navbar-light .navbar-nav .nav-link:hover, .landing-page .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.landing-page .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.landing-page .navbar-light .navbar-nav .show > .nav-link,
.landing-page .navbar-light .navbar-nav .active > .nav-link,
.landing-page .navbar-light .navbar-nav .nav-link.show,
.landing-page .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.landing-page .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.landing-page .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.landing-page .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.landing-page .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.landing-page .navbar-light .navbar-text a:hover, .landing-page .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.landing-page .navbar-dark .navbar-brand {
  color: #fff;
}
.landing-page .navbar-dark .navbar-brand:hover, .landing-page .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.landing-page .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.landing-page .navbar-dark .navbar-nav .nav-link:hover, .landing-page .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.landing-page .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.landing-page .navbar-dark .navbar-nav .show > .nav-link,
.landing-page .navbar-dark .navbar-nav .active > .nav-link,
.landing-page .navbar-dark .navbar-nav .nav-link.show,
.landing-page .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.landing-page .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.landing-page .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.landing-page .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.landing-page .navbar-dark .navbar-text a {
  color: #fff;
}
.landing-page .navbar-dark .navbar-text a:hover, .landing-page .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.landing-page .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.landing-page .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.landing-page .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.landing-page .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.landing-page .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.landing-page .card > .card-header + .list-group,
.landing-page .card > .list-group + .card-footer {
  border-top: 0;
}
.landing-page .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.landing-page .card-title {
  margin-bottom: 0.75rem;
}
.landing-page .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.landing-page .card-text:last-child {
  margin-bottom: 0;
}
.landing-page .card-link:hover {
  text-decoration: none;
}
.landing-page .card-link + .card-link {
  margin-left: 1.25rem;
}
.landing-page .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.landing-page .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.landing-page .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.landing-page .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.landing-page .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.landing-page .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.landing-page .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.landing-page .card-img,
.landing-page .card-img-top,
.landing-page .card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
.landing-page .card-img,
.landing-page .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.landing-page .card-img,
.landing-page .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.landing-page .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .landing-page .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .landing-page .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.landing-page .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .landing-page .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .landing-page .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .landing-page .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .landing-page .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .landing-page .card-group > .card:not(:last-child) .card-img-top,
  .landing-page .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .landing-page .card-group > .card:not(:last-child) .card-img-bottom,
  .landing-page .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .landing-page .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .landing-page .card-group > .card:not(:first-child) .card-img-top,
  .landing-page .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .landing-page .card-group > .card:not(:first-child) .card-img-bottom,
  .landing-page .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.landing-page .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .landing-page .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .landing-page .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.landing-page .accordion {
  overflow-anchor: none;
}
.landing-page .accordion > .card {
  overflow: hidden;
}
.landing-page .accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.landing-page .accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.landing-page .accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.landing-page .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.landing-page .breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.landing-page .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.landing-page .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.landing-page .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.landing-page .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.landing-page .breadcrumb-item.active {
  color: #6c757d;
}
.landing-page .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.landing-page .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.landing-page .page-link:hover {
  z-index: 2;
  color: rgb(152.4699570815, 4.0300429185, 12.7618025751);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.landing-page .page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}
.landing-page .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.landing-page .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.landing-page .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #e30613;
  border-color: #e30613;
}
.landing-page .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.landing-page .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.landing-page .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.landing-page .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.landing-page .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.landing-page .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.landing-page .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.landing-page .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .landing-page .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.landing-page .badge:hover, a.landing-page .badge:focus {
  text-decoration: none;
}

.landing-page .badge:empty {
  display: none;
}
.landing-page .btn .badge {
  position: relative;
  top: -1px;
}
.landing-page .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.landing-page .badge-primary {
  color: #fff;
  background-color: #e30613;
}
a.landing-page .badge-primary:hover, a.landing-page .badge-primary:focus {
  color: #fff;
  background-color: rgb(177.313304721, 4.686695279, 14.8412017167);
}
a.landing-page .badge-primary:focus, a.landing-page .badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.5);
}

.landing-page .badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.landing-page .badge-secondary:hover, a.landing-page .badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.landing-page .badge-secondary:focus, a.landing-page .badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.landing-page .badge-success {
  color: #fff;
  background-color: #28a745;
}
a.landing-page .badge-success:hover, a.landing-page .badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.landing-page .badge-success:focus, a.landing-page .badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.landing-page .badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.landing-page .badge-info:hover, a.landing-page .badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.landing-page .badge-info:focus, a.landing-page .badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.landing-page .badge-warning {
  color: #000;
  background-color: #ffc107;
}
a.landing-page .badge-warning:hover, a.landing-page .badge-warning:focus {
  color: #000;
  background-color: rgb(211, 158.25, 0);
}
a.landing-page .badge-warning:focus, a.landing-page .badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.landing-page .badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.landing-page .badge-danger:hover, a.landing-page .badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.landing-page .badge-danger:focus, a.landing-page .badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.landing-page .badge-light {
  color: #000;
  background-color: #f8f9fa;
}
a.landing-page .badge-light:hover, a.landing-page .badge-light:focus {
  color: #000;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.landing-page .badge-light:focus, a.landing-page .badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.landing-page .badge-dark {
  color: #fff;
  background-color: #333333;
}
a.landing-page .badge-dark:hover, a.landing-page .badge-dark:focus {
  color: #fff;
  background-color: rgb(25.5, 25.5, 25.5);
}
a.landing-page .badge-dark:focus, a.landing-page .badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.landing-page .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .landing-page .jumbotron {
    padding: 4rem 2rem;
  }
}
.landing-page .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.landing-page .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.landing-page .alert-heading {
  color: inherit;
}
.landing-page .alert-link {
  font-weight: 600;
}
.landing-page .alert-dismissible {
  padding-right: 4rem;
}
.landing-page .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.landing-page .alert-primary {
  color: rgb(118.04, 3.12, 9.88);
  background-color: rgb(249.4, 205.2, 207.8);
  border-color: rgb(247.16, 185.28, 188.92);
}
.landing-page .alert-primary hr {
  border-top-color: rgb(244.5823826715, 162.3576173285, 167.194368231);
}
.landing-page .alert-primary .alert-link {
  color: rgb(68.353304721, 1.806695279, 5.7212017167);
}
.landing-page .alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.landing-page .alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.landing-page .alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}
.landing-page .alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.landing-page .alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.landing-page .alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}
.landing-page .alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.landing-page .alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.landing-page .alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}
.landing-page .alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.landing-page .alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.landing-page .alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}
.landing-page .alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.landing-page .alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.landing-page .alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}
.landing-page .alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.landing-page .alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.landing-page .alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}
.landing-page .alert-dark {
  color: rgb(26.52, 26.52, 26.52);
  background-color: rgb(214.2, 214.2, 214.2);
  border-color: rgb(197.88, 197.88, 197.88);
}
.landing-page .alert-dark hr {
  border-top-color: rgb(185.13, 185.13, 185.13);
}
.landing-page .alert-dark .alert-link {
  color: rgb(1.02, 1.02, 1.02);
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.landing-page .progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.landing-page .progress-bar {
  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;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #e30613;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .landing-page .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}
.landing-page .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.landing-page .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .landing-page .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}
.landing-page .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.landing-page .media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.landing-page .list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.landing-page .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.landing-page .list-group-item-action:hover, .landing-page .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.landing-page .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.landing-page .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.landing-page .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.landing-page .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.landing-page .list-group-item.disabled, .landing-page .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.landing-page .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #e30613;
  border-color: #e30613;
}
.landing-page .list-group-item + .landing-page .list-group-item {
  border-top-width: 0;
}
.landing-page .list-group-item + .landing-page .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.landing-page .list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.landing-page .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.landing-page .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.landing-page .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.landing-page .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.landing-page .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .landing-page .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .landing-page .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .landing-page .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .landing-page .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .landing-page .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .landing-page .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .landing-page .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .landing-page .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .landing-page .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .landing-page .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .landing-page .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .landing-page .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .landing-page .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .landing-page .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .landing-page .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .landing-page .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .landing-page .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .landing-page .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .landing-page .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .landing-page .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .landing-page .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .landing-page .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .landing-page .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .landing-page .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.landing-page .list-group-flush {
  border-radius: 0;
}
.landing-page .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.landing-page .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.landing-page .list-group-item-primary {
  color: rgb(118.04, 3.12, 9.88);
  background-color: rgb(247.16, 185.28, 188.92);
}
.landing-page .list-group-item-primary.list-group-item-action:hover, .landing-page .list-group-item-primary.list-group-item-action:focus {
  color: rgb(118.04, 3.12, 9.88);
  background-color: rgb(244.5823826715, 162.3576173285, 167.194368231);
}
.landing-page .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(118.04, 3.12, 9.88);
  border-color: rgb(118.04, 3.12, 9.88);
}
.landing-page .list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.landing-page .list-group-item-secondary.list-group-item-action:hover, .landing-page .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.landing-page .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}
.landing-page .list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.landing-page .list-group-item-success.list-group-item-action:hover, .landing-page .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.landing-page .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}
.landing-page .list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.landing-page .list-group-item-info.list-group-item-action:hover, .landing-page .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.landing-page .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}
.landing-page .list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.landing-page .list-group-item-warning.list-group-item-action:hover, .landing-page .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.landing-page .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}
.landing-page .list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.landing-page .list-group-item-danger.list-group-item-action:hover, .landing-page .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.landing-page .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}
.landing-page .list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.landing-page .list-group-item-light.list-group-item-action:hover, .landing-page .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.landing-page .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}
.landing-page .list-group-item-dark {
  color: rgb(26.52, 26.52, 26.52);
  background-color: rgb(197.88, 197.88, 197.88);
}
.landing-page .list-group-item-dark.list-group-item-action:hover, .landing-page .list-group-item-dark.list-group-item-action:focus {
  color: rgb(26.52, 26.52, 26.52);
  background-color: rgb(185.13, 185.13, 185.13);
}
.landing-page .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(26.52, 26.52, 26.52);
  border-color: rgb(26.52, 26.52, 26.52);
}
.landing-page .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .landing-page .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.landing-page .close:hover {
  color: #000;
  text-decoration: none;
}
.landing-page .close:not(:disabled):not(.disabled):hover, .landing-page .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
.landing-page button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.landing-page a.close.disabled {
  pointer-events: none;
}
.landing-page .toast {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.landing-page .toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.landing-page .toast.showing {
  opacity: 1;
}
.landing-page .toast.show {
  display: block;
  opacity: 1;
}
.landing-page .toast.hide {
  display: none;
}
.landing-page .toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.landing-page .toast-body {
  padding: 0.75rem;
}
.landing-page .modal-open {
  overflow: hidden;
}
.landing-page .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.landing-page .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.landing-page .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .landing-page .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .landing-page .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .landing-page .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .landing-page .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.landing-page .modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.landing-page .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.landing-page .modal-dialog-scrollable .modal-header,
.landing-page .modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.landing-page .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.landing-page .modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.landing-page .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.landing-page .modal-dialog-centered.modal-dialog-scrollable {
  -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;
  height: 100%;
}
.landing-page .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.landing-page .modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.landing-page .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.landing-page .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.landing-page .modal-backdrop.fade {
  opacity: 0;
}
.landing-page .modal-backdrop.show {
  opacity: 0.5;
}
.landing-page .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.landing-page .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.landing-page .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.landing-page .modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}
.landing-page .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.landing-page .modal-footer > * {
  margin: 0.25rem;
}
.landing-page .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .landing-page .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .landing-page .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .landing-page .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .landing-page .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .landing-page .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .landing-page .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .landing-page .modal-lg,
  .landing-page .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .landing-page .modal-xl {
    max-width: 1140px;
  }
}
.landing-page .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.landing-page .tooltip.show {
  opacity: 0.9;
}
.landing-page .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.landing-page .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.landing-page .bs-tooltip-top, .landing-page .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.landing-page .bs-tooltip-top .arrow, .landing-page .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.landing-page .bs-tooltip-top .arrow::before, .landing-page .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.landing-page .bs-tooltip-right, .landing-page .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.landing-page .bs-tooltip-right .arrow, .landing-page .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.landing-page .bs-tooltip-right .arrow::before, .landing-page .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.landing-page .bs-tooltip-bottom, .landing-page .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.landing-page .bs-tooltip-bottom .arrow, .landing-page .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.landing-page .bs-tooltip-bottom .arrow::before, .landing-page .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.landing-page .bs-tooltip-left, .landing-page .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.landing-page .bs-tooltip-left .arrow, .landing-page .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.landing-page .bs-tooltip-left .arrow::before, .landing-page .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.landing-page .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.landing-page .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.landing-page .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.landing-page .popover .arrow::before, .landing-page .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.landing-page .bs-popover-top, .landing-page .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.landing-page .bs-popover-top > .arrow, .landing-page .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.landing-page .bs-popover-top > .arrow::before, .landing-page .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.landing-page .bs-popover-top > .arrow::after, .landing-page .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.landing-page .bs-popover-right, .landing-page .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.landing-page .bs-popover-right > .arrow, .landing-page .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.landing-page .bs-popover-right > .arrow::before, .landing-page .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.landing-page .bs-popover-right > .arrow::after, .landing-page .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.landing-page .bs-popover-bottom, .landing-page .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.landing-page .bs-popover-bottom > .arrow, .landing-page .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.landing-page .bs-popover-bottom > .arrow::before, .landing-page .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.landing-page .bs-popover-bottom > .arrow::after, .landing-page .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.landing-page .bs-popover-bottom .popover-header::before, .landing-page .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}
.landing-page .bs-popover-left, .landing-page .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.landing-page .bs-popover-left > .arrow, .landing-page .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.landing-page .bs-popover-left > .arrow::before, .landing-page .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.landing-page .bs-popover-left > .arrow::after, .landing-page .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.landing-page .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.landing-page .popover-header:empty {
  display: none;
}
.landing-page .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.landing-page .carousel {
  position: relative;
}
.landing-page .carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.landing-page .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.landing-page .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.landing-page .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .landing-page .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}
.landing-page .carousel-item.active,
.landing-page .carousel-item-next,
.landing-page .carousel-item-prev {
  display: block;
}
.landing-page .carousel-item-next:not(.carousel-item-left),
.landing-page .active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.landing-page .carousel-item-prev:not(.carousel-item-right),
.landing-page .active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.landing-page .carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.landing-page .carousel-fade .carousel-item.active,
.landing-page .carousel-fade .carousel-item-next.carousel-item-left,
.landing-page .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.landing-page .carousel-fade .active.carousel-item-left,
.landing-page .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .landing-page .carousel-fade .active.carousel-item-left,
  .landing-page .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}
.landing-page .carousel-control-prev,
.landing-page .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  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;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .landing-page .carousel-control-prev,
  .landing-page .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.landing-page .carousel-control-prev:hover, .landing-page .carousel-control-prev:focus,
.landing-page .carousel-control-next:hover,
.landing-page .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.landing-page .carousel-control-prev {
  left: 0;
}
.landing-page .carousel-control-next {
  right: 0;
}
.landing-page .carousel-control-prev-icon,
.landing-page .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.landing-page .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.landing-page .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.landing-page .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.landing-page .carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .landing-page .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}
.landing-page .carousel-indicators .active {
  opacity: 1;
}
.landing-page .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.landing-page .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}
.landing-page .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.landing-page .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}
.landing-page .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.landing-page .align-baseline {
  vertical-align: baseline !important;
}
.landing-page .align-top {
  vertical-align: top !important;
}
.landing-page .align-middle {
  vertical-align: middle !important;
}
.landing-page .align-bottom {
  vertical-align: bottom !important;
}
.landing-page .align-text-bottom {
  vertical-align: text-bottom !important;
}
.landing-page .align-text-top {
  vertical-align: text-top !important;
}
.landing-page .bg-primary {
  background-color: #e30613 !important;
}
.landing-page a.bg-primary:hover, .landing-page a.bg-primary:focus,
.landing-page button.bg-primary:hover,
.landing-page button.bg-primary:focus {
  background-color: rgb(177.313304721, 4.686695279, 14.8412017167) !important;
}
.landing-page .bg-secondary {
  background-color: #6c757d !important;
}
.landing-page a.bg-secondary:hover, .landing-page a.bg-secondary:focus,
.landing-page button.bg-secondary:hover,
.landing-page button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}
.landing-page .bg-success {
  background-color: #28a745 !important;
}
.landing-page a.bg-success:hover, .landing-page a.bg-success:focus,
.landing-page button.bg-success:hover,
.landing-page button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}
.landing-page .bg-info {
  background-color: #17a2b8 !important;
}
.landing-page a.bg-info:hover, .landing-page a.bg-info:focus,
.landing-page button.bg-info:hover,
.landing-page button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}
.landing-page .bg-warning {
  background-color: #ffc107 !important;
}
.landing-page a.bg-warning:hover, .landing-page a.bg-warning:focus,
.landing-page button.bg-warning:hover,
.landing-page button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}
.landing-page .bg-danger {
  background-color: #dc3545 !important;
}
.landing-page a.bg-danger:hover, .landing-page a.bg-danger:focus,
.landing-page button.bg-danger:hover,
.landing-page button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}
.landing-page .bg-light {
  background-color: #f8f9fa !important;
}
.landing-page a.bg-light:hover, .landing-page a.bg-light:focus,
.landing-page button.bg-light:hover,
.landing-page button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}
.landing-page .bg-dark {
  background-color: #333333 !important;
}
.landing-page a.bg-dark:hover, .landing-page a.bg-dark:focus,
.landing-page button.bg-dark:hover,
.landing-page button.bg-dark:focus {
  background-color: rgb(25.5, 25.5, 25.5) !important;
}
.landing-page .bg-white {
  background-color: #fff !important;
}
.landing-page .bg-transparent {
  background-color: transparent !important;
}
.landing-page .border {
  border: 1px solid #dee2e6 !important;
}
.landing-page .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.landing-page .border-right {
  border-right: 1px solid #dee2e6 !important;
}
.landing-page .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.landing-page .border-left {
  border-left: 1px solid #dee2e6 !important;
}
.landing-page .border-0 {
  border: 0 !important;
}
.landing-page .border-top-0 {
  border-top: 0 !important;
}
.landing-page .border-right-0 {
  border-right: 0 !important;
}
.landing-page .border-bottom-0 {
  border-bottom: 0 !important;
}
.landing-page .border-left-0 {
  border-left: 0 !important;
}
.landing-page .border-primary {
  border-color: #e30613 !important;
}
.landing-page .border-secondary {
  border-color: #6c757d !important;
}
.landing-page .border-success {
  border-color: #28a745 !important;
}
.landing-page .border-info {
  border-color: #17a2b8 !important;
}
.landing-page .border-warning {
  border-color: #ffc107 !important;
}
.landing-page .border-danger {
  border-color: #dc3545 !important;
}
.landing-page .border-light {
  border-color: #f8f9fa !important;
}
.landing-page .border-dark {
  border-color: #333333 !important;
}
.landing-page .border-white {
  border-color: #fff !important;
}
.landing-page .rounded-sm {
  border-radius: 0.2rem !important;
}
.landing-page .rounded {
  border-radius: 0.25rem !important;
}
.landing-page .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.landing-page .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.landing-page .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.landing-page .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.landing-page .rounded-lg {
  border-radius: 0.3rem !important;
}
.landing-page .rounded-circle {
  border-radius: 50% !important;
}
.landing-page .rounded-pill {
  border-radius: 50rem !important;
}
.landing-page .rounded-0 {
  border-radius: 0 !important;
}
.landing-page .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.landing-page .d-none {
  display: none !important;
}
.landing-page .d-inline {
  display: inline !important;
}
.landing-page .d-inline-block {
  display: inline-block !important;
}
.landing-page .d-block {
  display: block !important;
}
.landing-page .d-table {
  display: table !important;
}
.landing-page .d-table-row {
  display: table-row !important;
}
.landing-page .d-table-cell {
  display: table-cell !important;
}
.landing-page .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.landing-page .d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .landing-page .d-sm-none {
    display: none !important;
  }
  .landing-page .d-sm-inline {
    display: inline !important;
  }
  .landing-page .d-sm-inline-block {
    display: inline-block !important;
  }
  .landing-page .d-sm-block {
    display: block !important;
  }
  .landing-page .d-sm-table {
    display: table !important;
  }
  .landing-page .d-sm-table-row {
    display: table-row !important;
  }
  .landing-page .d-sm-table-cell {
    display: table-cell !important;
  }
  .landing-page .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .landing-page .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .landing-page .d-md-none {
    display: none !important;
  }
  .landing-page .d-md-inline {
    display: inline !important;
  }
  .landing-page .d-md-inline-block {
    display: inline-block !important;
  }
  .landing-page .d-md-block {
    display: block !important;
  }
  .landing-page .d-md-table {
    display: table !important;
  }
  .landing-page .d-md-table-row {
    display: table-row !important;
  }
  .landing-page .d-md-table-cell {
    display: table-cell !important;
  }
  .landing-page .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .landing-page .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .landing-page .d-lg-none {
    display: none !important;
  }
  .landing-page .d-lg-inline {
    display: inline !important;
  }
  .landing-page .d-lg-inline-block {
    display: inline-block !important;
  }
  .landing-page .d-lg-block {
    display: block !important;
  }
  .landing-page .d-lg-table {
    display: table !important;
  }
  .landing-page .d-lg-table-row {
    display: table-row !important;
  }
  .landing-page .d-lg-table-cell {
    display: table-cell !important;
  }
  .landing-page .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .landing-page .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .landing-page .d-xl-none {
    display: none !important;
  }
  .landing-page .d-xl-inline {
    display: inline !important;
  }
  .landing-page .d-xl-inline-block {
    display: inline-block !important;
  }
  .landing-page .d-xl-block {
    display: block !important;
  }
  .landing-page .d-xl-table {
    display: table !important;
  }
  .landing-page .d-xl-table-row {
    display: table-row !important;
  }
  .landing-page .d-xl-table-cell {
    display: table-cell !important;
  }
  .landing-page .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .landing-page .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .landing-page .d-print-none {
    display: none !important;
  }
  .landing-page .d-print-inline {
    display: inline !important;
  }
  .landing-page .d-print-inline-block {
    display: inline-block !important;
  }
  .landing-page .d-print-block {
    display: block !important;
  }
  .landing-page .d-print-table {
    display: table !important;
  }
  .landing-page .d-print-table-row {
    display: table-row !important;
  }
  .landing-page .d-print-table-cell {
    display: table-cell !important;
  }
  .landing-page .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .landing-page .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.landing-page .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.landing-page .embed-responsive::before {
  display: block;
  content: "";
}
.landing-page .embed-responsive .embed-responsive-item,
.landing-page .embed-responsive iframe,
.landing-page .embed-responsive embed,
.landing-page .embed-responsive object,
.landing-page .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.landing-page .embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.landing-page .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.landing-page .embed-responsive-4by3::before {
  padding-top: 75%;
}
.landing-page .embed-responsive-1by1::before {
  padding-top: 100%;
}
.landing-page .embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.landing-page .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.landing-page .embed-responsive-4by3::before {
  padding-top: 75%;
}
.landing-page .embed-responsive-1by1::before {
  padding-top: 100%;
}
.landing-page .flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.landing-page .flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.landing-page .flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
.landing-page .flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}
.landing-page .flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.landing-page .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.landing-page .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}
.landing-page .flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}
.landing-page .flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}
.landing-page .flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}
.landing-page .flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}
.landing-page .flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}
.landing-page .justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.landing-page .justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.landing-page .justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.landing-page .justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.landing-page .justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}
.landing-page .align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.landing-page .align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.landing-page .align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.landing-page .align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}
.landing-page .align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.landing-page .align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}
.landing-page .align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}
.landing-page .align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}
.landing-page .align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}
.landing-page .align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}
.landing-page .align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}
.landing-page .align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}
.landing-page .align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}
.landing-page .align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}
.landing-page .align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}
.landing-page .align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}
.landing-page .align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}
@media (min-width: 576px) {
  .landing-page .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .landing-page .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .landing-page .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .landing-page .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .landing-page .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .landing-page .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .landing-page .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .landing-page .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .landing-page .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .landing-page .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .landing-page .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .landing-page .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .landing-page .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .landing-page .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .landing-page .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .landing-page .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .landing-page .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .landing-page .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .landing-page .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .landing-page .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .landing-page .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .landing-page .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .landing-page .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .landing-page .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .landing-page .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .landing-page .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .landing-page .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .landing-page .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .landing-page .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .landing-page .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .landing-page .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .landing-page .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .landing-page .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .landing-page .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .landing-page .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .landing-page .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .landing-page .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .landing-page .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .landing-page .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .landing-page .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .landing-page .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .landing-page .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .landing-page .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .landing-page .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .landing-page .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .landing-page .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .landing-page .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .landing-page .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .landing-page .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .landing-page .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .landing-page .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .landing-page .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .landing-page .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .landing-page .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .landing-page .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .landing-page .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .landing-page .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .landing-page .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .landing-page .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .landing-page .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .landing-page .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .landing-page .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .landing-page .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .landing-page .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .landing-page .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .landing-page .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .landing-page .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .landing-page .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .landing-page .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .landing-page .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .landing-page .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .landing-page .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .landing-page .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .landing-page .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .landing-page .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .landing-page .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .landing-page .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .landing-page .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .landing-page .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .landing-page .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .landing-page .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .landing-page .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .landing-page .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .landing-page .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .landing-page .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .landing-page .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .landing-page .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .landing-page .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .landing-page .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .landing-page .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .landing-page .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .landing-page .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .landing-page .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .landing-page .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .landing-page .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .landing-page .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .landing-page .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .landing-page .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .landing-page .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .landing-page .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .landing-page .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .landing-page .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .landing-page .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .landing-page .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .landing-page .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .landing-page .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .landing-page .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .landing-page .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .landing-page .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .landing-page .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .landing-page .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .landing-page .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .landing-page .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .landing-page .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .landing-page .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .landing-page .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .landing-page .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .landing-page .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .landing-page .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .landing-page .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .landing-page .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .landing-page .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .landing-page .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .landing-page .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .landing-page .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .landing-page .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .landing-page .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .landing-page .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .landing-page .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .landing-page .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .landing-page .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .landing-page .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .landing-page .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .landing-page .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .landing-page .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .landing-page .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.landing-page .float-left {
  float: left !important;
}
.landing-page .float-right {
  float: right !important;
}
.landing-page .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .landing-page .float-sm-left {
    float: left !important;
  }
  .landing-page .float-sm-right {
    float: right !important;
  }
  .landing-page .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .landing-page .float-md-left {
    float: left !important;
  }
  .landing-page .float-md-right {
    float: right !important;
  }
  .landing-page .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .landing-page .float-lg-left {
    float: left !important;
  }
  .landing-page .float-lg-right {
    float: right !important;
  }
  .landing-page .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .landing-page .float-xl-left {
    float: left !important;
  }
  .landing-page .float-xl-right {
    float: right !important;
  }
  .landing-page .float-xl-none {
    float: none !important;
  }
}
.landing-page .user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}
.landing-page .user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}
.landing-page .user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.landing-page .overflow-auto {
  overflow: auto !important;
}
.landing-page .overflow-hidden {
  overflow: hidden !important;
}
.landing-page .position-static {
  position: static !important;
}
.landing-page .position-relative {
  position: relative !important;
}
.landing-page .position-absolute {
  position: absolute !important;
}
.landing-page .position-fixed {
  position: fixed !important;
}
.landing-page .position-sticky {
  position: sticky !important;
}
.landing-page .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.landing-page .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .landing-page .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.landing-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.landing-page .sr-only-focusable:active, .landing-page .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.landing-page .shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.landing-page .shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.landing-page .shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.landing-page .shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.landing-page .w-25 {
  width: 25% !important;
}
.landing-page .w-50 {
  width: 50% !important;
}
.landing-page .w-75 {
  width: 75% !important;
}
.landing-page .w-100 {
  width: 100% !important;
}
.landing-page .w-auto {
  width: auto !important;
}
.landing-page .h-25 {
  height: 25% !important;
}
.landing-page .h-50 {
  height: 50% !important;
}
.landing-page .h-75 {
  height: 75% !important;
}
.landing-page .h-100 {
  height: 100% !important;
}
.landing-page .h-auto {
  height: auto !important;
}
.landing-page .mw-100 {
  max-width: 100% !important;
}
.landing-page .mh-100 {
  max-height: 100% !important;
}
.landing-page .min-vw-100 {
  min-width: 100vw !important;
}
.landing-page .min-vh-100 {
  min-height: 100vh !important;
}
.landing-page .vw-100 {
  width: 100vw !important;
}
.landing-page .vh-100 {
  height: 100vh !important;
}
.landing-page .m-0 {
  margin: 0 !important;
}
.landing-page .mt-0,
.landing-page .my-0 {
  margin-top: 0 !important;
}
.landing-page .mr-0,
.landing-page .mx-0 {
  margin-right: 0 !important;
}
.landing-page .mb-0,
.landing-page .my-0 {
  margin-bottom: 0 !important;
}
.landing-page .ml-0,
.landing-page .mx-0 {
  margin-left: 0 !important;
}
.landing-page .m-1 {
  margin: 0.25rem !important;
}
.landing-page .mt-1,
.landing-page .my-1 {
  margin-top: 0.25rem !important;
}
.landing-page .mr-1,
.landing-page .mx-1 {
  margin-right: 0.25rem !important;
}
.landing-page .mb-1,
.landing-page .my-1 {
  margin-bottom: 0.25rem !important;
}
.landing-page .ml-1,
.landing-page .mx-1 {
  margin-left: 0.25rem !important;
}
.landing-page .m-2 {
  margin: 0.5rem !important;
}
.landing-page .mt-2,
.landing-page .my-2 {
  margin-top: 0.5rem !important;
}
.landing-page .mr-2,
.landing-page .mx-2 {
  margin-right: 0.5rem !important;
}
.landing-page .mb-2,
.landing-page .my-2 {
  margin-bottom: 0.5rem !important;
}
.landing-page .ml-2,
.landing-page .mx-2 {
  margin-left: 0.5rem !important;
}
.landing-page .m-3 {
  margin: 1rem !important;
}
.landing-page .mt-3,
.landing-page .my-3 {
  margin-top: 1rem !important;
}
.landing-page .mr-3,
.landing-page .mx-3 {
  margin-right: 1rem !important;
}
.landing-page .mb-3,
.landing-page .my-3 {
  margin-bottom: 1rem !important;
}
.landing-page .ml-3,
.landing-page .mx-3 {
  margin-left: 1rem !important;
}
.landing-page .m-4 {
  margin: 1.5rem !important;
}
.landing-page .mt-4,
.landing-page .my-4 {
  margin-top: 1.5rem !important;
}
.landing-page .mr-4,
.landing-page .mx-4 {
  margin-right: 1.5rem !important;
}
.landing-page .mb-4,
.landing-page .my-4 {
  margin-bottom: 1.5rem !important;
}
.landing-page .ml-4,
.landing-page .mx-4 {
  margin-left: 1.5rem !important;
}
.landing-page .m-5 {
  margin: 3rem !important;
}
.landing-page .mt-5,
.landing-page .my-5 {
  margin-top: 3rem !important;
}
.landing-page .mr-5,
.landing-page .mx-5 {
  margin-right: 3rem !important;
}
.landing-page .mb-5,
.landing-page .my-5 {
  margin-bottom: 3rem !important;
}
.landing-page .ml-5,
.landing-page .mx-5 {
  margin-left: 3rem !important;
}
.landing-page .p-0 {
  padding: 0 !important;
}
.landing-page .pt-0,
.landing-page .py-0 {
  padding-top: 0 !important;
}
.landing-page .pr-0,
.landing-page .px-0 {
  padding-right: 0 !important;
}
.landing-page .pb-0,
.landing-page .py-0 {
  padding-bottom: 0 !important;
}
.landing-page .pl-0,
.landing-page .px-0 {
  padding-left: 0 !important;
}
.landing-page .p-1 {
  padding: 0.25rem !important;
}
.landing-page .pt-1,
.landing-page .py-1 {
  padding-top: 0.25rem !important;
}
.landing-page .pr-1,
.landing-page .px-1 {
  padding-right: 0.25rem !important;
}
.landing-page .pb-1,
.landing-page .py-1 {
  padding-bottom: 0.25rem !important;
}
.landing-page .pl-1,
.landing-page .px-1 {
  padding-left: 0.25rem !important;
}
.landing-page .p-2 {
  padding: 0.5rem !important;
}
.landing-page .pt-2,
.landing-page .py-2 {
  padding-top: 0.5rem !important;
}
.landing-page .pr-2,
.landing-page .px-2 {
  padding-right: 0.5rem !important;
}
.landing-page .pb-2,
.landing-page .py-2 {
  padding-bottom: 0.5rem !important;
}
.landing-page .pl-2,
.landing-page .px-2 {
  padding-left: 0.5rem !important;
}
.landing-page .p-3 {
  padding: 1rem !important;
}
.landing-page .pt-3,
.landing-page .py-3 {
  padding-top: 1rem !important;
}
.landing-page .pr-3,
.landing-page .px-3 {
  padding-right: 1rem !important;
}
.landing-page .pb-3,
.landing-page .py-3 {
  padding-bottom: 1rem !important;
}
.landing-page .pl-3,
.landing-page .px-3 {
  padding-left: 1rem !important;
}
.landing-page .p-4 {
  padding: 1.5rem !important;
}
.landing-page .pt-4,
.landing-page .py-4 {
  padding-top: 1.5rem !important;
}
.landing-page .pr-4,
.landing-page .px-4 {
  padding-right: 1.5rem !important;
}
.landing-page .pb-4,
.landing-page .py-4 {
  padding-bottom: 1.5rem !important;
}
.landing-page .pl-4,
.landing-page .px-4 {
  padding-left: 1.5rem !important;
}
.landing-page .p-5 {
  padding: 3rem !important;
}
.landing-page .pt-5,
.landing-page .py-5 {
  padding-top: 3rem !important;
}
.landing-page .pr-5,
.landing-page .px-5 {
  padding-right: 3rem !important;
}
.landing-page .pb-5,
.landing-page .py-5 {
  padding-bottom: 3rem !important;
}
.landing-page .pl-5,
.landing-page .px-5 {
  padding-left: 3rem !important;
}
.landing-page .m-n1 {
  margin: -0.25rem !important;
}
.landing-page .mt-n1,
.landing-page .my-n1 {
  margin-top: -0.25rem !important;
}
.landing-page .mr-n1,
.landing-page .mx-n1 {
  margin-right: -0.25rem !important;
}
.landing-page .mb-n1,
.landing-page .my-n1 {
  margin-bottom: -0.25rem !important;
}
.landing-page .ml-n1,
.landing-page .mx-n1 {
  margin-left: -0.25rem !important;
}
.landing-page .m-n2 {
  margin: -0.5rem !important;
}
.landing-page .mt-n2,
.landing-page .my-n2 {
  margin-top: -0.5rem !important;
}
.landing-page .mr-n2,
.landing-page .mx-n2 {
  margin-right: -0.5rem !important;
}
.landing-page .mb-n2,
.landing-page .my-n2 {
  margin-bottom: -0.5rem !important;
}
.landing-page .ml-n2,
.landing-page .mx-n2 {
  margin-left: -0.5rem !important;
}
.landing-page .m-n3 {
  margin: -1rem !important;
}
.landing-page .mt-n3,
.landing-page .my-n3 {
  margin-top: -1rem !important;
}
.landing-page .mr-n3,
.landing-page .mx-n3 {
  margin-right: -1rem !important;
}
.landing-page .mb-n3,
.landing-page .my-n3 {
  margin-bottom: -1rem !important;
}
.landing-page .ml-n3,
.landing-page .mx-n3 {
  margin-left: -1rem !important;
}
.landing-page .m-n4 {
  margin: -1.5rem !important;
}
.landing-page .mt-n4,
.landing-page .my-n4 {
  margin-top: -1.5rem !important;
}
.landing-page .mr-n4,
.landing-page .mx-n4 {
  margin-right: -1.5rem !important;
}
.landing-page .mb-n4,
.landing-page .my-n4 {
  margin-bottom: -1.5rem !important;
}
.landing-page .ml-n4,
.landing-page .mx-n4 {
  margin-left: -1.5rem !important;
}
.landing-page .m-n5 {
  margin: -3rem !important;
}
.landing-page .mt-n5,
.landing-page .my-n5 {
  margin-top: -3rem !important;
}
.landing-page .mr-n5,
.landing-page .mx-n5 {
  margin-right: -3rem !important;
}
.landing-page .mb-n5,
.landing-page .my-n5 {
  margin-bottom: -3rem !important;
}
.landing-page .ml-n5,
.landing-page .mx-n5 {
  margin-left: -3rem !important;
}
.landing-page .m-auto {
  margin: auto !important;
}
.landing-page .mt-auto,
.landing-page .my-auto {
  margin-top: auto !important;
}
.landing-page .mr-auto,
.landing-page .mx-auto {
  margin-right: auto !important;
}
.landing-page .mb-auto,
.landing-page .my-auto {
  margin-bottom: auto !important;
}
.landing-page .ml-auto,
.landing-page .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .landing-page .m-sm-0 {
    margin: 0 !important;
  }
  .landing-page .mt-sm-0,
  .landing-page .my-sm-0 {
    margin-top: 0 !important;
  }
  .landing-page .mr-sm-0,
  .landing-page .mx-sm-0 {
    margin-right: 0 !important;
  }
  .landing-page .mb-sm-0,
  .landing-page .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .landing-page .ml-sm-0,
  .landing-page .mx-sm-0 {
    margin-left: 0 !important;
  }
  .landing-page .m-sm-1 {
    margin: 0.25rem !important;
  }
  .landing-page .mt-sm-1,
  .landing-page .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .landing-page .mr-sm-1,
  .landing-page .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .landing-page .mb-sm-1,
  .landing-page .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .landing-page .ml-sm-1,
  .landing-page .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .landing-page .m-sm-2 {
    margin: 0.5rem !important;
  }
  .landing-page .mt-sm-2,
  .landing-page .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .landing-page .mr-sm-2,
  .landing-page .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .landing-page .mb-sm-2,
  .landing-page .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .landing-page .ml-sm-2,
  .landing-page .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .landing-page .m-sm-3 {
    margin: 1rem !important;
  }
  .landing-page .mt-sm-3,
  .landing-page .my-sm-3 {
    margin-top: 1rem !important;
  }
  .landing-page .mr-sm-3,
  .landing-page .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .landing-page .mb-sm-3,
  .landing-page .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .landing-page .ml-sm-3,
  .landing-page .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .landing-page .m-sm-4 {
    margin: 1.5rem !important;
  }
  .landing-page .mt-sm-4,
  .landing-page .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .landing-page .mr-sm-4,
  .landing-page .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .landing-page .mb-sm-4,
  .landing-page .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .landing-page .ml-sm-4,
  .landing-page .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .landing-page .m-sm-5 {
    margin: 3rem !important;
  }
  .landing-page .mt-sm-5,
  .landing-page .my-sm-5 {
    margin-top: 3rem !important;
  }
  .landing-page .mr-sm-5,
  .landing-page .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .landing-page .mb-sm-5,
  .landing-page .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .landing-page .ml-sm-5,
  .landing-page .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .landing-page .p-sm-0 {
    padding: 0 !important;
  }
  .landing-page .pt-sm-0,
  .landing-page .py-sm-0 {
    padding-top: 0 !important;
  }
  .landing-page .pr-sm-0,
  .landing-page .px-sm-0 {
    padding-right: 0 !important;
  }
  .landing-page .pb-sm-0,
  .landing-page .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .landing-page .pl-sm-0,
  .landing-page .px-sm-0 {
    padding-left: 0 !important;
  }
  .landing-page .p-sm-1 {
    padding: 0.25rem !important;
  }
  .landing-page .pt-sm-1,
  .landing-page .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .landing-page .pr-sm-1,
  .landing-page .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .landing-page .pb-sm-1,
  .landing-page .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .landing-page .pl-sm-1,
  .landing-page .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .landing-page .p-sm-2 {
    padding: 0.5rem !important;
  }
  .landing-page .pt-sm-2,
  .landing-page .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .landing-page .pr-sm-2,
  .landing-page .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .landing-page .pb-sm-2,
  .landing-page .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .landing-page .pl-sm-2,
  .landing-page .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .landing-page .p-sm-3 {
    padding: 1rem !important;
  }
  .landing-page .pt-sm-3,
  .landing-page .py-sm-3 {
    padding-top: 1rem !important;
  }
  .landing-page .pr-sm-3,
  .landing-page .px-sm-3 {
    padding-right: 1rem !important;
  }
  .landing-page .pb-sm-3,
  .landing-page .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .landing-page .pl-sm-3,
  .landing-page .px-sm-3 {
    padding-left: 1rem !important;
  }
  .landing-page .p-sm-4 {
    padding: 1.5rem !important;
  }
  .landing-page .pt-sm-4,
  .landing-page .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .landing-page .pr-sm-4,
  .landing-page .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .landing-page .pb-sm-4,
  .landing-page .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .landing-page .pl-sm-4,
  .landing-page .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .landing-page .p-sm-5 {
    padding: 3rem !important;
  }
  .landing-page .pt-sm-5,
  .landing-page .py-sm-5 {
    padding-top: 3rem !important;
  }
  .landing-page .pr-sm-5,
  .landing-page .px-sm-5 {
    padding-right: 3rem !important;
  }
  .landing-page .pb-sm-5,
  .landing-page .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .landing-page .pl-sm-5,
  .landing-page .px-sm-5 {
    padding-left: 3rem !important;
  }
  .landing-page .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .landing-page .mt-sm-n1,
  .landing-page .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .landing-page .mr-sm-n1,
  .landing-page .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .landing-page .mb-sm-n1,
  .landing-page .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .landing-page .ml-sm-n1,
  .landing-page .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .landing-page .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .landing-page .mt-sm-n2,
  .landing-page .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .landing-page .mr-sm-n2,
  .landing-page .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .landing-page .mb-sm-n2,
  .landing-page .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .landing-page .ml-sm-n2,
  .landing-page .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .landing-page .m-sm-n3 {
    margin: -1rem !important;
  }
  .landing-page .mt-sm-n3,
  .landing-page .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .landing-page .mr-sm-n3,
  .landing-page .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .landing-page .mb-sm-n3,
  .landing-page .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .landing-page .ml-sm-n3,
  .landing-page .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .landing-page .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .landing-page .mt-sm-n4,
  .landing-page .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .landing-page .mr-sm-n4,
  .landing-page .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .landing-page .mb-sm-n4,
  .landing-page .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .landing-page .ml-sm-n4,
  .landing-page .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .landing-page .m-sm-n5 {
    margin: -3rem !important;
  }
  .landing-page .mt-sm-n5,
  .landing-page .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .landing-page .mr-sm-n5,
  .landing-page .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .landing-page .mb-sm-n5,
  .landing-page .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .landing-page .ml-sm-n5,
  .landing-page .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .landing-page .m-sm-auto {
    margin: auto !important;
  }
  .landing-page .mt-sm-auto,
  .landing-page .my-sm-auto {
    margin-top: auto !important;
  }
  .landing-page .mr-sm-auto,
  .landing-page .mx-sm-auto {
    margin-right: auto !important;
  }
  .landing-page .mb-sm-auto,
  .landing-page .my-sm-auto {
    margin-bottom: auto !important;
  }
  .landing-page .ml-sm-auto,
  .landing-page .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .landing-page .m-md-0 {
    margin: 0 !important;
  }
  .landing-page .mt-md-0,
  .landing-page .my-md-0 {
    margin-top: 0 !important;
  }
  .landing-page .mr-md-0,
  .landing-page .mx-md-0 {
    margin-right: 0 !important;
  }
  .landing-page .mb-md-0,
  .landing-page .my-md-0 {
    margin-bottom: 0 !important;
  }
  .landing-page .ml-md-0,
  .landing-page .mx-md-0 {
    margin-left: 0 !important;
  }
  .landing-page .m-md-1 {
    margin: 0.25rem !important;
  }
  .landing-page .mt-md-1,
  .landing-page .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .landing-page .mr-md-1,
  .landing-page .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .landing-page .mb-md-1,
  .landing-page .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .landing-page .ml-md-1,
  .landing-page .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .landing-page .m-md-2 {
    margin: 0.5rem !important;
  }
  .landing-page .mt-md-2,
  .landing-page .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .landing-page .mr-md-2,
  .landing-page .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .landing-page .mb-md-2,
  .landing-page .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .landing-page .ml-md-2,
  .landing-page .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .landing-page .m-md-3 {
    margin: 1rem !important;
  }
  .landing-page .mt-md-3,
  .landing-page .my-md-3 {
    margin-top: 1rem !important;
  }
  .landing-page .mr-md-3,
  .landing-page .mx-md-3 {
    margin-right: 1rem !important;
  }
  .landing-page .mb-md-3,
  .landing-page .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .landing-page .ml-md-3,
  .landing-page .mx-md-3 {
    margin-left: 1rem !important;
  }
  .landing-page .m-md-4 {
    margin: 1.5rem !important;
  }
  .landing-page .mt-md-4,
  .landing-page .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .landing-page .mr-md-4,
  .landing-page .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .landing-page .mb-md-4,
  .landing-page .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .landing-page .ml-md-4,
  .landing-page .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .landing-page .m-md-5 {
    margin: 3rem !important;
  }
  .landing-page .mt-md-5,
  .landing-page .my-md-5 {
    margin-top: 3rem !important;
  }
  .landing-page .mr-md-5,
  .landing-page .mx-md-5 {
    margin-right: 3rem !important;
  }
  .landing-page .mb-md-5,
  .landing-page .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .landing-page .ml-md-5,
  .landing-page .mx-md-5 {
    margin-left: 3rem !important;
  }
  .landing-page .p-md-0 {
    padding: 0 !important;
  }
  .landing-page .pt-md-0,
  .landing-page .py-md-0 {
    padding-top: 0 !important;
  }
  .landing-page .pr-md-0,
  .landing-page .px-md-0 {
    padding-right: 0 !important;
  }
  .landing-page .pb-md-0,
  .landing-page .py-md-0 {
    padding-bottom: 0 !important;
  }
  .landing-page .pl-md-0,
  .landing-page .px-md-0 {
    padding-left: 0 !important;
  }
  .landing-page .p-md-1 {
    padding: 0.25rem !important;
  }
  .landing-page .pt-md-1,
  .landing-page .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .landing-page .pr-md-1,
  .landing-page .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .landing-page .pb-md-1,
  .landing-page .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .landing-page .pl-md-1,
  .landing-page .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .landing-page .p-md-2 {
    padding: 0.5rem !important;
  }
  .landing-page .pt-md-2,
  .landing-page .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .landing-page .pr-md-2,
  .landing-page .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .landing-page .pb-md-2,
  .landing-page .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .landing-page .pl-md-2,
  .landing-page .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .landing-page .p-md-3 {
    padding: 1rem !important;
  }
  .landing-page .pt-md-3,
  .landing-page .py-md-3 {
    padding-top: 1rem !important;
  }
  .landing-page .pr-md-3,
  .landing-page .px-md-3 {
    padding-right: 1rem !important;
  }
  .landing-page .pb-md-3,
  .landing-page .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .landing-page .pl-md-3,
  .landing-page .px-md-3 {
    padding-left: 1rem !important;
  }
  .landing-page .p-md-4 {
    padding: 1.5rem !important;
  }
  .landing-page .pt-md-4,
  .landing-page .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .landing-page .pr-md-4,
  .landing-page .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .landing-page .pb-md-4,
  .landing-page .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .landing-page .pl-md-4,
  .landing-page .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .landing-page .p-md-5 {
    padding: 3rem !important;
  }
  .landing-page .pt-md-5,
  .landing-page .py-md-5 {
    padding-top: 3rem !important;
  }
  .landing-page .pr-md-5,
  .landing-page .px-md-5 {
    padding-right: 3rem !important;
  }
  .landing-page .pb-md-5,
  .landing-page .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .landing-page .pl-md-5,
  .landing-page .px-md-5 {
    padding-left: 3rem !important;
  }
  .landing-page .m-md-n1 {
    margin: -0.25rem !important;
  }
  .landing-page .mt-md-n1,
  .landing-page .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .landing-page .mr-md-n1,
  .landing-page .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .landing-page .mb-md-n1,
  .landing-page .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .landing-page .ml-md-n1,
  .landing-page .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .landing-page .m-md-n2 {
    margin: -0.5rem !important;
  }
  .landing-page .mt-md-n2,
  .landing-page .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .landing-page .mr-md-n2,
  .landing-page .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .landing-page .mb-md-n2,
  .landing-page .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .landing-page .ml-md-n2,
  .landing-page .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .landing-page .m-md-n3 {
    margin: -1rem !important;
  }
  .landing-page .mt-md-n3,
  .landing-page .my-md-n3 {
    margin-top: -1rem !important;
  }
  .landing-page .mr-md-n3,
  .landing-page .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .landing-page .mb-md-n3,
  .landing-page .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .landing-page .ml-md-n3,
  .landing-page .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .landing-page .m-md-n4 {
    margin: -1.5rem !important;
  }
  .landing-page .mt-md-n4,
  .landing-page .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .landing-page .mr-md-n4,
  .landing-page .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .landing-page .mb-md-n4,
  .landing-page .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .landing-page .ml-md-n4,
  .landing-page .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .landing-page .m-md-n5 {
    margin: -3rem !important;
  }
  .landing-page .mt-md-n5,
  .landing-page .my-md-n5 {
    margin-top: -3rem !important;
  }
  .landing-page .mr-md-n5,
  .landing-page .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .landing-page .mb-md-n5,
  .landing-page .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .landing-page .ml-md-n5,
  .landing-page .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .landing-page .m-md-auto {
    margin: auto !important;
  }
  .landing-page .mt-md-auto,
  .landing-page .my-md-auto {
    margin-top: auto !important;
  }
  .landing-page .mr-md-auto,
  .landing-page .mx-md-auto {
    margin-right: auto !important;
  }
  .landing-page .mb-md-auto,
  .landing-page .my-md-auto {
    margin-bottom: auto !important;
  }
  .landing-page .ml-md-auto,
  .landing-page .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .landing-page .m-lg-0 {
    margin: 0 !important;
  }
  .landing-page .mt-lg-0,
  .landing-page .my-lg-0 {
    margin-top: 0 !important;
  }
  .landing-page .mr-lg-0,
  .landing-page .mx-lg-0 {
    margin-right: 0 !important;
  }
  .landing-page .mb-lg-0,
  .landing-page .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .landing-page .ml-lg-0,
  .landing-page .mx-lg-0 {
    margin-left: 0 !important;
  }
  .landing-page .m-lg-1 {
    margin: 0.25rem !important;
  }
  .landing-page .mt-lg-1,
  .landing-page .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .landing-page .mr-lg-1,
  .landing-page .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .landing-page .mb-lg-1,
  .landing-page .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .landing-page .ml-lg-1,
  .landing-page .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .landing-page .m-lg-2 {
    margin: 0.5rem !important;
  }
  .landing-page .mt-lg-2,
  .landing-page .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .landing-page .mr-lg-2,
  .landing-page .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .landing-page .mb-lg-2,
  .landing-page .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .landing-page .ml-lg-2,
  .landing-page .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .landing-page .m-lg-3 {
    margin: 1rem !important;
  }
  .landing-page .mt-lg-3,
  .landing-page .my-lg-3 {
    margin-top: 1rem !important;
  }
  .landing-page .mr-lg-3,
  .landing-page .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .landing-page .mb-lg-3,
  .landing-page .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .landing-page .ml-lg-3,
  .landing-page .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .landing-page .m-lg-4 {
    margin: 1.5rem !important;
  }
  .landing-page .mt-lg-4,
  .landing-page .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .landing-page .mr-lg-4,
  .landing-page .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .landing-page .mb-lg-4,
  .landing-page .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .landing-page .ml-lg-4,
  .landing-page .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .landing-page .m-lg-5 {
    margin: 3rem !important;
  }
  .landing-page .mt-lg-5,
  .landing-page .my-lg-5 {
    margin-top: 3rem !important;
  }
  .landing-page .mr-lg-5,
  .landing-page .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .landing-page .mb-lg-5,
  .landing-page .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .landing-page .ml-lg-5,
  .landing-page .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .landing-page .p-lg-0 {
    padding: 0 !important;
  }
  .landing-page .pt-lg-0,
  .landing-page .py-lg-0 {
    padding-top: 0 !important;
  }
  .landing-page .pr-lg-0,
  .landing-page .px-lg-0 {
    padding-right: 0 !important;
  }
  .landing-page .pb-lg-0,
  .landing-page .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .landing-page .pl-lg-0,
  .landing-page .px-lg-0 {
    padding-left: 0 !important;
  }
  .landing-page .p-lg-1 {
    padding: 0.25rem !important;
  }
  .landing-page .pt-lg-1,
  .landing-page .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .landing-page .pr-lg-1,
  .landing-page .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .landing-page .pb-lg-1,
  .landing-page .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .landing-page .pl-lg-1,
  .landing-page .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .landing-page .p-lg-2 {
    padding: 0.5rem !important;
  }
  .landing-page .pt-lg-2,
  .landing-page .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .landing-page .pr-lg-2,
  .landing-page .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .landing-page .pb-lg-2,
  .landing-page .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .landing-page .pl-lg-2,
  .landing-page .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .landing-page .p-lg-3 {
    padding: 1rem !important;
  }
  .landing-page .pt-lg-3,
  .landing-page .py-lg-3 {
    padding-top: 1rem !important;
  }
  .landing-page .pr-lg-3,
  .landing-page .px-lg-3 {
    padding-right: 1rem !important;
  }
  .landing-page .pb-lg-3,
  .landing-page .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .landing-page .pl-lg-3,
  .landing-page .px-lg-3 {
    padding-left: 1rem !important;
  }
  .landing-page .p-lg-4 {
    padding: 1.5rem !important;
  }
  .landing-page .pt-lg-4,
  .landing-page .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .landing-page .pr-lg-4,
  .landing-page .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .landing-page .pb-lg-4,
  .landing-page .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .landing-page .pl-lg-4,
  .landing-page .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .landing-page .p-lg-5 {
    padding: 3rem !important;
  }
  .landing-page .pt-lg-5,
  .landing-page .py-lg-5 {
    padding-top: 3rem !important;
  }
  .landing-page .pr-lg-5,
  .landing-page .px-lg-5 {
    padding-right: 3rem !important;
  }
  .landing-page .pb-lg-5,
  .landing-page .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .landing-page .pl-lg-5,
  .landing-page .px-lg-5 {
    padding-left: 3rem !important;
  }
  .landing-page .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .landing-page .mt-lg-n1,
  .landing-page .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .landing-page .mr-lg-n1,
  .landing-page .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .landing-page .mb-lg-n1,
  .landing-page .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .landing-page .ml-lg-n1,
  .landing-page .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .landing-page .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .landing-page .mt-lg-n2,
  .landing-page .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .landing-page .mr-lg-n2,
  .landing-page .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .landing-page .mb-lg-n2,
  .landing-page .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .landing-page .ml-lg-n2,
  .landing-page .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .landing-page .m-lg-n3 {
    margin: -1rem !important;
  }
  .landing-page .mt-lg-n3,
  .landing-page .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .landing-page .mr-lg-n3,
  .landing-page .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .landing-page .mb-lg-n3,
  .landing-page .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .landing-page .ml-lg-n3,
  .landing-page .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .landing-page .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .landing-page .mt-lg-n4,
  .landing-page .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .landing-page .mr-lg-n4,
  .landing-page .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .landing-page .mb-lg-n4,
  .landing-page .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .landing-page .ml-lg-n4,
  .landing-page .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .landing-page .m-lg-n5 {
    margin: -3rem !important;
  }
  .landing-page .mt-lg-n5,
  .landing-page .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .landing-page .mr-lg-n5,
  .landing-page .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .landing-page .mb-lg-n5,
  .landing-page .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .landing-page .ml-lg-n5,
  .landing-page .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .landing-page .m-lg-auto {
    margin: auto !important;
  }
  .landing-page .mt-lg-auto,
  .landing-page .my-lg-auto {
    margin-top: auto !important;
  }
  .landing-page .mr-lg-auto,
  .landing-page .mx-lg-auto {
    margin-right: auto !important;
  }
  .landing-page .mb-lg-auto,
  .landing-page .my-lg-auto {
    margin-bottom: auto !important;
  }
  .landing-page .ml-lg-auto,
  .landing-page .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .landing-page .m-xl-0 {
    margin: 0 !important;
  }
  .landing-page .mt-xl-0,
  .landing-page .my-xl-0 {
    margin-top: 0 !important;
  }
  .landing-page .mr-xl-0,
  .landing-page .mx-xl-0 {
    margin-right: 0 !important;
  }
  .landing-page .mb-xl-0,
  .landing-page .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .landing-page .ml-xl-0,
  .landing-page .mx-xl-0 {
    margin-left: 0 !important;
  }
  .landing-page .m-xl-1 {
    margin: 0.25rem !important;
  }
  .landing-page .mt-xl-1,
  .landing-page .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .landing-page .mr-xl-1,
  .landing-page .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .landing-page .mb-xl-1,
  .landing-page .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .landing-page .ml-xl-1,
  .landing-page .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .landing-page .m-xl-2 {
    margin: 0.5rem !important;
  }
  .landing-page .mt-xl-2,
  .landing-page .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .landing-page .mr-xl-2,
  .landing-page .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .landing-page .mb-xl-2,
  .landing-page .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .landing-page .ml-xl-2,
  .landing-page .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .landing-page .m-xl-3 {
    margin: 1rem !important;
  }
  .landing-page .mt-xl-3,
  .landing-page .my-xl-3 {
    margin-top: 1rem !important;
  }
  .landing-page .mr-xl-3,
  .landing-page .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .landing-page .mb-xl-3,
  .landing-page .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .landing-page .ml-xl-3,
  .landing-page .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .landing-page .m-xl-4 {
    margin: 1.5rem !important;
  }
  .landing-page .mt-xl-4,
  .landing-page .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .landing-page .mr-xl-4,
  .landing-page .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .landing-page .mb-xl-4,
  .landing-page .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .landing-page .ml-xl-4,
  .landing-page .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .landing-page .m-xl-5 {
    margin: 3rem !important;
  }
  .landing-page .mt-xl-5,
  .landing-page .my-xl-5 {
    margin-top: 3rem !important;
  }
  .landing-page .mr-xl-5,
  .landing-page .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .landing-page .mb-xl-5,
  .landing-page .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .landing-page .ml-xl-5,
  .landing-page .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .landing-page .p-xl-0 {
    padding: 0 !important;
  }
  .landing-page .pt-xl-0,
  .landing-page .py-xl-0 {
    padding-top: 0 !important;
  }
  .landing-page .pr-xl-0,
  .landing-page .px-xl-0 {
    padding-right: 0 !important;
  }
  .landing-page .pb-xl-0,
  .landing-page .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .landing-page .pl-xl-0,
  .landing-page .px-xl-0 {
    padding-left: 0 !important;
  }
  .landing-page .p-xl-1 {
    padding: 0.25rem !important;
  }
  .landing-page .pt-xl-1,
  .landing-page .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .landing-page .pr-xl-1,
  .landing-page .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .landing-page .pb-xl-1,
  .landing-page .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .landing-page .pl-xl-1,
  .landing-page .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .landing-page .p-xl-2 {
    padding: 0.5rem !important;
  }
  .landing-page .pt-xl-2,
  .landing-page .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .landing-page .pr-xl-2,
  .landing-page .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .landing-page .pb-xl-2,
  .landing-page .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .landing-page .pl-xl-2,
  .landing-page .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .landing-page .p-xl-3 {
    padding: 1rem !important;
  }
  .landing-page .pt-xl-3,
  .landing-page .py-xl-3 {
    padding-top: 1rem !important;
  }
  .landing-page .pr-xl-3,
  .landing-page .px-xl-3 {
    padding-right: 1rem !important;
  }
  .landing-page .pb-xl-3,
  .landing-page .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .landing-page .pl-xl-3,
  .landing-page .px-xl-3 {
    padding-left: 1rem !important;
  }
  .landing-page .p-xl-4 {
    padding: 1.5rem !important;
  }
  .landing-page .pt-xl-4,
  .landing-page .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .landing-page .pr-xl-4,
  .landing-page .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .landing-page .pb-xl-4,
  .landing-page .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .landing-page .pl-xl-4,
  .landing-page .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .landing-page .p-xl-5 {
    padding: 3rem !important;
  }
  .landing-page .pt-xl-5,
  .landing-page .py-xl-5 {
    padding-top: 3rem !important;
  }
  .landing-page .pr-xl-5,
  .landing-page .px-xl-5 {
    padding-right: 3rem !important;
  }
  .landing-page .pb-xl-5,
  .landing-page .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .landing-page .pl-xl-5,
  .landing-page .px-xl-5 {
    padding-left: 3rem !important;
  }
  .landing-page .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .landing-page .mt-xl-n1,
  .landing-page .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .landing-page .mr-xl-n1,
  .landing-page .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .landing-page .mb-xl-n1,
  .landing-page .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .landing-page .ml-xl-n1,
  .landing-page .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .landing-page .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .landing-page .mt-xl-n2,
  .landing-page .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .landing-page .mr-xl-n2,
  .landing-page .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .landing-page .mb-xl-n2,
  .landing-page .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .landing-page .ml-xl-n2,
  .landing-page .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .landing-page .m-xl-n3 {
    margin: -1rem !important;
  }
  .landing-page .mt-xl-n3,
  .landing-page .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .landing-page .mr-xl-n3,
  .landing-page .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .landing-page .mb-xl-n3,
  .landing-page .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .landing-page .ml-xl-n3,
  .landing-page .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .landing-page .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .landing-page .mt-xl-n4,
  .landing-page .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .landing-page .mr-xl-n4,
  .landing-page .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .landing-page .mb-xl-n4,
  .landing-page .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .landing-page .ml-xl-n4,
  .landing-page .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .landing-page .m-xl-n5 {
    margin: -3rem !important;
  }
  .landing-page .mt-xl-n5,
  .landing-page .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .landing-page .mr-xl-n5,
  .landing-page .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .landing-page .mb-xl-n5,
  .landing-page .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .landing-page .ml-xl-n5,
  .landing-page .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .landing-page .m-xl-auto {
    margin: auto !important;
  }
  .landing-page .mt-xl-auto,
  .landing-page .my-xl-auto {
    margin-top: auto !important;
  }
  .landing-page .mr-xl-auto,
  .landing-page .mx-xl-auto {
    margin-right: auto !important;
  }
  .landing-page .mb-xl-auto,
  .landing-page .my-xl-auto {
    margin-bottom: auto !important;
  }
  .landing-page .ml-xl-auto,
  .landing-page .mx-xl-auto {
    margin-left: auto !important;
  }
}
.landing-page .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.landing-page .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.landing-page .text-justify {
  text-align: justify !important;
}
.landing-page .text-wrap {
  white-space: normal !important;
}
.landing-page .text-nowrap {
  white-space: nowrap !important;
}
.landing-page .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.landing-page .text-left {
  text-align: left !important;
}
.landing-page .text-right {
  text-align: right !important;
}
.landing-page .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .landing-page .text-sm-left {
    text-align: left !important;
  }
  .landing-page .text-sm-right {
    text-align: right !important;
  }
  .landing-page .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .landing-page .text-md-left {
    text-align: left !important;
  }
  .landing-page .text-md-right {
    text-align: right !important;
  }
  .landing-page .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .landing-page .text-lg-left {
    text-align: left !important;
  }
  .landing-page .text-lg-right {
    text-align: right !important;
  }
  .landing-page .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .landing-page .text-xl-left {
    text-align: left !important;
  }
  .landing-page .text-xl-right {
    text-align: right !important;
  }
  .landing-page .text-xl-center {
    text-align: center !important;
  }
}
.landing-page .text-lowercase {
  text-transform: lowercase !important;
}
.landing-page .text-uppercase {
  text-transform: uppercase !important;
}
.landing-page .text-capitalize {
  text-transform: capitalize !important;
}
.landing-page .font-weight-light {
  font-weight: 300 !important;
}
.landing-page .font-weight-lighter {
  font-weight: 200 !important;
}
.landing-page .font-weight-normal {
  font-weight: 400 !important;
}
.landing-page .font-weight-bold {
  font-weight: 600 !important;
}
.landing-page .font-weight-bolder {
  font-weight: 600 !important;
}
.landing-page .font-italic {
  font-style: italic !important;
}
.landing-page .text-white {
  color: #fff !important;
}
.landing-page .text-primary {
  color: #e30613 !important;
}
.landing-page a.text-primary:hover, .landing-page a.text-primary:focus {
  color: rgb(152.4699570815, 4.0300429185, 12.7618025751) !important;
}
.landing-page .text-secondary {
  color: #6c757d !important;
}
.landing-page a.text-secondary:hover, .landing-page a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}
.landing-page .text-success {
  color: #28a745 !important;
}
.landing-page a.text-success:hover, .landing-page a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}
.landing-page .text-info {
  color: #17a2b8 !important;
}
.landing-page a.text-info:hover, .landing-page a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}
.landing-page .text-warning {
  color: #ffc107 !important;
}
.landing-page a.text-warning:hover, .landing-page a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}
.landing-page .text-danger {
  color: #dc3545 !important;
}
.landing-page a.text-danger:hover, .landing-page a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}
.landing-page .text-light {
  color: #f8f9fa !important;
}
.landing-page a.text-light:hover, .landing-page a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}
.landing-page .text-dark {
  color: #333333 !important;
}
.landing-page a.text-dark:hover, .landing-page a.text-dark:focus {
  color: rgb(12.75, 12.75, 12.75) !important;
}
.landing-page .text-body {
  color: #212529 !important;
}
.landing-page .text-muted {
  color: #6c757d !important;
}
.landing-page .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.landing-page .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.landing-page .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.landing-page .text-decoration-none {
  text-decoration: none !important;
}
.landing-page .text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.landing-page .text-reset {
  color: inherit !important;
}
.landing-page .visible {
  visibility: visible !important;
}
.landing-page .invisible {
  visibility: hidden !important;
}
@media print {
  .landing-page *,
  .landing-page *::before,
  .landing-page *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .landing-page a:not(.btn) {
    text-decoration: underline;
  }
  .landing-page abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .landing-page pre {
    white-space: pre-wrap !important;
  }
  .landing-page pre,
  .landing-page blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  .landing-page thead {
    display: table-header-group;
  }
  .landing-page tr,
  .landing-page img {
    page-break-inside: avoid;
  }
  .landing-page p,
  .landing-page h2,
  .landing-page h3 {
    orphans: 3;
    widows: 3;
  }
  .landing-page h2,
  .landing-page h3 {
    page-break-after: avoid;
  }
  @page {
    .landing-page {
      size: a3;
    }
  }
  .landing-page body {
    min-width: 992px !important;
  }
  .landing-page .container {
    min-width: 992px !important;
  }
  .landing-page .navbar {
    display: none;
  }
  .landing-page .badge {
    border: 1px solid #000;
  }
  .landing-page .table {
    border-collapse: collapse !important;
  }
  .landing-page .table td,
  .landing-page .table th {
    background-color: #fff !important;
  }
  .landing-page .table-bordered th,
  .landing-page .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .landing-page .table-dark {
    color: inherit;
  }
  .landing-page .table-dark th,
  .landing-page .table-dark td,
  .landing-page .table-dark thead th,
  .landing-page .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .landing-page .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@font-face {
  font-family: "FontAwesome";
  src: url("https://content.bitwise.nl/Libraries/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("https://content.bitwise.nl/Libraries/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("https://content.bitwise.nl/Libraries/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://content.bitwise.nl/Libraries/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("https://content.bitwise.nl/Libraries/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("https://content.bitwise.nl/Libraries/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.landing-page .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.landing-page .fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.landing-page .fa-2x {
  font-size: 2em;
}
.landing-page .fa-3x {
  font-size: 3em;
}
.landing-page .fa-4x {
  font-size: 4em;
}
.landing-page .fa-5x {
  font-size: 5em;
}
.landing-page .fa-fw {
  width: 1.2857142857em;
  text-align: center;
}
.landing-page .fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.landing-page .fa-ul > li {
  position: relative;
}
.landing-page .fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.landing-page .fa-li.fa-lg {
  left: calc(-2.1428571429em + 0.2857142857em);
}
.landing-page .fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.landing-page .fa-pull-left {
  float: left;
}
.landing-page .fa-pull-right {
  float: right;
}
.landing-page .fa.fa-pull-left {
  margin-right: 0.3em;
}
.landing-page .fa.fa-pull-right {
  margin-left: 0.3em;
}
.landing-page .pull-right {
  float: right;
}
.landing-page .pull-left {
  float: left;
}
.landing-page .fa.pull-left {
  margin-right: 0.3em;
}
.landing-page .fa.pull-right {
  margin-left: 0.3em;
}
.landing-page .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.landing-page .fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.landing-page .fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.landing-page .fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.landing-page .fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.landing-page .fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.landing-page .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.landing-page :root .fa-rotate-90,
.landing-page :root .fa-rotate-180,
.landing-page :root .fa-rotate-270,
.landing-page :root .fa-flip-horizontal,
.landing-page :root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.landing-page .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.landing-page .fa-stack-1x, .landing-page .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.landing-page .fa-stack-1x {
  line-height: inherit;
}
.landing-page .fa-stack-2x {
  font-size: 2em;
}
.landing-page .fa-inverse {
  color: #fff;
}
.landing-page .fa-glass:before {
  content: "\f000";
}
.landing-page .fa-music:before {
  content: "\f001";
}
.landing-page .fa-search:before {
  content: "\f002";
}
.landing-page .fa-envelope-o:before {
  content: "\f003";
}
.landing-page .fa-heart:before {
  content: "\f004";
}
.landing-page .fa-star:before {
  content: "\f005";
}
.landing-page .fa-star-o:before {
  content: "\f006";
}
.landing-page .fa-user:before {
  content: "\f007";
}
.landing-page .fa-film:before {
  content: "\f008";
}
.landing-page .fa-th-large:before {
  content: "\f009";
}
.landing-page .fa-th:before {
  content: "\f00a";
}
.landing-page .fa-th-list:before {
  content: "\f00b";
}
.landing-page .fa-check:before {
  content: "\f00c";
}
.landing-page .fa-remove:before,
.landing-page .fa-close:before,
.landing-page .fa-times:before {
  content: "\f00d";
}
.landing-page .fa-search-plus:before {
  content: "\f00e";
}
.landing-page .fa-search-minus:before {
  content: "\f010";
}
.landing-page .fa-power-off:before {
  content: "\f011";
}
.landing-page .fa-signal:before {
  content: "\f012";
}
.landing-page .fa-gear:before,
.landing-page .fa-cog:before {
  content: "\f013";
}
.landing-page .fa-trash-o:before {
  content: "\f014";
}
.landing-page .fa-home:before {
  content: "\f015";
}
.landing-page .fa-file-o:before {
  content: "\f016";
}
.landing-page .fa-clock-o:before {
  content: "\f017";
}
.landing-page .fa-road:before {
  content: "\f018";
}
.landing-page .fa-download:before {
  content: "\f019";
}
.landing-page .fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.landing-page .fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.landing-page .fa-inbox:before {
  content: "\f01c";
}
.landing-page .fa-play-circle-o:before {
  content: "\f01d";
}
.landing-page .fa-rotate-right:before,
.landing-page .fa-repeat:before {
  content: "\f01e";
}
.landing-page .fa-refresh:before {
  content: "\f021";
}
.landing-page .fa-list-alt:before {
  content: "\f022";
}
.landing-page .fa-lock:before {
  content: "\f023";
}
.landing-page .fa-flag:before {
  content: "\f024";
}
.landing-page .fa-headphones:before {
  content: "\f025";
}
.landing-page .fa-volume-off:before {
  content: "\f026";
}
.landing-page .fa-volume-down:before {
  content: "\f027";
}
.landing-page .fa-volume-up:before {
  content: "\f028";
}
.landing-page .fa-qrcode:before {
  content: "\f029";
}
.landing-page .fa-barcode:before {
  content: "\f02a";
}
.landing-page .fa-tag:before {
  content: "\f02b";
}
.landing-page .fa-tags:before {
  content: "\f02c";
}
.landing-page .fa-book:before {
  content: "\f02d";
}
.landing-page .fa-bookmark:before {
  content: "\f02e";
}
.landing-page .fa-print:before {
  content: "\f02f";
}
.landing-page .fa-camera:before {
  content: "\f030";
}
.landing-page .fa-font:before {
  content: "\f031";
}
.landing-page .fa-bold:before {
  content: "\f032";
}
.landing-page .fa-italic:before {
  content: "\f033";
}
.landing-page .fa-text-height:before {
  content: "\f034";
}
.landing-page .fa-text-width:before {
  content: "\f035";
}
.landing-page .fa-align-left:before {
  content: "\f036";
}
.landing-page .fa-align-center:before {
  content: "\f037";
}
.landing-page .fa-align-right:before {
  content: "\f038";
}
.landing-page .fa-align-justify:before {
  content: "\f039";
}
.landing-page .fa-list:before {
  content: "\f03a";
}
.landing-page .fa-dedent:before,
.landing-page .fa-outdent:before {
  content: "\f03b";
}
.landing-page .fa-indent:before {
  content: "\f03c";
}
.landing-page .fa-video-camera:before {
  content: "\f03d";
}
.landing-page .fa-photo:before,
.landing-page .fa-image:before,
.landing-page .fa-picture-o:before {
  content: "\f03e";
}
.landing-page .fa-pencil:before {
  content: "\f040";
}
.landing-page .fa-map-marker:before {
  content: "\f041";
}
.landing-page .fa-adjust:before {
  content: "\f042";
}
.landing-page .fa-tint:before {
  content: "\f043";
}
.landing-page .fa-edit:before,
.landing-page .fa-pencil-square-o:before {
  content: "\f044";
}
.landing-page .fa-share-square-o:before {
  content: "\f045";
}
.landing-page .fa-check-square-o:before {
  content: "\f046";
}
.landing-page .fa-arrows:before {
  content: "\f047";
}
.landing-page .fa-step-backward:before {
  content: "\f048";
}
.landing-page .fa-fast-backward:before {
  content: "\f049";
}
.landing-page .fa-backward:before {
  content: "\f04a";
}
.landing-page .fa-play:before {
  content: "\f04b";
}
.landing-page .fa-pause:before {
  content: "\f04c";
}
.landing-page .fa-stop:before {
  content: "\f04d";
}
.landing-page .fa-forward:before {
  content: "\f04e";
}
.landing-page .fa-fast-forward:before {
  content: "\f050";
}
.landing-page .fa-step-forward:before {
  content: "\f051";
}
.landing-page .fa-eject:before {
  content: "\f052";
}
.landing-page .fa-chevron-left:before {
  content: "\f053";
}
.landing-page .fa-chevron-right:before {
  content: "\f054";
}
.landing-page .fa-plus-circle:before {
  content: "\f055";
}
.landing-page .fa-minus-circle:before {
  content: "\f056";
}
.landing-page .fa-times-circle:before {
  content: "\f057";
}
.landing-page .fa-check-circle:before {
  content: "\f058";
}
.landing-page .fa-question-circle:before {
  content: "\f059";
}
.landing-page .fa-info-circle:before {
  content: "\f05a";
}
.landing-page .fa-crosshairs:before {
  content: "\f05b";
}
.landing-page .fa-times-circle-o:before {
  content: "\f05c";
}
.landing-page .fa-check-circle-o:before {
  content: "\f05d";
}
.landing-page .fa-ban:before {
  content: "\f05e";
}
.landing-page .fa-arrow-left:before {
  content: "\f060";
}
.landing-page .fa-arrow-right:before {
  content: "\f061";
}
.landing-page .fa-arrow-up:before {
  content: "\f062";
}
.landing-page .fa-arrow-down:before {
  content: "\f063";
}
.landing-page .fa-mail-forward:before,
.landing-page .fa-share:before {
  content: "\f064";
}
.landing-page .fa-expand:before {
  content: "\f065";
}
.landing-page .fa-compress:before {
  content: "\f066";
}
.landing-page .fa-plus:before {
  content: "\f067";
}
.landing-page .fa-minus:before {
  content: "\f068";
}
.landing-page .fa-asterisk:before {
  content: "\f069";
}
.landing-page .fa-exclamation-circle:before {
  content: "\f06a";
}
.landing-page .fa-gift:before {
  content: "\f06b";
}
.landing-page .fa-leaf:before {
  content: "\f06c";
}
.landing-page .fa-fire:before {
  content: "\f06d";
}
.landing-page .fa-eye:before {
  content: "\f06e";
}
.landing-page .fa-eye-slash:before {
  content: "\f070";
}
.landing-page .fa-warning:before,
.landing-page .fa-exclamation-triangle:before {
  content: "\f071";
}
.landing-page .fa-plane:before {
  content: "\f072";
}
.landing-page .fa-calendar:before {
  content: "\f073";
}
.landing-page .fa-random:before {
  content: "\f074";
}
.landing-page .fa-comment:before {
  content: "\f075";
}
.landing-page .fa-magnet:before {
  content: "\f076";
}
.landing-page .fa-chevron-up:before {
  content: "\f077";
}
.landing-page .fa-chevron-down:before {
  content: "\f078";
}
.landing-page .fa-retweet:before {
  content: "\f079";
}
.landing-page .fa-shopping-cart:before {
  content: "\f07a";
}
.landing-page .fa-folder:before {
  content: "\f07b";
}
.landing-page .fa-folder-open:before {
  content: "\f07c";
}
.landing-page .fa-arrows-v:before {
  content: "\f07d";
}
.landing-page .fa-arrows-h:before {
  content: "\f07e";
}
.landing-page .fa-bar-chart-o:before,
.landing-page .fa-bar-chart:before {
  content: "\f080";
}
.landing-page .fa-twitter-square:before {
  content: "\f081";
}
.landing-page .fa-facebook-square:before {
  content: "\f082";
}
.landing-page .fa-camera-retro:before {
  content: "\f083";
}
.landing-page .fa-key:before {
  content: "\f084";
}
.landing-page .fa-gears:before,
.landing-page .fa-cogs:before {
  content: "\f085";
}
.landing-page .fa-comments:before {
  content: "\f086";
}
.landing-page .fa-thumbs-o-up:before {
  content: "\f087";
}
.landing-page .fa-thumbs-o-down:before {
  content: "\f088";
}
.landing-page .fa-star-half:before {
  content: "\f089";
}
.landing-page .fa-heart-o:before {
  content: "\f08a";
}
.landing-page .fa-sign-out:before {
  content: "\f08b";
}
.landing-page .fa-linkedin-square:before {
  content: "\f08c";
}
.landing-page .fa-thumb-tack:before {
  content: "\f08d";
}
.landing-page .fa-external-link:before {
  content: "\f08e";
}
.landing-page .fa-sign-in:before {
  content: "\f090";
}
.landing-page .fa-trophy:before {
  content: "\f091";
}
.landing-page .fa-github-square:before {
  content: "\f092";
}
.landing-page .fa-upload:before {
  content: "\f093";
}
.landing-page .fa-lemon-o:before {
  content: "\f094";
}
.landing-page .fa-phone:before {
  content: "\f095";
}
.landing-page .fa-square-o:before {
  content: "\f096";
}
.landing-page .fa-bookmark-o:before {
  content: "\f097";
}
.landing-page .fa-phone-square:before {
  content: "\f098";
}
.landing-page .fa-twitter:before {
  content: "\f099";
}
.landing-page .fa-facebook-f:before,
.landing-page .fa-facebook:before {
  content: "\f09a";
}
.landing-page .fa-github:before {
  content: "\f09b";
}
.landing-page .fa-unlock:before {
  content: "\f09c";
}
.landing-page .fa-credit-card:before {
  content: "\f09d";
}
.landing-page .fa-feed:before,
.landing-page .fa-rss:before {
  content: "\f09e";
}
.landing-page .fa-hdd-o:before {
  content: "\f0a0";
}
.landing-page .fa-bullhorn:before {
  content: "\f0a1";
}
.landing-page .fa-bell:before {
  content: "\f0f3";
}
.landing-page .fa-certificate:before {
  content: "\f0a3";
}
.landing-page .fa-hand-o-right:before {
  content: "\f0a4";
}
.landing-page .fa-hand-o-left:before {
  content: "\f0a5";
}
.landing-page .fa-hand-o-up:before {
  content: "\f0a6";
}
.landing-page .fa-hand-o-down:before {
  content: "\f0a7";
}
.landing-page .fa-arrow-circle-left:before {
  content: "\f0a8";
}
.landing-page .fa-arrow-circle-right:before {
  content: "\f0a9";
}
.landing-page .fa-arrow-circle-up:before {
  content: "\f0aa";
}
.landing-page .fa-arrow-circle-down:before {
  content: "\f0ab";
}
.landing-page .fa-globe:before {
  content: "\f0ac";
}
.landing-page .fa-wrench:before {
  content: "\f0ad";
}
.landing-page .fa-tasks:before {
  content: "\f0ae";
}
.landing-page .fa-filter:before {
  content: "\f0b0";
}
.landing-page .fa-briefcase:before {
  content: "\f0b1";
}
.landing-page .fa-arrows-alt:before {
  content: "\f0b2";
}
.landing-page .fa-group:before,
.landing-page .fa-users:before {
  content: "\f0c0";
}
.landing-page .fa-chain:before,
.landing-page .fa-link:before {
  content: "\f0c1";
}
.landing-page .fa-cloud:before {
  content: "\f0c2";
}
.landing-page .fa-flask:before {
  content: "\f0c3";
}
.landing-page .fa-cut:before,
.landing-page .fa-scissors:before {
  content: "\f0c4";
}
.landing-page .fa-copy:before,
.landing-page .fa-files-o:before {
  content: "\f0c5";
}
.landing-page .fa-paperclip:before {
  content: "\f0c6";
}
.landing-page .fa-save:before,
.landing-page .fa-floppy-o:before {
  content: "\f0c7";
}
.landing-page .fa-square:before {
  content: "\f0c8";
}
.landing-page .fa-navicon:before,
.landing-page .fa-reorder:before,
.landing-page .fa-bars:before {
  content: "\f0c9";
}
.landing-page .fa-list-ul:before {
  content: "\f0ca";
}
.landing-page .fa-list-ol:before {
  content: "\f0cb";
}
.landing-page .fa-strikethrough:before {
  content: "\f0cc";
}
.landing-page .fa-underline:before {
  content: "\f0cd";
}
.landing-page .fa-table:before {
  content: "\f0ce";
}
.landing-page .fa-magic:before {
  content: "\f0d0";
}
.landing-page .fa-truck:before {
  content: "\f0d1";
}
.landing-page .fa-pinterest:before {
  content: "\f0d2";
}
.landing-page .fa-pinterest-square:before {
  content: "\f0d3";
}
.landing-page .fa-google-plus-square:before {
  content: "\f0d4";
}
.landing-page .fa-google-plus:before {
  content: "\f0d5";
}
.landing-page .fa-money:before {
  content: "\f0d6";
}
.landing-page .fa-caret-down:before {
  content: "\f0d7";
}
.landing-page .fa-caret-up:before {
  content: "\f0d8";
}
.landing-page .fa-caret-left:before {
  content: "\f0d9";
}
.landing-page .fa-caret-right:before {
  content: "\f0da";
}
.landing-page .fa-columns:before {
  content: "\f0db";
}
.landing-page .fa-unsorted:before,
.landing-page .fa-sort:before {
  content: "\f0dc";
}
.landing-page .fa-sort-down:before,
.landing-page .fa-sort-desc:before {
  content: "\f0dd";
}
.landing-page .fa-sort-up:before,
.landing-page .fa-sort-asc:before {
  content: "\f0de";
}
.landing-page .fa-envelope:before {
  content: "\f0e0";
}
.landing-page .fa-linkedin:before {
  content: "\f0e1";
}
.landing-page .fa-rotate-left:before,
.landing-page .fa-undo:before {
  content: "\f0e2";
}
.landing-page .fa-legal:before,
.landing-page .fa-gavel:before {
  content: "\f0e3";
}
.landing-page .fa-dashboard:before,
.landing-page .fa-tachometer:before {
  content: "\f0e4";
}
.landing-page .fa-comment-o:before {
  content: "\f0e5";
}
.landing-page .fa-comments-o:before {
  content: "\f0e6";
}
.landing-page .fa-flash:before,
.landing-page .fa-bolt:before {
  content: "\f0e7";
}
.landing-page .fa-sitemap:before {
  content: "\f0e8";
}
.landing-page .fa-umbrella:before {
  content: "\f0e9";
}
.landing-page .fa-paste:before,
.landing-page .fa-clipboard:before {
  content: "\f0ea";
}
.landing-page .fa-lightbulb-o:before {
  content: "\f0eb";
}
.landing-page .fa-exchange:before {
  content: "\f0ec";
}
.landing-page .fa-cloud-download:before {
  content: "\f0ed";
}
.landing-page .fa-cloud-upload:before {
  content: "\f0ee";
}
.landing-page .fa-user-md:before {
  content: "\f0f0";
}
.landing-page .fa-stethoscope:before {
  content: "\f0f1";
}
.landing-page .fa-suitcase:before {
  content: "\f0f2";
}
.landing-page .fa-bell-o:before {
  content: "\f0a2";
}
.landing-page .fa-coffee:before {
  content: "\f0f4";
}
.landing-page .fa-cutlery:before {
  content: "\f0f5";
}
.landing-page .fa-file-text-o:before {
  content: "\f0f6";
}
.landing-page .fa-building-o:before {
  content: "\f0f7";
}
.landing-page .fa-hospital-o:before {
  content: "\f0f8";
}
.landing-page .fa-ambulance:before {
  content: "\f0f9";
}
.landing-page .fa-medkit:before {
  content: "\f0fa";
}
.landing-page .fa-fighter-jet:before {
  content: "\f0fb";
}
.landing-page .fa-beer:before {
  content: "\f0fc";
}
.landing-page .fa-h-square:before {
  content: "\f0fd";
}
.landing-page .fa-plus-square:before {
  content: "\f0fe";
}
.landing-page .fa-angle-double-left:before {
  content: "\f100";
}
.landing-page .fa-angle-double-right:before {
  content: "\f101";
}
.landing-page .fa-angle-double-up:before {
  content: "\f102";
}
.landing-page .fa-angle-double-down:before {
  content: "\f103";
}
.landing-page .fa-angle-left:before {
  content: "\f104";
}
.landing-page .fa-angle-right:before {
  content: "\f105";
}
.landing-page .fa-angle-up:before {
  content: "\f106";
}
.landing-page .fa-angle-down:before {
  content: "\f107";
}
.landing-page .fa-desktop:before {
  content: "\f108";
}
.landing-page .fa-laptop:before {
  content: "\f109";
}
.landing-page .fa-tablet:before {
  content: "\f10a";
}
.landing-page .fa-mobile-phone:before,
.landing-page .fa-mobile:before {
  content: "\f10b";
}
.landing-page .fa-circle-o:before {
  content: "\f10c";
}
.landing-page .fa-quote-left:before {
  content: "\f10d";
}
.landing-page .fa-quote-right:before {
  content: "\f10e";
}
.landing-page .fa-spinner:before {
  content: "\f110";
}
.landing-page .fa-circle:before {
  content: "\f111";
}
.landing-page .fa-mail-reply:before,
.landing-page .fa-reply:before {
  content: "\f112";
}
.landing-page .fa-github-alt:before {
  content: "\f113";
}
.landing-page .fa-folder-o:before {
  content: "\f114";
}
.landing-page .fa-folder-open-o:before {
  content: "\f115";
}
.landing-page .fa-smile-o:before {
  content: "\f118";
}
.landing-page .fa-frown-o:before {
  content: "\f119";
}
.landing-page .fa-meh-o:before {
  content: "\f11a";
}
.landing-page .fa-gamepad:before {
  content: "\f11b";
}
.landing-page .fa-keyboard-o:before {
  content: "\f11c";
}
.landing-page .fa-flag-o:before {
  content: "\f11d";
}
.landing-page .fa-flag-checkered:before {
  content: "\f11e";
}
.landing-page .fa-terminal:before {
  content: "\f120";
}
.landing-page .fa-code:before {
  content: "\f121";
}
.landing-page .fa-mail-reply-all:before,
.landing-page .fa-reply-all:before {
  content: "\f122";
}
.landing-page .fa-star-half-empty:before,
.landing-page .fa-star-half-full:before,
.landing-page .fa-star-half-o:before {
  content: "\f123";
}
.landing-page .fa-location-arrow:before {
  content: "\f124";
}
.landing-page .fa-crop:before {
  content: "\f125";
}
.landing-page .fa-code-fork:before {
  content: "\f126";
}
.landing-page .fa-unlink:before,
.landing-page .fa-chain-broken:before {
  content: "\f127";
}
.landing-page .fa-question:before {
  content: "\f128";
}
.landing-page .fa-info:before {
  content: "\f129";
}
.landing-page .fa-exclamation:before {
  content: "\f12a";
}
.landing-page .fa-superscript:before {
  content: "\f12b";
}
.landing-page .fa-subscript:before {
  content: "\f12c";
}
.landing-page .fa-eraser:before {
  content: "\f12d";
}
.landing-page .fa-puzzle-piece:before {
  content: "\f12e";
}
.landing-page .fa-microphone:before {
  content: "\f130";
}
.landing-page .fa-microphone-slash:before {
  content: "\f131";
}
.landing-page .fa-shield:before {
  content: "\f132";
}
.landing-page .fa-calendar-o:before {
  content: "\f133";
}
.landing-page .fa-fire-extinguisher:before {
  content: "\f134";
}
.landing-page .fa-rocket:before {
  content: "\f135";
}
.landing-page .fa-maxcdn:before {
  content: "\f136";
}
.landing-page .fa-chevron-circle-left:before {
  content: "\f137";
}
.landing-page .fa-chevron-circle-right:before {
  content: "\f138";
}
.landing-page .fa-chevron-circle-up:before {
  content: "\f139";
}
.landing-page .fa-chevron-circle-down:before {
  content: "\f13a";
}
.landing-page .fa-html5:before {
  content: "\f13b";
}
.landing-page .fa-css3:before {
  content: "\f13c";
}
.landing-page .fa-anchor:before {
  content: "\f13d";
}
.landing-page .fa-unlock-alt:before {
  content: "\f13e";
}
.landing-page .fa-bullseye:before {
  content: "\f140";
}
.landing-page .fa-ellipsis-h:before {
  content: "\f141";
}
.landing-page .fa-ellipsis-v:before {
  content: "\f142";
}
.landing-page .fa-rss-square:before {
  content: "\f143";
}
.landing-page .fa-play-circle:before {
  content: "\f144";
}
.landing-page .fa-ticket:before {
  content: "\f145";
}
.landing-page .fa-minus-square:before {
  content: "\f146";
}
.landing-page .fa-minus-square-o:before {
  content: "\f147";
}
.landing-page .fa-level-up:before {
  content: "\f148";
}
.landing-page .fa-level-down:before {
  content: "\f149";
}
.landing-page .fa-check-square:before {
  content: "\f14a";
}
.landing-page .fa-pencil-square:before {
  content: "\f14b";
}
.landing-page .fa-external-link-square:before {
  content: "\f14c";
}
.landing-page .fa-share-square:before {
  content: "\f14d";
}
.landing-page .fa-compass:before {
  content: "\f14e";
}
.landing-page .fa-toggle-down:before,
.landing-page .fa-caret-square-o-down:before {
  content: "\f150";
}
.landing-page .fa-toggle-up:before,
.landing-page .fa-caret-square-o-up:before {
  content: "\f151";
}
.landing-page .fa-toggle-right:before,
.landing-page .fa-caret-square-o-right:before {
  content: "\f152";
}
.landing-page .fa-euro:before,
.landing-page .fa-eur:before {
  content: "\f153";
}
.landing-page .fa-gbp:before {
  content: "\f154";
}
.landing-page .fa-dollar:before,
.landing-page .fa-usd:before {
  content: "\f155";
}
.landing-page .fa-rupee:before,
.landing-page .fa-inr:before {
  content: "\f156";
}
.landing-page .fa-cny:before,
.landing-page .fa-rmb:before,
.landing-page .fa-yen:before,
.landing-page .fa-jpy:before {
  content: "\f157";
}
.landing-page .fa-ruble:before,
.landing-page .fa-rouble:before,
.landing-page .fa-rub:before {
  content: "\f158";
}
.landing-page .fa-won:before,
.landing-page .fa-krw:before {
  content: "\f159";
}
.landing-page .fa-bitcoin:before,
.landing-page .fa-btc:before {
  content: "\f15a";
}
.landing-page .fa-file:before {
  content: "\f15b";
}
.landing-page .fa-file-text:before {
  content: "\f15c";
}
.landing-page .fa-sort-alpha-asc:before {
  content: "\f15d";
}
.landing-page .fa-sort-alpha-desc:before {
  content: "\f15e";
}
.landing-page .fa-sort-amount-asc:before {
  content: "\f160";
}
.landing-page .fa-sort-amount-desc:before {
  content: "\f161";
}
.landing-page .fa-sort-numeric-asc:before {
  content: "\f162";
}
.landing-page .fa-sort-numeric-desc:before {
  content: "\f163";
}
.landing-page .fa-thumbs-up:before {
  content: "\f164";
}
.landing-page .fa-thumbs-down:before {
  content: "\f165";
}
.landing-page .fa-youtube-square:before {
  content: "\f166";
}
.landing-page .fa-youtube:before {
  content: "\f167";
}
.landing-page .fa-xing:before {
  content: "\f168";
}
.landing-page .fa-xing-square:before {
  content: "\f169";
}
.landing-page .fa-youtube-play:before {
  content: "\f16a";
}
.landing-page .fa-dropbox:before {
  content: "\f16b";
}
.landing-page .fa-stack-overflow:before {
  content: "\f16c";
}
.landing-page .fa-instagram:before {
  content: "\f16d";
}
.landing-page .fa-flickr:before {
  content: "\f16e";
}
.landing-page .fa-adn:before {
  content: "\f170";
}
.landing-page .fa-bitbucket:before {
  content: "\f171";
}
.landing-page .fa-bitbucket-square:before {
  content: "\f172";
}
.landing-page .fa-tumblr:before {
  content: "\f173";
}
.landing-page .fa-tumblr-square:before {
  content: "\f174";
}
.landing-page .fa-long-arrow-down:before {
  content: "\f175";
}
.landing-page .fa-long-arrow-up:before {
  content: "\f176";
}
.landing-page .fa-long-arrow-left:before {
  content: "\f177";
}
.landing-page .fa-long-arrow-right:before {
  content: "\f178";
}
.landing-page .fa-apple:before {
  content: "\f179";
}
.landing-page .fa-windows:before {
  content: "\f17a";
}
.landing-page .fa-android:before {
  content: "\f17b";
}
.landing-page .fa-linux:before {
  content: "\f17c";
}
.landing-page .fa-dribbble:before {
  content: "\f17d";
}
.landing-page .fa-skype:before {
  content: "\f17e";
}
.landing-page .fa-foursquare:before {
  content: "\f180";
}
.landing-page .fa-trello:before {
  content: "\f181";
}
.landing-page .fa-female:before {
  content: "\f182";
}
.landing-page .fa-male:before {
  content: "\f183";
}
.landing-page .fa-gittip:before,
.landing-page .fa-gratipay:before {
  content: "\f184";
}
.landing-page .fa-sun-o:before {
  content: "\f185";
}
.landing-page .fa-moon-o:before {
  content: "\f186";
}
.landing-page .fa-archive:before {
  content: "\f187";
}
.landing-page .fa-bug:before {
  content: "\f188";
}
.landing-page .fa-vk:before {
  content: "\f189";
}
.landing-page .fa-weibo:before {
  content: "\f18a";
}
.landing-page .fa-renren:before {
  content: "\f18b";
}
.landing-page .fa-pagelines:before {
  content: "\f18c";
}
.landing-page .fa-stack-exchange:before {
  content: "\f18d";
}
.landing-page .fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.landing-page .fa-arrow-circle-o-left:before {
  content: "\f190";
}
.landing-page .fa-toggle-left:before,
.landing-page .fa-caret-square-o-left:before {
  content: "\f191";
}
.landing-page .fa-dot-circle-o:before {
  content: "\f192";
}
.landing-page .fa-wheelchair:before {
  content: "\f193";
}
.landing-page .fa-vimeo-square:before {
  content: "\f194";
}
.landing-page .fa-turkish-lira:before,
.landing-page .fa-try:before {
  content: "\f195";
}
.landing-page .fa-plus-square-o:before {
  content: "\f196";
}
.landing-page .fa-space-shuttle:before {
  content: "\f197";
}
.landing-page .fa-slack:before {
  content: "\f198";
}
.landing-page .fa-envelope-square:before {
  content: "\f199";
}
.landing-page .fa-wordpress:before {
  content: "\f19a";
}
.landing-page .fa-openid:before {
  content: "\f19b";
}
.landing-page .fa-institution:before,
.landing-page .fa-bank:before,
.landing-page .fa-university:before {
  content: "\f19c";
}
.landing-page .fa-mortar-board:before,
.landing-page .fa-graduation-cap:before {
  content: "\f19d";
}
.landing-page .fa-yahoo:before {
  content: "\f19e";
}
.landing-page .fa-google:before {
  content: "\f1a0";
}
.landing-page .fa-reddit:before {
  content: "\f1a1";
}
.landing-page .fa-reddit-square:before {
  content: "\f1a2";
}
.landing-page .fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.landing-page .fa-stumbleupon:before {
  content: "\f1a4";
}
.landing-page .fa-delicious:before {
  content: "\f1a5";
}
.landing-page .fa-digg:before {
  content: "\f1a6";
}
.landing-page .fa-pied-piper-pp:before {
  content: "\f1a7";
}
.landing-page .fa-pied-piper-alt:before {
  content: "\f1a8";
}
.landing-page .fa-drupal:before {
  content: "\f1a9";
}
.landing-page .fa-joomla:before {
  content: "\f1aa";
}
.landing-page .fa-language:before {
  content: "\f1ab";
}
.landing-page .fa-fax:before {
  content: "\f1ac";
}
.landing-page .fa-building:before {
  content: "\f1ad";
}
.landing-page .fa-child:before {
  content: "\f1ae";
}
.landing-page .fa-paw:before {
  content: "\f1b0";
}
.landing-page .fa-spoon:before {
  content: "\f1b1";
}
.landing-page .fa-cube:before {
  content: "\f1b2";
}
.landing-page .fa-cubes:before {
  content: "\f1b3";
}
.landing-page .fa-behance:before {
  content: "\f1b4";
}
.landing-page .fa-behance-square:before {
  content: "\f1b5";
}
.landing-page .fa-steam:before {
  content: "\f1b6";
}
.landing-page .fa-steam-square:before {
  content: "\f1b7";
}
.landing-page .fa-recycle:before {
  content: "\f1b8";
}
.landing-page .fa-automobile:before,
.landing-page .fa-car:before {
  content: "\f1b9";
}
.landing-page .fa-cab:before,
.landing-page .fa-taxi:before {
  content: "\f1ba";
}
.landing-page .fa-tree:before {
  content: "\f1bb";
}
.landing-page .fa-spotify:before {
  content: "\f1bc";
}
.landing-page .fa-deviantart:before {
  content: "\f1bd";
}
.landing-page .fa-soundcloud:before {
  content: "\f1be";
}
.landing-page .fa-database:before {
  content: "\f1c0";
}
.landing-page .fa-file-pdf-o:before {
  content: "\f1c1";
}
.landing-page .fa-file-word-o:before {
  content: "\f1c2";
}
.landing-page .fa-file-excel-o:before {
  content: "\f1c3";
}
.landing-page .fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.landing-page .fa-file-photo-o:before,
.landing-page .fa-file-picture-o:before,
.landing-page .fa-file-image-o:before {
  content: "\f1c5";
}
.landing-page .fa-file-zip-o:before,
.landing-page .fa-file-archive-o:before {
  content: "\f1c6";
}
.landing-page .fa-file-sound-o:before,
.landing-page .fa-file-audio-o:before {
  content: "\f1c7";
}
.landing-page .fa-file-movie-o:before,
.landing-page .fa-file-video-o:before {
  content: "\f1c8";
}
.landing-page .fa-file-code-o:before {
  content: "\f1c9";
}
.landing-page .fa-vine:before {
  content: "\f1ca";
}
.landing-page .fa-codepen:before {
  content: "\f1cb";
}
.landing-page .fa-jsfiddle:before {
  content: "\f1cc";
}
.landing-page .fa-life-bouy:before,
.landing-page .fa-life-buoy:before,
.landing-page .fa-life-saver:before,
.landing-page .fa-support:before,
.landing-page .fa-life-ring:before {
  content: "\f1cd";
}
.landing-page .fa-circle-o-notch:before {
  content: "\f1ce";
}
.landing-page .fa-ra:before,
.landing-page .fa-resistance:before,
.landing-page .fa-rebel:before {
  content: "\f1d0";
}
.landing-page .fa-ge:before,
.landing-page .fa-empire:before {
  content: "\f1d1";
}
.landing-page .fa-git-square:before {
  content: "\f1d2";
}
.landing-page .fa-git:before {
  content: "\f1d3";
}
.landing-page .fa-y-combinator-square:before,
.landing-page .fa-yc-square:before,
.landing-page .fa-hacker-news:before {
  content: "\f1d4";
}
.landing-page .fa-tencent-weibo:before {
  content: "\f1d5";
}
.landing-page .fa-qq:before {
  content: "\f1d6";
}
.landing-page .fa-wechat:before,
.landing-page .fa-weixin:before {
  content: "\f1d7";
}
.landing-page .fa-send:before,
.landing-page .fa-paper-plane:before {
  content: "\f1d8";
}
.landing-page .fa-send-o:before,
.landing-page .fa-paper-plane-o:before {
  content: "\f1d9";
}
.landing-page .fa-history:before {
  content: "\f1da";
}
.landing-page .fa-circle-thin:before {
  content: "\f1db";
}
.landing-page .fa-header:before {
  content: "\f1dc";
}
.landing-page .fa-paragraph:before {
  content: "\f1dd";
}
.landing-page .fa-sliders:before {
  content: "\f1de";
}
.landing-page .fa-share-alt:before {
  content: "\f1e0";
}
.landing-page .fa-share-alt-square:before {
  content: "\f1e1";
}
.landing-page .fa-bomb:before {
  content: "\f1e2";
}
.landing-page .fa-soccer-ball-o:before,
.landing-page .fa-futbol-o:before {
  content: "\f1e3";
}
.landing-page .fa-tty:before {
  content: "\f1e4";
}
.landing-page .fa-binoculars:before {
  content: "\f1e5";
}
.landing-page .fa-plug:before {
  content: "\f1e6";
}
.landing-page .fa-slideshare:before {
  content: "\f1e7";
}
.landing-page .fa-twitch:before {
  content: "\f1e8";
}
.landing-page .fa-yelp:before {
  content: "\f1e9";
}
.landing-page .fa-newspaper-o:before {
  content: "\f1ea";
}
.landing-page .fa-wifi:before {
  content: "\f1eb";
}
.landing-page .fa-calculator:before {
  content: "\f1ec";
}
.landing-page .fa-paypal:before {
  content: "\f1ed";
}
.landing-page .fa-google-wallet:before {
  content: "\f1ee";
}
.landing-page .fa-cc-visa:before {
  content: "\f1f0";
}
.landing-page .fa-cc-mastercard:before {
  content: "\f1f1";
}
.landing-page .fa-cc-discover:before {
  content: "\f1f2";
}
.landing-page .fa-cc-amex:before {
  content: "\f1f3";
}
.landing-page .fa-cc-paypal:before {
  content: "\f1f4";
}
.landing-page .fa-cc-stripe:before {
  content: "\f1f5";
}
.landing-page .fa-bell-slash:before {
  content: "\f1f6";
}
.landing-page .fa-bell-slash-o:before {
  content: "\f1f7";
}
.landing-page .fa-trash:before {
  content: "\f1f8";
}
.landing-page .fa-copyright:before {
  content: "\f1f9";
}
.landing-page .fa-at:before {
  content: "\f1fa";
}
.landing-page .fa-eyedropper:before {
  content: "\f1fb";
}
.landing-page .fa-paint-brush:before {
  content: "\f1fc";
}
.landing-page .fa-birthday-cake:before {
  content: "\f1fd";
}
.landing-page .fa-area-chart:before {
  content: "\f1fe";
}
.landing-page .fa-pie-chart:before {
  content: "\f200";
}
.landing-page .fa-line-chart:before {
  content: "\f201";
}
.landing-page .fa-lastfm:before {
  content: "\f202";
}
.landing-page .fa-lastfm-square:before {
  content: "\f203";
}
.landing-page .fa-toggle-off:before {
  content: "\f204";
}
.landing-page .fa-toggle-on:before {
  content: "\f205";
}
.landing-page .fa-bicycle:before {
  content: "\f206";
}
.landing-page .fa-bus:before {
  content: "\f207";
}
.landing-page .fa-ioxhost:before {
  content: "\f208";
}
.landing-page .fa-angellist:before {
  content: "\f209";
}
.landing-page .fa-cc:before {
  content: "\f20a";
}
.landing-page .fa-shekel:before,
.landing-page .fa-sheqel:before,
.landing-page .fa-ils:before {
  content: "\f20b";
}
.landing-page .fa-meanpath:before {
  content: "\f20c";
}
.landing-page .fa-buysellads:before {
  content: "\f20d";
}
.landing-page .fa-connectdevelop:before {
  content: "\f20e";
}
.landing-page .fa-dashcube:before {
  content: "\f210";
}
.landing-page .fa-forumbee:before {
  content: "\f211";
}
.landing-page .fa-leanpub:before {
  content: "\f212";
}
.landing-page .fa-sellsy:before {
  content: "\f213";
}
.landing-page .fa-shirtsinbulk:before {
  content: "\f214";
}
.landing-page .fa-simplybuilt:before {
  content: "\f215";
}
.landing-page .fa-skyatlas:before {
  content: "\f216";
}
.landing-page .fa-cart-plus:before {
  content: "\f217";
}
.landing-page .fa-cart-arrow-down:before {
  content: "\f218";
}
.landing-page .fa-diamond:before {
  content: "\f219";
}
.landing-page .fa-ship:before {
  content: "\f21a";
}
.landing-page .fa-user-secret:before {
  content: "\f21b";
}
.landing-page .fa-motorcycle:before {
  content: "\f21c";
}
.landing-page .fa-street-view:before {
  content: "\f21d";
}
.landing-page .fa-heartbeat:before {
  content: "\f21e";
}
.landing-page .fa-venus:before {
  content: "\f221";
}
.landing-page .fa-mars:before {
  content: "\f222";
}
.landing-page .fa-mercury:before {
  content: "\f223";
}
.landing-page .fa-intersex:before,
.landing-page .fa-transgender:before {
  content: "\f224";
}
.landing-page .fa-transgender-alt:before {
  content: "\f225";
}
.landing-page .fa-venus-double:before {
  content: "\f226";
}
.landing-page .fa-mars-double:before {
  content: "\f227";
}
.landing-page .fa-venus-mars:before {
  content: "\f228";
}
.landing-page .fa-mars-stroke:before {
  content: "\f229";
}
.landing-page .fa-mars-stroke-v:before {
  content: "\f22a";
}
.landing-page .fa-mars-stroke-h:before {
  content: "\f22b";
}
.landing-page .fa-neuter:before {
  content: "\f22c";
}
.landing-page .fa-genderless:before {
  content: "\f22d";
}
.landing-page .fa-facebook-official:before {
  content: "\f230";
}
.landing-page .fa-pinterest-p:before {
  content: "\f231";
}
.landing-page .fa-whatsapp:before {
  content: "\f232";
}
.landing-page .fa-server:before {
  content: "\f233";
}
.landing-page .fa-user-plus:before {
  content: "\f234";
}
.landing-page .fa-user-times:before {
  content: "\f235";
}
.landing-page .fa-hotel:before,
.landing-page .fa-bed:before {
  content: "\f236";
}
.landing-page .fa-viacoin:before {
  content: "\f237";
}
.landing-page .fa-train:before {
  content: "\f238";
}
.landing-page .fa-subway:before {
  content: "\f239";
}
.landing-page .fa-medium:before {
  content: "\f23a";
}
.landing-page .fa-yc:before,
.landing-page .fa-y-combinator:before {
  content: "\f23b";
}
.landing-page .fa-optin-monster:before {
  content: "\f23c";
}
.landing-page .fa-opencart:before {
  content: "\f23d";
}
.landing-page .fa-expeditedssl:before {
  content: "\f23e";
}
.landing-page .fa-battery-4:before,
.landing-page .fa-battery:before,
.landing-page .fa-battery-full:before {
  content: "\f240";
}
.landing-page .fa-battery-3:before,
.landing-page .fa-battery-three-quarters:before {
  content: "\f241";
}
.landing-page .fa-battery-2:before,
.landing-page .fa-battery-half:before {
  content: "\f242";
}
.landing-page .fa-battery-1:before,
.landing-page .fa-battery-quarter:before {
  content: "\f243";
}
.landing-page .fa-battery-0:before,
.landing-page .fa-battery-empty:before {
  content: "\f244";
}
.landing-page .fa-mouse-pointer:before {
  content: "\f245";
}
.landing-page .fa-i-cursor:before {
  content: "\f246";
}
.landing-page .fa-object-group:before {
  content: "\f247";
}
.landing-page .fa-object-ungroup:before {
  content: "\f248";
}
.landing-page .fa-sticky-note:before {
  content: "\f249";
}
.landing-page .fa-sticky-note-o:before {
  content: "\f24a";
}
.landing-page .fa-cc-jcb:before {
  content: "\f24b";
}
.landing-page .fa-cc-diners-club:before {
  content: "\f24c";
}
.landing-page .fa-clone:before {
  content: "\f24d";
}
.landing-page .fa-balance-scale:before {
  content: "\f24e";
}
.landing-page .fa-hourglass-o:before {
  content: "\f250";
}
.landing-page .fa-hourglass-1:before,
.landing-page .fa-hourglass-start:before {
  content: "\f251";
}
.landing-page .fa-hourglass-2:before,
.landing-page .fa-hourglass-half:before {
  content: "\f252";
}
.landing-page .fa-hourglass-3:before,
.landing-page .fa-hourglass-end:before {
  content: "\f253";
}
.landing-page .fa-hourglass:before {
  content: "\f254";
}
.landing-page .fa-hand-grab-o:before,
.landing-page .fa-hand-rock-o:before {
  content: "\f255";
}
.landing-page .fa-hand-stop-o:before,
.landing-page .fa-hand-paper-o:before {
  content: "\f256";
}
.landing-page .fa-hand-scissors-o:before {
  content: "\f257";
}
.landing-page .fa-hand-lizard-o:before {
  content: "\f258";
}
.landing-page .fa-hand-spock-o:before {
  content: "\f259";
}
.landing-page .fa-hand-pointer-o:before {
  content: "\f25a";
}
.landing-page .fa-hand-peace-o:before {
  content: "\f25b";
}
.landing-page .fa-trademark:before {
  content: "\f25c";
}
.landing-page .fa-registered:before {
  content: "\f25d";
}
.landing-page .fa-creative-commons:before {
  content: "\f25e";
}
.landing-page .fa-gg:before {
  content: "\f260";
}
.landing-page .fa-gg-circle:before {
  content: "\f261";
}
.landing-page .fa-tripadvisor:before {
  content: "\f262";
}
.landing-page .fa-odnoklassniki:before {
  content: "\f263";
}
.landing-page .fa-odnoklassniki-square:before {
  content: "\f264";
}
.landing-page .fa-get-pocket:before {
  content: "\f265";
}
.landing-page .fa-wikipedia-w:before {
  content: "\f266";
}
.landing-page .fa-safari:before {
  content: "\f267";
}
.landing-page .fa-chrome:before {
  content: "\f268";
}
.landing-page .fa-firefox:before {
  content: "\f269";
}
.landing-page .fa-opera:before {
  content: "\f26a";
}
.landing-page .fa-internet-explorer:before {
  content: "\f26b";
}
.landing-page .fa-tv:before,
.landing-page .fa-television:before {
  content: "\f26c";
}
.landing-page .fa-contao:before {
  content: "\f26d";
}
.landing-page .fa-500px:before {
  content: "\f26e";
}
.landing-page .fa-amazon:before {
  content: "\f270";
}
.landing-page .fa-calendar-plus-o:before {
  content: "\f271";
}
.landing-page .fa-calendar-minus-o:before {
  content: "\f272";
}
.landing-page .fa-calendar-times-o:before {
  content: "\f273";
}
.landing-page .fa-calendar-check-o:before {
  content: "\f274";
}
.landing-page .fa-industry:before {
  content: "\f275";
}
.landing-page .fa-map-pin:before {
  content: "\f276";
}
.landing-page .fa-map-signs:before {
  content: "\f277";
}
.landing-page .fa-map-o:before {
  content: "\f278";
}
.landing-page .fa-map:before {
  content: "\f279";
}
.landing-page .fa-commenting:before {
  content: "\f27a";
}
.landing-page .fa-commenting-o:before {
  content: "\f27b";
}
.landing-page .fa-houzz:before {
  content: "\f27c";
}
.landing-page .fa-vimeo:before {
  content: "\f27d";
}
.landing-page .fa-black-tie:before {
  content: "\f27e";
}
.landing-page .fa-fonticons:before {
  content: "\f280";
}
.landing-page .fa-reddit-alien:before {
  content: "\f281";
}
.landing-page .fa-edge:before {
  content: "\f282";
}
.landing-page .fa-credit-card-alt:before {
  content: "\f283";
}
.landing-page .fa-codiepie:before {
  content: "\f284";
}
.landing-page .fa-modx:before {
  content: "\f285";
}
.landing-page .fa-fort-awesome:before {
  content: "\f286";
}
.landing-page .fa-usb:before {
  content: "\f287";
}
.landing-page .fa-product-hunt:before {
  content: "\f288";
}
.landing-page .fa-mixcloud:before {
  content: "\f289";
}
.landing-page .fa-scribd:before {
  content: "\f28a";
}
.landing-page .fa-pause-circle:before {
  content: "\f28b";
}
.landing-page .fa-pause-circle-o:before {
  content: "\f28c";
}
.landing-page .fa-stop-circle:before {
  content: "\f28d";
}
.landing-page .fa-stop-circle-o:before {
  content: "\f28e";
}
.landing-page .fa-shopping-bag:before {
  content: "\f290";
}
.landing-page .fa-shopping-basket:before {
  content: "\f291";
}
.landing-page .fa-hashtag:before {
  content: "\f292";
}
.landing-page .fa-bluetooth:before {
  content: "\f293";
}
.landing-page .fa-bluetooth-b:before {
  content: "\f294";
}
.landing-page .fa-percent:before {
  content: "\f295";
}
.landing-page .fa-gitlab:before {
  content: "\f296";
}
.landing-page .fa-wpbeginner:before {
  content: "\f297";
}
.landing-page .fa-wpforms:before {
  content: "\f298";
}
.landing-page .fa-envira:before {
  content: "\f299";
}
.landing-page .fa-universal-access:before {
  content: "\f29a";
}
.landing-page .fa-wheelchair-alt:before {
  content: "\f29b";
}
.landing-page .fa-question-circle-o:before {
  content: "\f29c";
}
.landing-page .fa-blind:before {
  content: "\f29d";
}
.landing-page .fa-audio-description:before {
  content: "\f29e";
}
.landing-page .fa-volume-control-phone:before {
  content: "\f2a0";
}
.landing-page .fa-braille:before {
  content: "\f2a1";
}
.landing-page .fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.landing-page .fa-asl-interpreting:before,
.landing-page .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.landing-page .fa-deafness:before,
.landing-page .fa-hard-of-hearing:before,
.landing-page .fa-deaf:before {
  content: "\f2a4";
}
.landing-page .fa-glide:before {
  content: "\f2a5";
}
.landing-page .fa-glide-g:before {
  content: "\f2a6";
}
.landing-page .fa-signing:before,
.landing-page .fa-sign-language:before {
  content: "\f2a7";
}
.landing-page .fa-low-vision:before {
  content: "\f2a8";
}
.landing-page .fa-viadeo:before {
  content: "\f2a9";
}
.landing-page .fa-viadeo-square:before {
  content: "\f2aa";
}
.landing-page .fa-snapchat:before {
  content: "\f2ab";
}
.landing-page .fa-snapchat-ghost:before {
  content: "\f2ac";
}
.landing-page .fa-snapchat-square:before {
  content: "\f2ad";
}
.landing-page .fa-pied-piper:before {
  content: "\f2ae";
}
.landing-page .fa-first-order:before {
  content: "\f2b0";
}
.landing-page .fa-yoast:before {
  content: "\f2b1";
}
.landing-page .fa-themeisle:before {
  content: "\f2b2";
}
.landing-page .fa-google-plus-circle:before,
.landing-page .fa-google-plus-official:before {
  content: "\f2b3";
}
.landing-page .fa-fa:before,
.landing-page .fa-font-awesome:before {
  content: "\f2b4";
}
.landing-page .fa-handshake-o:before {
  content: "\f2b5";
}
.landing-page .fa-envelope-open:before {
  content: "\f2b6";
}
.landing-page .fa-envelope-open-o:before {
  content: "\f2b7";
}
.landing-page .fa-linode:before {
  content: "\f2b8";
}
.landing-page .fa-address-book:before {
  content: "\f2b9";
}
.landing-page .fa-address-book-o:before {
  content: "\f2ba";
}
.landing-page .fa-vcard:before,
.landing-page .fa-address-card:before {
  content: "\f2bb";
}
.landing-page .fa-vcard-o:before,
.landing-page .fa-address-card-o:before {
  content: "\f2bc";
}
.landing-page .fa-user-circle:before {
  content: "\f2bd";
}
.landing-page .fa-user-circle-o:before {
  content: "\f2be";
}
.landing-page .fa-user-o:before {
  content: "\f2c0";
}
.landing-page .fa-id-badge:before {
  content: "\f2c1";
}
.landing-page .fa-drivers-license:before,
.landing-page .fa-id-card:before {
  content: "\f2c2";
}
.landing-page .fa-drivers-license-o:before,
.landing-page .fa-id-card-o:before {
  content: "\f2c3";
}
.landing-page .fa-quora:before {
  content: "\f2c4";
}
.landing-page .fa-free-code-camp:before {
  content: "\f2c5";
}
.landing-page .fa-telegram:before {
  content: "\f2c6";
}
.landing-page .fa-thermometer-4:before,
.landing-page .fa-thermometer:before,
.landing-page .fa-thermometer-full:before {
  content: "\f2c7";
}
.landing-page .fa-thermometer-3:before,
.landing-page .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.landing-page .fa-thermometer-2:before,
.landing-page .fa-thermometer-half:before {
  content: "\f2c9";
}
.landing-page .fa-thermometer-1:before,
.landing-page .fa-thermometer-quarter:before {
  content: "\f2ca";
}
.landing-page .fa-thermometer-0:before,
.landing-page .fa-thermometer-empty:before {
  content: "\f2cb";
}
.landing-page .fa-shower:before {
  content: "\f2cc";
}
.landing-page .fa-bathtub:before,
.landing-page .fa-s15:before,
.landing-page .fa-bath:before {
  content: "\f2cd";
}
.landing-page .fa-podcast:before {
  content: "\f2ce";
}
.landing-page .fa-window-maximize:before {
  content: "\f2d0";
}
.landing-page .fa-window-minimize:before {
  content: "\f2d1";
}
.landing-page .fa-window-restore:before {
  content: "\f2d2";
}
.landing-page .fa-times-rectangle:before,
.landing-page .fa-window-close:before {
  content: "\f2d3";
}
.landing-page .fa-times-rectangle-o:before,
.landing-page .fa-window-close-o:before {
  content: "\f2d4";
}
.landing-page .fa-bandcamp:before {
  content: "\f2d5";
}
.landing-page .fa-grav:before {
  content: "\f2d6";
}
.landing-page .fa-etsy:before {
  content: "\f2d7";
}
.landing-page .fa-imdb:before {
  content: "\f2d8";
}
.landing-page .fa-ravelry:before {
  content: "\f2d9";
}
.landing-page .fa-eercast:before {
  content: "\f2da";
}
.landing-page .fa-microchip:before {
  content: "\f2db";
}
.landing-page .fa-snowflake-o:before {
  content: "\f2dc";
}
.landing-page .fa-superpowers:before {
  content: "\f2dd";
}
.landing-page .fa-wpexplorer:before {
  content: "\f2de";
}
.landing-page .fa-meetup:before {
  content: "\f2e0";
}
.landing-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.landing-page .sr-only-focusable:active, .landing-page .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: "bootstrap-icons";
  src: url("https://content.bitwise.nl/Libraries/bootstrap-icons-1.5.0/font/fonts/bootstrap-icons.woff2?8bd4575acf83c7696dc7a14a966660a3") format("woff2"), url("https://content.bitwise.nl/Libraries/bootstrap-icons-1.5.0/font/fonts/bootstrap-icons.woff?8bd4575acf83c7696dc7a14a966660a3") format("woff");
}
.landing-page .arrow-right .arrow-icon:before, .arrow-right .landing-page .arrow-icon:before,
.landing-page .arrow-left .arrow-icon:before,
.arrow-left .landing-page .arrow-icon:before, .landing-page .faq-list.faq-init .faq-title:after,
.landing-page [class^=bi-]::before,
.landing-page [class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.landing-page .bi-alarm-fill:before {
  content: "\f101";
}
.landing-page .bi-alarm:before {
  content: "\f102";
}
.landing-page .bi-align-bottom:before {
  content: "\f103";
}
.landing-page .bi-align-center:before {
  content: "\f104";
}
.landing-page .bi-align-end:before {
  content: "\f105";
}
.landing-page .bi-align-middle:before {
  content: "\f106";
}
.landing-page .bi-align-start:before {
  content: "\f107";
}
.landing-page .bi-align-top:before {
  content: "\f108";
}
.landing-page .bi-alt:before {
  content: "\f109";
}
.landing-page .bi-app-indicator:before {
  content: "\f10a";
}
.landing-page .bi-app:before {
  content: "\f10b";
}
.landing-page .bi-archive-fill:before {
  content: "\f10c";
}
.landing-page .bi-archive:before {
  content: "\f10d";
}
.landing-page .bi-arrow-90deg-down:before {
  content: "\f10e";
}
.landing-page .bi-arrow-90deg-left:before {
  content: "\f10f";
}
.landing-page .bi-arrow-90deg-right:before {
  content: "\f110";
}
.landing-page .bi-arrow-90deg-up:before {
  content: "\f111";
}
.landing-page .bi-arrow-bar-down:before {
  content: "\f112";
}
.landing-page .bi-arrow-bar-left:before {
  content: "\f113";
}
.landing-page .bi-arrow-bar-right:before {
  content: "\f114";
}
.landing-page .bi-arrow-bar-up:before {
  content: "\f115";
}
.landing-page .bi-arrow-clockwise:before {
  content: "\f116";
}
.landing-page .bi-arrow-counterclockwise:before {
  content: "\f117";
}
.landing-page .bi-arrow-down-circle-fill:before {
  content: "\f118";
}
.landing-page .bi-arrow-down-circle:before {
  content: "\f119";
}
.landing-page .bi-arrow-down-left-circle-fill:before {
  content: "\f11a";
}
.landing-page .bi-arrow-down-left-circle:before {
  content: "\f11b";
}
.landing-page .bi-arrow-down-left-square-fill:before {
  content: "\f11c";
}
.landing-page .bi-arrow-down-left-square:before {
  content: "\f11d";
}
.landing-page .bi-arrow-down-left:before {
  content: "\f11e";
}
.landing-page .bi-arrow-down-right-circle-fill:before {
  content: "\f11f";
}
.landing-page .bi-arrow-down-right-circle:before {
  content: "\f120";
}
.landing-page .bi-arrow-down-right-square-fill:before {
  content: "\f121";
}
.landing-page .bi-arrow-down-right-square:before {
  content: "\f122";
}
.landing-page .bi-arrow-down-right:before {
  content: "\f123";
}
.landing-page .bi-arrow-down-short:before {
  content: "\f124";
}
.landing-page .bi-arrow-down-square-fill:before {
  content: "\f125";
}
.landing-page .bi-arrow-down-square:before {
  content: "\f126";
}
.landing-page .bi-arrow-down-up:before {
  content: "\f127";
}
.landing-page .bi-arrow-down:before {
  content: "\f128";
}
.landing-page .bi-arrow-left-circle-fill:before {
  content: "\f129";
}
.landing-page .bi-arrow-left-circle:before {
  content: "\f12a";
}
.landing-page .bi-arrow-left-right:before {
  content: "\f12b";
}
.landing-page .bi-arrow-left-short:before {
  content: "\f12c";
}
.landing-page .bi-arrow-left-square-fill:before {
  content: "\f12d";
}
.landing-page .bi-arrow-left-square:before {
  content: "\f12e";
}
.landing-page .bi-arrow-left:before {
  content: "\f12f";
}
.landing-page .bi-arrow-repeat:before {
  content: "\f130";
}
.landing-page .bi-arrow-return-left:before {
  content: "\f131";
}
.landing-page .bi-arrow-return-right:before {
  content: "\f132";
}
.landing-page .bi-arrow-right-circle-fill:before {
  content: "\f133";
}
.landing-page .bi-arrow-right-circle:before {
  content: "\f134";
}
.landing-page .bi-arrow-right-short:before {
  content: "\f135";
}
.landing-page .bi-arrow-right-square-fill:before {
  content: "\f136";
}
.landing-page .bi-arrow-right-square:before {
  content: "\f137";
}
.landing-page .bi-arrow-right:before {
  content: "\f138";
}
.landing-page .bi-arrow-up-circle-fill:before {
  content: "\f139";
}
.landing-page .bi-arrow-up-circle:before {
  content: "\f13a";
}
.landing-page .bi-arrow-up-left-circle-fill:before {
  content: "\f13b";
}
.landing-page .bi-arrow-up-left-circle:before {
  content: "\f13c";
}
.landing-page .bi-arrow-up-left-square-fill:before {
  content: "\f13d";
}
.landing-page .bi-arrow-up-left-square:before {
  content: "\f13e";
}
.landing-page .bi-arrow-up-left:before {
  content: "\f13f";
}
.landing-page .bi-arrow-up-right-circle-fill:before {
  content: "\f140";
}
.landing-page .bi-arrow-up-right-circle:before {
  content: "\f141";
}
.landing-page .bi-arrow-up-right-square-fill:before {
  content: "\f142";
}
.landing-page .bi-arrow-up-right-square:before {
  content: "\f143";
}
.landing-page .bi-arrow-up-right:before {
  content: "\f144";
}
.landing-page .bi-arrow-up-short:before {
  content: "\f145";
}
.landing-page .bi-arrow-up-square-fill:before {
  content: "\f146";
}
.landing-page .bi-arrow-up-square:before {
  content: "\f147";
}
.landing-page .bi-arrow-up:before {
  content: "\f148";
}
.landing-page .bi-arrows-angle-contract:before {
  content: "\f149";
}
.landing-page .bi-arrows-angle-expand:before {
  content: "\f14a";
}
.landing-page .bi-arrows-collapse:before {
  content: "\f14b";
}
.landing-page .bi-arrows-expand:before {
  content: "\f14c";
}
.landing-page .bi-arrows-fullscreen:before {
  content: "\f14d";
}
.landing-page .bi-arrows-move:before {
  content: "\f14e";
}
.landing-page .bi-aspect-ratio-fill:before {
  content: "\f14f";
}
.landing-page .bi-aspect-ratio:before {
  content: "\f150";
}
.landing-page .bi-asterisk:before {
  content: "\f151";
}
.landing-page .bi-at:before {
  content: "\f152";
}
.landing-page .bi-award-fill:before {
  content: "\f153";
}
.landing-page .bi-award:before {
  content: "\f154";
}
.landing-page .bi-back:before {
  content: "\f155";
}
.landing-page .bi-backspace-fill:before {
  content: "\f156";
}
.landing-page .bi-backspace-reverse-fill:before {
  content: "\f157";
}
.landing-page .bi-backspace-reverse:before {
  content: "\f158";
}
.landing-page .bi-backspace:before {
  content: "\f159";
}
.landing-page .bi-badge-3d-fill:before {
  content: "\f15a";
}
.landing-page .bi-badge-3d:before {
  content: "\f15b";
}
.landing-page .bi-badge-4k-fill:before {
  content: "\f15c";
}
.landing-page .bi-badge-4k:before {
  content: "\f15d";
}
.landing-page .bi-badge-8k-fill:before {
  content: "\f15e";
}
.landing-page .bi-badge-8k:before {
  content: "\f15f";
}
.landing-page .bi-badge-ad-fill:before {
  content: "\f160";
}
.landing-page .bi-badge-ad:before {
  content: "\f161";
}
.landing-page .bi-badge-ar-fill:before {
  content: "\f162";
}
.landing-page .bi-badge-ar:before {
  content: "\f163";
}
.landing-page .bi-badge-cc-fill:before {
  content: "\f164";
}
.landing-page .bi-badge-cc:before {
  content: "\f165";
}
.landing-page .bi-badge-hd-fill:before {
  content: "\f166";
}
.landing-page .bi-badge-hd:before {
  content: "\f167";
}
.landing-page .bi-badge-tm-fill:before {
  content: "\f168";
}
.landing-page .bi-badge-tm:before {
  content: "\f169";
}
.landing-page .bi-badge-vo-fill:before {
  content: "\f16a";
}
.landing-page .bi-badge-vo:before {
  content: "\f16b";
}
.landing-page .bi-badge-vr-fill:before {
  content: "\f16c";
}
.landing-page .bi-badge-vr:before {
  content: "\f16d";
}
.landing-page .bi-badge-wc-fill:before {
  content: "\f16e";
}
.landing-page .bi-badge-wc:before {
  content: "\f16f";
}
.landing-page .bi-bag-check-fill:before {
  content: "\f170";
}
.landing-page .bi-bag-check:before {
  content: "\f171";
}
.landing-page .bi-bag-dash-fill:before {
  content: "\f172";
}
.landing-page .bi-bag-dash:before {
  content: "\f173";
}
.landing-page .bi-bag-fill:before {
  content: "\f174";
}
.landing-page .bi-bag-plus-fill:before {
  content: "\f175";
}
.landing-page .bi-bag-plus:before {
  content: "\f176";
}
.landing-page .bi-bag-x-fill:before {
  content: "\f177";
}
.landing-page .bi-bag-x:before {
  content: "\f178";
}
.landing-page .bi-bag:before {
  content: "\f179";
}
.landing-page .bi-bar-chart-fill:before {
  content: "\f17a";
}
.landing-page .bi-bar-chart-line-fill:before {
  content: "\f17b";
}
.landing-page .bi-bar-chart-line:before {
  content: "\f17c";
}
.landing-page .bi-bar-chart-steps:before {
  content: "\f17d";
}
.landing-page .bi-bar-chart:before {
  content: "\f17e";
}
.landing-page .bi-basket-fill:before {
  content: "\f17f";
}
.landing-page .bi-basket:before {
  content: "\f180";
}
.landing-page .bi-basket2-fill:before {
  content: "\f181";
}
.landing-page .bi-basket2:before {
  content: "\f182";
}
.landing-page .bi-basket3-fill:before {
  content: "\f183";
}
.landing-page .bi-basket3:before {
  content: "\f184";
}
.landing-page .bi-battery-charging:before {
  content: "\f185";
}
.landing-page .bi-battery-full:before {
  content: "\f186";
}
.landing-page .bi-battery-half:before {
  content: "\f187";
}
.landing-page .bi-battery:before {
  content: "\f188";
}
.landing-page .bi-bell-fill:before {
  content: "\f189";
}
.landing-page .bi-bell:before {
  content: "\f18a";
}
.landing-page .bi-bezier:before {
  content: "\f18b";
}
.landing-page .bi-bezier2:before {
  content: "\f18c";
}
.landing-page .bi-bicycle:before {
  content: "\f18d";
}
.landing-page .bi-binoculars-fill:before {
  content: "\f18e";
}
.landing-page .bi-binoculars:before {
  content: "\f18f";
}
.landing-page .bi-blockquote-left:before {
  content: "\f190";
}
.landing-page .bi-blockquote-right:before {
  content: "\f191";
}
.landing-page .bi-book-fill:before {
  content: "\f192";
}
.landing-page .bi-book-half:before {
  content: "\f193";
}
.landing-page .bi-book:before {
  content: "\f194";
}
.landing-page .bi-bookmark-check-fill:before {
  content: "\f195";
}
.landing-page .bi-bookmark-check:before {
  content: "\f196";
}
.landing-page .bi-bookmark-dash-fill:before {
  content: "\f197";
}
.landing-page .bi-bookmark-dash:before {
  content: "\f198";
}
.landing-page .bi-bookmark-fill:before {
  content: "\f199";
}
.landing-page .bi-bookmark-heart-fill:before {
  content: "\f19a";
}
.landing-page .bi-bookmark-heart:before {
  content: "\f19b";
}
.landing-page .bi-bookmark-plus-fill:before {
  content: "\f19c";
}
.landing-page .bi-bookmark-plus:before {
  content: "\f19d";
}
.landing-page .bi-bookmark-star-fill:before {
  content: "\f19e";
}
.landing-page .bi-bookmark-star:before {
  content: "\f19f";
}
.landing-page .bi-bookmark-x-fill:before {
  content: "\f1a0";
}
.landing-page .bi-bookmark-x:before {
  content: "\f1a1";
}
.landing-page .bi-bookmark:before {
  content: "\f1a2";
}
.landing-page .bi-bookmarks-fill:before {
  content: "\f1a3";
}
.landing-page .bi-bookmarks:before {
  content: "\f1a4";
}
.landing-page .bi-bookshelf:before {
  content: "\f1a5";
}
.landing-page .bi-bootstrap-fill:before {
  content: "\f1a6";
}
.landing-page .bi-bootstrap-reboot:before {
  content: "\f1a7";
}
.landing-page .bi-bootstrap:before {
  content: "\f1a8";
}
.landing-page .bi-border-all:before {
  content: "\f1a9";
}
.landing-page .bi-border-bottom:before {
  content: "\f1aa";
}
.landing-page .bi-border-center:before {
  content: "\f1ab";
}
.landing-page .bi-border-inner:before {
  content: "\f1ac";
}
.landing-page .bi-border-left:before {
  content: "\f1ad";
}
.landing-page .bi-border-middle:before {
  content: "\f1ae";
}
.landing-page .bi-border-outer:before {
  content: "\f1af";
}
.landing-page .bi-border-right:before {
  content: "\f1b0";
}
.landing-page .bi-border-style:before {
  content: "\f1b1";
}
.landing-page .bi-border-top:before {
  content: "\f1b2";
}
.landing-page .bi-border-width:before {
  content: "\f1b3";
}
.landing-page .bi-border:before {
  content: "\f1b4";
}
.landing-page .bi-bounding-box-circles:before {
  content: "\f1b5";
}
.landing-page .bi-bounding-box:before {
  content: "\f1b6";
}
.landing-page .bi-box-arrow-down-left:before {
  content: "\f1b7";
}
.landing-page .bi-box-arrow-down-right:before {
  content: "\f1b8";
}
.landing-page .bi-box-arrow-down:before {
  content: "\f1b9";
}
.landing-page .bi-box-arrow-in-down-left:before {
  content: "\f1ba";
}
.landing-page .bi-box-arrow-in-down-right:before {
  content: "\f1bb";
}
.landing-page .bi-box-arrow-in-down:before {
  content: "\f1bc";
}
.landing-page .bi-box-arrow-in-left:before {
  content: "\f1bd";
}
.landing-page .bi-box-arrow-in-right:before {
  content: "\f1be";
}
.landing-page .bi-box-arrow-in-up-left:before {
  content: "\f1bf";
}
.landing-page .bi-box-arrow-in-up-right:before {
  content: "\f1c0";
}
.landing-page .bi-box-arrow-in-up:before {
  content: "\f1c1";
}
.landing-page .bi-box-arrow-left:before {
  content: "\f1c2";
}
.landing-page .bi-box-arrow-right:before {
  content: "\f1c3";
}
.landing-page .bi-box-arrow-up-left:before {
  content: "\f1c4";
}
.landing-page .bi-box-arrow-up-right:before {
  content: "\f1c5";
}
.landing-page .bi-box-arrow-up:before {
  content: "\f1c6";
}
.landing-page .bi-box-seam:before {
  content: "\f1c7";
}
.landing-page .bi-box:before {
  content: "\f1c8";
}
.landing-page .bi-braces:before {
  content: "\f1c9";
}
.landing-page .bi-bricks:before {
  content: "\f1ca";
}
.landing-page .bi-briefcase-fill:before {
  content: "\f1cb";
}
.landing-page .bi-briefcase:before {
  content: "\f1cc";
}
.landing-page .bi-brightness-alt-high-fill:before {
  content: "\f1cd";
}
.landing-page .bi-brightness-alt-high:before {
  content: "\f1ce";
}
.landing-page .bi-brightness-alt-low-fill:before {
  content: "\f1cf";
}
.landing-page .bi-brightness-alt-low:before {
  content: "\f1d0";
}
.landing-page .bi-brightness-high-fill:before {
  content: "\f1d1";
}
.landing-page .bi-brightness-high:before {
  content: "\f1d2";
}
.landing-page .bi-brightness-low-fill:before {
  content: "\f1d3";
}
.landing-page .bi-brightness-low:before {
  content: "\f1d4";
}
.landing-page .bi-broadcast-pin:before {
  content: "\f1d5";
}
.landing-page .bi-broadcast:before {
  content: "\f1d6";
}
.landing-page .bi-brush-fill:before {
  content: "\f1d7";
}
.landing-page .bi-brush:before {
  content: "\f1d8";
}
.landing-page .bi-bucket-fill:before {
  content: "\f1d9";
}
.landing-page .bi-bucket:before {
  content: "\f1da";
}
.landing-page .bi-bug-fill:before {
  content: "\f1db";
}
.landing-page .bi-bug:before {
  content: "\f1dc";
}
.landing-page .bi-building:before {
  content: "\f1dd";
}
.landing-page .bi-bullseye:before {
  content: "\f1de";
}
.landing-page .bi-calculator-fill:before {
  content: "\f1df";
}
.landing-page .bi-calculator:before {
  content: "\f1e0";
}
.landing-page .bi-calendar-check-fill:before {
  content: "\f1e1";
}
.landing-page .bi-calendar-check:before {
  content: "\f1e2";
}
.landing-page .bi-calendar-date-fill:before {
  content: "\f1e3";
}
.landing-page .bi-calendar-date:before {
  content: "\f1e4";
}
.landing-page .bi-calendar-day-fill:before {
  content: "\f1e5";
}
.landing-page .bi-calendar-day:before {
  content: "\f1e6";
}
.landing-page .bi-calendar-event-fill:before {
  content: "\f1e7";
}
.landing-page .bi-calendar-event:before {
  content: "\f1e8";
}
.landing-page .bi-calendar-fill:before {
  content: "\f1e9";
}
.landing-page .bi-calendar-minus-fill:before {
  content: "\f1ea";
}
.landing-page .bi-calendar-minus:before {
  content: "\f1eb";
}
.landing-page .bi-calendar-month-fill:before {
  content: "\f1ec";
}
.landing-page .bi-calendar-month:before {
  content: "\f1ed";
}
.landing-page .bi-calendar-plus-fill:before {
  content: "\f1ee";
}
.landing-page .bi-calendar-plus:before {
  content: "\f1ef";
}
.landing-page .bi-calendar-range-fill:before {
  content: "\f1f0";
}
.landing-page .bi-calendar-range:before {
  content: "\f1f1";
}
.landing-page .bi-calendar-week-fill:before {
  content: "\f1f2";
}
.landing-page .bi-calendar-week:before {
  content: "\f1f3";
}
.landing-page .bi-calendar-x-fill:before {
  content: "\f1f4";
}
.landing-page .bi-calendar-x:before {
  content: "\f1f5";
}
.landing-page .bi-calendar:before {
  content: "\f1f6";
}
.landing-page .bi-calendar2-check-fill:before {
  content: "\f1f7";
}
.landing-page .bi-calendar2-check:before {
  content: "\f1f8";
}
.landing-page .bi-calendar2-date-fill:before {
  content: "\f1f9";
}
.landing-page .bi-calendar2-date:before {
  content: "\f1fa";
}
.landing-page .bi-calendar2-day-fill:before {
  content: "\f1fb";
}
.landing-page .bi-calendar2-day:before {
  content: "\f1fc";
}
.landing-page .bi-calendar2-event-fill:before {
  content: "\f1fd";
}
.landing-page .bi-calendar2-event:before {
  content: "\f1fe";
}
.landing-page .bi-calendar2-fill:before {
  content: "\f1ff";
}
.landing-page .bi-calendar2-minus-fill:before {
  content: "\f200";
}
.landing-page .bi-calendar2-minus:before {
  content: "\f201";
}
.landing-page .bi-calendar2-month-fill:before {
  content: "\f202";
}
.landing-page .bi-calendar2-month:before {
  content: "\f203";
}
.landing-page .bi-calendar2-plus-fill:before {
  content: "\f204";
}
.landing-page .bi-calendar2-plus:before {
  content: "\f205";
}
.landing-page .bi-calendar2-range-fill:before {
  content: "\f206";
}
.landing-page .bi-calendar2-range:before {
  content: "\f207";
}
.landing-page .bi-calendar2-week-fill:before {
  content: "\f208";
}
.landing-page .bi-calendar2-week:before {
  content: "\f209";
}
.landing-page .bi-calendar2-x-fill:before {
  content: "\f20a";
}
.landing-page .bi-calendar2-x:before {
  content: "\f20b";
}
.landing-page .bi-calendar2:before {
  content: "\f20c";
}
.landing-page .bi-calendar3-event-fill:before {
  content: "\f20d";
}
.landing-page .bi-calendar3-event:before {
  content: "\f20e";
}
.landing-page .bi-calendar3-fill:before {
  content: "\f20f";
}
.landing-page .bi-calendar3-range-fill:before {
  content: "\f210";
}
.landing-page .bi-calendar3-range:before {
  content: "\f211";
}
.landing-page .bi-calendar3-week-fill:before {
  content: "\f212";
}
.landing-page .bi-calendar3-week:before {
  content: "\f213";
}
.landing-page .bi-calendar3:before {
  content: "\f214";
}
.landing-page .bi-calendar4-event:before {
  content: "\f215";
}
.landing-page .bi-calendar4-range:before {
  content: "\f216";
}
.landing-page .bi-calendar4-week:before {
  content: "\f217";
}
.landing-page .bi-calendar4:before {
  content: "\f218";
}
.landing-page .bi-camera-fill:before {
  content: "\f219";
}
.landing-page .bi-camera-reels-fill:before {
  content: "\f21a";
}
.landing-page .bi-camera-reels:before {
  content: "\f21b";
}
.landing-page .bi-camera-video-fill:before {
  content: "\f21c";
}
.landing-page .bi-camera-video-off-fill:before {
  content: "\f21d";
}
.landing-page .bi-camera-video-off:before {
  content: "\f21e";
}
.landing-page .bi-camera-video:before {
  content: "\f21f";
}
.landing-page .bi-camera:before {
  content: "\f220";
}
.landing-page .bi-camera2:before {
  content: "\f221";
}
.landing-page .bi-capslock-fill:before {
  content: "\f222";
}
.landing-page .bi-capslock:before {
  content: "\f223";
}
.landing-page .bi-card-checklist:before {
  content: "\f224";
}
.landing-page .bi-card-heading:before {
  content: "\f225";
}
.landing-page .bi-card-image:before {
  content: "\f226";
}
.landing-page .bi-card-list:before {
  content: "\f227";
}
.landing-page .bi-card-text:before {
  content: "\f228";
}
.landing-page .bi-caret-down-fill:before {
  content: "\f229";
}
.landing-page .bi-caret-down-square-fill:before {
  content: "\f22a";
}
.landing-page .bi-caret-down-square:before {
  content: "\f22b";
}
.landing-page .bi-caret-down:before {
  content: "\f22c";
}
.landing-page .bi-caret-left-fill:before {
  content: "\f22d";
}
.landing-page .bi-caret-left-square-fill:before {
  content: "\f22e";
}
.landing-page .bi-caret-left-square:before {
  content: "\f22f";
}
.landing-page .bi-caret-left:before {
  content: "\f230";
}
.landing-page .bi-caret-right-fill:before {
  content: "\f231";
}
.landing-page .bi-caret-right-square-fill:before {
  content: "\f232";
}
.landing-page .bi-caret-right-square:before {
  content: "\f233";
}
.landing-page .bi-caret-right:before {
  content: "\f234";
}
.landing-page .bi-caret-up-fill:before {
  content: "\f235";
}
.landing-page .bi-caret-up-square-fill:before {
  content: "\f236";
}
.landing-page .bi-caret-up-square:before {
  content: "\f237";
}
.landing-page .bi-caret-up:before {
  content: "\f238";
}
.landing-page .bi-cart-check-fill:before {
  content: "\f239";
}
.landing-page .bi-cart-check:before {
  content: "\f23a";
}
.landing-page .bi-cart-dash-fill:before {
  content: "\f23b";
}
.landing-page .bi-cart-dash:before {
  content: "\f23c";
}
.landing-page .bi-cart-fill:before {
  content: "\f23d";
}
.landing-page .bi-cart-plus-fill:before {
  content: "\f23e";
}
.landing-page .bi-cart-plus:before {
  content: "\f23f";
}
.landing-page .bi-cart-x-fill:before {
  content: "\f240";
}
.landing-page .bi-cart-x:before {
  content: "\f241";
}
.landing-page .bi-cart:before {
  content: "\f242";
}
.landing-page .bi-cart2:before {
  content: "\f243";
}
.landing-page .bi-cart3:before {
  content: "\f244";
}
.landing-page .bi-cart4:before {
  content: "\f245";
}
.landing-page .bi-cash-stack:before {
  content: "\f246";
}
.landing-page .bi-cash:before {
  content: "\f247";
}
.landing-page .bi-cast:before {
  content: "\f248";
}
.landing-page .bi-chat-dots-fill:before {
  content: "\f249";
}
.landing-page .bi-chat-dots:before {
  content: "\f24a";
}
.landing-page .bi-chat-fill:before {
  content: "\f24b";
}
.landing-page .bi-chat-left-dots-fill:before {
  content: "\f24c";
}
.landing-page .bi-chat-left-dots:before {
  content: "\f24d";
}
.landing-page .bi-chat-left-fill:before {
  content: "\f24e";
}
.landing-page .bi-chat-left-quote-fill:before {
  content: "\f24f";
}
.landing-page .bi-chat-left-quote:before {
  content: "\f250";
}
.landing-page .bi-chat-left-text-fill:before {
  content: "\f251";
}
.landing-page .bi-chat-left-text:before {
  content: "\f252";
}
.landing-page .bi-chat-left:before {
  content: "\f253";
}
.landing-page .bi-chat-quote-fill:before {
  content: "\f254";
}
.landing-page .bi-chat-quote:before {
  content: "\f255";
}
.landing-page .bi-chat-right-dots-fill:before {
  content: "\f256";
}
.landing-page .bi-chat-right-dots:before {
  content: "\f257";
}
.landing-page .bi-chat-right-fill:before {
  content: "\f258";
}
.landing-page .bi-chat-right-quote-fill:before {
  content: "\f259";
}
.landing-page .bi-chat-right-quote:before {
  content: "\f25a";
}
.landing-page .bi-chat-right-text-fill:before {
  content: "\f25b";
}
.landing-page .bi-chat-right-text:before {
  content: "\f25c";
}
.landing-page .bi-chat-right:before {
  content: "\f25d";
}
.landing-page .bi-chat-square-dots-fill:before {
  content: "\f25e";
}
.landing-page .bi-chat-square-dots:before {
  content: "\f25f";
}
.landing-page .bi-chat-square-fill:before {
  content: "\f260";
}
.landing-page .bi-chat-square-quote-fill:before {
  content: "\f261";
}
.landing-page .bi-chat-square-quote:before {
  content: "\f262";
}
.landing-page .bi-chat-square-text-fill:before {
  content: "\f263";
}
.landing-page .bi-chat-square-text:before {
  content: "\f264";
}
.landing-page .bi-chat-square:before {
  content: "\f265";
}
.landing-page .bi-chat-text-fill:before {
  content: "\f266";
}
.landing-page .bi-chat-text:before {
  content: "\f267";
}
.landing-page .bi-chat:before {
  content: "\f268";
}
.landing-page .bi-check-all:before {
  content: "\f269";
}
.landing-page .bi-check-circle-fill:before {
  content: "\f26a";
}
.landing-page .bi-check-circle:before {
  content: "\f26b";
}
.landing-page .bi-check-square-fill:before {
  content: "\f26c";
}
.landing-page .bi-check-square:before {
  content: "\f26d";
}
.landing-page .bi-check:before {
  content: "\f26e";
}
.landing-page .bi-check2-all:before {
  content: "\f26f";
}
.landing-page .bi-check2-circle:before {
  content: "\f270";
}
.landing-page .bi-check2-square:before {
  content: "\f271";
}
.landing-page .bi-check2:before {
  content: "\f272";
}
.landing-page .bi-chevron-bar-contract:before {
  content: "\f273";
}
.landing-page .bi-chevron-bar-down:before {
  content: "\f274";
}
.landing-page .bi-chevron-bar-expand:before {
  content: "\f275";
}
.landing-page .bi-chevron-bar-left:before {
  content: "\f276";
}
.landing-page .bi-chevron-bar-right:before {
  content: "\f277";
}
.landing-page .bi-chevron-bar-up:before {
  content: "\f278";
}
.landing-page .bi-chevron-compact-down:before {
  content: "\f279";
}
.landing-page .bi-chevron-compact-left:before {
  content: "\f27a";
}
.landing-page .bi-chevron-compact-right:before {
  content: "\f27b";
}
.landing-page .bi-chevron-compact-up:before {
  content: "\f27c";
}
.landing-page .bi-chevron-contract:before {
  content: "\f27d";
}
.landing-page .bi-chevron-double-down:before {
  content: "\f27e";
}
.landing-page .bi-chevron-double-left:before {
  content: "\f27f";
}
.landing-page .bi-chevron-double-right:before {
  content: "\f280";
}
.landing-page .bi-chevron-double-up:before {
  content: "\f281";
}
.landing-page .bi-chevron-down:before {
  content: "\f282";
}
.landing-page .bi-chevron-expand:before {
  content: "\f283";
}
.landing-page .bi-chevron-left:before {
  content: "\f284";
}
.landing-page .bi-chevron-right:before {
  content: "\f285";
}
.landing-page .bi-chevron-up:before {
  content: "\f286";
}
.landing-page .bi-circle-fill:before {
  content: "\f287";
}
.landing-page .bi-circle-half:before {
  content: "\f288";
}
.landing-page .bi-circle-square:before {
  content: "\f289";
}
.landing-page .bi-circle:before {
  content: "\f28a";
}
.landing-page .bi-clipboard-check:before {
  content: "\f28b";
}
.landing-page .bi-clipboard-data:before {
  content: "\f28c";
}
.landing-page .bi-clipboard-minus:before {
  content: "\f28d";
}
.landing-page .bi-clipboard-plus:before {
  content: "\f28e";
}
.landing-page .bi-clipboard-x:before {
  content: "\f28f";
}
.landing-page .bi-clipboard:before {
  content: "\f290";
}
.landing-page .bi-clock-fill:before {
  content: "\f291";
}
.landing-page .bi-clock-history:before {
  content: "\f292";
}
.landing-page .bi-clock:before {
  content: "\f293";
}
.landing-page .bi-cloud-arrow-down-fill:before {
  content: "\f294";
}
.landing-page .bi-cloud-arrow-down:before {
  content: "\f295";
}
.landing-page .bi-cloud-arrow-up-fill:before {
  content: "\f296";
}
.landing-page .bi-cloud-arrow-up:before {
  content: "\f297";
}
.landing-page .bi-cloud-check-fill:before {
  content: "\f298";
}
.landing-page .bi-cloud-check:before {
  content: "\f299";
}
.landing-page .bi-cloud-download-fill:before {
  content: "\f29a";
}
.landing-page .bi-cloud-download:before {
  content: "\f29b";
}
.landing-page .bi-cloud-drizzle-fill:before {
  content: "\f29c";
}
.landing-page .bi-cloud-drizzle:before {
  content: "\f29d";
}
.landing-page .bi-cloud-fill:before {
  content: "\f29e";
}
.landing-page .bi-cloud-fog-fill:before {
  content: "\f29f";
}
.landing-page .bi-cloud-fog:before {
  content: "\f2a0";
}
.landing-page .bi-cloud-fog2-fill:before {
  content: "\f2a1";
}
.landing-page .bi-cloud-fog2:before {
  content: "\f2a2";
}
.landing-page .bi-cloud-hail-fill:before {
  content: "\f2a3";
}
.landing-page .bi-cloud-hail:before {
  content: "\f2a4";
}
.landing-page .bi-cloud-haze-1:before {
  content: "\f2a5";
}
.landing-page .bi-cloud-haze-fill:before {
  content: "\f2a6";
}
.landing-page .bi-cloud-haze:before {
  content: "\f2a7";
}
.landing-page .bi-cloud-haze2-fill:before {
  content: "\f2a8";
}
.landing-page .bi-cloud-lightning-fill:before {
  content: "\f2a9";
}
.landing-page .bi-cloud-lightning-rain-fill:before {
  content: "\f2aa";
}
.landing-page .bi-cloud-lightning-rain:before {
  content: "\f2ab";
}
.landing-page .bi-cloud-lightning:before {
  content: "\f2ac";
}
.landing-page .bi-cloud-minus-fill:before {
  content: "\f2ad";
}
.landing-page .bi-cloud-minus:before {
  content: "\f2ae";
}
.landing-page .bi-cloud-moon-fill:before {
  content: "\f2af";
}
.landing-page .bi-cloud-moon:before {
  content: "\f2b0";
}
.landing-page .bi-cloud-plus-fill:before {
  content: "\f2b1";
}
.landing-page .bi-cloud-plus:before {
  content: "\f2b2";
}
.landing-page .bi-cloud-rain-fill:before {
  content: "\f2b3";
}
.landing-page .bi-cloud-rain-heavy-fill:before {
  content: "\f2b4";
}
.landing-page .bi-cloud-rain-heavy:before {
  content: "\f2b5";
}
.landing-page .bi-cloud-rain:before {
  content: "\f2b6";
}
.landing-page .bi-cloud-slash-fill:before {
  content: "\f2b7";
}
.landing-page .bi-cloud-slash:before {
  content: "\f2b8";
}
.landing-page .bi-cloud-sleet-fill:before {
  content: "\f2b9";
}
.landing-page .bi-cloud-sleet:before {
  content: "\f2ba";
}
.landing-page .bi-cloud-snow-fill:before {
  content: "\f2bb";
}
.landing-page .bi-cloud-snow:before {
  content: "\f2bc";
}
.landing-page .bi-cloud-sun-fill:before {
  content: "\f2bd";
}
.landing-page .bi-cloud-sun:before {
  content: "\f2be";
}
.landing-page .bi-cloud-upload-fill:before {
  content: "\f2bf";
}
.landing-page .bi-cloud-upload:before {
  content: "\f2c0";
}
.landing-page .bi-cloud:before {
  content: "\f2c1";
}
.landing-page .bi-clouds-fill:before {
  content: "\f2c2";
}
.landing-page .bi-clouds:before {
  content: "\f2c3";
}
.landing-page .bi-cloudy-fill:before {
  content: "\f2c4";
}
.landing-page .bi-cloudy:before {
  content: "\f2c5";
}
.landing-page .bi-code-slash:before {
  content: "\f2c6";
}
.landing-page .bi-code-square:before {
  content: "\f2c7";
}
.landing-page .bi-code:before {
  content: "\f2c8";
}
.landing-page .bi-collection-fill:before {
  content: "\f2c9";
}
.landing-page .bi-collection-play-fill:before {
  content: "\f2ca";
}
.landing-page .bi-collection-play:before {
  content: "\f2cb";
}
.landing-page .bi-collection:before {
  content: "\f2cc";
}
.landing-page .bi-columns-gap:before {
  content: "\f2cd";
}
.landing-page .bi-columns:before {
  content: "\f2ce";
}
.landing-page .bi-command:before {
  content: "\f2cf";
}
.landing-page .bi-compass-fill:before {
  content: "\f2d0";
}
.landing-page .bi-compass:before {
  content: "\f2d1";
}
.landing-page .bi-cone-striped:before {
  content: "\f2d2";
}
.landing-page .bi-cone:before {
  content: "\f2d3";
}
.landing-page .bi-controller:before {
  content: "\f2d4";
}
.landing-page .bi-cpu-fill:before {
  content: "\f2d5";
}
.landing-page .bi-cpu:before {
  content: "\f2d6";
}
.landing-page .bi-credit-card-2-back-fill:before {
  content: "\f2d7";
}
.landing-page .bi-credit-card-2-back:before {
  content: "\f2d8";
}
.landing-page .bi-credit-card-2-front-fill:before {
  content: "\f2d9";
}
.landing-page .bi-credit-card-2-front:before {
  content: "\f2da";
}
.landing-page .bi-credit-card-fill:before {
  content: "\f2db";
}
.landing-page .bi-credit-card:before {
  content: "\f2dc";
}
.landing-page .bi-crop:before {
  content: "\f2dd";
}
.landing-page .bi-cup-fill:before {
  content: "\f2de";
}
.landing-page .bi-cup-straw:before {
  content: "\f2df";
}
.landing-page .bi-cup:before {
  content: "\f2e0";
}
.landing-page .bi-cursor-fill:before {
  content: "\f2e1";
}
.landing-page .bi-cursor-text:before {
  content: "\f2e2";
}
.landing-page .bi-cursor:before {
  content: "\f2e3";
}
.landing-page .bi-dash-circle-dotted:before {
  content: "\f2e4";
}
.landing-page .bi-dash-circle-fill:before {
  content: "\f2e5";
}
.landing-page .bi-dash-circle:before {
  content: "\f2e6";
}
.landing-page .bi-dash-square-dotted:before {
  content: "\f2e7";
}
.landing-page .bi-dash-square-fill:before {
  content: "\f2e8";
}
.landing-page .bi-dash-square:before {
  content: "\f2e9";
}
.landing-page .bi-dash:before {
  content: "\f2ea";
}
.landing-page .bi-diagram-2-fill:before {
  content: "\f2eb";
}
.landing-page .bi-diagram-2:before {
  content: "\f2ec";
}
.landing-page .bi-diagram-3-fill:before {
  content: "\f2ed";
}
.landing-page .bi-diagram-3:before {
  content: "\f2ee";
}
.landing-page .bi-diamond-fill:before {
  content: "\f2ef";
}
.landing-page .bi-diamond-half:before {
  content: "\f2f0";
}
.landing-page .bi-diamond:before {
  content: "\f2f1";
}
.landing-page .bi-dice-1-fill:before {
  content: "\f2f2";
}
.landing-page .bi-dice-1:before {
  content: "\f2f3";
}
.landing-page .bi-dice-2-fill:before {
  content: "\f2f4";
}
.landing-page .bi-dice-2:before {
  content: "\f2f5";
}
.landing-page .bi-dice-3-fill:before {
  content: "\f2f6";
}
.landing-page .bi-dice-3:before {
  content: "\f2f7";
}
.landing-page .bi-dice-4-fill:before {
  content: "\f2f8";
}
.landing-page .bi-dice-4:before {
  content: "\f2f9";
}
.landing-page .bi-dice-5-fill:before {
  content: "\f2fa";
}
.landing-page .bi-dice-5:before {
  content: "\f2fb";
}
.landing-page .bi-dice-6-fill:before {
  content: "\f2fc";
}
.landing-page .bi-dice-6:before {
  content: "\f2fd";
}
.landing-page .bi-disc-fill:before {
  content: "\f2fe";
}
.landing-page .bi-disc:before {
  content: "\f2ff";
}
.landing-page .bi-discord:before {
  content: "\f300";
}
.landing-page .bi-display-fill:before {
  content: "\f301";
}
.landing-page .bi-display:before {
  content: "\f302";
}
.landing-page .bi-distribute-horizontal:before {
  content: "\f303";
}
.landing-page .bi-distribute-vertical:before {
  content: "\f304";
}
.landing-page .bi-door-closed-fill:before {
  content: "\f305";
}
.landing-page .bi-door-closed:before {
  content: "\f306";
}
.landing-page .bi-door-open-fill:before {
  content: "\f307";
}
.landing-page .bi-door-open:before {
  content: "\f308";
}
.landing-page .bi-dot:before {
  content: "\f309";
}
.landing-page .bi-download:before {
  content: "\f30a";
}
.landing-page .bi-droplet-fill:before {
  content: "\f30b";
}
.landing-page .bi-droplet-half:before {
  content: "\f30c";
}
.landing-page .bi-droplet:before {
  content: "\f30d";
}
.landing-page .bi-earbuds:before {
  content: "\f30e";
}
.landing-page .bi-easel-fill:before {
  content: "\f30f";
}
.landing-page .bi-easel:before {
  content: "\f310";
}
.landing-page .bi-egg-fill:before {
  content: "\f311";
}
.landing-page .bi-egg-fried:before {
  content: "\f312";
}
.landing-page .bi-egg:before {
  content: "\f313";
}
.landing-page .bi-eject-fill:before {
  content: "\f314";
}
.landing-page .bi-eject:before {
  content: "\f315";
}
.landing-page .bi-emoji-angry-fill:before {
  content: "\f316";
}
.landing-page .bi-emoji-angry:before {
  content: "\f317";
}
.landing-page .bi-emoji-dizzy-fill:before {
  content: "\f318";
}
.landing-page .bi-emoji-dizzy:before {
  content: "\f319";
}
.landing-page .bi-emoji-expressionless-fill:before {
  content: "\f31a";
}
.landing-page .bi-emoji-expressionless:before {
  content: "\f31b";
}
.landing-page .bi-emoji-frown-fill:before {
  content: "\f31c";
}
.landing-page .bi-emoji-frown:before {
  content: "\f31d";
}
.landing-page .bi-emoji-heart-eyes-fill:before {
  content: "\f31e";
}
.landing-page .bi-emoji-heart-eyes:before {
  content: "\f31f";
}
.landing-page .bi-emoji-laughing-fill:before {
  content: "\f320";
}
.landing-page .bi-emoji-laughing:before {
  content: "\f321";
}
.landing-page .bi-emoji-neutral-fill:before {
  content: "\f322";
}
.landing-page .bi-emoji-neutral:before {
  content: "\f323";
}
.landing-page .bi-emoji-smile-fill:before {
  content: "\f324";
}
.landing-page .bi-emoji-smile-upside-down-fill:before {
  content: "\f325";
}
.landing-page .bi-emoji-smile-upside-down:before {
  content: "\f326";
}
.landing-page .bi-emoji-smile:before {
  content: "\f327";
}
.landing-page .bi-emoji-sunglasses-fill:before {
  content: "\f328";
}
.landing-page .bi-emoji-sunglasses:before {
  content: "\f329";
}
.landing-page .bi-emoji-wink-fill:before {
  content: "\f32a";
}
.landing-page .bi-emoji-wink:before {
  content: "\f32b";
}
.landing-page .bi-envelope-fill:before {
  content: "\f32c";
}
.landing-page .bi-envelope-open-fill:before {
  content: "\f32d";
}
.landing-page .bi-envelope-open:before {
  content: "\f32e";
}
.landing-page .bi-envelope:before {
  content: "\f32f";
}
.landing-page .bi-eraser-fill:before {
  content: "\f330";
}
.landing-page .bi-eraser:before {
  content: "\f331";
}
.landing-page .bi-exclamation-circle-fill:before {
  content: "\f332";
}
.landing-page .bi-exclamation-circle:before {
  content: "\f333";
}
.landing-page .bi-exclamation-diamond-fill:before {
  content: "\f334";
}
.landing-page .bi-exclamation-diamond:before {
  content: "\f335";
}
.landing-page .bi-exclamation-octagon-fill:before {
  content: "\f336";
}
.landing-page .bi-exclamation-octagon:before {
  content: "\f337";
}
.landing-page .bi-exclamation-square-fill:before {
  content: "\f338";
}
.landing-page .bi-exclamation-square:before {
  content: "\f339";
}
.landing-page .bi-exclamation-triangle-fill:before {
  content: "\f33a";
}
.landing-page .bi-exclamation-triangle:before {
  content: "\f33b";
}
.landing-page .bi-exclamation:before {
  content: "\f33c";
}
.landing-page .bi-exclude:before {
  content: "\f33d";
}
.landing-page .bi-eye-fill:before {
  content: "\f33e";
}
.landing-page .bi-eye-slash-fill:before {
  content: "\f33f";
}
.landing-page .bi-eye-slash:before {
  content: "\f340";
}
.landing-page .bi-eye:before {
  content: "\f341";
}
.landing-page .bi-eyedropper:before {
  content: "\f342";
}
.landing-page .bi-eyeglasses:before {
  content: "\f343";
}
.landing-page .bi-facebook:before {
  content: "\f344";
}
.landing-page .bi-file-arrow-down-fill:before {
  content: "\f345";
}
.landing-page .bi-file-arrow-down:before {
  content: "\f346";
}
.landing-page .bi-file-arrow-up-fill:before {
  content: "\f347";
}
.landing-page .bi-file-arrow-up:before {
  content: "\f348";
}
.landing-page .bi-file-bar-graph-fill:before {
  content: "\f349";
}
.landing-page .bi-file-bar-graph:before {
  content: "\f34a";
}
.landing-page .bi-file-binary-fill:before {
  content: "\f34b";
}
.landing-page .bi-file-binary:before {
  content: "\f34c";
}
.landing-page .bi-file-break-fill:before {
  content: "\f34d";
}
.landing-page .bi-file-break:before {
  content: "\f34e";
}
.landing-page .bi-file-check-fill:before {
  content: "\f34f";
}
.landing-page .bi-file-check:before {
  content: "\f350";
}
.landing-page .bi-file-code-fill:before {
  content: "\f351";
}
.landing-page .bi-file-code:before {
  content: "\f352";
}
.landing-page .bi-file-diff-fill:before {
  content: "\f353";
}
.landing-page .bi-file-diff:before {
  content: "\f354";
}
.landing-page .bi-file-earmark-arrow-down-fill:before {
  content: "\f355";
}
.landing-page .bi-file-earmark-arrow-down:before {
  content: "\f356";
}
.landing-page .bi-file-earmark-arrow-up-fill:before {
  content: "\f357";
}
.landing-page .bi-file-earmark-arrow-up:before {
  content: "\f358";
}
.landing-page .bi-file-earmark-bar-graph-fill:before {
  content: "\f359";
}
.landing-page .bi-file-earmark-bar-graph:before {
  content: "\f35a";
}
.landing-page .bi-file-earmark-binary-fill:before {
  content: "\f35b";
}
.landing-page .bi-file-earmark-binary:before {
  content: "\f35c";
}
.landing-page .bi-file-earmark-break-fill:before {
  content: "\f35d";
}
.landing-page .bi-file-earmark-break:before {
  content: "\f35e";
}
.landing-page .bi-file-earmark-check-fill:before {
  content: "\f35f";
}
.landing-page .bi-file-earmark-check:before {
  content: "\f360";
}
.landing-page .bi-file-earmark-code-fill:before {
  content: "\f361";
}
.landing-page .bi-file-earmark-code:before {
  content: "\f362";
}
.landing-page .bi-file-earmark-diff-fill:before {
  content: "\f363";
}
.landing-page .bi-file-earmark-diff:before {
  content: "\f364";
}
.landing-page .bi-file-earmark-easel-fill:before {
  content: "\f365";
}
.landing-page .bi-file-earmark-easel:before {
  content: "\f366";
}
.landing-page .bi-file-earmark-excel-fill:before {
  content: "\f367";
}
.landing-page .bi-file-earmark-excel:before {
  content: "\f368";
}
.landing-page .bi-file-earmark-fill:before {
  content: "\f369";
}
.landing-page .bi-file-earmark-font-fill:before {
  content: "\f36a";
}
.landing-page .bi-file-earmark-font:before {
  content: "\f36b";
}
.landing-page .bi-file-earmark-image-fill:before {
  content: "\f36c";
}
.landing-page .bi-file-earmark-image:before {
  content: "\f36d";
}
.landing-page .bi-file-earmark-lock-fill:before {
  content: "\f36e";
}
.landing-page .bi-file-earmark-lock:before {
  content: "\f36f";
}
.landing-page .bi-file-earmark-lock2-fill:before {
  content: "\f370";
}
.landing-page .bi-file-earmark-lock2:before {
  content: "\f371";
}
.landing-page .bi-file-earmark-medical-fill:before {
  content: "\f372";
}
.landing-page .bi-file-earmark-medical:before {
  content: "\f373";
}
.landing-page .bi-file-earmark-minus-fill:before {
  content: "\f374";
}
.landing-page .bi-file-earmark-minus:before {
  content: "\f375";
}
.landing-page .bi-file-earmark-music-fill:before {
  content: "\f376";
}
.landing-page .bi-file-earmark-music:before {
  content: "\f377";
}
.landing-page .bi-file-earmark-person-fill:before {
  content: "\f378";
}
.landing-page .bi-file-earmark-person:before {
  content: "\f379";
}
.landing-page .bi-file-earmark-play-fill:before {
  content: "\f37a";
}
.landing-page .bi-file-earmark-play:before {
  content: "\f37b";
}
.landing-page .bi-file-earmark-plus-fill:before {
  content: "\f37c";
}
.landing-page .bi-file-earmark-plus:before {
  content: "\f37d";
}
.landing-page .bi-file-earmark-post-fill:before {
  content: "\f37e";
}
.landing-page .bi-file-earmark-post:before {
  content: "\f37f";
}
.landing-page .bi-file-earmark-ppt-fill:before {
  content: "\f380";
}
.landing-page .bi-file-earmark-ppt:before {
  content: "\f381";
}
.landing-page .bi-file-earmark-richtext-fill:before {
  content: "\f382";
}
.landing-page .bi-file-earmark-richtext:before {
  content: "\f383";
}
.landing-page .bi-file-earmark-ruled-fill:before {
  content: "\f384";
}
.landing-page .bi-file-earmark-ruled:before {
  content: "\f385";
}
.landing-page .bi-file-earmark-slides-fill:before {
  content: "\f386";
}
.landing-page .bi-file-earmark-slides:before {
  content: "\f387";
}
.landing-page .bi-file-earmark-spreadsheet-fill:before {
  content: "\f388";
}
.landing-page .bi-file-earmark-spreadsheet:before {
  content: "\f389";
}
.landing-page .bi-file-earmark-text-fill:before {
  content: "\f38a";
}
.landing-page .bi-file-earmark-text:before {
  content: "\f38b";
}
.landing-page .bi-file-earmark-word-fill:before {
  content: "\f38c";
}
.landing-page .bi-file-earmark-word:before {
  content: "\f38d";
}
.landing-page .bi-file-earmark-x-fill:before {
  content: "\f38e";
}
.landing-page .bi-file-earmark-x:before {
  content: "\f38f";
}
.landing-page .bi-file-earmark-zip-fill:before {
  content: "\f390";
}
.landing-page .bi-file-earmark-zip:before {
  content: "\f391";
}
.landing-page .bi-file-earmark:before {
  content: "\f392";
}
.landing-page .bi-file-easel-fill:before {
  content: "\f393";
}
.landing-page .bi-file-easel:before {
  content: "\f394";
}
.landing-page .bi-file-excel-fill:before {
  content: "\f395";
}
.landing-page .bi-file-excel:before {
  content: "\f396";
}
.landing-page .bi-file-fill:before {
  content: "\f397";
}
.landing-page .bi-file-font-fill:before {
  content: "\f398";
}
.landing-page .bi-file-font:before {
  content: "\f399";
}
.landing-page .bi-file-image-fill:before {
  content: "\f39a";
}
.landing-page .bi-file-image:before {
  content: "\f39b";
}
.landing-page .bi-file-lock-fill:before {
  content: "\f39c";
}
.landing-page .bi-file-lock:before {
  content: "\f39d";
}
.landing-page .bi-file-lock2-fill:before {
  content: "\f39e";
}
.landing-page .bi-file-lock2:before {
  content: "\f39f";
}
.landing-page .bi-file-medical-fill:before {
  content: "\f3a0";
}
.landing-page .bi-file-medical:before {
  content: "\f3a1";
}
.landing-page .bi-file-minus-fill:before {
  content: "\f3a2";
}
.landing-page .bi-file-minus:before {
  content: "\f3a3";
}
.landing-page .bi-file-music-fill:before {
  content: "\f3a4";
}
.landing-page .bi-file-music:before {
  content: "\f3a5";
}
.landing-page .bi-file-person-fill:before {
  content: "\f3a6";
}
.landing-page .bi-file-person:before {
  content: "\f3a7";
}
.landing-page .bi-file-play-fill:before {
  content: "\f3a8";
}
.landing-page .bi-file-play:before {
  content: "\f3a9";
}
.landing-page .bi-file-plus-fill:before {
  content: "\f3aa";
}
.landing-page .bi-file-plus:before {
  content: "\f3ab";
}
.landing-page .bi-file-post-fill:before {
  content: "\f3ac";
}
.landing-page .bi-file-post:before {
  content: "\f3ad";
}
.landing-page .bi-file-ppt-fill:before {
  content: "\f3ae";
}
.landing-page .bi-file-ppt:before {
  content: "\f3af";
}
.landing-page .bi-file-richtext-fill:before {
  content: "\f3b0";
}
.landing-page .bi-file-richtext:before {
  content: "\f3b1";
}
.landing-page .bi-file-ruled-fill:before {
  content: "\f3b2";
}
.landing-page .bi-file-ruled:before {
  content: "\f3b3";
}
.landing-page .bi-file-slides-fill:before {
  content: "\f3b4";
}
.landing-page .bi-file-slides:before {
  content: "\f3b5";
}
.landing-page .bi-file-spreadsheet-fill:before {
  content: "\f3b6";
}
.landing-page .bi-file-spreadsheet:before {
  content: "\f3b7";
}
.landing-page .bi-file-text-fill:before {
  content: "\f3b8";
}
.landing-page .bi-file-text:before {
  content: "\f3b9";
}
.landing-page .bi-file-word-fill:before {
  content: "\f3ba";
}
.landing-page .bi-file-word:before {
  content: "\f3bb";
}
.landing-page .bi-file-x-fill:before {
  content: "\f3bc";
}
.landing-page .bi-file-x:before {
  content: "\f3bd";
}
.landing-page .bi-file-zip-fill:before {
  content: "\f3be";
}
.landing-page .bi-file-zip:before {
  content: "\f3bf";
}
.landing-page .bi-file:before {
  content: "\f3c0";
}
.landing-page .bi-files-alt:before {
  content: "\f3c1";
}
.landing-page .bi-files:before {
  content: "\f3c2";
}
.landing-page .bi-film:before {
  content: "\f3c3";
}
.landing-page .bi-filter-circle-fill:before {
  content: "\f3c4";
}
.landing-page .bi-filter-circle:before {
  content: "\f3c5";
}
.landing-page .bi-filter-left:before {
  content: "\f3c6";
}
.landing-page .bi-filter-right:before {
  content: "\f3c7";
}
.landing-page .bi-filter-square-fill:before {
  content: "\f3c8";
}
.landing-page .bi-filter-square:before {
  content: "\f3c9";
}
.landing-page .bi-filter:before {
  content: "\f3ca";
}
.landing-page .bi-flag-fill:before {
  content: "\f3cb";
}
.landing-page .bi-flag:before {
  content: "\f3cc";
}
.landing-page .bi-flower1:before {
  content: "\f3cd";
}
.landing-page .bi-flower2:before {
  content: "\f3ce";
}
.landing-page .bi-flower3:before {
  content: "\f3cf";
}
.landing-page .bi-folder-check:before {
  content: "\f3d0";
}
.landing-page .bi-folder-fill:before {
  content: "\f3d1";
}
.landing-page .bi-folder-minus:before {
  content: "\f3d2";
}
.landing-page .bi-folder-plus:before {
  content: "\f3d3";
}
.landing-page .bi-folder-symlink-fill:before {
  content: "\f3d4";
}
.landing-page .bi-folder-symlink:before {
  content: "\f3d5";
}
.landing-page .bi-folder-x:before {
  content: "\f3d6";
}
.landing-page .bi-folder:before {
  content: "\f3d7";
}
.landing-page .bi-folder2-open:before {
  content: "\f3d8";
}
.landing-page .bi-folder2:before {
  content: "\f3d9";
}
.landing-page .bi-fonts:before {
  content: "\f3da";
}
.landing-page .bi-forward-fill:before {
  content: "\f3db";
}
.landing-page .bi-forward:before {
  content: "\f3dc";
}
.landing-page .bi-front:before {
  content: "\f3dd";
}
.landing-page .bi-fullscreen-exit:before {
  content: "\f3de";
}
.landing-page .bi-fullscreen:before {
  content: "\f3df";
}
.landing-page .bi-funnel-fill:before {
  content: "\f3e0";
}
.landing-page .bi-funnel:before {
  content: "\f3e1";
}
.landing-page .bi-gear-fill:before {
  content: "\f3e2";
}
.landing-page .bi-gear-wide-connected:before {
  content: "\f3e3";
}
.landing-page .bi-gear-wide:before {
  content: "\f3e4";
}
.landing-page .bi-gear:before {
  content: "\f3e5";
}
.landing-page .bi-gem:before {
  content: "\f3e6";
}
.landing-page .bi-geo-alt-fill:before {
  content: "\f3e7";
}
.landing-page .bi-geo-alt:before {
  content: "\f3e8";
}
.landing-page .bi-geo-fill:before {
  content: "\f3e9";
}
.landing-page .bi-geo:before {
  content: "\f3ea";
}
.landing-page .bi-gift-fill:before {
  content: "\f3eb";
}
.landing-page .bi-gift:before {
  content: "\f3ec";
}
.landing-page .bi-github:before {
  content: "\f3ed";
}
.landing-page .bi-globe:before {
  content: "\f3ee";
}
.landing-page .bi-globe2:before {
  content: "\f3ef";
}
.landing-page .bi-google:before {
  content: "\f3f0";
}
.landing-page .bi-graph-down:before {
  content: "\f3f1";
}
.landing-page .bi-graph-up:before {
  content: "\f3f2";
}
.landing-page .bi-grid-1x2-fill:before {
  content: "\f3f3";
}
.landing-page .bi-grid-1x2:before {
  content: "\f3f4";
}
.landing-page .bi-grid-3x2-gap-fill:before {
  content: "\f3f5";
}
.landing-page .bi-grid-3x2-gap:before {
  content: "\f3f6";
}
.landing-page .bi-grid-3x2:before {
  content: "\f3f7";
}
.landing-page .bi-grid-3x3-gap-fill:before {
  content: "\f3f8";
}
.landing-page .bi-grid-3x3-gap:before {
  content: "\f3f9";
}
.landing-page .bi-grid-3x3:before {
  content: "\f3fa";
}
.landing-page .bi-grid-fill:before {
  content: "\f3fb";
}
.landing-page .bi-grid:before {
  content: "\f3fc";
}
.landing-page .bi-grip-horizontal:before {
  content: "\f3fd";
}
.landing-page .bi-grip-vertical:before {
  content: "\f3fe";
}
.landing-page .bi-hammer:before {
  content: "\f3ff";
}
.landing-page .bi-hand-index-fill:before {
  content: "\f400";
}
.landing-page .bi-hand-index-thumb-fill:before {
  content: "\f401";
}
.landing-page .bi-hand-index-thumb:before {
  content: "\f402";
}
.landing-page .bi-hand-index:before {
  content: "\f403";
}
.landing-page .bi-hand-thumbs-down-fill:before {
  content: "\f404";
}
.landing-page .bi-hand-thumbs-down:before {
  content: "\f405";
}
.landing-page .bi-hand-thumbs-up-fill:before {
  content: "\f406";
}
.landing-page .bi-hand-thumbs-up:before {
  content: "\f407";
}
.landing-page .bi-handbag-fill:before {
  content: "\f408";
}
.landing-page .bi-handbag:before {
  content: "\f409";
}
.landing-page .bi-hash:before {
  content: "\f40a";
}
.landing-page .bi-hdd-fill:before {
  content: "\f40b";
}
.landing-page .bi-hdd-network-fill:before {
  content: "\f40c";
}
.landing-page .bi-hdd-network:before {
  content: "\f40d";
}
.landing-page .bi-hdd-rack-fill:before {
  content: "\f40e";
}
.landing-page .bi-hdd-rack:before {
  content: "\f40f";
}
.landing-page .bi-hdd-stack-fill:before {
  content: "\f410";
}
.landing-page .bi-hdd-stack:before {
  content: "\f411";
}
.landing-page .bi-hdd:before {
  content: "\f412";
}
.landing-page .bi-headphones:before {
  content: "\f413";
}
.landing-page .bi-headset:before {
  content: "\f414";
}
.landing-page .bi-heart-fill:before {
  content: "\f415";
}
.landing-page .bi-heart-half:before {
  content: "\f416";
}
.landing-page .bi-heart:before {
  content: "\f417";
}
.landing-page .bi-heptagon-fill:before {
  content: "\f418";
}
.landing-page .bi-heptagon-half:before {
  content: "\f419";
}
.landing-page .bi-heptagon:before {
  content: "\f41a";
}
.landing-page .bi-hexagon-fill:before {
  content: "\f41b";
}
.landing-page .bi-hexagon-half:before {
  content: "\f41c";
}
.landing-page .bi-hexagon:before {
  content: "\f41d";
}
.landing-page .bi-hourglass-bottom:before {
  content: "\f41e";
}
.landing-page .bi-hourglass-split:before {
  content: "\f41f";
}
.landing-page .bi-hourglass-top:before {
  content: "\f420";
}
.landing-page .bi-hourglass:before {
  content: "\f421";
}
.landing-page .bi-house-door-fill:before {
  content: "\f422";
}
.landing-page .bi-house-door:before {
  content: "\f423";
}
.landing-page .bi-house-fill:before {
  content: "\f424";
}
.landing-page .bi-house:before {
  content: "\f425";
}
.landing-page .bi-hr:before {
  content: "\f426";
}
.landing-page .bi-hurricane:before {
  content: "\f427";
}
.landing-page .bi-image-alt:before {
  content: "\f428";
}
.landing-page .bi-image-fill:before {
  content: "\f429";
}
.landing-page .bi-image:before {
  content: "\f42a";
}
.landing-page .bi-images:before {
  content: "\f42b";
}
.landing-page .bi-inbox-fill:before {
  content: "\f42c";
}
.landing-page .bi-inbox:before {
  content: "\f42d";
}
.landing-page .bi-inboxes-fill:before {
  content: "\f42e";
}
.landing-page .bi-inboxes:before {
  content: "\f42f";
}
.landing-page .bi-info-circle-fill:before {
  content: "\f430";
}
.landing-page .bi-info-circle:before {
  content: "\f431";
}
.landing-page .bi-info-square-fill:before {
  content: "\f432";
}
.landing-page .bi-info-square:before {
  content: "\f433";
}
.landing-page .bi-info:before {
  content: "\f434";
}
.landing-page .bi-input-cursor-text:before {
  content: "\f435";
}
.landing-page .bi-input-cursor:before {
  content: "\f436";
}
.landing-page .bi-instagram:before {
  content: "\f437";
}
.landing-page .bi-intersect:before {
  content: "\f438";
}
.landing-page .bi-journal-album:before {
  content: "\f439";
}
.landing-page .bi-journal-arrow-down:before {
  content: "\f43a";
}
.landing-page .bi-journal-arrow-up:before {
  content: "\f43b";
}
.landing-page .bi-journal-bookmark-fill:before {
  content: "\f43c";
}
.landing-page .bi-journal-bookmark:before {
  content: "\f43d";
}
.landing-page .bi-journal-check:before {
  content: "\f43e";
}
.landing-page .bi-journal-code:before {
  content: "\f43f";
}
.landing-page .bi-journal-medical:before {
  content: "\f440";
}
.landing-page .bi-journal-minus:before {
  content: "\f441";
}
.landing-page .bi-journal-plus:before {
  content: "\f442";
}
.landing-page .bi-journal-richtext:before {
  content: "\f443";
}
.landing-page .bi-journal-text:before {
  content: "\f444";
}
.landing-page .bi-journal-x:before {
  content: "\f445";
}
.landing-page .bi-journal:before {
  content: "\f446";
}
.landing-page .bi-journals:before {
  content: "\f447";
}
.landing-page .bi-joystick:before {
  content: "\f448";
}
.landing-page .bi-justify-left:before {
  content: "\f449";
}
.landing-page .bi-justify-right:before {
  content: "\f44a";
}
.landing-page .bi-justify:before {
  content: "\f44b";
}
.landing-page .bi-kanban-fill:before {
  content: "\f44c";
}
.landing-page .bi-kanban:before {
  content: "\f44d";
}
.landing-page .bi-key-fill:before {
  content: "\f44e";
}
.landing-page .bi-key:before {
  content: "\f44f";
}
.landing-page .bi-keyboard-fill:before {
  content: "\f450";
}
.landing-page .bi-keyboard:before {
  content: "\f451";
}
.landing-page .bi-ladder:before {
  content: "\f452";
}
.landing-page .bi-lamp-fill:before {
  content: "\f453";
}
.landing-page .bi-lamp:before {
  content: "\f454";
}
.landing-page .bi-laptop-fill:before {
  content: "\f455";
}
.landing-page .bi-laptop:before {
  content: "\f456";
}
.landing-page .bi-layer-backward:before {
  content: "\f457";
}
.landing-page .bi-layer-forward:before {
  content: "\f458";
}
.landing-page .bi-layers-fill:before {
  content: "\f459";
}
.landing-page .bi-layers-half:before {
  content: "\f45a";
}
.landing-page .bi-layers:before {
  content: "\f45b";
}
.landing-page .bi-layout-sidebar-inset-reverse:before {
  content: "\f45c";
}
.landing-page .bi-layout-sidebar-inset:before {
  content: "\f45d";
}
.landing-page .bi-layout-sidebar-reverse:before {
  content: "\f45e";
}
.landing-page .bi-layout-sidebar:before {
  content: "\f45f";
}
.landing-page .bi-layout-split:before {
  content: "\f460";
}
.landing-page .bi-layout-text-sidebar-reverse:before {
  content: "\f461";
}
.landing-page .bi-layout-text-sidebar:before {
  content: "\f462";
}
.landing-page .bi-layout-text-window-reverse:before {
  content: "\f463";
}
.landing-page .bi-layout-text-window:before {
  content: "\f464";
}
.landing-page .bi-layout-three-columns:before {
  content: "\f465";
}
.landing-page .bi-layout-wtf:before {
  content: "\f466";
}
.landing-page .bi-life-preserver:before {
  content: "\f467";
}
.landing-page .bi-lightbulb-fill:before {
  content: "\f468";
}
.landing-page .bi-lightbulb-off-fill:before {
  content: "\f469";
}
.landing-page .bi-lightbulb-off:before {
  content: "\f46a";
}
.landing-page .bi-lightbulb:before {
  content: "\f46b";
}
.landing-page .bi-lightning-charge-fill:before {
  content: "\f46c";
}
.landing-page .bi-lightning-charge:before {
  content: "\f46d";
}
.landing-page .bi-lightning-fill:before {
  content: "\f46e";
}
.landing-page .bi-lightning:before {
  content: "\f46f";
}
.landing-page .bi-link-45deg:before {
  content: "\f470";
}
.landing-page .bi-link:before {
  content: "\f471";
}
.landing-page .bi-linkedin:before {
  content: "\f472";
}
.landing-page .bi-list-check:before {
  content: "\f473";
}
.landing-page .bi-list-nested:before {
  content: "\f474";
}
.landing-page .bi-list-ol:before {
  content: "\f475";
}
.landing-page .bi-list-stars:before {
  content: "\f476";
}
.landing-page .bi-list-task:before {
  content: "\f477";
}
.landing-page .bi-list-ul:before {
  content: "\f478";
}
.landing-page .bi-list:before {
  content: "\f479";
}
.landing-page .bi-lock-fill:before {
  content: "\f47a";
}
.landing-page .bi-lock:before {
  content: "\f47b";
}
.landing-page .bi-mailbox:before {
  content: "\f47c";
}
.landing-page .bi-mailbox2:before {
  content: "\f47d";
}
.landing-page .bi-map-fill:before {
  content: "\f47e";
}
.landing-page .bi-map:before {
  content: "\f47f";
}
.landing-page .bi-markdown-fill:before {
  content: "\f480";
}
.landing-page .bi-markdown:before {
  content: "\f481";
}
.landing-page .bi-mask:before {
  content: "\f482";
}
.landing-page .bi-megaphone-fill:before {
  content: "\f483";
}
.landing-page .bi-megaphone:before {
  content: "\f484";
}
.landing-page .bi-menu-app-fill:before {
  content: "\f485";
}
.landing-page .bi-menu-app:before {
  content: "\f486";
}
.landing-page .bi-menu-button-fill:before {
  content: "\f487";
}
.landing-page .bi-menu-button-wide-fill:before {
  content: "\f488";
}
.landing-page .bi-menu-button-wide:before {
  content: "\f489";
}
.landing-page .bi-menu-button:before {
  content: "\f48a";
}
.landing-page .bi-menu-down:before {
  content: "\f48b";
}
.landing-page .bi-menu-up:before {
  content: "\f48c";
}
.landing-page .bi-mic-fill:before {
  content: "\f48d";
}
.landing-page .bi-mic-mute-fill:before {
  content: "\f48e";
}
.landing-page .bi-mic-mute:before {
  content: "\f48f";
}
.landing-page .bi-mic:before {
  content: "\f490";
}
.landing-page .bi-minecart-loaded:before {
  content: "\f491";
}
.landing-page .bi-minecart:before {
  content: "\f492";
}
.landing-page .bi-moisture:before {
  content: "\f493";
}
.landing-page .bi-moon-fill:before {
  content: "\f494";
}
.landing-page .bi-moon-stars-fill:before {
  content: "\f495";
}
.landing-page .bi-moon-stars:before {
  content: "\f496";
}
.landing-page .bi-moon:before {
  content: "\f497";
}
.landing-page .bi-mouse-fill:before {
  content: "\f498";
}
.landing-page .bi-mouse:before {
  content: "\f499";
}
.landing-page .bi-mouse2-fill:before {
  content: "\f49a";
}
.landing-page .bi-mouse2:before {
  content: "\f49b";
}
.landing-page .bi-mouse3-fill:before {
  content: "\f49c";
}
.landing-page .bi-mouse3:before {
  content: "\f49d";
}
.landing-page .bi-music-note-beamed:before {
  content: "\f49e";
}
.landing-page .bi-music-note-list:before {
  content: "\f49f";
}
.landing-page .bi-music-note:before {
  content: "\f4a0";
}
.landing-page .bi-music-player-fill:before {
  content: "\f4a1";
}
.landing-page .bi-music-player:before {
  content: "\f4a2";
}
.landing-page .bi-newspaper:before {
  content: "\f4a3";
}
.landing-page .bi-node-minus-fill:before {
  content: "\f4a4";
}
.landing-page .bi-node-minus:before {
  content: "\f4a5";
}
.landing-page .bi-node-plus-fill:before {
  content: "\f4a6";
}
.landing-page .bi-node-plus:before {
  content: "\f4a7";
}
.landing-page .bi-nut-fill:before {
  content: "\f4a8";
}
.landing-page .bi-nut:before {
  content: "\f4a9";
}
.landing-page .bi-octagon-fill:before {
  content: "\f4aa";
}
.landing-page .bi-octagon-half:before {
  content: "\f4ab";
}
.landing-page .bi-octagon:before {
  content: "\f4ac";
}
.landing-page .bi-option:before {
  content: "\f4ad";
}
.landing-page .bi-outlet:before {
  content: "\f4ae";
}
.landing-page .bi-paint-bucket:before {
  content: "\f4af";
}
.landing-page .bi-palette-fill:before {
  content: "\f4b0";
}
.landing-page .bi-palette:before {
  content: "\f4b1";
}
.landing-page .bi-palette2:before {
  content: "\f4b2";
}
.landing-page .bi-paperclip:before {
  content: "\f4b3";
}
.landing-page .bi-paragraph:before {
  content: "\f4b4";
}
.landing-page .bi-patch-check-fill:before {
  content: "\f4b5";
}
.landing-page .bi-patch-check:before {
  content: "\f4b6";
}
.landing-page .bi-patch-exclamation-fill:before {
  content: "\f4b7";
}
.landing-page .bi-patch-exclamation:before {
  content: "\f4b8";
}
.landing-page .bi-patch-minus-fill:before {
  content: "\f4b9";
}
.landing-page .bi-patch-minus:before {
  content: "\f4ba";
}
.landing-page .bi-patch-plus-fill:before {
  content: "\f4bb";
}
.landing-page .bi-patch-plus:before {
  content: "\f4bc";
}
.landing-page .bi-patch-question-fill:before {
  content: "\f4bd";
}
.landing-page .bi-patch-question:before {
  content: "\f4be";
}
.landing-page .bi-pause-btn-fill:before {
  content: "\f4bf";
}
.landing-page .bi-pause-btn:before {
  content: "\f4c0";
}
.landing-page .bi-pause-circle-fill:before {
  content: "\f4c1";
}
.landing-page .bi-pause-circle:before {
  content: "\f4c2";
}
.landing-page .bi-pause-fill:before {
  content: "\f4c3";
}
.landing-page .bi-pause:before {
  content: "\f4c4";
}
.landing-page .bi-peace-fill:before {
  content: "\f4c5";
}
.landing-page .bi-peace:before {
  content: "\f4c6";
}
.landing-page .bi-pen-fill:before {
  content: "\f4c7";
}
.landing-page .bi-pen:before {
  content: "\f4c8";
}
.landing-page .bi-pencil-fill:before {
  content: "\f4c9";
}
.landing-page .bi-pencil-square:before {
  content: "\f4ca";
}
.landing-page .bi-pencil:before {
  content: "\f4cb";
}
.landing-page .bi-pentagon-fill:before {
  content: "\f4cc";
}
.landing-page .bi-pentagon-half:before {
  content: "\f4cd";
}
.landing-page .bi-pentagon:before {
  content: "\f4ce";
}
.landing-page .bi-people-fill:before {
  content: "\f4cf";
}
.landing-page .bi-people:before {
  content: "\f4d0";
}
.landing-page .bi-percent:before {
  content: "\f4d1";
}
.landing-page .bi-person-badge-fill:before {
  content: "\f4d2";
}
.landing-page .bi-person-badge:before {
  content: "\f4d3";
}
.landing-page .bi-person-bounding-box:before {
  content: "\f4d4";
}
.landing-page .bi-person-check-fill:before {
  content: "\f4d5";
}
.landing-page .bi-person-check:before {
  content: "\f4d6";
}
.landing-page .bi-person-circle:before {
  content: "\f4d7";
}
.landing-page .bi-person-dash-fill:before {
  content: "\f4d8";
}
.landing-page .bi-person-dash:before {
  content: "\f4d9";
}
.landing-page .bi-person-fill:before {
  content: "\f4da";
}
.landing-page .bi-person-lines-fill:before {
  content: "\f4db";
}
.landing-page .bi-person-plus-fill:before {
  content: "\f4dc";
}
.landing-page .bi-person-plus:before {
  content: "\f4dd";
}
.landing-page .bi-person-square:before {
  content: "\f4de";
}
.landing-page .bi-person-x-fill:before {
  content: "\f4df";
}
.landing-page .bi-person-x:before {
  content: "\f4e0";
}
.landing-page .bi-person:before {
  content: "\f4e1";
}
.landing-page .bi-phone-fill:before {
  content: "\f4e2";
}
.landing-page .bi-phone-landscape-fill:before {
  content: "\f4e3";
}
.landing-page .bi-phone-landscape:before {
  content: "\f4e4";
}
.landing-page .bi-phone-vibrate-fill:before {
  content: "\f4e5";
}
.landing-page .bi-phone-vibrate:before {
  content: "\f4e6";
}
.landing-page .bi-phone:before {
  content: "\f4e7";
}
.landing-page .bi-pie-chart-fill:before {
  content: "\f4e8";
}
.landing-page .bi-pie-chart:before {
  content: "\f4e9";
}
.landing-page .bi-pin-angle-fill:before {
  content: "\f4ea";
}
.landing-page .bi-pin-angle:before {
  content: "\f4eb";
}
.landing-page .bi-pin-fill:before {
  content: "\f4ec";
}
.landing-page .bi-pin:before {
  content: "\f4ed";
}
.landing-page .bi-pip-fill:before {
  content: "\f4ee";
}
.landing-page .bi-pip:before {
  content: "\f4ef";
}
.landing-page .bi-play-btn-fill:before {
  content: "\f4f0";
}
.landing-page .bi-play-btn:before {
  content: "\f4f1";
}
.landing-page .bi-play-circle-fill:before {
  content: "\f4f2";
}
.landing-page .bi-play-circle:before {
  content: "\f4f3";
}
.landing-page .bi-play-fill:before {
  content: "\f4f4";
}
.landing-page .bi-play:before {
  content: "\f4f5";
}
.landing-page .bi-plug-fill:before {
  content: "\f4f6";
}
.landing-page .bi-plug:before {
  content: "\f4f7";
}
.landing-page .bi-plus-circle-dotted:before {
  content: "\f4f8";
}
.landing-page .bi-plus-circle-fill:before {
  content: "\f4f9";
}
.landing-page .bi-plus-circle:before {
  content: "\f4fa";
}
.landing-page .bi-plus-square-dotted:before {
  content: "\f4fb";
}
.landing-page .bi-plus-square-fill:before {
  content: "\f4fc";
}
.landing-page .bi-plus-square:before {
  content: "\f4fd";
}
.landing-page .bi-plus:before {
  content: "\f4fe";
}
.landing-page .bi-power:before {
  content: "\f4ff";
}
.landing-page .bi-printer-fill:before {
  content: "\f500";
}
.landing-page .bi-printer:before {
  content: "\f501";
}
.landing-page .bi-puzzle-fill:before {
  content: "\f502";
}
.landing-page .bi-puzzle:before {
  content: "\f503";
}
.landing-page .bi-question-circle-fill:before {
  content: "\f504";
}
.landing-page .bi-question-circle:before {
  content: "\f505";
}
.landing-page .bi-question-diamond-fill:before {
  content: "\f506";
}
.landing-page .bi-question-diamond:before {
  content: "\f507";
}
.landing-page .bi-question-octagon-fill:before {
  content: "\f508";
}
.landing-page .bi-question-octagon:before {
  content: "\f509";
}
.landing-page .bi-question-square-fill:before {
  content: "\f50a";
}
.landing-page .bi-question-square:before {
  content: "\f50b";
}
.landing-page .bi-question:before {
  content: "\f50c";
}
.landing-page .bi-rainbow:before {
  content: "\f50d";
}
.landing-page .bi-receipt-cutoff:before {
  content: "\f50e";
}
.landing-page .bi-receipt:before {
  content: "\f50f";
}
.landing-page .bi-reception-0:before {
  content: "\f510";
}
.landing-page .bi-reception-1:before {
  content: "\f511";
}
.landing-page .bi-reception-2:before {
  content: "\f512";
}
.landing-page .bi-reception-3:before {
  content: "\f513";
}
.landing-page .bi-reception-4:before {
  content: "\f514";
}
.landing-page .bi-record-btn-fill:before {
  content: "\f515";
}
.landing-page .bi-record-btn:before {
  content: "\f516";
}
.landing-page .bi-record-circle-fill:before {
  content: "\f517";
}
.landing-page .bi-record-circle:before {
  content: "\f518";
}
.landing-page .bi-record-fill:before {
  content: "\f519";
}
.landing-page .bi-record:before {
  content: "\f51a";
}
.landing-page .bi-record2-fill:before {
  content: "\f51b";
}
.landing-page .bi-record2:before {
  content: "\f51c";
}
.landing-page .bi-reply-all-fill:before {
  content: "\f51d";
}
.landing-page .bi-reply-all:before {
  content: "\f51e";
}
.landing-page .bi-reply-fill:before {
  content: "\f51f";
}
.landing-page .bi-reply:before {
  content: "\f520";
}
.landing-page .bi-rss-fill:before {
  content: "\f521";
}
.landing-page .bi-rss:before {
  content: "\f522";
}
.landing-page .bi-rulers:before {
  content: "\f523";
}
.landing-page .bi-save-fill:before {
  content: "\f524";
}
.landing-page .bi-save:before {
  content: "\f525";
}
.landing-page .bi-save2-fill:before {
  content: "\f526";
}
.landing-page .bi-save2:before {
  content: "\f527";
}
.landing-page .bi-scissors:before {
  content: "\f528";
}
.landing-page .bi-screwdriver:before {
  content: "\f529";
}
.landing-page .bi-search:before {
  content: "\f52a";
}
.landing-page .bi-segmented-nav:before {
  content: "\f52b";
}
.landing-page .bi-server:before {
  content: "\f52c";
}
.landing-page .bi-share-fill:before {
  content: "\f52d";
}
.landing-page .bi-share:before {
  content: "\f52e";
}
.landing-page .bi-shield-check:before {
  content: "\f52f";
}
.landing-page .bi-shield-exclamation:before {
  content: "\f530";
}
.landing-page .bi-shield-fill-check:before {
  content: "\f531";
}
.landing-page .bi-shield-fill-exclamation:before {
  content: "\f532";
}
.landing-page .bi-shield-fill-minus:before {
  content: "\f533";
}
.landing-page .bi-shield-fill-plus:before {
  content: "\f534";
}
.landing-page .bi-shield-fill-x:before {
  content: "\f535";
}
.landing-page .bi-shield-fill:before {
  content: "\f536";
}
.landing-page .bi-shield-lock-fill:before {
  content: "\f537";
}
.landing-page .bi-shield-lock:before {
  content: "\f538";
}
.landing-page .bi-shield-minus:before {
  content: "\f539";
}
.landing-page .bi-shield-plus:before {
  content: "\f53a";
}
.landing-page .bi-shield-shaded:before {
  content: "\f53b";
}
.landing-page .bi-shield-slash-fill:before {
  content: "\f53c";
}
.landing-page .bi-shield-slash:before {
  content: "\f53d";
}
.landing-page .bi-shield-x:before {
  content: "\f53e";
}
.landing-page .bi-shield:before {
  content: "\f53f";
}
.landing-page .bi-shift-fill:before {
  content: "\f540";
}
.landing-page .bi-shift:before {
  content: "\f541";
}
.landing-page .bi-shop-window:before {
  content: "\f542";
}
.landing-page .bi-shop:before {
  content: "\f543";
}
.landing-page .bi-shuffle:before {
  content: "\f544";
}
.landing-page .bi-signpost-2-fill:before {
  content: "\f545";
}
.landing-page .bi-signpost-2:before {
  content: "\f546";
}
.landing-page .bi-signpost-fill:before {
  content: "\f547";
}
.landing-page .bi-signpost-split-fill:before {
  content: "\f548";
}
.landing-page .bi-signpost-split:before {
  content: "\f549";
}
.landing-page .bi-signpost:before {
  content: "\f54a";
}
.landing-page .bi-sim-fill:before {
  content: "\f54b";
}
.landing-page .bi-sim:before {
  content: "\f54c";
}
.landing-page .bi-skip-backward-btn-fill:before {
  content: "\f54d";
}
.landing-page .bi-skip-backward-btn:before {
  content: "\f54e";
}
.landing-page .bi-skip-backward-circle-fill:before {
  content: "\f54f";
}
.landing-page .bi-skip-backward-circle:before {
  content: "\f550";
}
.landing-page .bi-skip-backward-fill:before {
  content: "\f551";
}
.landing-page .bi-skip-backward:before {
  content: "\f552";
}
.landing-page .bi-skip-end-btn-fill:before {
  content: "\f553";
}
.landing-page .bi-skip-end-btn:before {
  content: "\f554";
}
.landing-page .bi-skip-end-circle-fill:before {
  content: "\f555";
}
.landing-page .bi-skip-end-circle:before {
  content: "\f556";
}
.landing-page .bi-skip-end-fill:before {
  content: "\f557";
}
.landing-page .bi-skip-end:before {
  content: "\f558";
}
.landing-page .bi-skip-forward-btn-fill:before {
  content: "\f559";
}
.landing-page .bi-skip-forward-btn:before {
  content: "\f55a";
}
.landing-page .bi-skip-forward-circle-fill:before {
  content: "\f55b";
}
.landing-page .bi-skip-forward-circle:before {
  content: "\f55c";
}
.landing-page .bi-skip-forward-fill:before {
  content: "\f55d";
}
.landing-page .bi-skip-forward:before {
  content: "\f55e";
}
.landing-page .bi-skip-start-btn-fill:before {
  content: "\f55f";
}
.landing-page .bi-skip-start-btn:before {
  content: "\f560";
}
.landing-page .bi-skip-start-circle-fill:before {
  content: "\f561";
}
.landing-page .bi-skip-start-circle:before {
  content: "\f562";
}
.landing-page .bi-skip-start-fill:before {
  content: "\f563";
}
.landing-page .bi-skip-start:before {
  content: "\f564";
}
.landing-page .bi-slack:before {
  content: "\f565";
}
.landing-page .bi-slash-circle-fill:before {
  content: "\f566";
}
.landing-page .bi-slash-circle:before {
  content: "\f567";
}
.landing-page .bi-slash-square-fill:before {
  content: "\f568";
}
.landing-page .bi-slash-square:before {
  content: "\f569";
}
.landing-page .bi-slash:before {
  content: "\f56a";
}
.landing-page .bi-sliders:before {
  content: "\f56b";
}
.landing-page .bi-smartwatch:before {
  content: "\f56c";
}
.landing-page .bi-snow:before {
  content: "\f56d";
}
.landing-page .bi-snow2:before {
  content: "\f56e";
}
.landing-page .bi-snow3:before {
  content: "\f56f";
}
.landing-page .bi-sort-alpha-down-alt:before {
  content: "\f570";
}
.landing-page .bi-sort-alpha-down:before {
  content: "\f571";
}
.landing-page .bi-sort-alpha-up-alt:before {
  content: "\f572";
}
.landing-page .bi-sort-alpha-up:before {
  content: "\f573";
}
.landing-page .bi-sort-down-alt:before {
  content: "\f574";
}
.landing-page .bi-sort-down:before {
  content: "\f575";
}
.landing-page .bi-sort-numeric-down-alt:before {
  content: "\f576";
}
.landing-page .bi-sort-numeric-down:before {
  content: "\f577";
}
.landing-page .bi-sort-numeric-up-alt:before {
  content: "\f578";
}
.landing-page .bi-sort-numeric-up:before {
  content: "\f579";
}
.landing-page .bi-sort-up-alt:before {
  content: "\f57a";
}
.landing-page .bi-sort-up:before {
  content: "\f57b";
}
.landing-page .bi-soundwave:before {
  content: "\f57c";
}
.landing-page .bi-speaker-fill:before {
  content: "\f57d";
}
.landing-page .bi-speaker:before {
  content: "\f57e";
}
.landing-page .bi-speedometer:before {
  content: "\f57f";
}
.landing-page .bi-speedometer2:before {
  content: "\f580";
}
.landing-page .bi-spellcheck:before {
  content: "\f581";
}
.landing-page .bi-square-fill:before {
  content: "\f582";
}
.landing-page .bi-square-half:before {
  content: "\f583";
}
.landing-page .bi-square:before {
  content: "\f584";
}
.landing-page .bi-stack:before {
  content: "\f585";
}
.landing-page .bi-star-fill:before {
  content: "\f586";
}
.landing-page .bi-star-half:before {
  content: "\f587";
}
.landing-page .bi-star:before {
  content: "\f588";
}
.landing-page .bi-stars:before {
  content: "\f589";
}
.landing-page .bi-stickies-fill:before {
  content: "\f58a";
}
.landing-page .bi-stickies:before {
  content: "\f58b";
}
.landing-page .bi-sticky-fill:before {
  content: "\f58c";
}
.landing-page .bi-sticky:before {
  content: "\f58d";
}
.landing-page .bi-stop-btn-fill:before {
  content: "\f58e";
}
.landing-page .bi-stop-btn:before {
  content: "\f58f";
}
.landing-page .bi-stop-circle-fill:before {
  content: "\f590";
}
.landing-page .bi-stop-circle:before {
  content: "\f591";
}
.landing-page .bi-stop-fill:before {
  content: "\f592";
}
.landing-page .bi-stop:before {
  content: "\f593";
}
.landing-page .bi-stoplights-fill:before {
  content: "\f594";
}
.landing-page .bi-stoplights:before {
  content: "\f595";
}
.landing-page .bi-stopwatch-fill:before {
  content: "\f596";
}
.landing-page .bi-stopwatch:before {
  content: "\f597";
}
.landing-page .bi-subtract:before {
  content: "\f598";
}
.landing-page .bi-suit-club-fill:before {
  content: "\f599";
}
.landing-page .bi-suit-club:before {
  content: "\f59a";
}
.landing-page .bi-suit-diamond-fill:before {
  content: "\f59b";
}
.landing-page .bi-suit-diamond:before {
  content: "\f59c";
}
.landing-page .bi-suit-heart-fill:before {
  content: "\f59d";
}
.landing-page .bi-suit-heart:before {
  content: "\f59e";
}
.landing-page .bi-suit-spade-fill:before {
  content: "\f59f";
}
.landing-page .bi-suit-spade:before {
  content: "\f5a0";
}
.landing-page .bi-sun-fill:before {
  content: "\f5a1";
}
.landing-page .bi-sun:before {
  content: "\f5a2";
}
.landing-page .bi-sunglasses:before {
  content: "\f5a3";
}
.landing-page .bi-sunrise-fill:before {
  content: "\f5a4";
}
.landing-page .bi-sunrise:before {
  content: "\f5a5";
}
.landing-page .bi-sunset-fill:before {
  content: "\f5a6";
}
.landing-page .bi-sunset:before {
  content: "\f5a7";
}
.landing-page .bi-symmetry-horizontal:before {
  content: "\f5a8";
}
.landing-page .bi-symmetry-vertical:before {
  content: "\f5a9";
}
.landing-page .bi-table:before {
  content: "\f5aa";
}
.landing-page .bi-tablet-fill:before {
  content: "\f5ab";
}
.landing-page .bi-tablet-landscape-fill:before {
  content: "\f5ac";
}
.landing-page .bi-tablet-landscape:before {
  content: "\f5ad";
}
.landing-page .bi-tablet:before {
  content: "\f5ae";
}
.landing-page .bi-tag-fill:before {
  content: "\f5af";
}
.landing-page .bi-tag:before {
  content: "\f5b0";
}
.landing-page .bi-tags-fill:before {
  content: "\f5b1";
}
.landing-page .bi-tags:before {
  content: "\f5b2";
}
.landing-page .bi-telegram:before {
  content: "\f5b3";
}
.landing-page .bi-telephone-fill:before {
  content: "\f5b4";
}
.landing-page .bi-telephone-forward-fill:before {
  content: "\f5b5";
}
.landing-page .bi-telephone-forward:before {
  content: "\f5b6";
}
.landing-page .bi-telephone-inbound-fill:before {
  content: "\f5b7";
}
.landing-page .bi-telephone-inbound:before {
  content: "\f5b8";
}
.landing-page .bi-telephone-minus-fill:before {
  content: "\f5b9";
}
.landing-page .bi-telephone-minus:before {
  content: "\f5ba";
}
.landing-page .bi-telephone-outbound-fill:before {
  content: "\f5bb";
}
.landing-page .bi-telephone-outbound:before {
  content: "\f5bc";
}
.landing-page .bi-telephone-plus-fill:before {
  content: "\f5bd";
}
.landing-page .bi-telephone-plus:before {
  content: "\f5be";
}
.landing-page .bi-telephone-x-fill:before {
  content: "\f5bf";
}
.landing-page .bi-telephone-x:before {
  content: "\f5c0";
}
.landing-page .bi-telephone:before {
  content: "\f5c1";
}
.landing-page .bi-terminal-fill:before {
  content: "\f5c2";
}
.landing-page .bi-terminal:before {
  content: "\f5c3";
}
.landing-page .bi-text-center:before {
  content: "\f5c4";
}
.landing-page .bi-text-indent-left:before {
  content: "\f5c5";
}
.landing-page .bi-text-indent-right:before {
  content: "\f5c6";
}
.landing-page .bi-text-left:before {
  content: "\f5c7";
}
.landing-page .bi-text-paragraph:before {
  content: "\f5c8";
}
.landing-page .bi-text-right:before {
  content: "\f5c9";
}
.landing-page .bi-textarea-resize:before {
  content: "\f5ca";
}
.landing-page .bi-textarea-t:before {
  content: "\f5cb";
}
.landing-page .bi-textarea:before {
  content: "\f5cc";
}
.landing-page .bi-thermometer-half:before {
  content: "\f5cd";
}
.landing-page .bi-thermometer-high:before {
  content: "\f5ce";
}
.landing-page .bi-thermometer-low:before {
  content: "\f5cf";
}
.landing-page .bi-thermometer-snow:before {
  content: "\f5d0";
}
.landing-page .bi-thermometer-sun:before {
  content: "\f5d1";
}
.landing-page .bi-thermometer:before {
  content: "\f5d2";
}
.landing-page .bi-three-dots-vertical:before {
  content: "\f5d3";
}
.landing-page .bi-three-dots:before {
  content: "\f5d4";
}
.landing-page .bi-toggle-off:before {
  content: "\f5d5";
}
.landing-page .bi-toggle-on:before {
  content: "\f5d6";
}
.landing-page .bi-toggle2-off:before {
  content: "\f5d7";
}
.landing-page .bi-toggle2-on:before {
  content: "\f5d8";
}
.landing-page .bi-toggles:before {
  content: "\f5d9";
}
.landing-page .bi-toggles2:before {
  content: "\f5da";
}
.landing-page .bi-tools:before {
  content: "\f5db";
}
.landing-page .bi-tornado:before {
  content: "\f5dc";
}
.landing-page .bi-trash-fill:before {
  content: "\f5dd";
}
.landing-page .bi-trash:before {
  content: "\f5de";
}
.landing-page .bi-trash2-fill:before {
  content: "\f5df";
}
.landing-page .bi-trash2:before {
  content: "\f5e0";
}
.landing-page .bi-tree-fill:before {
  content: "\f5e1";
}
.landing-page .bi-tree:before {
  content: "\f5e2";
}
.landing-page .bi-triangle-fill:before {
  content: "\f5e3";
}
.landing-page .bi-triangle-half:before {
  content: "\f5e4";
}
.landing-page .bi-triangle:before {
  content: "\f5e5";
}
.landing-page .bi-trophy-fill:before {
  content: "\f5e6";
}
.landing-page .bi-trophy:before {
  content: "\f5e7";
}
.landing-page .bi-tropical-storm:before {
  content: "\f5e8";
}
.landing-page .bi-truck-flatbed:before {
  content: "\f5e9";
}
.landing-page .bi-truck:before {
  content: "\f5ea";
}
.landing-page .bi-tsunami:before {
  content: "\f5eb";
}
.landing-page .bi-tv-fill:before {
  content: "\f5ec";
}
.landing-page .bi-tv:before {
  content: "\f5ed";
}
.landing-page .bi-twitch:before {
  content: "\f5ee";
}
.landing-page .bi-twitter:before {
  content: "\f5ef";
}
.landing-page .bi-type-bold:before {
  content: "\f5f0";
}
.landing-page .bi-type-h1:before {
  content: "\f5f1";
}
.landing-page .bi-type-h2:before {
  content: "\f5f2";
}
.landing-page .bi-type-h3:before {
  content: "\f5f3";
}
.landing-page .bi-type-italic:before {
  content: "\f5f4";
}
.landing-page .bi-type-strikethrough:before {
  content: "\f5f5";
}
.landing-page .bi-type-underline:before {
  content: "\f5f6";
}
.landing-page .bi-type:before {
  content: "\f5f7";
}
.landing-page .bi-ui-checks-grid:before {
  content: "\f5f8";
}
.landing-page .bi-ui-checks:before {
  content: "\f5f9";
}
.landing-page .bi-ui-radios-grid:before {
  content: "\f5fa";
}
.landing-page .bi-ui-radios:before {
  content: "\f5fb";
}
.landing-page .bi-umbrella-fill:before {
  content: "\f5fc";
}
.landing-page .bi-umbrella:before {
  content: "\f5fd";
}
.landing-page .bi-union:before {
  content: "\f5fe";
}
.landing-page .bi-unlock-fill:before {
  content: "\f5ff";
}
.landing-page .bi-unlock:before {
  content: "\f600";
}
.landing-page .bi-upc-scan:before {
  content: "\f601";
}
.landing-page .bi-upc:before {
  content: "\f602";
}
.landing-page .bi-upload:before {
  content: "\f603";
}
.landing-page .bi-vector-pen:before {
  content: "\f604";
}
.landing-page .bi-view-list:before {
  content: "\f605";
}
.landing-page .bi-view-stacked:before {
  content: "\f606";
}
.landing-page .bi-vinyl-fill:before {
  content: "\f607";
}
.landing-page .bi-vinyl:before {
  content: "\f608";
}
.landing-page .bi-voicemail:before {
  content: "\f609";
}
.landing-page .bi-volume-down-fill:before {
  content: "\f60a";
}
.landing-page .bi-volume-down:before {
  content: "\f60b";
}
.landing-page .bi-volume-mute-fill:before {
  content: "\f60c";
}
.landing-page .bi-volume-mute:before {
  content: "\f60d";
}
.landing-page .bi-volume-off-fill:before {
  content: "\f60e";
}
.landing-page .bi-volume-off:before {
  content: "\f60f";
}
.landing-page .bi-volume-up-fill:before {
  content: "\f610";
}
.landing-page .bi-volume-up:before {
  content: "\f611";
}
.landing-page .bi-vr:before {
  content: "\f612";
}
.landing-page .bi-wallet-fill:before {
  content: "\f613";
}
.landing-page .bi-wallet:before {
  content: "\f614";
}
.landing-page .bi-wallet2:before {
  content: "\f615";
}
.landing-page .bi-watch:before {
  content: "\f616";
}
.landing-page .bi-water:before {
  content: "\f617";
}
.landing-page .bi-whatsapp:before {
  content: "\f618";
}
.landing-page .bi-wifi-1:before {
  content: "\f619";
}
.landing-page .bi-wifi-2:before {
  content: "\f61a";
}
.landing-page .bi-wifi-off:before {
  content: "\f61b";
}
.landing-page .bi-wifi:before {
  content: "\f61c";
}
.landing-page .bi-wind:before {
  content: "\f61d";
}
.landing-page .bi-window-dock:before {
  content: "\f61e";
}
.landing-page .bi-window-sidebar:before {
  content: "\f61f";
}
.landing-page .bi-window:before {
  content: "\f620";
}
.landing-page .bi-wrench:before {
  content: "\f621";
}
.landing-page .bi-x-circle-fill:before {
  content: "\f622";
}
.landing-page .bi-x-circle:before {
  content: "\f623";
}
.landing-page .bi-x-diamond-fill:before {
  content: "\f624";
}
.landing-page .bi-x-diamond:before {
  content: "\f625";
}
.landing-page .bi-x-octagon-fill:before {
  content: "\f626";
}
.landing-page .bi-x-octagon:before {
  content: "\f627";
}
.landing-page .bi-x-square-fill:before {
  content: "\f628";
}
.landing-page .bi-x-square:before {
  content: "\f629";
}
.landing-page .bi-x:before {
  content: "\f62a";
}
.landing-page .bi-youtube:before {
  content: "\f62b";
}
.landing-page .bi-zoom-in:before {
  content: "\f62c";
}
.landing-page .bi-zoom-out:before {
  content: "\f62d";
}
.landing-page .bi-bank:before {
  content: "\f62e";
}
.landing-page .bi-bank2:before {
  content: "\f62f";
}
.landing-page .bi-bell-slash-fill:before {
  content: "\f630";
}
.landing-page .bi-bell-slash:before {
  content: "\f631";
}
.landing-page .bi-cash-coin:before {
  content: "\f632";
}
.landing-page .bi-check-lg:before {
  content: "\f633";
}
.landing-page .bi-coin:before {
  content: "\f634";
}
.landing-page .bi-currency-bitcoin:before {
  content: "\f635";
}
.landing-page .bi-currency-dollar:before {
  content: "\f636";
}
.landing-page .bi-currency-euro:before {
  content: "\f637";
}
.landing-page .bi-currency-exchange:before {
  content: "\f638";
}
.landing-page .bi-currency-pound:before {
  content: "\f639";
}
.landing-page .bi-currency-yen:before {
  content: "\f63a";
}
.landing-page .bi-dash-lg:before {
  content: "\f63b";
}
.landing-page .bi-exclamation-lg:before {
  content: "\f63c";
}
.landing-page .bi-file-earmark-pdf-fill:before {
  content: "\f63d";
}
.landing-page .bi-file-earmark-pdf:before {
  content: "\f63e";
}
.landing-page .bi-file-pdf-fill:before {
  content: "\f63f";
}
.landing-page .bi-file-pdf:before {
  content: "\f640";
}
.landing-page .bi-gender-ambiguous:before {
  content: "\f641";
}
.landing-page .bi-gender-female:before {
  content: "\f642";
}
.landing-page .bi-gender-male:before {
  content: "\f643";
}
.landing-page .bi-gender-trans:before {
  content: "\f644";
}
.landing-page .bi-headset-vr:before {
  content: "\f645";
}
.landing-page .bi-info-lg:before {
  content: "\f646";
}
.landing-page .bi-mastodon:before {
  content: "\f647";
}
.landing-page .bi-messenger:before {
  content: "\f648";
}
.landing-page .bi-piggy-bank-fill:before {
  content: "\f649";
}
.landing-page .bi-piggy-bank:before {
  content: "\f64a";
}
.landing-page .bi-pin-map-fill:before {
  content: "\f64b";
}
.landing-page .bi-pin-map:before {
  content: "\f64c";
}
.landing-page .bi-plus-lg:before {
  content: "\f64d";
}
.landing-page .bi-question-lg:before {
  content: "\f64e";
}
.landing-page .bi-recycle:before {
  content: "\f64f";
}
.landing-page .bi-reddit:before {
  content: "\f650";
}
.landing-page .bi-safe-fill:before {
  content: "\f651";
}
.landing-page .bi-safe2-fill:before {
  content: "\f652";
}
.landing-page .bi-safe2:before {
  content: "\f653";
}
.landing-page .bi-sd-card-fill:before {
  content: "\f654";
}
.landing-page .bi-sd-card:before {
  content: "\f655";
}
.landing-page .bi-skype:before {
  content: "\f656";
}
.landing-page .bi-slash-lg:before {
  content: "\f657";
}
.landing-page .bi-translate:before {
  content: "\f658";
}
.landing-page .bi-x-lg:before {
  content: "\f659";
}
.landing-page .bi-safe:before {
  content: "\f65a";
}

.landing-page section:not(.no-padding) {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.landing-page section:not(.no-padding).add-margin-to-row {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.landing-page section:not(.no-padding).add-margin-to-row .row.add-margin > div {
  margin-bottom: 2rem;
}
.landing-page section .wzv-header {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .landing-page section .wzv-header {
    font-size: calc(1.375rem + 1.5vw);
  }
}
.landing-page section .wzv-header.add-lead + .lead {
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.landing-page section#social .social_links {
  padding: 0;
  margin: 0;
}
.landing-page section#social .social_links > li {
  display: inline-block;
}
.landing-page .bg-table {
  background-image: url("https://tefal-content.bitwise.nl/_landingpage-base/Tefal/images/empty-table.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.landing-page .bg-table .container {
  background-color: rgba(255, 255, 255, 0.95);
}
.landing-page .bg-table section .lead {
  border-left: #eb212e 5px solid;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .landing-page .bg-table {
    padding-top: 4rem;
  }
}
@media (min-width: 768px) {
  .landing-page .bg-table {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.landing-page .hidden {
  display: none !important;
}

.br-lg-up {
  display: none;
}
@media (min-width: 992px) {
  .br-lg-up {
    display: block;
  }
}

.br-md-up {
  display: none;
}
@media (min-width: 768px) {
  .br-md-up {
    display: block;
  }
}

.matrix-icon-check {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 360"%3e%3cpath fill="%23eb212e" d="M330.12,120.92,184.62,266.41l-27.33,27.33a19.4,19.4,0,0,1-27.33,0l-27.33-27.33L29.88,193.67a19.44,19.44,0,0,1,0-27.34L57.22,139a19.42,19.42,0,0,1,27.33,0l59.08,59.29,131.83-132a19.39,19.39,0,0,1,27.32,0l27.34,27.33a19.42,19.42,0,0,1,0,27.33Z"/%3e%3c/svg%3e');
}

.matrix-icon-minus {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 360"%3e%3cpath fill="%23212529" d="M293.75,266.4l-27.34,27.34a19.39,19.39,0,0,1-27.32,0L180,234.66l-59.08,59.08a19.4,19.4,0,0,1-27.33,0L66.25,266.4a19.41,19.41,0,0,1,0-27.32L125.34,180,66.25,120.92a19.42,19.42,0,0,1,0-27.33L93.59,66.26a19.4,19.4,0,0,1,27.33,0L180,125.34l59.09-59.08a19.39,19.39,0,0,1,27.32,0l27.34,27.33a19.42,19.42,0,0,1,0,27.33L234.66,180l59.09,59.08a19.41,19.41,0,0,1,0,27.32Z"/%3e%3c/svg%3e');
}

.matrix-icon-times {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 360"%3e%3cpath fill="rgb(101.2297297297, 113.5, 125.7702702703)" d="M321.47,199.3a19.28,19.28,0,0,1-19.28,19.28H57.82A19.3,19.3,0,0,1,38.53,199.3V160.71a19.3,19.3,0,0,1,19.29-19.29H302.19a19.29,19.29,0,0,1,19.28,19.29Z"/%3e%3c/svg%3e');
}

.drop-page-scroll {
  overflow: hidden !important;
}

#compare-table-container {
  font-size: 1rem;
}
#compare-table-container .btn-brand {
  padding: 0.1875rem 0.4375rem;
  display: inline-block;
  border-radius: 0.25rem;
  text-decoration: none;
}
#compare-table-container .btn-brand.btn-lg, #compare-table-container .landing-page .btn-group-lg > .btn-brand.btn, .landing-page #compare-table-container .btn-group-lg > .btn-brand.btn {
  padding: 0.625rem 1.0625rem;
}
#compare-table-container .btn-brand.btn-lg.btn-rounded, #compare-table-container .landing-page .btn-group-lg > .btn-brand.btn-rounded.btn, .landing-page #compare-table-container .btn-group-lg > .btn-brand.btn-rounded.btn {
  border-radius: 1.25rem;
}
#compare-table-container .btn-brand-primary {
  background-color: #eb212e;
  color: #fff;
}
#compare-table-container .btn-brand-primary:hover, #compare-table-container .btn-brand-primary:focus {
  background-color: rgb(194.3876033058, 17.5123966942, 28.8954545455);
}
#compare-table-container .btn-brand-action {
  background-color: #04ccad;
  color: #fff;
}
#compare-table-container .btn-brand-action:hover, #compare-table-container .btn-brand-action:focus {
  background-color: rgb(2.9211538462, 148.9788461538, 126.3399038462);
}
#compare-table-container .btn-brand-disabled {
  background-color: #cccccc;
  color: #fff;
}
#compare-table-container .btn-brand-disabled:hover, #compare-table-container .btn-brand-disabled:focus {
  background-color: rgb(175.95, 175.95, 175.95);
}
#compare-table-container .menu-container-desktop,
#compare-table-container .menu-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  #compare-table-container .menu-container-desktop,
  #compare-table-container .menu-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #compare-table-container .menu-container-desktop,
  #compare-table-container .menu-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #compare-table-container .menu-container-desktop,
  #compare-table-container .menu-container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  #compare-table-container .menu-container-desktop,
  #compare-table-container .menu-container {
    max-width: 1140px;
  }
}
#compare-table-container .menu-row {
  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;
  margin: -0.625rem;
}
#compare-table-container .menu-item {
  border: #cccccc 1px solid;
  border-radius: 0.3rem;
  width: 15.625rem;
  margin: 0.625rem;
  padding: 0.9375rem;
}
#compare-table-container .menu-btn {
  padding: 0.1875rem 0.4375rem;
  display: inline-block;
  border-radius: 0.25rem;
  text-decoration: none;
  margin-top: 0.25rem;
}
#compare-table-container .menu-btn-primary {
  background-color: #eb212e;
  color: #fff;
}
#compare-table-container .menu-btn-primary:hover, #compare-table-container .menu-btn-primary:focus {
  background-color: rgb(194.3876033058, 17.5123966942, 28.8954545455);
}
#compare-table-container .menu-btn-action {
  background-color: #04ccad;
  color: #fff;
}
#compare-table-container .menu-btn-action:hover, #compare-table-container .menu-btn-action:focus {
  background-color: rgb(2.9211538462, 148.9788461538, 126.3399038462);
}
#compare-table-container .menu-btn-disabled {
  background-color: #cccccc;
  color: #fff;
}
#compare-table-container .menu-btn-disabled:hover, #compare-table-container .menu-btn-disabled:focus {
  background-color: rgb(175.95, 175.95, 175.95);
}
#compare-table-container table.compare-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
#compare-table-container table.compare-table .compare-table-header {
  border-bottom: #cccccc 3px solid;
}
#compare-table-container table.compare-table .compare-table-header > tr th,
#compare-table-container table.compare-table .compare-table-header > tr td {
  padding: 0.9375rem;
  text-align: center;
  vertical-align: top;
}
#compare-table-container table.compare-table .compare-table-body > tr th,
#compare-table-container table.compare-table .compare-table-body > tr td {
  text-align: center;
}
#compare-table-container table.compare-table .tr-label td {
  text-align: center;
  font-weight: bold;
  padding: 0.875rem 0.875rem 0.4375rem;
}
#compare-table-container table.compare-table .compare-values-row td {
  padding: 0.4375rem 0.875rem 0.875rem;
}
#compare-table-container table.compare-table .compare-values-row:last-child {
  vertical-align: top;
}
#compare-table-container table.compare-table .compare-values-row:not(:last-child) > td {
  border-bottom: #cccccc 1px solid;
}
#compare-table-container table.compare-table .compare-values-row + .compare-values-row td {
  padding: 0.875rem;
}
#compare-table-container .compare-table-mobile-popup table.compare-table .other td {
  background-color: rgba(4, 204, 173, 0.1);
}
#compare-table-container .matrix-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  text-indent: -5000em;
  overflow: hidden;
}
#compare-table-container .productimage,
#compare-table-container .compare-table-image {
  max-width: 10rem;
  margin: 0 auto 0.625rem;
  position: relative;
}
#compare-table-container .productimage img,
#compare-table-container .compare-table-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#compare-table-container .productimage.new-model:before,
#compare-table-container .compare-table-image.new-model:before {
  content: "nieuw";
  background-color: #eb212e;
  padding: 0.5rem 0.75rem;
  position: absolute;
  top: 0;
  color: #fff;
  border-radius: 0.3125rem;
  right: 0.3125rem;
  font-size: 0.5rem;
}
#compare-table-container .productimage .compare-table-cashback,
#compare-table-container .compare-table-image .compare-table-cashback {
  position: absolute;
  top: 0;
  left: -1.09375rem;
}
#compare-table-container .compare-table-cashback {
  background-color: #eb212e;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 2.1875rem;
  border: #fff 3px solid;
  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;
  color: white !important;
  font-size: 1.0625rem !important;
  text-align: center;
  font-weight: 600;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#compare-table-container .compare-table-cashback:hover, #compare-table-container .compare-table-cashback:active, #compare-table-container .compare-table-cashback:focus {
  color: white;
  text-decoration: none;
  background-color: rgb(172.3446351931, 4.5553648069, 14.4253218884);
}
#compare-table-container .compare-table-cashback small {
  display: block;
  font-size: 0.625rem;
  line-height: 1;
  font-weight: 400;
}
#compare-table-container .compare-table-title {
  font-weight: 600;
  font-size: 1.25rem;
  margin: 0;
}
#compare-table-container .compare-table-mobile-popup {
  position: fixed;
  background-color: #fff;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 1040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#compare-table-container .compare-table-mobile-popup .mobile-compare-table-row {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}
#compare-table-container .mobile-popup-header {
  border-bottom: #cccccc 1px solid;
  text-align: right;
}
#compare-table-container .mobile-popup-header a.close-mobile-compare-button {
  display: block;
  background-color: #eb212e;
  color: #fff;
  padding: 0.9375rem;
  position: relative;
}
#compare-table-container .mobile-popup-header a.close-mobile-compare-button:before {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"%3e%3cpath fill="%23fff" d="M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z"%3e%3c/path%3e%3c/svg%3e');
  width: 0.9375rem;
  height: 0.9375rem;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-left: 0.3125rem;
  content: "";
}
#compare-table-container .close-mobile-compare-button {
  display: inline-block;
}
#compare-table-container .other-items-col {
  display: none;
  background-color: #cccccc;
  padding: 0.9375rem;
}
#compare-table-container .other-items-col,
#compare-table-container .mobile-compare-table-col {
  height: 100%;
  overflow-y: scroll;
}
#compare-table-container .mobile-compare-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 3.125rem);
}
#compare-table-container .mobile-compare-table-row > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
#compare-table-container .mobile-compare-table-row.other-items-active .other-items-col {
  display: block;
}
#compare-table-container .mobile-compare-table-row.other-items-active > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
#compare-table-container .menu-container-popup a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem;
  background-color: #fff;
  border-radius: 0.3rem;
  margin-bottom: 0.9375rem;
  color: inherit;
}
#compare-table-container .menu-container-popup a .compare-table-image {
  max-width: 80px;
  margin-right: 10px;
}
#compare-table-container .menu-container-popup a .compare-table-image img {
  max-width: 100%;
  height: auto;
}
#compare-table-container .menu-container-popup a .compare-table-image + strong {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#compare-table-container .menu-item-text-col p {
  margin-bottom: 0;
}
#compare-table-container .btn-remove {
  cursor: pointer;
}
#compare-table-container .btn-remove.btn-brand {
  font-size: 0.8125rem;
}
#compare-table-container .btn-remove:after {
  content: "";
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512"%3e%3cpath fill="%23fff" d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"%3e%3c/path%3e%3c/svg%3e');
  width: 0.8125rem;
  height: 0.8125rem;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-left: 0.3125rem;
}

#compare-table-query {
  line-height: 1px;
}
@media (min-width: 576px) {
  #compare-table-query {
    line-height: 2px;
  }
}
@media (min-width: 768px) {
  #compare-table-query {
    line-height: 3px;
  }
}
@media (min-width: 992px) {
  #compare-table-query {
    line-height: 4px;
  }
}
@media (min-width: 1200px) {
  #compare-table-query {
    line-height: 5px;
  }
}

.landing-page a.btn-product-list {
  background-color: #eb212e;
  border-radius: 10px;
  padding: 6px 12px;
  color: white !important;
  text-decoration: none;
  -webkit-transition: background-color linear 0.1s;
  transition: background-color linear 0.1s;
  font-size: 13px;
  white-space: nowrap;
  margin-top: 0.5em;
  display: inline-block;
}
.landing-page a.btn-product-list:hover {
  background-color: rgb(152.2809917355, 13.7190082645, 22.6363636364);
}
.landing-page section.productlist-type-01 {
  background-color: #f5f7f7;
  padding-top: 60px;
  padding-bottom: 60px;
}
.landing-page div.productlist-type-01,
.landing-page section.productlist-type-01 {
  color: #000;
  font-family: "DINW05", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
}
.landing-page div.productlist-type-01 p,
.landing-page div.productlist-type-01 h1,
.landing-page div.productlist-type-01 h2,
.landing-page div.productlist-type-01 h3,
.landing-page div.productlist-type-01 h4,
.landing-page div.productlist-type-01 h5,
.landing-page div.productlist-type-01 h6,
.landing-page div.productlist-type-01 a,
.landing-page section.productlist-type-01 p,
.landing-page section.productlist-type-01 h1,
.landing-page section.productlist-type-01 h2,
.landing-page section.productlist-type-01 h3,
.landing-page section.productlist-type-01 h4,
.landing-page section.productlist-type-01 h5,
.landing-page section.productlist-type-01 h6,
.landing-page section.productlist-type-01 a {
  color: inherit;
  font-family: inherit;
  line-height: inherit;
}
.landing-page div.productlist-type-01 p:hover, .landing-page div.productlist-type-01 p:focus,
.landing-page div.productlist-type-01 h1:hover,
.landing-page div.productlist-type-01 h1:focus,
.landing-page div.productlist-type-01 h2:hover,
.landing-page div.productlist-type-01 h2:focus,
.landing-page div.productlist-type-01 h3:hover,
.landing-page div.productlist-type-01 h3:focus,
.landing-page div.productlist-type-01 h4:hover,
.landing-page div.productlist-type-01 h4:focus,
.landing-page div.productlist-type-01 h5:hover,
.landing-page div.productlist-type-01 h5:focus,
.landing-page div.productlist-type-01 h6:hover,
.landing-page div.productlist-type-01 h6:focus,
.landing-page div.productlist-type-01 a:hover,
.landing-page div.productlist-type-01 a:focus,
.landing-page section.productlist-type-01 p:hover,
.landing-page section.productlist-type-01 p:focus,
.landing-page section.productlist-type-01 h1:hover,
.landing-page section.productlist-type-01 h1:focus,
.landing-page section.productlist-type-01 h2:hover,
.landing-page section.productlist-type-01 h2:focus,
.landing-page section.productlist-type-01 h3:hover,
.landing-page section.productlist-type-01 h3:focus,
.landing-page section.productlist-type-01 h4:hover,
.landing-page section.productlist-type-01 h4:focus,
.landing-page section.productlist-type-01 h5:hover,
.landing-page section.productlist-type-01 h5:focus,
.landing-page section.productlist-type-01 h6:hover,
.landing-page section.productlist-type-01 h6:focus,
.landing-page section.productlist-type-01 a:hover,
.landing-page section.productlist-type-01 a:focus {
  text-decoration: none;
}
.landing-page div.productlist-type-01 sup,
.landing-page section.productlist-type-01 sup {
  font-size: 75%;
  line-height: 0;
}
.landing-page div.productlist-type-01 .productrow-wrap-container,
.landing-page section.productlist-type-01 .productrow-wrap-container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.landing-page div.productlist-type-01 .intro-lead,
.landing-page section.productlist-type-01 .intro-lead {
  font-size: 16px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 1440px) {
  .landing-page div.productlist-type-01 .intro-lead,
  .landing-page section.productlist-type-01 .intro-lead {
    font-size: size(23);
  }
}
.landing-page div.productlist-type-01 .productrow-wrap,
.landing-page section.productlist-type-01 .productrow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
}
.landing-page div.productlist-type-01 .productrow,
.landing-page section.productlist-type-01 .productrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}
.landing-page div.productlist-type-01 .productitem-wrap,
.landing-page section.productlist-type-01 .productitem-wrap {
  padding: 5px;
}
.landing-page div.productlist-type-01 .productinfo,
.landing-page section.productlist-type-01 .productinfo {
  font-size: 16px;
  text-align: center;
  max-width: 600px !important;
  margin: 0 auto 30px;
}
.landing-page div.productlist-type-01 .productinfo h3,
.landing-page section.productlist-type-01 .productinfo h3 {
  font-weight: 700;
  font-size: 19px;
  margin: 0 0 1em 0;
}
.landing-page div.productlist-type-01 .productinfo p,
.landing-page section.productlist-type-01 .productinfo p {
  font-size: inherit;
}
.landing-page div.productlist-type-01 .productinfo .small,
.landing-page section.productlist-type-01 .productinfo .small {
  margin-top: size(15);
}
@media screen and (max-width: 1440px) {
  .landing-page div.productlist-type-01 .productinfo ul,
  .landing-page section.productlist-type-01 .productinfo ul {
    list-style-type: none;
  }
}
.landing-page div.productlist-type-01 .productinfo .small,
.landing-page section.productlist-type-01 .productinfo .small {
  font-size: 12px;
}
@media screen and (min-width: 1440px) {
  .landing-page div.productlist-type-01 .productinfo,
  .landing-page section.productlist-type-01 .productinfo {
    margin-bottom: 0;
    border-right: #d2d2d2 2px solid;
    padding-right: 60px;
    margin-right: 60px;
    text-align: left;
  }
  .landing-page div.productlist-type-01 .productinfo h3,
  .landing-page section.productlist-type-01 .productinfo h3 {
    text-align: left;
  }
}
.landing-page div.productlist-type-01 .productimage,
.landing-page div.productlist-type-01 .compare-table-image,
.landing-page section.productlist-type-01 .productimage,
.landing-page section.productlist-type-01 .compare-table-image {
  max-width: 10rem;
  margin: 0 auto 0.625rem;
  position: relative;
}
.landing-page div.productlist-type-01 .productimage img,
.landing-page div.productlist-type-01 .compare-table-image img,
.landing-page section.productlist-type-01 .productimage img,
.landing-page section.productlist-type-01 .compare-table-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.landing-page div.productlist-type-01 .productimage.new-model:before,
.landing-page div.productlist-type-01 .compare-table-image.new-model:before,
.landing-page section.productlist-type-01 .productimage.new-model:before,
.landing-page section.productlist-type-01 .compare-table-image.new-model:before {
  content: "nieuw";
  background-color: #eb212e;
  padding: 0.5rem 0.75rem;
  position: absolute;
  top: 0;
  color: #fff;
  border-radius: 0.3125rem;
  right: 0.3125rem;
  font-size: 0.5rem;
}
.landing-page div.productlist-type-01 .productimage .compare-table-cashback,
.landing-page div.productlist-type-01 .compare-table-image .compare-table-cashback,
.landing-page section.productlist-type-01 .productimage .compare-table-cashback,
.landing-page section.productlist-type-01 .compare-table-image .compare-table-cashback {
  position: absolute;
  top: 0;
  left: -1.09375rem;
}
.landing-page div.productlist-type-01 .compare-table-cashback,
.landing-page section.productlist-type-01 .compare-table-cashback {
  background-color: #eb212e;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 2.1875rem;
  border: #fff 3px solid;
  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;
  color: white !important;
  font-size: 1.0625rem !important;
  text-align: center;
  font-weight: 600;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.landing-page div.productlist-type-01 .compare-table-cashback:hover, .landing-page div.productlist-type-01 .compare-table-cashback:active, .landing-page div.productlist-type-01 .compare-table-cashback:focus,
.landing-page section.productlist-type-01 .compare-table-cashback:hover,
.landing-page section.productlist-type-01 .compare-table-cashback:active,
.landing-page section.productlist-type-01 .compare-table-cashback:focus {
  color: white;
  text-decoration: none;
  background-color: rgb(172.3446351931, 4.5553648069, 14.4253218884);
}
.landing-page div.productlist-type-01 .compare-table-cashback small,
.landing-page section.productlist-type-01 .compare-table-cashback small {
  display: block;
  font-size: 0.625rem;
  line-height: 1;
  font-weight: 400;
}
.landing-page div.productlist-type-01 .productitem,
.landing-page section.productlist-type-01 .productitem {
  background: white;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  font-size: 16px;
  display: block;
  height: 100%;
}
.landing-page div.productlist-type-01 .productitem h3,
.landing-page section.productlist-type-01 .productitem h3 {
  font-size: 16px;
  font-weight: 600;
}
.landing-page div.productlist-type-01 .productitem .price .mentions,
.landing-page section.productlist-type-01 .productitem .price .mentions {
  font-size: 12px;
  color: #6d6e70;
}
.landing-page div.productlist-type-01 .productrow-wrap > div,
.landing-page section.productlist-type-01 .productrow-wrap > div {
  max-width: 100%;
}
@media screen and (min-width: 1440px) {
  .landing-page div.productlist-type-01 .productrow-wrap,
  .landing-page section.productlist-type-01 .productrow-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .landing-page div.productlist-type-01 .productrow-wrap .productinfo,
  .landing-page section.productlist-type-01 .productrow-wrap .productinfo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
  .landing-page div.productlist-type-01 .productrow-wrap .productrow,
  .landing-page section.productlist-type-01 .productrow-wrap .productrow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.landing-page div.productlist-type-01 .productrow,
.landing-page section.productlist-type-01 .productrow {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.landing-page div.productlist-type-01 .productrow .productitem-wrap,
.landing-page section.productlist-type-01 .productrow .productitem-wrap {
  width: calc(100% - 10px);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 600px) {
  .landing-page div.productlist-type-01 .productrow .productitem-wrap,
  .landing-page section.productlist-type-01 .productrow .productitem-wrap {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1024px) {
  .landing-page div.productlist-type-01 .productrow .productitem-wrap,
  .landing-page section.productlist-type-01 .productrow .productitem-wrap {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (min-width: 1440px) {
  .landing-page div.productlist-type-01 .productrow .productitem-wrap,
  .landing-page section.productlist-type-01 .productrow .productitem-wrap {
    width: calc(20% - 10px);
  }
}
.landing-page div.productlist-type-01 .productitem,
.landing-page section.productlist-type-01 .productitem {
  text-align: center;
}
.landing-page div.productlist-type-01 .productitem h3,
.landing-page section.productlist-type-01 .productitem h3 {
  margin: 0.5em 0;
}
.landing-page div.productlist-type-01 .productitem .product-body p.small,
.landing-page section.productlist-type-01 .productitem .product-body p.small {
  font-size: 11.5px;
  margin-top: 13px;
  color: rgb(177, 177, 177);
}
.landing-page div.productlist-type-01 .productitem .productdesc,
.landing-page section.productlist-type-01 .productitem .productdesc {
  font-size: 14px !important;
}
.landing-page div.productlist-type-01 .productitem .price,
.landing-page section.productlist-type-01 .productitem .price {
  padding-bottom: 0.5em;
}
.landing-page div.productlist-type-01 .productitem hr,
.landing-page section.productlist-type-01 .productitem hr {
  max-width: 100px;
  border-style: solid;
  color: lightgrey;
  margin: 0.5em auto;
}

.landing-page .sellers h3, .landing-page .sellers-choose-title {
  text-align: left !important;
  font-size: 12px !important;
  text-transform: none !important;
  font-weight: bold !important;
  margin-top: 16px !important;
  margin-bottom: 8px !important;
}

.landing-page .shopDeployer {
  margin-bottom: 0;
  width: 100%;
}
.tefal .landing-page .shopDeployer {
  margin-bottom: 10px;
}
.landing-page .shopDeployer.no-shops {
  margin-top: 16px;
  font-size: 12px;
}
.landing-page .sellers > p {
  font-weight: bold;
  font-size: 10px;
}
.tefal .landing-page .sellers > p {
  font-size: 16px;
}
.landing-page .product-detail {
  padding-bottom: 0;
}
.landing-page .shopDeployer .seller-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  border-left: 1px solid #ddd;
  list-style-type: none;
}
.landing-page .shopDeployer .seller-list:before {
  content: none;
}
.landing-page .tefal .product-detail .seller-list,
.landing-page .tefal .product-actions .seller-list {
  margin-bottom: 12px;
}
.landing-page .seller-list .seller {
  float: none;
  width: calc(100% / 2);
  height: 68px;
  margin: 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.tefal .landing-page .seller-list .seller {
  height: 64px;
}
.landing-page .seller-list .seller:nth-of-type(-n + 2) {
  border-top: 1px solid #ddd;
}
.landing-page .seller-list .seller .seller-border {
  height: 100%;
}
.landing-page .seller-list .shopname {
  position: absolute;
  top: 150%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-align: center;
  font-weight: bold;
  color: #eb212e;
}
.landing-page .seller-list .triangle {
  position: static;
  pointer-events: none;
  width: 0;
  height: 0;
  display: inline-block;
}
.landing-page .seller-list .triangle:before {
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 100%;
  left: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 5;
  background: #eb212e;
}
.landing-page .seller-list .triangle:after {
  content: "❯";
  position: absolute;
  right: 5px;
  bottom: 2px;
  color: #fff;
  -webkit-transform: scaleY(0.8);
  transform: scaleY(0.8);
  z-index: 10;
}
.landing-page .seller-list a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.landing-page .seller-list a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.landing-page .seller-list a:hover img {
  opacity: 0.12;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.landing-page .seller-list a:hover .triangle:before {
  -webkit-filter: brightness(125%);
          filter: brightness(125%);
}
.landing-page .seller-list a:hover .shopname {
  top: 50%;
}
.landing-page .sellers .span12 {
  width: 100%;
  margin-left: 0;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #6d6e70;
  float: none;
}
.landing-page .sellers .accessorie-link {
  margin-top: 8px;
}
@media screen and (max-width: 720px) {
  .landing-page .sellers .accessorie-link {
    margin-bottom: 16px;
  }
}
.tefal .landing-page .sellers .accessorie-link a {
  padding: 8px 16px;
  text-decoration: none;
}
.landing-page .sellers .accessorie-link .bc-disclaimer:after {
  content: "";
  display: table;
  clear: both;
}
.landing-page .sellers > p a {
  font-size: 12px;
  text-decoration: underline;
}
.landing-page .tefal .ismobile .buyOnlineStore {
  z-index: 1;
  position: relative;
}
.landing-page .tefal .ismobile .buyOnlineStore .span6 {
  width: 48%;
  display: inline-block;
}
.landing-page .tefal .ismobile .buyOnlineStore .span6 p {
  position: relative;
}
.landing-page .tefal .ismobile .buyOnlineStore .span6 p > a {
  width: 84%;
}
.landing-page .tefal .ismobile .buyOnlineStore .span6:first-of-type p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#bw-tooltip {
  color: #fff;
  background: #eb212e;
  padding: 4px;
  font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.landing-page .sticky-container .sticky-items {
  width: 100%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: none !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .landing-page .sticky-container .sticky-items {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.landing-page .sticky-container .sticky-items .btn:not(.btn-primary) {
  padding-left: 0;
  padding-right: 0;
  border-width: 4px 0 4px 0;
  margin-right: 1rem;
  text-decoration: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0;
}
.landing-page .sticky-container .sticky-items .btn:not(.btn-primary):hover, .landing-page .sticky-container .sticky-items .btn:not(.btn-primary):focus, .landing-page .sticky-container .sticky-items .btn:not(.btn-primary).active {
  border-bottom-color: #eb212e;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.landing-page .sticky-container .sticky-items .btn:not(.btn-primary):hover, .landing-page .sticky-container .sticky-items .btn:not(.btn-primary):focus {
  color: #eb212e;
}
@media (min-width: 992px) {
  .landing-page .sticky-container .sticky-items .btn:not(.btn-primary) {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-right: 2rem;
  }
}
.landing-page .sticky-container .sticky-items .btn.btn-primary {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.landing-page .sticky-container .sticky-items .btn.no-click {
  pointer-events: none;
}
.landing-page .sticky-container.menu-fixed .sticky-items {
  background-color: #fff;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1030;
}

.drop-page-scroll {
  overflow: hidden !important;
}

#world-media-query {
  line-height: 1px;
}
@media (min-width: 768px) {
  #world-media-query {
    line-height: 2px;
  }
}

#worldOfMenu.world-of-menu {
  font-size: 16px;
  font-family: gesta, sans-serif !important;
  font-weight: 500;
}
#worldOfMenu.world-of-menu * {
  font-family: inherit !important;
}
#worldOfMenu.world-of-menu.open-menu .world-menu-flex, #worldOfMenu.world-of-menu.menu-fixed .world-menu-flex {
  position: fixed;
  width: 100%;
}
#worldOfMenu.world-of-menu.open-menu .world-menu-flex {
  top: 0 !important;
  z-index: 2200;
  height: 100vh;
}
#worldOfMenu.world-of-menu.open-menu .world-menu-flex .world-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#worldOfMenu.world-of-menu .world-menu-flex {
  position: relative;
  z-index: 309;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #eeedf2;
  -webkit-transition: top 400ms ease;
  transition: top 400ms ease;
}
@media (max-width: 767px) {
  #worldOfMenu.world-of-menu .world-menu-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#worldOfMenu.world-of-menu .world-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #worldOfMenu.world-of-menu .world-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
}
@media (min-width: 768px) {
  #worldOfMenu.world-of-menu .world-list {
    margin-left: auto;
    margin-right: auto;
  }
}
#worldOfMenu.world-of-menu .world-name {
  padding: 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  #worldOfMenu.world-of-menu .world-name {
    position: absolute;
  }
  #worldOfMenu.world-of-menu .world-name .world-hmb-icon {
    display: none;
  }
}
#worldOfMenu.world-of-menu .world-item {
  color: inherit;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  padding: 25px 15px;
}
#worldOfMenu.world-of-menu .world-item, #worldOfMenu.world-of-menu .world-item:hover, #worldOfMenu.world-of-menu .world-item:focus {
  text-decoration: none;
}
#worldOfMenu.world-of-menu .world-item:hover, #worldOfMenu.world-of-menu .world-item:focus {
  color: #eb212e;
}
@media (min-width: 768px) {
  #worldOfMenu.world-of-menu .world-item {
    -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  }
  #worldOfMenu.world-of-menu .world-item:after {
    content: " ";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    left: 0;
    background-color: rgb(101.1612903226, 93.935483871, 130.064516129);
    -webkit-transition: height 200ms ease-in-out;
    transition: height 200ms ease-in-out;
    z-index: -1;
  }
  #worldOfMenu.world-of-menu .world-item:hover, #worldOfMenu.world-of-menu .world-item:focus {
    color: #fff;
  }
  #worldOfMenu.world-of-menu .world-item:hover:after, #worldOfMenu.world-of-menu .world-item:focus:after {
    height: 100%;
  }
  #worldOfMenu.world-of-menu .world-item.world-active {
    margin-top: -4px;
    border-bottom: rgb(152.2809917355, 13.7190082645, 22.6363636364) 4px solid;
  }
}
#worldOfMenu.world-of-menu .world-item.world-active {
  background-color: #eb212e;
  color: #fff;
}
#worldOfMenu.world-of-menu .world-hmb-icon {
  display: inline-block;
  margin-top: -12px;
  margin-bottom: -12px;
  cursor: pointer;
}
#worldOfMenu.world-of-menu .world-hmb-icon > span, #worldOfMenu.world-of-menu .world-hmb-icon:before, #worldOfMenu.world-of-menu .world-hmb-icon:after {
  width: 35px;
  height: 5px;
  background-color: #eb212e;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
}
#worldOfMenu.world-of-menu .world-hmb-icon:before, #worldOfMenu.world-of-menu .world-hmb-icon:after {
  content: " ";
}
#worldOfMenu.world-of-menu .world-hmb-icon.hmb-change:before {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
          transform: rotate(-45deg) translate(-9px, 6px);
}
#worldOfMenu.world-of-menu .world-hmb-icon.hmb-change > span {
  opacity: 0;
}
#worldOfMenu.world-of-menu .world-hmb-icon.hmb-change:after {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
          transform: rotate(45deg) translate(-8px, -8px);
}

.world-of-tab::after {
  content: "";
  clear: both;
  display: table;
}

.world-page-loader {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 60vh;
}
.world-page-loader svg {
  overflow: visible;
  width: 100px;
  height: 150px;
}
.world-page-loader svg g {
  -webkit-animation: slide 2s linear infinite;
          animation: slide 2s linear infinite;
}
.world-page-loader svg g:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.world-page-loader svg g:nth-child(2) path {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  stroke-dasharray: 0px 158px;
  stroke-dashoffset: 1px;
}
.world-page-loader svg path {
  stroke: url(#gradient);
  stroke-width: 20px;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 0 157px;
  stroke-dashoffset: 0;
  -webkit-animation: escalade 2s cubic-bezier(0.8, 0, 0.2, 1) infinite;
          animation: escalade 2s cubic-bezier(0.8, 0, 0.2, 1) infinite;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
@-webkit-keyframes escalade {
  0% {
    stroke-dasharray: 0 157px;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 156px 157px;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 156px 157px;
    stroke-dashoffset: -156px;
  }
}
@keyframes escalade {
  0% {
    stroke-dasharray: 0 157px;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 156px 157px;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 156px 157px;
    stroke-dashoffset: -156px;
  }
}
.landing-page .border-text-left {
  border-left: #eb212e 5px solid;
  padding-left: 1rem;
}

.landing-page .add-child-margin > *:not(:first-child) {
  margin-top: 1rem;
}
.landing-page .lp-toppers-list,
.landing-page .lp-product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.landing-page .lp-toppers-list .lp-product,
.landing-page .lp-product-list .lp-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0.75rem 1.5rem;
  width: calc(100% - 1.5rem);
  text-decoration: none !important;
}
@media (min-width: 576px) {
  .landing-page .lp-toppers-list .lp-product,
  .landing-page .lp-product-list .lp-product {
    width: calc(50% - 1.5rem);
  }
}
@media (min-width: 768px) {
  .landing-page .lp-toppers-list .lp-product,
  .landing-page .lp-product-list .lp-product {
    width: calc(33.33% - 1.5rem);
  }
}
@media (min-width: 992px) {
  .landing-page .lp-toppers-list .lp-product,
  .landing-page .lp-product-list .lp-product {
    width: calc(25% - 1.5rem);
  }
}
.landing-page .lp-toppers-list .lp-product .content,
.landing-page .lp-product-list .lp-product .content {
  display: block;
  padding: 0.9375rem 0;
}
.landing-page .lp-toppers-list .lp-product .content .prod-number,
.landing-page .lp-product-list .lp-product .content .prod-number {
  display: block;
  font-weight: bold;
}
.landing-page .lp-toppers-list .lp-product .content .title,
.landing-page .lp-product-list .lp-product .content .title {
  display: block;
}
.landing-page .lp-toppers-list .lp-product .content p:last-child,
.landing-page .lp-product-list .lp-product .content p:last-child {
  margin-bottom: 0;
}
.landing-page .lp-toppers-list .lp-product .price,
.landing-page .lp-product-list .lp-product .price {
  display: block;
  position: relative;
  margin-top: auto;
  padding: 0.9375rem 0 0;
}
.landing-page .lp-toppers-list .lp-product .price:before,
.landing-page .lp-product-list .lp-product .price:before {
  content: "";
  width: 1.25rem;
  position: absolute;
  top: 0;
  background-color: #d2d2d2;
  height: 0.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.landing-page .lp-toppers-list .lp-product .price .mentions,
.landing-page .lp-product-list .lp-product .price .mentions {
  font-size: 0.75rem;
  color: #6d6e70;
}
.landing-page .lp-toppers-list .lp-product .price + .content-footer,
.landing-page .lp-product-list .lp-product .price + .content-footer {
  margin-top: 0;
  padding-top: 0.9375rem;
}
.landing-page .lp-toppers-list .lp-product .content-footer,
.landing-page .lp-product-list .lp-product .content-footer {
  margin-top: auto;
  padding: 0;
}
.landing-page .lp-toppers-list .lp-product,
.landing-page .lp-product-list .lp-product {
  text-align: center;
}
.landing-page .lp-toppers-list .lp-product .productimage,
.landing-page .lp-toppers-list .lp-product .compare-table-image,
.landing-page .lp-product-list .lp-product .productimage,
.landing-page .lp-product-list .lp-product .compare-table-image {
  max-width: 90%;
  margin: 0 auto 0;
  position: relative;
}
.landing-page .lp-toppers-list .lp-product .productimage img,
.landing-page .lp-toppers-list .lp-product .compare-table-image img,
.landing-page .lp-product-list .lp-product .productimage img,
.landing-page .lp-product-list .lp-product .compare-table-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.landing-page .lp-toppers-list .lp-product .productimage.new-model:before,
.landing-page .lp-toppers-list .lp-product .compare-table-image.new-model:before,
.landing-page .lp-product-list .lp-product .productimage.new-model:before,
.landing-page .lp-product-list .lp-product .compare-table-image.new-model:before {
  content: "nieuw";
  background-color: #eb212e;
  padding: 0.5rem 0.75rem;
  position: absolute;
  top: 0;
  color: #fff;
  border-radius: 0.3125rem;
  right: 0.3125rem;
  font-size: 0.5rem;
}
.landing-page .lp-toppers-list .lp-product .productimage .compare-table-cashback,
.landing-page .lp-toppers-list .lp-product .compare-table-image .compare-table-cashback,
.landing-page .lp-product-list .lp-product .productimage .compare-table-cashback,
.landing-page .lp-product-list .lp-product .compare-table-image .compare-table-cashback {
  position: absolute;
  top: 0;
  left: -1.09375rem;
}
.landing-page .lp-toppers-list .lp-product .compare-table-cashback,
.landing-page .lp-product-list .lp-product .compare-table-cashback {
  background-color: #eb212e;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 2.1875rem;
  border: #fff 3px solid;
  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;
  color: white !important;
  font-size: 1.0625rem !important;
  text-align: center;
  font-weight: 600;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}
.landing-page .lp-toppers-list .lp-product .compare-table-cashback:hover, .landing-page .lp-toppers-list .lp-product .compare-table-cashback:active, .landing-page .lp-toppers-list .lp-product .compare-table-cashback:focus,
.landing-page .lp-product-list .lp-product .compare-table-cashback:hover,
.landing-page .lp-product-list .lp-product .compare-table-cashback:active,
.landing-page .lp-product-list .lp-product .compare-table-cashback:focus {
  color: white;
  text-decoration: none;
  background-color: rgb(194.3876033058, 17.5123966942, 28.8954545455);
}
.landing-page .lp-toppers-list .lp-product .compare-table-cashback small,
.landing-page .lp-product-list .lp-product .compare-table-cashback small {
  display: block;
  font-size: 0.625rem;
  line-height: 1;
  font-weight: 400;
}
.landing-page .lp-toppers-list .lp-product .compare-table-cashback:hover,
.landing-page .lp-product-list .lp-product .compare-table-cashback:hover {
  -webkit-transform: scale(1.15) rotate(-10deg);
          transform: scale(1.15) rotate(-10deg);
}
.landing-page .lp-toppers-list .lp-product .productimage,
.landing-page .lp-product-list .lp-product .productimage {
  margin-top: 0.9375rem;
}
.landing-page .lp-toppers-list .lp-product [data-analytics-clickaddtocart-productcode],
.landing-page .lp-product-list .lp-product [data-analytics-clickaddtocart-productcode] {
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.landing-page .lp-toppers-list .lp-product [data-analytics-clickaddtocart-productcode]:hover,
.landing-page .lp-product-list .lp-product [data-analytics-clickaddtocart-productcode]:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.landing-page .lp-toppers-list.bordered,
.landing-page .lp-product-list.bordered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.landing-page .lp-toppers-list.bordered .lp-product,
.landing-page .lp-product-list.bordered .lp-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0.75rem 1.5rem;
  width: calc(100% - 1.5rem);
  text-decoration: none !important;
  border: #d2d2d2 1px solid;
}
@media (min-width: 576px) {
  .landing-page .lp-toppers-list.bordered .lp-product,
  .landing-page .lp-product-list.bordered .lp-product {
    width: calc(50% - 1.5rem);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: -webkit-box-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    transition: -webkit-box-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    transition: box-shadow 200ms ease-in-out, transform 200ms ease-in-out;
    transition: box-shadow 200ms ease-in-out, transform 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  }
  .landing-page .lp-toppers-list.bordered .lp-product:hover,
  .landing-page .lp-product-list.bordered .lp-product:hover {
    -webkit-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem);
    color: #000 !important;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 768px) {
  .landing-page .lp-toppers-list.bordered .lp-product,
  .landing-page .lp-product-list.bordered .lp-product {
    width: calc(33.33% - 1.5rem);
  }
}
@media (min-width: 992px) {
  .landing-page .lp-toppers-list.bordered .lp-product,
  .landing-page .lp-product-list.bordered .lp-product {
    width: calc(25% - 1.5rem);
  }
}
.landing-page .lp-toppers-list.bordered .lp-product .content,
.landing-page .lp-product-list.bordered .lp-product .content {
  display: block;
  padding: 0.9375rem;
}
.landing-page .lp-toppers-list.bordered .lp-product .content .prod-number,
.landing-page .lp-product-list.bordered .lp-product .content .prod-number {
  display: block;
  font-weight: bold;
}
.landing-page .lp-toppers-list.bordered .lp-product .content .title,
.landing-page .lp-product-list.bordered .lp-product .content .title {
  display: block;
}
.landing-page .lp-toppers-list.bordered .lp-product .content p:last-child,
.landing-page .lp-product-list.bordered .lp-product .content p:last-child {
  margin-bottom: 0;
}
.landing-page .lp-toppers-list.bordered .lp-product .price,
.landing-page .lp-product-list.bordered .lp-product .price {
  display: block;
  position: relative;
  margin-top: auto;
  padding: 0.9375rem 0.9375rem 0;
}
.landing-page .lp-toppers-list.bordered .lp-product .price:before,
.landing-page .lp-product-list.bordered .lp-product .price:before {
  content: "";
  width: 1.25rem;
  position: absolute;
  top: 0;
  background-color: #d2d2d2;
  height: 0.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.landing-page .lp-toppers-list.bordered .lp-product .price .mentions,
.landing-page .lp-product-list.bordered .lp-product .price .mentions {
  font-size: 0.75rem;
  color: #6d6e70;
}
.landing-page .lp-toppers-list.bordered .lp-product .price + .content-footer,
.landing-page .lp-product-list.bordered .lp-product .price + .content-footer {
  margin-top: 0;
  padding-top: 0.9375rem;
}
.landing-page .lp-toppers-list.bordered .lp-product .content-footer,
.landing-page .lp-product-list.bordered .lp-product .content-footer {
  margin-top: auto;
  padding: 0 0.9375rem 0.9375rem;
}
.landing-page .lp-recepten-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.landing-page .lp-recepten-list .lp-recept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0.75rem 1.5rem;
  width: calc(100% - 1.5rem);
  text-decoration: none !important;
}
@media (min-width: 576px) {
  .landing-page .lp-recepten-list .lp-recept {
    width: calc(50% - 1.5rem);
  }
}
@media (min-width: 768px) {
  .landing-page .lp-recepten-list .lp-recept {
    width: calc(33.33% - 1.5rem);
  }
}
@media (min-width: 992px) {
  .landing-page .lp-recepten-list .lp-recept {
    width: calc(25% - 1.5rem);
  }
}
.landing-page .lp-recepten-list .lp-recept .content {
  display: block;
  padding: 0.9375rem 0;
}
.landing-page .lp-recepten-list .lp-recept .content .prod-number {
  display: block;
  font-weight: bold;
}
.landing-page .lp-recepten-list .lp-recept .content .title {
  display: block;
}
.landing-page .lp-recepten-list .lp-recept .content p:last-child {
  margin-bottom: 0;
}
.landing-page .lp-recepten-list .lp-recept .price {
  display: block;
  position: relative;
  margin-top: auto;
  padding: 0.9375rem 0 0;
}
.landing-page .lp-recepten-list .lp-recept .price:before {
  content: "";
  width: 1.25rem;
  position: absolute;
  top: 0;
  background-color: #d2d2d2;
  height: 0.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.landing-page .lp-recepten-list .lp-recept .price .mentions {
  font-size: 0.75rem;
  color: #6d6e70;
}
.landing-page .lp-recepten-list .lp-recept .price + .content-footer {
  margin-top: 0;
  padding-top: 0.9375rem;
}
.landing-page .lp-recepten-list .lp-recept .content-footer {
  margin-top: auto;
  padding: 0;
}
.landing-page .lp-recepten-list.bordered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.landing-page .lp-recepten-list.bordered .lp-recept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0.75rem 1.5rem;
  width: calc(100% - 1.5rem);
  text-decoration: none !important;
  border: #d2d2d2 1px solid;
}
@media (min-width: 576px) {
  .landing-page .lp-recepten-list.bordered .lp-recept {
    width: calc(50% - 1.5rem);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: -webkit-box-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    transition: -webkit-box-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    transition: box-shadow 200ms ease-in-out, transform 200ms ease-in-out;
    transition: box-shadow 200ms ease-in-out, transform 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  }
  .landing-page .lp-recepten-list.bordered .lp-recept:hover {
    -webkit-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem);
    color: #000 !important;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 768px) {
  .landing-page .lp-recepten-list.bordered .lp-recept {
    width: calc(33.33% - 1.5rem);
  }
}
@media (min-width: 992px) {
  .landing-page .lp-recepten-list.bordered .lp-recept {
    width: calc(25% - 1.5rem);
  }
}
.landing-page .lp-recepten-list.bordered .lp-recept .content {
  display: block;
  padding: 0.9375rem;
}
.landing-page .lp-recepten-list.bordered .lp-recept .content .prod-number {
  display: block;
  font-weight: bold;
}
.landing-page .lp-recepten-list.bordered .lp-recept .content .title {
  display: block;
}
.landing-page .lp-recepten-list.bordered .lp-recept .content p:last-child {
  margin-bottom: 0;
}
.landing-page .lp-recepten-list.bordered .lp-recept .price {
  display: block;
  position: relative;
  margin-top: auto;
  padding: 0.9375rem 0.9375rem 0;
}
.landing-page .lp-recepten-list.bordered .lp-recept .price:before {
  content: "";
  width: 1.25rem;
  position: absolute;
  top: 0;
  background-color: #d2d2d2;
  height: 0.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.landing-page .lp-recepten-list.bordered .lp-recept .price .mentions {
  font-size: 0.75rem;
  color: #6d6e70;
}
.landing-page .lp-recepten-list.bordered .lp-recept .price + .content-footer {
  margin-top: 0;
  padding-top: 0.9375rem;
}
.landing-page .lp-recepten-list.bordered .lp-recept .content-footer {
  margin-top: auto;
  padding: 0 0.9375rem 0.9375rem;
}
.landing-page .lp-retailer-list .lp-retailer {
  display: inline-block;
  margin: 0.75rem;
}
.landing-page .lp-video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.landing-page .lp-video-list .lp-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0.75rem 1.5rem;
  width: calc(100% - 1.5rem);
  text-decoration: none !important;
}
@media (min-width: 576px) {
  .landing-page .lp-video-list .lp-video {
    width: calc(50% - 1.5rem);
  }
}
@media (min-width: 768px) {
  .landing-page .lp-video-list .lp-video {
    width: calc(33.33% - 1.5rem);
  }
}
@media (min-width: 992px) {
  .landing-page .lp-video-list .lp-video {
    width: calc(25% - 1.5rem);
  }
}
.landing-page .lp-video-list .lp-video .content {
  display: block;
  padding: 0.9375rem 0;
}
.landing-page .lp-video-list .lp-video .content .prod-number {
  display: block;
  font-weight: bold;
}
.landing-page .lp-video-list .lp-video .content .title {
  display: block;
}
.landing-page .lp-video-list .lp-video .content p:last-child {
  margin-bottom: 0;
}
.landing-page .lp-video-list .lp-video .price {
  display: block;
  position: relative;
  margin-top: auto;
  padding: 0.9375rem 0 0;
}
.landing-page .lp-video-list .lp-video .price:before {
  content: "";
  width: 1.25rem;
  position: absolute;
  top: 0;
  background-color: #d2d2d2;
  height: 0.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.landing-page .lp-video-list .lp-video .price .mentions {
  font-size: 0.75rem;
  color: #6d6e70;
}
.landing-page .lp-video-list .lp-video .price + .content-footer {
  margin-top: 0;
  padding-top: 0.9375rem;
}
.landing-page .lp-video-list .lp-video .content-footer {
  margin-top: auto;
  padding: 0;
}
.landing-page .lp-blogs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.landing-page .lp-blogs-list .lp-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0.75rem 1.5rem;
  width: calc(100% - 1.5rem);
  text-decoration: none !important;
}
@media (min-width: 576px) {
  .landing-page .lp-blogs-list .lp-blog {
    width: calc(50% - 1.5rem);
  }
}
@media (min-width: 768px) {
  .landing-page .lp-blogs-list .lp-blog {
    width: calc(33.33% - 1.5rem);
  }
}
@media (min-width: 992px) {
  .landing-page .lp-blogs-list .lp-blog {
    width: calc(25% - 1.5rem);
  }
}
.landing-page .lp-blogs-list .lp-blog .content {
  display: block;
  padding: 0.9375rem 0;
}
.landing-page .lp-blogs-list .lp-blog .content .prod-number {
  display: block;
  font-weight: bold;
}
.landing-page .lp-blogs-list .lp-blog .content .title {
  display: block;
}
.landing-page .lp-blogs-list .lp-blog .content p:last-child {
  margin-bottom: 0;
}
.landing-page .lp-blogs-list .lp-blog .price {
  display: block;
  position: relative;
  margin-top: auto;
  padding: 0.9375rem 0 0;
}
.landing-page .lp-blogs-list .lp-blog .price:before {
  content: "";
  width: 1.25rem;
  position: absolute;
  top: 0;
  background-color: #d2d2d2;
  height: 0.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.landing-page .lp-blogs-list .lp-blog .price .mentions {
  font-size: 0.75rem;
  color: #6d6e70;
}
.landing-page .lp-blogs-list .lp-blog .price + .content-footer {
  margin-top: 0;
  padding-top: 0.9375rem;
}
.landing-page .lp-blogs-list .lp-blog .content-footer {
  margin-top: auto;
  padding: 0;
}
.landing-page .lp-blogs-list.bordered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.landing-page .lp-blogs-list.bordered .lp-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0.75rem 1.5rem;
  width: calc(100% - 1.5rem);
  text-decoration: none !important;
  border: #d2d2d2 1px solid;
}
@media (min-width: 576px) {
  .landing-page .lp-blogs-list.bordered .lp-blog {
    width: calc(50% - 1.5rem);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: -webkit-box-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    transition: -webkit-box-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    transition: box-shadow 200ms ease-in-out, transform 200ms ease-in-out;
    transition: box-shadow 200ms ease-in-out, transform 200ms ease-in-out, -webkit-box-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  }
  .landing-page .lp-blogs-list.bordered .lp-blog:hover {
    -webkit-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem);
    color: #000 !important;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 768px) {
  .landing-page .lp-blogs-list.bordered .lp-blog {
    width: calc(33.33% - 1.5rem);
  }
}
@media (min-width: 992px) {
  .landing-page .lp-blogs-list.bordered .lp-blog {
    width: calc(25% - 1.5rem);
  }
}
.landing-page .lp-blogs-list.bordered .lp-blog .content {
  display: block;
  padding: 0.9375rem;
}
.landing-page .lp-blogs-list.bordered .lp-blog .content .prod-number {
  display: block;
  font-weight: bold;
}
.landing-page .lp-blogs-list.bordered .lp-blog .content .title {
  display: block;
}
.landing-page .lp-blogs-list.bordered .lp-blog .content p:last-child {
  margin-bottom: 0;
}
.landing-page .lp-blogs-list.bordered .lp-blog .price {
  display: block;
  position: relative;
  margin-top: auto;
  padding: 0.9375rem 0.9375rem 0;
}
.landing-page .lp-blogs-list.bordered .lp-blog .price:before {
  content: "";
  width: 1.25rem;
  position: absolute;
  top: 0;
  background-color: #d2d2d2;
  height: 0.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.landing-page .lp-blogs-list.bordered .lp-blog .price .mentions {
  font-size: 0.75rem;
  color: #6d6e70;
}
.landing-page .lp-blogs-list.bordered .lp-blog .price + .content-footer {
  margin-top: 0;
  padding-top: 0.9375rem;
}
.landing-page .lp-blogs-list.bordered .lp-blog .content-footer {
  margin-top: auto;
  padding: 0 0.9375rem 0.9375rem;
}

.landing-page .faq-list {
  background-color: #fff;
  font-size: 1rem;
  color: #212529;
}
.landing-page .faq-list .faq-item {
  position: relative;
  border: #cccccc 1px solid;
}
.landing-page .faq-list .faq-item + .faq-item {
  margin-top: -1px;
}
.landing-page .faq-list .faq-answer {
  border-top: #cccccc 1px solid;
  padding: 1rem;
}
.landing-page .faq-list .faq-answer p {
  color: inherit;
  text-align: left;
}
.landing-page .faq-list .faq-title {
  display: block;
  font-size: inherit;
  line-height: 1;
  text-align: left;
  margin: 0;
  padding: 0.6666666667rem 1rem;
}
.landing-page .faq-list.faq-init .faq-title {
  cursor: pointer;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.landing-page .faq-list.faq-init .faq-title:after {
  content: "\f285";
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.landing-page .faq-list.faq-init .faq-item .faq-answer {
  display: none;
}
.landing-page .faq-list.faq-init .faq-item .faq-answer p {
  margin: 0;
}
.landing-page .faq-list.faq-init .faq-item .faq-answer p + p {
  margin-top: size(5);
}
.landing-page .faq-list.faq-init .faq-item.faq-open .faq-answer {
  display: block;
}
.landing-page .faq-list.faq-init .faq-item.faq-open .faq-title:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.landing-page .faq-list.faq-init .faq-item.faq-open, .landing-page .faq-list.faq-init .faq-item:hover, .landing-page .faq-list.faq-init .faq-item:focus {
  z-index: 1;
}
.landing-page .faq-list.faq-init .faq-item.faq-open,
.landing-page .faq-list.faq-init .faq-item.faq-open .faq-answer, .landing-page .faq-list.faq-init .faq-item:hover,
.landing-page .faq-list.faq-init .faq-item:hover .faq-answer, .landing-page .faq-list.faq-init .faq-item:focus,
.landing-page .faq-list.faq-init .faq-item:focus .faq-answer {
  border-color: #eb212e;
}
.landing-page .faq-list.faq-init .faq-item.faq-open .faq-title, .landing-page .faq-list.faq-init .faq-item:hover .faq-title, .landing-page .faq-list.faq-init .faq-item:focus .faq-title {
  background-color: #eb212e;
  color: #fff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: -1.5rem 0 0 0;
  padding: 1.5rem 0 0 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-initialized .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  float: none;
  height: inherit;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.arrow-right,
.arrow-left {
  height: 100%;
  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;
  position: absolute;
  top: 0;
  z-index: 10;
  cursor: pointer;
  width: 2rem;
}
.arrow-right .arrow-icon,
.arrow-left .arrow-icon {
  height: 1.875rem;
  width: 1.875rem;
}
.arrow-right .arrow-icon,
.arrow-left .arrow-icon {
  border: 0.1875rem solid #fff;
  background-color: #333333;
  border-radius: 50%;
  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;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}
.arrow-right .arrow-icon:before,
.arrow-left .arrow-icon:before {
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}
@media (min-width: 992px) {
  .arrow-right,
  .arrow-left {
    width: 3.125rem;
  }
  .arrow-right .arrow-icon,
  .arrow-left .arrow-icon {
    height: 2.5rem;
    width: 2.5rem;
  }
  .arrow-right .arrow-icon:before,
  .arrow-left .arrow-icon:before {
    font-size: 1.5rem;
  }
}
.arrow-right:hover .arrow-icon,
.arrow-left:hover .arrow-icon {
  background: #eb212e;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.arrow-right:hover .arrow-icon:before,
.arrow-left:hover .arrow-icon:before {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.arrow-left {
  left: 0;
}
@media (min-width: 576px) {
  .arrow-left {
    left: -15px;
  }
}
@media (min-width: 992px) {
  .arrow-left {
    left: -3.125rem;
  }
}
.arrow-left .arrow-icon::before {
  content: "\f12c";
}

.arrow-right {
  right: 0;
}
@media (min-width: 576px) {
  .arrow-right {
    right: -15px;
  }
}
@media (min-width: 992px) {
  .arrow-right {
    right: -3.125rem;
  }
}
.arrow-right .arrow-icon::before {
  content: "\f135";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: -1.5rem 0 0 0;
  padding: 1.5rem 0 0 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-initialized .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  float: none;
  height: inherit;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.landing-page a.back-to-top {
  position: fixed;
  bottom: -3rem;
  background-color: #212529;
  color: #fff;
  background-image: url("https://tefal-content.bitwise.nl/_landingpage-base/Tefal/images/back-to-top.svg");
  background-size: 1.8rem 1.8rem;
  background-position: center center;
  background-repeat: no-repeat;
  right: 0.625rem;
  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;
  text-decoration: none;
  -webkit-transition: bottom 400ms ease-in-out;
  transition: bottom 400ms ease-in-out;
  font-size: 1.875rem;
  width: 3rem;
  height: 3rem;
}
.landing-page a.back-to-top:hover, .landing-page a.back-to-top:focus {
  text-decoration: none;
  color: #fff;
  background-color: #eb212e;
}
.landing-page a.back-to-top.active {
  bottom: 0.625rem;
}
.landing-page a.back-to-top .fa {
  display: none !important;
}

.landing-page section.double-pading {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 992px) {
  .landing-page section.double-pading {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 767.98px) {
  .landing-page .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.landing-page .dark-background {
  position: relative;
}
.landing-page .dark-background:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.landing-page .bg-one {
  background: #bba58d;
}
.landing-page .bg-one, .landing-page .bg-one a {
  color: #fff;
}
.landing-page .bg-two {
  background: #d2cec2;
}
.landing-page .bg-two, .landing-page .bg-two a {
  color: #000;
}
.landing-page .bg-primary {
  background: #eb212e;
}
.landing-page .bg-primary, .landing-page .bg-primary a {
  color: #fff;
}
.landing-page .img-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.landing-page .add-margin > div {
  margin-bottom: 2rem;
}
.landing-page .w-100 {
  width: 100%;
}
.landing-page .container.no-pad {
  padding-left: 0;
  padding-right: 0;
}
.landing-page .back-to-top {
  z-index: 1030;
}
.landing-page .img-bordered {
  padding: 1rem;
  border: #ced4da 1px solid;
  background-color: #fff;
  border-radius: 0.3rem;
}

.landing-page .bg-tafel,
.landing-page .bg-goede-voornemens {
  background-color: #aba8a4;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
.landing-page .bg-tafel .container:not(.dont-add-white),
.landing-page .bg-goede-voornemens .container:not(.dont-add-white) {
  background-color: rgba(255, 255, 255, 0.95);
}
.landing-page .bg-tafel .embed-topic,
.landing-page .bg-goede-voornemens .embed-topic {
  padding-top: 0;
}
.landing-page .bg-tafel .embed-topic .container,
.landing-page .bg-goede-voornemens .embed-topic .container {
  padding-top: 4rem;
}
@media (min-width: 576px) {
  .landing-page .bg-tafel,
  .landing-page .bg-goede-voornemens {
    padding-top: 4rem;
  }
}
@media (min-width: 992px) {
  .landing-page .bg-tafel,
  .landing-page .bg-goede-voornemens {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.landing-page .sticky_block {
  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;
  background-color: #eb212e;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  cursor: pointer;
  -webkit-transition: right 0.3s ease, background-color 0.3s ease;
  transition: right 0.3s ease, background-color 0.3s ease;
  padding: 12px 18px;
  position: fixed;
  z-index: 999;
  right: -121px;
  top: 300px;
}
.landing-page .sticky_block .button {
  background: transparent;
  padding: 2px 0 0 !important;
  color: #fff;
}
.landing-page .sticky_block img {
  height: 23px;
  margin-right: 20px;
}
.landing-page .sticky_block:hover {
  background-color: #eb212e;
  right: 0;
}
@media (max-width: 991.98px) {
  .landing-page .sticky_block {
    border-radius: 8px;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
    padding: 8px;
    right: 10px;
    top: 6.875rem;
  }
  .landing-page .sticky_block .button {
    font-size: 12px;
    padding: 0 !important;
    margin: 0;
  }
  .landing-page .sticky_block img {
    display: none;
  }
  .landing-page .sticky_block:hover {
    right: 10px;
  }
  .landing-page .sticky_block.sticky_top {
    top: 15px;
  }
}

.landing-page .masterseal {
  background-repeat: no-repeat;
  background-position: center top;
}
.landing-page .wzv-header.alt-header > span {
  font-weight: 400;
  color: #212529;
}
.landing-page .wzv-header.alt-header.with-img {
  position: relative;
  margin-bottom: 0;
}
.landing-page .wzv-header.alt-header.with-img img {
  display: block;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .landing-page .wzv-header.alt-header.with-img {
    margin-bottom: 7.75rem;
  }
  .landing-page .wzv-header.alt-header.with-img > strong {
    padding-left: 5.375rem;
  }
  .landing-page .wzv-header.alt-header.with-img img {
    position: absolute;
    bottom: 0;
    left: -6.25rem;
    bottom: -7.75rem;
    max-width: 11.625rem;
  }
}

.landing-page .tips {
  background-color: #e9f1ea;
}
.landing-page .tips .recepten-sliders {
  margin-left: -1rem;
  margin-right: -1rem;
}
.landing-page .tips .recepten-sliders .slide {
  padding-left: 1rem;
  padding-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.landing-page .tips .recepten-sliders .slide .image-frame {
  margin-bottom: 1rem;
}
.landing-page .tips .recepten-sliders .slide .text-holder {
  overflow: auto;
}
.landing-page .tips .recepten-sliders .slide .text-holder::after {
  display: block;
  clear: both;
  content: "";
}
.landing-page .tips .recepten-sliders .slide .slide-body,
.landing-page .tips .recepten-sliders .slide a.slide-body {
  width: 100%;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.landing-page .tips .recepten-sliders .slide .slide-body:focus,
.landing-page .tips .recepten-sliders .slide a.slide-body:focus {
  outline: none;
}
.landing-page .tips .recepten-sliders .slide .slide-body .text-holder,
.landing-page .tips .recepten-sliders .slide a.slide-body .text-holder {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.landing-page #productListWrap.ms-products {
  background-color: #99b776;
  color: #fff;
}
.landing-page #productListWrap.ms-products .productrow-wrap {
  color: #212529;
}
@media (max-width: 767.98px) {
  .landing-page #productListWrap.ms-products .productrow-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.landing-page .restjes {
  background-color: #a2c3cc;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55);
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .landing-page .restjes {
    background-image: url("../images/restjes-long.jpg");
  }
}
.landing-page .restjes .bg-darker {
  background-color: rgba(0, 0, 0, 0.35);
}

.landing-page .section-verspillingsvrij {
  background-color: #f8f9fa;
}
.landing-page .nospill-img {
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.25);
}

.landing-page .lijm {
  background-color: #e9f1ea;
}
.landing-page .lijm .video-sliders {
  margin-left: -1rem;
  margin-right: -1rem;
}
.landing-page .lijm .video-sliders .slide {
  padding-left: 1rem;
  padding-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.landing-page .lijm .video-sliders .slide .image-frame {
  margin-bottom: 1rem;
}
.landing-page .lijm .video-sliders .slide .text-holder {
  overflow: auto;
}
.landing-page .lijm .video-sliders .slide .text-holder::after {
  display: block;
  clear: both;
  content: "";
}
.landing-page .lijm .video-sliders .slide .slide-body,
.landing-page .lijm .video-sliders .slide a.slide-body {
  width: 100%;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.landing-page .lijm .video-sliders .slide .slide-body:focus,
.landing-page .lijm .video-sliders .slide a.slide-body:focus {
  outline: none;
}
.landing-page .lijm .video-sliders .slide .slide-body .text-holder,
.landing-page .lijm .video-sliders .slide a.slide-body .text-holder {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.landing-page .wetenschap {
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 1199.98px) {
  .landing-page .wetenschap {
    background-image: none !important;
  }
}
@media (min-width: 1200px) {
  .landing-page .wetenschap {
    min-height: 500px;
  }
  .landing-page .wetenschap .img-hide {
    display: none;
  }
}
@media (min-width: 1200px) {
  .landing-page .xl-max-width {
    max-width: 38rem;
  }
}

.landing-page .faq-list {
  background-color: #fff;
  font-size: 1rem;
  color: #212529;
}
.landing-page .faq-list .faq-item {
  position: relative;
  border: #cccccc 1px solid;
}
.landing-page .faq-list .faq-item + .faq-item {
  margin-top: -1px;
}
.landing-page .faq-list .faq-answer {
  border-top: #cccccc 1px solid;
  padding: 1rem;
}
.landing-page .faq-list .faq-answer p {
  color: inherit;
  text-align: left;
}
.landing-page .faq-list .faq-title {
  display: block;
  font-size: inherit;
  line-height: 1;
  text-align: left;
  margin: 0;
  padding: 0.6666666667rem 1rem;
}
.landing-page .faq-list.faq-init .faq-title {
  cursor: pointer;
  font-weight: normal;
}
.landing-page .faq-list.faq-init .faq-title:before {
  content: "›";
  float: right;
}
.landing-page .faq-list.faq-init .faq-item .faq-answer {
  display: none;
}
.landing-page .faq-list.faq-init .faq-item .faq-answer p {
  margin: 0;
}
.landing-page .faq-list.faq-init .faq-item .faq-answer p + p {
  margin-top: size(5);
}
.landing-page .faq-list.faq-init .faq-item.faq-open .faq-answer {
  display: block;
}
.landing-page .faq-list.faq-init .faq-item.faq-open .faq-title:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.landing-page .faq-list.faq-init .faq-item.faq-open, .landing-page .faq-list.faq-init .faq-item:hover, .landing-page .faq-list.faq-init .faq-item:focus {
  z-index: 1;
}
.landing-page .faq-list.faq-init .faq-item.faq-open,
.landing-page .faq-list.faq-init .faq-item.faq-open .faq-answer, .landing-page .faq-list.faq-init .faq-item:hover,
.landing-page .faq-list.faq-init .faq-item:hover .faq-answer, .landing-page .faq-list.faq-init .faq-item:focus,
.landing-page .faq-list.faq-init .faq-item:focus .faq-answer {
  border-color: #eb212e;
}
.landing-page .faq-list.faq-init .faq-item.faq-open .faq-title, .landing-page .faq-list.faq-init .faq-item:hover .faq-title, .landing-page .faq-list.faq-init .faq-item:focus .faq-title {
  background-color: #eb212e;
  color: #fff;
}/*# sourceMappingURL=style.css.map */