/*
 * Theme Name: Lightspeed 2025
 * Theme URI: https://lightspeed-tek.com
 * Author: Lightspeed Technologies
 * Author URI: https://lightspeed-tek.com
 * Description: A custom theme for Lightspeed Technologies
 * Version: 2.7.7
 * License: GNU General Public License v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom, woocommerce
 */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");
.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;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.vert-pad-both {
  padding: 66px 0;
}

.vert-pad-top {
  padding-top: 66px;
}

.vert-pad-bottom {
  padding-bottom: 66px;
}


@media (max-width: 767.98px) {
  .vert-margin-both {
    padding-top: 66px;
  }
}
@media (min-width: 768px) {
  .vert-margin-both {
    margin: 66px 0;
  }
}

.vert-margin-top {
  margin-top: 66px;
}

.vert-margin-bottom {
  margin-bottom: 66px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

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

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

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

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

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

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

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

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

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

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

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

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

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

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

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

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

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

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

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

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

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

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

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

body {
  background: white;
}

body {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1920px) {
  body {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
  }
}

.advgb-recent-posts .advgb-post-title a {
  font-size: 20px;
  color: #000;
  text-decoration: none;
}
.advgb-recent-posts .advgb-post-thumbnail img {
  width: 100%;
}
.advgb-recent-posts .advgb-post-readmore a {
  padding-right: 15px;
  color: #0A678C;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  background: url("/wp-content/themes/lightspeed/assets/images/icons/global/chevron-link.svg");
  background-repeat: no-repeat;
  background-position: bottom 3px right;
}

@media (max-width: 767.98px) {
  body .advgb-recent-posts-block.grid-view.columns-3 .advgb-recent-posts {
    grid-template-columns: 1fr;
  }
}

.banner {
  background-color: #0A678C;
  display: fl ex;
  min-height: 50px;
  color: white;
}
.banner__subheadline {
  justify-content: center;
}
.banner .row {
  width: 100%;
}
.banner .btn {
  margin-top: 15px;
  margin-bottom: 15px;
}
.banner h3, .banner h2, .banner h4, .banner h5 {
  margin-bottom: 0;
}
.banner h5 {
  font-weight: normal;
  font-size: 18px;
}

.vert-align {
  display: flex;
  align-self: center;
}

.btn, .wp-block-button__link {
  margin-top: 32px;
  margin-bottom: 30px;
  background: #1382B2;
  color: white;
  border-radius: 20px;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  min-width: 161px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.btn.link, .wp-block-button__link.link {
  position: relative;
  top: 2px;
}
.btn img, .wp-block-button__link img {
  display: inline-block;
  margin-right: 8px;
}
.btn:hover, .wp-block-button__link:hover {
  background: #0A678C;
}

.btn.white {
  background-color: white;
  color: #243D4C;
  min-width: 200px;
}

/*
.wp-block-button__link {
  /*border-radius: 0!important;* /

  /*margin-top: 32px;* /
  /*margin-bottom: 30px;* /
  background: #1382b2;
  color: #fff;
  border-radius: 20px;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  min-width: 161px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}*/
.box {
  margin-bottom: 52px;
}
.box .title {
  background: #F6F6F6;
  padding: 20px;
  min-height: 95px;
}
.box .title span {
  font-size: 20px;
  display: block;
}
.box .title div {
  font-size: 14px;
  border-radius: 25px;
  border: 1px solid black;
  display: inline-block;
  padding-right: 19px;
  padding-left: 19px;
  margin-top: 20px;
  margin-left: -1.5px;
}
.box:hover {
  box-shadow: 0px 2px 17px rgba(0, 0, 0, 0.2);
}

.product-box {
  border: 1px solid #DFE9ED;
  margin-bottom: 30px;
}
.product-box .image {
  margin-bottom: 60px;
}
.product-box .image img {
  width: 100%;
}
.product-box .title {
  font-size: 30px;
  margin-bottom: 15px;
  padding: 0px 20px;
}
.product-box .price {
  padding: 0px 20px 20px 20px;
  font-size: 18px;
}
.product-box .post_excerpt {
  font-size: 16px;
  padding: 0px 20px 30px 20px;
}
.product-box .link {
  margin: 0px 20px 30px 20px;
  display: inline-block;
  padding-right: 15px;
  background: url("/wp-content/themes/lightspeed/assets/images/icons/global/chevron-link.svg");
  background-repeat: no-repeat;
  background-position: bottom 5px right;
}
.product-box .link a {
  color: #0A678C;
  text-decoration: none;
}

.nounderline {
  text-decoration: none;
  color: #282828;
}

.breaking-news {
  display: block;
  background-image: linear-gradient(90deg, #2BCDC4 0%, #2BCBC6 38%, #2BBBD5 100%);
  text-align: center;
  padding: 5px 10px !important;
}

#content .generic-swiper {
  position: relative;
}
@media (max-width: 767.98px) {
  #content .generic-swiper {
    padding-bottom: 40px;
  }
}
#content .generic-swiper .swiper-pagination {
  position: absolute;
  text-align: left;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 15px;
}
@media (max-width: 767.98px) {
  #content .generic-swiper .swiper-pagination {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: auto;
  }
}
@media (min-width: 768px) {
  #content .generic-swiper .swiper-pagination {
    left: 0;
    right: 0;
    margin: auto;
  }
}
#content .generic-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #FAC03B;
  cursor: pointer;
}
#content .generic-swiper .swiper-pagination-bullet:first-of-type {
  margin-left: -15px;
}
#content .generic-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F15A26;
}
#content .generic-swiper .swiper-pagination-bullet {
  margin: 0 10px;
}
@media (min-width: 768px) {
  #content .wp-block-mineralblocks-carousel .container {
    padding-bottom: 30px;
  }
  #content .wp-block-mineralblocks-carousel .swiper-pagination {
    padding-bottom: 0px;
  }
}
.pagination-bottom {
  margin-bottom: 40px;
}

.is-style-backgrounds {
  background: #f1e3d8;
  position: relative;
}

.wp-block-columns.is-style-backgrounds {
  margin: 0;
}

#editor .wp-block-columns.is-style-backgrounds {
  margin: auto;
}

/*
.is-style-backgrounds:before, .is-style-backgrounds:after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 999em;
  content: "";
  background-color: #f1e3d8;
}
.is-style-backgrounds:before {
  left: -999em;
}
.is-style-backgrounds:after {
  right: -999em;
}
*/
/* -==================================================- */
.is-style-column-max-width-md, .is-root-container .is-style-column-max-width-md {
  max-width: 680px;
  margin: auto;
}

.is-style-column-left-md, .is-root-container .is-style-column-left-md {
  max-width: 680px;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}

.is-style-column-right-md, .is-root-container .is-style-column-right-md {
  max-width: 680px;
  margin-left: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}

.is-style-column-minimal-padding, .is-root-container .is-style-column-minimal-padding.wp-block-column {
  width: 100%;
  max-width: 100%;
  margin-top: 4em;
  margin-bottom: 4em;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (min-width: 768px) {
  .is-style-column-minimal-padding, .is-root-container .is-style-column-minimal-padding.wp-block-column {
    max-width: fit-content;
    width: auto;
  }
}

/*
div[class^="columns-background"]:before, div[class*="columns-background"]:before,
div[class^="columns-background"]:after,  div[class*="columns-background"]:after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 999em;
  content: "";
}
*/
div[class^=columns-background], div[class*=columns-background] {
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  div[class^=columns-background], div[class*=columns-background] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
div[class^=columns-background] > .block-editor-inner-blocks, div[class*=columns-background] > .block-editor-inner-blocks {
  width: 100%;
}

.block-editor-block-list__block.wp-block-column.wp-block-column {
  position: relative;
  z-index: 1;
}

.is-style-columns-background-grid {
  background-image: url("/wp-content/themes/lightspeed/assets/images/backgrounds/grid-swatch.png");
  background-size: 23px 23px;
}

#content {
  min-height: calc(100vh - 331px);
}
.admin-bar #content {
  min-height: calc(100vh - 403px);
}

#wide {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}
@media (min-width: 1920px) {
  #wide {
    max-width: 1920px;
    left: 50%;
    transform: translateX(-50%);
  }
}

#contactForm .mktoForm input[type=text], #contactForm .mktoForm [type=email], #contactForm .mktoForm [type=tel], #contactForm .mktoForm select {
  height: 48px !important;
  padding-left: 10px;
  box-shadow: none;
  width: 100% !important;
}
#contactForm .mktoForm textarea {
  padding-left: 10px;
  box-shadow: none;
  width: 100% !important;
}
#contactForm .mktoForm input[type=search] {
  height: 38px;
  padding-left: 10px;
}
#contactForm label {
  width: auto !important;
}
#contactForm .mktoFieldDescriptor {
  width: 100% !important;
}
#contactForm .mktoFormRow {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 576px) {
  #contactForm .mktoFormRow {
    width: 50%;
  }
}
#contactForm .mktoFormRow:nth-of-type(odd) {
  justify-content: center;
}
@media (min-width: 576px) {
  #contactForm .mktoFormRow:nth-of-type(odd) {
    justify-content: flex-end;
    padding-right: 20px;
  }
}
#contactForm .mktoFormRow:nth-of-type(even) {
  justify-content: center;
}
@media (min-width: 576px) {
  #contactForm .mktoFormRow:nth-of-type(even) {
    justify-content: flex-start;
    padding-left: 20px;
  }
}
#contactForm .mktoPlaceholder:empty, #contactForm .mktoClear:empty {
  display: none;
}
#contactForm .mktoForm .mktoButtonWrap.mktoSimple button.mktoButton {
  border: none;
  font-family: "Roboto";
  min-height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  color: #282828;
  font-size: 13px;
  letter-spacing: 0.65px;
  margin-left: 0;
}
#contactForm .mktoForm .mktoButtonWrap.mktoSimple button.mktoButton:hover {
  border: none;
}
#contactForm .mktoForm {
  display: flex;
  justify-content: center;
  width: auto !important;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  #contactForm .mktoForm {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
#contactForm .mktoForm .mktoFormCol {
  float: none;
}
#contactForm .mktoOffset {
  display: none;
}
#contactForm .mktoFieldWrap {
  float: none;
}
#contactForm .mktoButtonRow {
  top: 0 !important;
  left: 0 !important;
  padding-top: 20px;
  padding-bottom: 30px;
}
#contactForm .mktoButton {
  margin-left: 10px;
}
@media (min-width: 992px) {
  #contactForm .mktoButton {
    min-width: 210px !important;
  }
}
@media (max-width: 767.98px) {
  #contactForm .mktoButton {
    margin-left: 0px;
  }
}
@media (max-width: 575.98px) {
  #contactForm .mktoButton {
    width: 100% !important;
  }
}
#contactForm .mktoButtonWrap {
  margin-left: 0 !important;
}
#contactForm .mktoGutter {
  display: none;
}
#contactForm button.mktoButton {
  border: none;
  font-family: "Roboto";
  min-height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  color: #282828;
  font-size: 13px;
  letter-spacing: 0.65px;
  color: white;
  text-shadow: none;
  background: #f15a26;
  box-shadow: none;
}
#contactForm button.mktoButton:hover {
  border: none;
}

.is-style-ultra-wide {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  position: relative;
}
.is-style-ultra-wide .wp-block-cover__inner-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  /*
  top: 50%;
  transform: translate(0%, 50%);
   */
}
.is-style-ultra-wide .wp-block-cover__inner-container p {
  font-size: 16px;
}
@media (min-width: 576px) {
  .is-style-ultra-wide .wp-block-cover__inner-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .is-style-ultra-wide .wp-block-cover__inner-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .is-style-ultra-wide .wp-block-cover__inner-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .is-style-ultra-wide .wp-block-cover__inner-container {
    max-width: 1140px;
  }
}

.featured-img {
  margin-bottom: 85px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.featured-img .overlay {
  color: white;
}
.featured-img h1 {
  font-weight: 300;
  font-size: 45px;
}
.featured-img .overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.featured-img picture img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 600px;
}
.featured-img h1 {
  margin-bottom: 20px;
}
.featured-img h4 {
  margin-top: 0;
  font-weight: 100;
  margin-bottom: 10px;
  font-size: 16px;
}
.featured-img .subheadline {
  margin-bottom: 45px;
}

.featured-posts {
  margin-top: 20px;
}
.featured-posts h3 {
  font-size: 20px;
}

.featured-title {
  margin-top: 170px;
}
.blog .featured-title {
  margin-top: 20px;
}

.see-all {
  margin-bottom: 60px;
}

#temp-messaging {
  display: none;
}
.page-template-template-accessories #temp-messaging, .post-type-archive-product #temp-messaging {
  display: block;
}

.the-bar {
  padding-bottom: 1em;
}

.the-message {
  margin-bottom: 1em;
}

.filter-bar .filter-bar-info {
  display: none;
  padding-bottom: 1.6rem;
}
.flip-filter .filter-bar {
  display: flex;
  flex-direction: column-reverse;
}
.flip-filter .filter-bar .filter-bar-info {
  display: block;
}
.search-results + Ï .filter-bar {
  margin-top: 0;
}
.filter-bar .search-form, .filter-bar .input-wrap {
  background: #fff;
}
.filter-bar .search-form {
  width: 100%;
  height: 38px;
}
.filter-bar .search-form input[type=text], .filter-bar .search-form input[type=search], .filter-bar select {
  height: 30px;
  -webkit-appearance: none;
}
.filter-bar span {
  display: block;
}
.filter-bar form {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.filter-bar label {
  padding: 2px 20px;
  border: 1px solid #90D6EA;
  border-radius: 21px;
  font-size: 15px;
  margin-left: 10px;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 20px;
}
.filter-bar label.alt {
  color: white;
  border: 1px solid #1382b2;
  background-color: #1382b2;
}
.filter-bar #search-field {
  height: 36px;
  padding-left: 40px;
  background: url("/wp-content/themes/lightspeed/assets/images/icons/header/search.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
}
.filter-bar .btn {
  margin: 0;
  position: relative;
  margin-left: -30px;
  z-index: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  top: 2px;
}
@media (max-width: 767.98px) {
  .filter-bar .btn {
    min-width: 115px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.filter-bar #searcher {
  position: relative;
}
.filter-bar .search-form {
  display: inline-block;
  max-width: 259px;
  margin-bottom: 1em;
}
@media (max-width: 767.98px) {
  .filter-bar .search-form {
    width: calc(100% - 115px);
  }
}
.filter-bar [type=checkbox] {
  display: none;
}
.filter-bar [type=checkbox]:checked + label {
  background-color: #90D6EA;
}
.filter-bar [type=checkbox]:checked + label.alt {
  background-color: #0a678c;
}
.filter-bar .input-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.filter-bar .input-wrap [name=category_name] {
  background-image: url(/wp-content/themes/lightspeed/assets/images/icons/global/chevron-down.svg);
  background-position: right10px center;
  background-repeat: no-repeat;
  padding-right: 35px;
}
.filter-bar .input-wrap select {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
  border: none;
  outline: none;
  background: transparent;
  appearance: none;
}
.filter-bar .input-wrap + .input-wrap, .filter-bar .input-wrap + button {
  margin-left: 20px;
}
.filter-bar button {
  margin: 0;
  width: 20%;
  height: 100%;
  border: none;
  outline: none;
}
.filter-bar--label {
  display: block;
  width: 80px;
}
.filter-bar--clear {
  display: inline-block;
  margin-left: 20px;
  color: #2b2b2b;
}
.filter-bar .accessory-assist-link {
  color: #50bede;
  display: none;
}
.page-template-template-accessories .filter-bar .accessory-assist-link, .term-accessories .filter-bar .accessory-assist-link {
  display: inline-block;
}
@media (max-width: 767px) {
  .filter-bar .accessory-assist-link {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .filter-bar .accessory-assist-link {
    margin-top: 0.5rem;
  }
}

body {
  line-height: 1.5em;
  color: #282828;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 200;
  font-display: swap;
}

a {
  color: #3052DA;
}

h1, h2, h3 {
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 40px;
  font-weight: 400;
}
@media (min-width: 992px) {
  h1 {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 72px;
  }
}

h2 {
  font-size: 28px;
  font-weight: 200;
}
@media (min-width: 992px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 22px;
  font-weight: 200;
}
@media (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 20px;
}

h1.header {
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h1.header {
    font-size: 52px;
  }
}
@media (min-width: 992px) {
  h1.header {
    font-size: 72px;
  }
}

p, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

p {
  margin-bottom: 1.75em;
}

.varela {
  font-family: "Varela Round", sans-serif;
  font-display: swap;
}

footer {
  background: #26556D;
  padding-top: 40px;
  padding-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  background: url(/wp-content/themes/lightspeed/assets/images/footer/logo-footer-overlay.svg) no-repeat right -100px top -200px, #26556D;
}
footer [type=text] {
  min-height: 48px;
}
footer hr {
  border: 0;
  border-bottom-color: rgba(255, 255, 255, 0.45);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 40px;
}
footer a {
  color: white;
  text-decoration: none;
}
footer .submenu {
  font-size: 15px;
  font-weight: 200;
  padding-bottom: 33px;
}
footer .btn {
  margin-left: 5px;
}
footer ul {
  padding: 0;
  list-style: none;
  font-size: 11px;
}
footer ul li {
  display: inline-block;
  padding-right: 10px;
}

.footer__text {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 400;
}

.footer__logo img {
  max-width: 165px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .footer__logo img {
    max-width: 125px;
  }
}
@media (min-width: 768px) {
  .footer__logo img {
    max-width: 165px;
  }
}

.footer__phone {
  width: max-content;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  margin-left: auto;
}

.footer__phone_title {
  width: 110px;
}

#menu-social-footer span {
  display: none;
}

#primary-footer-menu {
  display: flex;
  flex-wrap: wrap;
}
#primary-footer-menu .menu-item:not(:last-child) {
  margin-right: 20px;
}

#menu-footer-secondary-menu li {
  padding-right: 20px;
  font-weight: 300;
}

#menu-footer-social-media {
  font-size: 24px;
  margin-bottom: 10px;
}

#middle-menu {
  margin-bottom: 5px;
}

#bottom-menu {
  font-size: 18px;
  margin-top: 30px;
}
#bottom-menu ul {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
#bottom-menu i {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  #bottom-menu {
    flex-direction: column-reverse;
    padding-left: 5px;
  }
}

#footer-copyright {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 14px;
}

/*input[type=text] {
  height: 38px;
  padding-left: 10px;
}
input[type=search] {
  height: 38px;
  padding-left: 10px;
}*/
form.tech-support {
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 3rem;
  width: 100%;
  max-width: 520px;
}
form.tech-support input[type=submit] {
  padding: 8px 12px;
}
form.tech-support select {
  appearance: none;
}
form.tech-support .select--wrap {
  position: relative;
}
form.tech-support .select--wrap:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #000;
  position: absolute;
  top: calc(50% - 3.5px);
  right: 14px;
}
form.tech-support input,
form.tech-support select,
form.tech-support textarea {
  outline: none;
  border: 1px solid #ccc;
  transition: border-color 0.3s ease-out;
}
form.tech-support input:hover,
form.tech-support select:hover,
form.tech-support textarea:hover {
  border-color: #a0a0a0;
}
form.tech-support input:focus,
form.tech-support select:focus,
form.tech-support textarea:focus {
  border-color: #777;
}
form.tech-support select,
form.tech-support input[type=submit] {
  background: transparent;
  cursor: pointer;
}
form.tech-support select:hover,
form.tech-support input[type=submit]:hover {
  background: #fff;
}
form.tech-support .required {
  color: red;
}
form.tech-support .form-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
form.tech-support .form-row label {
  width: auto;
  margin-bottom: 8px;
}
form.tech-support .form-row input,
form.tech-support .form-row select,
form.tech-support .form-row textarea {
  width: 100%;
  padding: 10px 8px;
  background: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 100;
}
form.tech-support .form-row + .form-row, form.tech-support .g-recaptcha {
  margin-top: 1.2rem;
}

.gutenberg {
  test: test;
}

.has-textblack-color {
  color: #272727;
}

.has-white-color {
  color: #ffffff;
}

.has-darkblue-color {
  color: #0A678C;
}

.has-yellow-color {
  color: #FAC03B;
}

.has-biege-color {
  color: #f7f1ec;
}

.has-orange-color {
  color: #F15A26;
}

.has-red-color {
  color: #E2574C;
}

.has-peach-color {
  color: #FFAD76;
}

.has-blue-color {
  color: #3052DA;
}

.has-lightgrey-color {
  color: #F4F4F4;
}

.has-darkgrey-color {
  color: #797979;
}

.has-textblack-background-color {
  background-color: #272727;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-darkblue-background-color {
  background-color: #0A678C;
}

.has-yellow-background-color {
  background-color: #FAC03B;
}

.has-biege-background-color {
  background-color: #f7f1ec;
}

.has-orange-background-color {
  background-color: #F15A26;
}

.has-red-background-color {
  background-color: #E2574C;
}

.has-peach-background-color {
  background-color: #FFAD76;
}

.has-blue-background-color {
  background-color: #3052DA;
}

.has-lightgrey-background-color {
  background-color: #F4F4F4;
}

.has-darkgrey-background-color {
  background-color: #797979;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-block-mineralblocks-row-content .wp-block-columns .alignleft {
    margin: 0;
  }
}

.wp-block-image figcaption {
  text-align: center;
}

.statistics-columns h1 {
  margin-bottom: 10px;
}

.wp-block-column form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wp-block-mineralblocks-storytelling-media-group {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-mineralblocks-storytelling-media-group .bars {
  padding-right: 0 !important;
}
.wp-block-mineralblocks-storytelling-media-group .content {
  padding-left: 0 !important;
}

.quote-content .myCol {
  position: relative;
}
@media (max-width: 767px) {
  .quote-content .myCol.text {
    padding-top: 100px !important;
  }
}
.quote-content blockquote.wp-block-quote {
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto;
  padding-left: 0;
  position: static;
}
@media (max-width: 767px) {
  .quote-content blockquote.wp-block-quote {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .quote-content blockquote.wp-block-quote {
    padding: 3rem 50px;
  }
}
.quote-content blockquote.wp-block-quote::before {
  left: 60px;
}
@media (max-width: 1200px) {
  .quote-content blockquote.wp-block-quote::before {
    left: 34px;
    width: 62px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  .quote-content blockquote.wp-block-quote::before {
    top: 30px;
    left: 20px;
  }
}

.wp-block-advgb-images-slider.advgb-images-slider-block .slick-arrow {
  display: none !important;
}
.wp-block-advgb-images-slider.advgb-images-slider-block .slick-dots {
  display: flex;
  justify-content: center;
  bottom: -1.4rem;
}
@media (min-width: 1200px) {
  .wp-block-advgb-images-slider.advgb-images-slider-block .slick-dots li + li {
    margin-top: 0.8rem !important;
  }
}
.wp-block-advgb-images-slider.advgb-images-slider-block .slick-dots li button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-advgb-images-slider.advgb-images-slider-block .slick-dots li.slick-active button::before {
  background-color: #02678d;
}
.wp-block-advgb-images-slider.advgb-images-slider-block .slick-dots li button::before {
  border: none;
  content: "";
  background: #bbb;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 5px 0 0 5px;
  opacity: 1;
}

.is-style-Hero {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .is-style-Hero {
    min-height: 400px;
  }
}

.page-header {
  height: 340px;
  width: 100%;
  display: flex;
  align-items: center;
}

header {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 10;
  background: white;
}
header .logo-frame {
  display: flex;
  align-items: center;
}
header a {
  color: black;
  text-decoration: none;
}
header .active > a, header .current_page_ancestor > a {
  color: #1382B2;
  font-weight: 300;
}
header ul {
  padding: 0;
  list-style: none;
  color: #282828;
}
header ul li {
  display: inline-block;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 200;
}
@media (min-width: 992px) {
  header ul li {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  header ul li {
    padding-right: 40px;
  }
}

#menu-header-secondary-menu {
  display: flex;
  justify-content: flex-end;
}
#menu-header-secondary-menu li {
  font-size: 15px;
}
#menu-header-secondary-menu li:last-child {
  padding-right: 0;
}

#menu-header-primary-menu {
  margin: 0;
}

#menu-header-primary-menu > li {
  position: relative;
  padding-top: 25px;
  padding-bottom: 20px;
}
#menu-header-primary-menu > li:nth-child(1) > .sub-menu {
  transform: translate(-28%, 0%);
}
#menu-header-primary-menu > li:nth-child(2) > .sub-menu {
  transform: translate(-12%, 0%);
}
#menu-header-primary-menu > li:nth-child(3) > .sub-menu {
  transform: translate(-12%, 0%);
}
#menu-header-primary-menu > li:nth-child(4) > .sub-menu {
  transform: translate(-34%, 0%);
}
#menu-header-primary-menu > li > .sub-menu {
  box-sizing: border-box;
  display: none;
  background: white;
  position: absolute;
  z-index: 2;
  min-width: 150px;
  width: auto;
  flex-wrap: wrap;
  padding: 10px 10px;
  border: 0.5px solid #BABABA;
  border-top: 5px solid #17B8D5;
  left: 0;
  text-align: center;
  top: 67px;
}
#menu-header-primary-menu > li > .sub-menu .sub-menu li {
  width: 100%;
  display: block;
}
#menu-header-primary-menu > li > .sub-menu > li {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}
#menu-header-primary-menu > li > .sub-menu > li > a {
  font-weight: 300;
  font-size: 16px;
}
#menu-header-primary-menu > li:hover > a {
  color: #1382B2;
}
#menu-header-primary-menu > li .sub-menu a:hover {
  font-weight: 500;
}
#menu-header-primary-menu > li:hover > .sub-menu {
  display: flex;
}

#me-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding-right: 60px;
}
@media (min-width: 768px) {
  #me-logo img {
    max-width: 120px;
  }
}
@media (min-width: 992px) {
  #me-logo img {
    max-width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #me-logo {
    padding-right: 30px;
  }
  #me-logo + .col, #me-logo .col-auto, #me-logo .col-placebo {
    padding: 0;
  }
}

.logo-frame img {
  max-width: 120px;
}

.search-form {
  position: relative;
}
.search-form input[type=search] {
  border: 1px solid #e0e0e0;
  outline: none;
  position: relative;
  height: 38px;
  width: 100%;
  padding-left: 14px;
  padding-right: 38px;
  border-radius: 19px;
  z-index: 1;
  transition: background 0.1s ease-out;
}
.search-form input[type=search]:placeholder {
  color: transparent;
}
.search-form input[type=search]:hover {
  border-color: #cfcfcf;
}
.search-form input[type=search]:focus {
  background: #fff;
  border-color: #2bcdc4;
}
.search-form button {
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  height: 38px;
  width: 38px;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .search-form {
    display: flex;
    align-items: center;
    position: relative;
    width: 160px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-form {
    width: 120px;
  }
}

.mobile-controls {
  display: flex;
}
.mobile-controls a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 57px;
}

#openSearch {
  display: flex;
  width: 48px;
  height: 57px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  #openSearch {
    display: none;
  }
}

#searchField {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #FAC03B;
  min-height: 57px;
  display: none;
  transition: top 0.2s;
}
#searchField form {
  height: 39px;
  width: 100%;
  background: #fff;
  display: flex;
}
#searchField input[type=search] {
  margin: 0;
  padding: 0;
  height: 39px;
  border: none;
  outline: none;
  width: calc(100% - 39px);
  padding: 0 15px;
}
#searchField button[type=submit] {
  width: 39px;
  height: 39px;
  padding: 0;
  margin: 0;
  background: none;
  outline: none;
  border: none;
}
#searchField button[type=submit] img {
  width: 44%;
  height: auto;
}

.showSearch #openSearch {
  display: none;
}
.showSearch #closeSearch {
  display: flex;
}

#closeSearch {
  width: 48px;
  height: 57px;
  display: none;
  position: absolute;
  align-items: center;
  justify-content: center;
  position: relative;
}
#closeSearch a {
  position: relative;
}
#closeSearch a img {
  position: relative;
  z-index: 1;
}
#closeSearch a:after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #17b8d5;
  position: absolute;
  top: 19px;
  left: 15px;
  z-index: 0;
}
@media (min-width: 768px) {
  #closeSearch {
    display: none;
  }
}
#closeSearch:hover {
  cursor: pointer;
  opacity: 0.75;
}

.default-logo-text {
  font-size: 18px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  z-index: 9999;
  transition: left 0.2s;
  width: 100%;
}
.showMobileMenu .mobile-menu {
  left: 0;
}
.mobile-menu .showMobileMenu .submenu {
  display: none;
}
.mobile-menu .pane-frame {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.mobile-menu .pane-main, .mobile-menu .pane-sub {
  position: absolute;
  top: 47px;
  transition: left 0.2s;
}
.logged-in .mobile-menu .pane-main {
  top: 30px;
}
.mobile-menu .pane-main {
  left: 0;
}
.mobile-menu .pane-sub {
  left: 100%;
}
.mobile-menu .pane-sub__title {
  display: block;
  margin-bottom: 48px;
  font-size: 30px;
}
.mobile-menu .pane-sub ul.sub-menu {
  display: block;
}
.showMobileSubMenu .mobile-menu .pane-main {
  left: -100%;
}
.showMobileSubMenu .mobile-menu .pane-sub {
  left: 0;
}
.mobile-menu__pane {
  position: absolute;
  top: 0;
  left: 32px;
  right: 0;
  bottom: 0;
  width: auto;
  background: white;
  padding: 19.2px 32px;
}
.mobile-menu__pane .container {
  position: relative;
}
.mobile-menu__pane ul.primary {
  margin-top: 48px;
}
.mobile-menu__pane ul.primary .menu-item-has-children a {
  position: relative;
  padding-right: 32px;
}
.mobile-menu__pane ul.primary .menu-item-has-children a:after {
  content: "▸";
  display: block;
  position: absolute;
  top: -3px;
  right: 0;
}
.mobile-menu__pane ul.primary, .mobile-menu__pane ul.secondary, .mobile-menu__pane ul.sub-menu {
  display: block;
  font-size: 24px;
}
.mobile-menu__pane ul.primary li + li, .mobile-menu__pane ul.secondary li + li, .mobile-menu__pane ul.sub-menu li + li {
  margin-top: 32px;
}
.mobile-menu__pane li {
  display: block;
}
.mobile-menu__pane hr {
  width: 90px;
  margin: 48px 0;
}
.mobile-menu__pane ul.sub-menu {
  display: none;
}
.mobile-menu__strip {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 32px;
  bottom: 0;
  background-image: linear-gradient(90deg, #2BCDC4 0%, #2BCBC6 38%, #2BBBD5 100%);
  opacity: 0.7;
  backdrop-filter: blur(6px);
}
.mobile-menu #closeMobileMenu {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 6px;
  right: calc(32px + 8px);
  width: 48px;
  height: 48px;
}
.logged-in .mobile-menu #closeMobileMenu {
  top: 40px;
}
.mobile-menu #closeMobileMenu .closeMobileMenu__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #2BCDC4;
}
.mobile-menu #closeMobileSubMenu {
  position: relative;
  display: inline-block;
  margin: 32px 0 30px;
  padding-left: 32px;
}
.mobile-menu #closeMobileSubMenu:before {
  content: "◂";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 38px;
}

#mobileSearch {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.showSearch #mobileSearch {
  display: block;
}
@media (min-width: 768px) {
  #mobileSearch {
    display: none;
  }
}
#mobileSearch [type=search] {
  border: 1px solid grey;
}

.mobile-menu__image {
  max-width: 200px;
  width: 100%;
}

body:not(.logged-in) header {
  position: sticky;
  top: 0;
  width: 100%;
}

.spacer {
  height: 57px;
  display: none;
}
.logged-in .spacer {
  display: none;
}
@media (min-width: 768px) {
  .spacer {
    height: 147px;
  }
}

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

.body-lock {
  overflow: hidden;
}

.flex {
  display: flex;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .tablet-and-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .desktop-and-up {
    display: none !important;
  }
}

a.is-style-chevron-after {
  color: #282828;
  text-transform: uppercase;
}

.navigation.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  line-height: 1;
}
.navigation.pagination .page-numbers {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  color: #282828;
  text-decoration: none;
}
.navigation.pagination .page-numbers.current {
  text-decoration: underline;
}
.navigation.pagination .next, .navigation.pagination .prev {
  text-decoration: none;
  text-transform: uppercase;
}
.navigation.pagination .next {
  margin-left: 26px;
}
.navigation.pagination .prev {
  margin-right: 26px;
}

.frontside .wp-block-mineralblocks-horizontal3060 {
  /*
  .wp-block-mineralblocks-zigzag-content {
    @include media-breakpoint-only(md) {
      max-width: calc( (720px / 3) * 2 );
    }
    @include media-breakpoint-only(lg) {
      max-width: calc( (960px / 3) * 2 );
    }
    @include media-breakpoint-only(xl) {
      //max-width: calc( (1140px / 3) * 2 );
      max-width: calc( 1140px - 33vw );
    }
  }
  */
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .frontside .wp-block-mineralblocks-horizontal3060 .wp-block-mineralblocks-zigzag-row .zigzag-image {
    width: 33%;
  }
  .frontside .wp-block-mineralblocks-horizontal3060 .wp-block-mineralblocks-zigzag-row .zigzag-content {
    width: 66%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.wp-block-mineralblocks-hoverable-image {
  position: relative;
}
@media (max-width: 767.98px) {
  .wp-block-mineralblocks-hoverable-image {
    margin-bottom: 25px;
  }
}
.wp-block-mineralblocks-hoverable-image img {
  width: 100%;
  transition: filter 0.25s;
}
.wp-block-mineralblocks-hoverable-image a {
  color: white;
}
.wp-block-mineralblocks-hoverable-image .hoverable-image {
  line-height: 0;
}
.wp-block-mineralblocks-hoverable-image .default-overlay {
  display: flex;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  letter-spacing: 0.5px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 2;
  background: rgba(84, 66, 51, 0.4);
  mix-blend-mode: normal;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1em;
  transition: opacity 0.25s;
}
@media (min-width: 768px) {
  .wp-block-mineralblocks-hoverable-image .default-overlay {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .wp-block-mineralblocks-hoverable-image .default-overlay {
    font-size: 22px;
  }
}
.wp-block-mineralblocks-hoverable-image .hover-overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.25s;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 15px;
  background: rgba(255, 90, 38, 0.93);
  mix-blend-mode: normal;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767.98px) {
  .wp-block-mineralblocks-hoverable-image .hover-overlay {
    padding-top: 18px;
    font-weight: 500;
    line-height: 1.7em;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .wp-block-mineralblocks-hoverable-image .hover-overlay {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-block-mineralblocks-hoverable-image .hover-overlay {
    font-size: 16px;
  }
}
.wp-block-mineralblocks-hoverable-image:hover .default-overlay {
  opacity: 0;
}
.wp-block-mineralblocks-hoverable-image:hover .hover-overlay {
  opacity: 1;
}
.wp-block-mineralblocks-hoverable-image:hover img {
  filter: brightness(1.29);
}
.wp-block-mineralblocks-hoverable-image .learnmore {
  margin-left: auto;
  margin-right: 20px;
  line-height: 1.5em;
}

.wp-block-separator {
  border-top: 0;
}

.wp-block-mineralblocks-icon-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.wp-block-mineralblocks-icon-list ul {
  list-style: none;
  padding-left: 0;
}
@media (min-width: 768px) {
  .wp-block-mineralblocks-icon-list ul {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
.wp-block-mineralblocks-icon-list ul li {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .wp-block-mineralblocks-icon-list .icon-list-description {
    width: calc(100vw - 140px);
  }
}
.wp-block-mineralblocks-icon-list .icon-list-image {
  flex-shrink: 0;
  margin-right: 30px;
}

.wp-block-mineralblocks-icon-text {
  font-size: 15px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .wp-block-mineralblocks-icon-text {
    min-height: 143px;
  }
}
.wp-block-mineralblocks-icon-text .text-icon-image {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .wp-block-mineralblocks-icon-text .text-icon-image {
    margin-bottom: 5px;
  }
}
.wp-block-mineralblocks-icon-text a {
  text-decoration: none;
  color: #282828;
}
.wp-block-mineralblocks-icon-text img {
  max-width: 46px;
  max-height: 46px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}
.wp-block-mineralblocks-icon-text p {
  text-align: center;
  font-weight: 100;
  margin: 0;
}
@media (max-width: 767.98px) {
  .wp-block-mineralblocks-icon-text {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-bottom: 42px;
  }
}
@media (max-width: 575.98px) {
  .wp-block-mineralblocks-icon-text {
    max-width: 180px;
  }
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}

#map {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.plus {
  width: 65px;
  height: 65px;
  background-color: #4fb1ce;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 15%;
  left: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 9px 0 rgba(39, 31, 18, 0.3);
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
}
.plus.active {
  z-index: 10;
  background-color: orange;
}
@media (max-width: 800px) {
  .plus {
    width: 40px;
    height: 40px;
    padding: 2px;
  }
}
@media (max-width: 600px) {
  .plus {
    width: 30px;
    height: 30px;
    padding: 2px;
  }
}
.ninesevenfive .plus.one {
  top: 45%;
  left: 27%;
}
.ninesevenfive .plus.two {
  top: 29%;
  left: 3%;
}
.ninesevenfive .plus.three {
  top: 12%;
  left: 57%;
}
.ninesevenfive .plus.four {
  top: auto;
  bottom: 48%;
  left: 63%;
}
.topcat .plus.one {
  top: 45%;
  left: 28%;
}
.topcat .plus.two {
  top: 69%;
  left: 12%;
}
.topcat .plus.three {
  top: 30%;
  left: 60%;
}
.topcat .plus.four {
  top: auto;
  bottom: 38%;
  left: 88%;
}
.redcat .plus.one {
  top: 45%;
  left: 27%;
}
.redcat .plus.two {
  top: 29%;
  left: 55%;
}
.redcat .plus.three {
  top: 69%;
  left: 16%;
}
.redcat .plus.four {
  top: auto;
  bottom: 48%;
  left: 78%;
}
.activate .plus.one {
  top: 50%;
  left: 23%;
}
.activate .plus.two {
  top: 30%;
  left: 59%;
}
.activate .plus.three {
  top: 68%;
  left: 45%;
}
.activate .plus.four {
  top: 28%;
  left: 27%;
}
.activate .plus.five {
  top: 64%;
  left: 2 0%;
}

aside {
  display: none;
}
aside.active {
  display: block;
}

.plus.active + aside {
  display: block;
  z-index: 9;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
#infographix {
  width: 100%;
}

#interactive-content {
  display: flex;
  align-self: center;
}
#interactive-content .mycontent {
  text-align: center;
}
@media (min-width: 768px) {
  #interactive-content .mycontent p {
    min-height: 70px;
  }
}
#interactive-content .mycontent img {
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #interactive-content .mycontent {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row.topcat, .row.ninesevenfive, .row.redcat, .row.activate {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .row.topcat > div, .row.ninesevenfive > div, .row.redcat > div, .row.activate > div {
    margin-bottom: 2em;
  }
}

.right-arrow {
  display: inline-block;
  position: relative;
  color: #0A678C;
  text-decoration: none;
  font-weight: 400;
}
.right-arrow:after {
  position: absolute;
  padding-top: 2px;
  top: calc(50% + 1.5px);
  transform: translateY(-50%);
  content: "";
  height: 10px;
  width: 6px;
  right: -15px;
  background: url("/wp-content/themes/lightspeed/assets/images/icons/global/chevron-link.svg");
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  height: 100vh;
  display: none;
}
.modal.active {
  display: block;
}
.modal .container-fluid, .modal .container-sm, .modal .container-md, .modal .container-lg, .modal .container-xl {
  margin-top: 30px;
}
.modal .close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
.logged-in .modal .close {
  top: 40px;
}
.modal.video .container-fluid, .modal.video .container-sm, .modal.video .container-md, .modal.video .container-lg, .modal.video .container-xl {
  padding-top: 10px;
}
.logged-in .modal.video .container-fluid, .logged-in .modal.video .container-sm, .logged-in .modal.video .container-md, .logged-in .modal.video .container-lg, .logged-in .modal.video .container-xl {
  margin-top: 60px;
}
.logged-in .modal.video.active {
  margin-top: 32px;
}

.logged-in #embed360modal {
  padding-top: 40px;
}

.btn {
  cursor: pointer;
}

#colorbox.advgb_lightbox #cboxClose {
  top: -40px !important;
  bottom: auto !important;
}

.featured-post, .post {
  height: 100%;
}
.featured-post a, .post a {
  display: block;
  text-decoration: none;
  color: #282828;
  position: relative;
}
.featured-post img, .post img {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.post-type-archive-newsroom .featured-post img, .post-type-archive-newsroom .post img {
  object-fit: contain;
  max-height: 135px;
}
@media (max-width: 767.98px) {
  .featured-post img, .post img {
    min-height: 40vw;
  }
}
@media (min-width: 768px) {
  .featured-post img, .post img {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .featured-post img, .post img {
    height: 165px;
  }
}
@media (min-width: 1200px) {
  .featured-post img, .post img {
    height: 200px;
  }
}
.featured-post h3, .post h3 {
  font-weight: 300;
  font-size: 22px;
}
.featured-post p, .post p {
  margin-top: 0;
}
.featured-post .flag, .post .flag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #FAC03B;
  color: #000;
  font-size: 10px;
  z-index: 2;
  line-height: 1;
  padding: 2px 8px;
  border-radius: 8px;
  font-family: "Roboto Mono", monospace;
}

@media (max-width: 991.98px) {
  .featured-post {
    margin-bottom: 40px;
  }
}
.featured-post h3, .featured-post p {
  font-family: "Roboto", sans-serif;
}
.featured-post h3 {
  font-weight: 400;
}
.featured-post a {
  display: flex;
  width: 100%;
  flex-direction: column;
  min-height: 360px;
  align-items: flex-start;
}
.featured-post a span.is-style-chevron-after {
  margin-top: auto;
  display: inline-block;
  position: relative;
  width: auto;
}
.featured-post a:hover span:not(.flag), .featured-post a:hover span:not(.flag):before {
  color: #3052DA;
}

.post {
  margin-bottom: 39.6px;
}
.post a h3 {
  margin: 0;
}
.post a:hover .post--blurb-wrap {
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 17px;
}
.newsroom .post a {
  display: flex;
}
.newsroom .post img {
  width: 30%;
  height: auto;
}
.newsroom .post .post--blurb-wrap {
  border: none;
}
.post--blurb-wrap {
  background: #f8f8f8;
  border-top: none;
  padding: 12px 20px;
  min-height: 120px;
  transition: all 0.2s;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
}
.post-type-archive-newsroom .post--blurb-wrap {
  min-height: auto;
}
.post--blurb-wrap .categories {
  margin-top: auto;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  padding: 0;
  font-size: 14px;
  flex-wrap: wrap;
}
.post--blurb-wrap .categories li {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 20px;
  border: 1px solid #979797;
  white-space: nowrap;
  margin-right: 20px;
  margin-bottom: 5px;
}
#product-package {
  margin-top: 30px;
  margin-bottom: 75px;
}
#product-package .col {
  text-align: center;
  padding-bottom: 25px;
}
#product-package .active {
  font-weight: bold;
  border-bottom: 5px solid #17B8D5;
}

[data-packagetab] {
  cursor: pointer;
  padding-top: 15px;
}

[data-package] {
  display: none;
}
[data-package].active {
  display: block;
}

#borderBottom {
  border-bottom: 1px solid #979797;
}

.page-template-template-products-php .wp-block-cover .has-large-font-size {
  margin-bottom: 10px;
}

.product-preview {
  border: 1px solid #DFE9ED;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 40px;
}
.product-preview .hover {
  position: relative;
}
.product-preview .hover div {
  overflow: hidden;
  position: relative;
}
.product-preview .hover:hover .hoverimage {
  opacity: 1;
}
.product-preview .hoverimage {
  transition: all 0.25s;
  position: absolute;
  opacity: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.product-preview img {
  width: 100%;
  padding-bottom: 20px;
}
.product-preview a {
  color: black;
  text-decoration: none;
}
.product-preview .right-arrow {
  color: #0A678C;
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-preview.no-border {
  border: none;
  padding: 0;
}
.product-preview .date {
  text-transform: uppercase;
  margin-top: 35px;
}
.term-accessories .product-preview > a > div:nth-child(2) > span {
  display: none;
}
.product-preview .categories {
  margin-top: auto;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  padding: 0;
  font-size: 14px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.product-preview .categories li {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 20px;
  border: 1px solid #979797;
  white-space: nowrap;
  margin-right: 20px;
  margin-bottom: 5px;
}

.blog .see-all {
  display: none;
}

.vert-align-center {
  display: flex;
  align-items: center;
}

.product-package__headline {
  margin-top: 40px;
}

.product-preview__above-text {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .product-preview__above-text {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .product-preview__above-text {
    margin-bottom: 20px;
  }
}

.wp-block-mineralblocks-row-content p:empty {
  display: none;
}

.shape1 {
  padding-top: 60px;
  padding-bottom: 68px;
}
.shape1:before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  top: 0;
  height: 60px;
  background-repeat: no-repeat;
  background: url("/wp-content/themes/lightspeed/assets/images/backgrounds/shapes/shape1-top.png");
  background-size: 3000px 100%;
  background-position: center;
}
@media (max-width: 767.98px) {
  .shape1:before {
    background-size: 1400px 100%;
  }
}
@media (min-width: 1200px) {
  .shape1:before {
    background-repeat: no-repeat;
    background: url("/wp-content/themes/lightspeed/assets/images/backgrounds/shapes/shape1-top.png");
    background-size: 100% 100%;
  }
}
.shape1:after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  bottom: 0;
  height: 61px;
  background-repeat: no-repeat;
  background: url("/wp-content/themes/lightspeed/assets/images/backgrounds/shapes/shape1-bottom.png");
  background-size: 3000px 100%;
  background-position: center;
}
@media (max-width: 767.98px) {
  .shape1:after {
    background-size: 1400px 100%;
  }
}
@media (min-width: 1200px) {
  .shape1:after {
    background-repeat: no-repeat;
    background: url("/wp-content/themes/lightspeed/assets/images/backgrounds/shapes/shape1-bottom.png");
    background-size: 100% 100%;
  }
}

.shape2 {
  padding-top: 60px;
  padding-bottom: 68px;
}
.shape2:after {
  transform: scaleX(-1);
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  top: 0;
  height: 60px;
  background-repeat: no-repeat;
  background: url("/wp-content/themes/lightspeed/assets/images/backgrounds/shapes/shape1-top.png");
  background-size: 3000px 100%;
  background-position: center;
}
@media (max-width: 767.98px) {
  .shape2:after {
    background-size: 1400px 100%;
  }
}
@media (min-width: 1200px) {
  .shape2:after {
    background-repeat: no-repeat;
    background: url("/wp-content/themes/lightspeed/assets/images/backgrounds/shapes/shape1-top.png");
    background-size: 100% 100%;
  }
}
.shape2:before {
  transform: scaleX(-1);
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  bottom: 0;
  height: 61px;
  background-repeat: no-repeat;
  background: url("/wp-content/themes/lightspeed/assets/images/backgrounds/shapes/shape1-bottom.png");
  background-size: 3000px 100%;
  background-position: center;
}
@media (max-width: 767.98px) {
  .shape2:before {
    background-size: 1400px 100%;
  }
}
@media (min-width: 1200px) {
  .shape2:before {
    background-repeat: no-repeat;
    background: url("/wp-content/themes/lightspeed/assets/images/backgrounds/shapes/shape1-bottom.png");
    background-size: 100% 100%;
  }
}

.search-results.container {
  margin-bottom: 30px;
}
.search-results.container a {
  text-decoration: none;
  color: #2b2724;
}
.search-results.container img {
  height: 100%;
  object-fit: contain;
}
.search-results.container hr {
  margin-top: 35px;
  height: 1px;
  background-color: lightgrey;
  border: none;
}

.search-no-results .no-results {
  display: none;
}
.search-no-results .featured-title {
  margin-top: 0;
}

.show-more {
  text-transform: uppercase;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background: url("/wp-content/themes/lightspeed/assets/images/icons/global/arrow-caret-down.svg");
  text-align: center;
  background-repeat: no-repeat;
  background-position: center bottom;
  font-size: 14px;
  font-size: 14px;
  padding-bottom: 20px;
  cursor: pointer;
  margin-bottom: 50px;
  font-family: "Roboto Mono", monospace;
}

.show-less {
  text-transform: uppercase;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background: url("/wp-content/themes/lightspeed/assets/images/icons/global/arrow-caret-up.svg");
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 14px;
  cursor: pointer;
  font-size: 14px;
  padding-top: 10px;
  margin-bottom: 20px;
  font-family: "Roboto Mono", monospace;
}

.wp-block-mineralblocks-show-more .show-more-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s;
}
.wp-block-mineralblocks-show-more .show-less {
  display: none;
}
.wp-block-mineralblocks-show-more.show .show-more-content {
  max-height: 2000px;
}
.wp-block-mineralblocks-show-more.show-less-button .show-more {
  opacity: 0;
  display: none;
}
.wp-block-mineralblocks-show-more.show-less-button .show-less {
  display: block;
}

.single-customer_stories .post-content {
  font-size: 19px;
}

#slideshow {
  margin-bottom: 2em;
  padding: 0;
  margin: 0;
}
#slideshow .row, #slideshow .col {
  margin: 0;
  padding: 0;
}
#slideshow .swiper-container-initialized {
  overflow: hidden;
}
#slideshow img {
  width: 100%;
}
@media (min-width: 768px) {
  #slideshow .slidecontent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 991.98px) {
  #slideshow .slidecontent {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
#slideshow .swiper-pagination {
  position: absolute;
  text-align: left;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 9;
  bottom: 25px;
  display: inline-flex;
  width: 300px;
  justify-content: center;
}
@media (max-width: 767.98px) {
  #slideshow .swiper-pagination {
    margin-left: auto;
    margin-right: auto;
    right: calc(50% - 150px);
    text-align: center;
  }
}
@media (min-width: 768px) {
  #slideshow .swiper-pagination {
    right: calc(50% - 150px);
    margin: auto;
  }
}
#slideshow .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #BABABA;
  cursor: pointer;
  display: block;
}
#slideshow .swiper-pagination-bullet:not(:first-child) {
  margin-left: 15px;
}
#slideshow .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0A678C;
}
#slideshow .swiper-button-next {
  background: url("/wp-content/themes/lightspeed/assets/images/icons/slide/chevron-right.svg");
  width: 20px;
  height: 38px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  right: 15px;
}
#slideshow .swiper-button-prev {
  background: url("/wp-content/themes/lightspeed/assets/images/icons/slide/chevron-left.svg");
  width: 20px;
  height: 38px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  left: 15px;
}
#slideshow .swiper-button-disabled {
  opacity: 0.2;
}
.btn__slideshow {
  line-height: 1em;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.btn__slideshow img {
  width: 27px;
  margin-right: 5px;
}

#embed360__overlay {
  position: relative;
}

@media (min-width: 768px) {
  #embed360__content {
    position: absolute;
    width: 100%;
    top: -90px;
    z-index: 2;
  }
}
.swiper-button-disabled {
  opacity: 0;
}
#slideshow .swiper-button-disabled {
  opacity: 0;
}

.wp-block-separator.is-style-wide {
  border-bottom-width: 3px;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  width: 100vw;
  max-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
}

.special-characters-filter {
  position: relative;
}

.special-character__sub {
  position: relative;
  font-size: 0.4em;
}

.special-character__super {
  position: relative;
  font-size: 0.5em;
  top: 0.5em;
}

.spec {
  display: none;
  margin-bottom: 100px;
}
.spec .row {
  padding-top: 15px;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 15px;
}
.spec.selected {
  display: block;
}

[data-speclist] {
  font-weight: 300;
  margin-bottom: 35px;
  cursor: pointer;
}
[data-speclist].selected {
  font-weight: 400;
}

@media (min-width: 768px) {
  .wp-block-mineralblocks-stacked-control-group {
    display: flex;
  }
  .wp-block-mineralblocks-stacked-control-group .title {
    display: none;
  }
  .wp-block-mineralblocks-stacked-control-group .bars {
    width: 40%;
    cursor: pointer;
  }
  .wp-block-mineralblocks-stacked-control-group .bars div {
    position: relative;
    margin-bottom: 6px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wp-block-mineralblocks-stacked-control-group .bars div span {
    display: block;
  }
  .wp-block-mineralblocks-stacked-control-group .bars div.active .arrow-right {
    z-index: 1;
    display: block;
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    padding: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #007bff;
    margin: auto;
  }
  .wp-block-mineralblocks-stacked-control-group .bars .arrow-right {
    display: none;
  }
  .wp-block-mineralblocks-stacked-control-group .content {
    padding-left: 50px;
    width: 60%;
    display: flex;
    align-items: center;
  }
  .wp-block-mineralblocks-stacked-control-group .content a {
    text-decoration: none;
    color: #282828;
  }
  .wp-block-mineralblocks-stacked-control-group .content .is-style-chevron-after {
    text-decoration: underline;
  }
  .wp-block-mineralblocks-stacked-control-group .content h2 {
    margin-top: 0;
    font-size: 36px;
  }
  .wp-block-mineralblocks-stacked-control-group .wp-block-mineralblocks-stack-controls-slide {
    display: none;
  }
  .wp-block-mineralblocks-stacked-control-group .wp-block-mineralblocks-stack-controls-slide.active {
    display: block;
  }
}
@media (min-width: 1200px) {
  .wp-block-mineralblocks-stacked-control-group .bars {
    width: 35%;
  }
  .wp-block-mineralblocks-stacked-control-group .content {
    width: 65%;
    padding-left: 100px;
  }
}
@media (max-width: 767.98px) {
  .wp-block-mineralblocks-stacked-control-group {
    overflow-y: scroll;
  }
  .wp-block-mineralblocks-stacked-control-group .bars {
    display: none;
  }
  .wp-block-mineralblocks-stacked-control-group .title {
    position: relative;
    margin-bottom: 6px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wp-block-mineralblocks-stacked-control-group .content {
    min-width: max-content;
    display: flex;
  }
  .wp-block-mineralblocks-stacked-control-group .content .wp-block-mineralblocks-stack-controls-slide {
    width: calc(100vw - 65px);
    margin-right: 10px;
    max-width: 400px;
  }
  .wp-block-mineralblocks-stacked-control-group .content a {
    text-decoration: none;
    color: #282828;
  }
  .wp-block-mineralblocks-stacked-control-group .content .is-style-chevron-after {
    text-decoration: underline;
  }
  .wp-block-mineralblocks-stacked-control-group .content h2 {
    font-size: 36px;
  }
}
.wp-block-mineralblocks-stacked-control-group .mycontent {
  display: flex;
  flex-direction: column;
}
.wp-block-mineralblocks-stacked-control-group h1 {
  font-weight: 400;
}
@media (min-width: 768px) {
  .wp-block-mineralblocks-stacked-control-group h1 {
    padding-top: 0;
    margin-top: 0;
    font-size: 40px;
  }
}

.is-style-chevron-after {
  margin-top: 1em;
  display: inline-block;
  max-width: 100%;
}

.statistic-block {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .statistic-block {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .statistic-block h3 {
    margin-bottom: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .statistic-block h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .statistic-block h3 {
    font-size: 36px;
  }
}
.statistic-block .statistic-image {
  margin-left: auto;
  margin-right: auto;
  height: 40px;
  width: 40px;
}
.statistic-block img {
  max-width: 40px;
  max-height: 40px;
  width: 100%;
}
.statistic-block p {
  font-weight: 100;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .statistic-block p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .statistic-block p {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .statistic-block {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-bottom: 30px;
  }
}

.wp-block-mineralblocks-storytelling-block img {
  width: 100%;
  margin-bottom: 11px;
  height: auto;
}
.wp-block-mineralblocks-storytelling-block h3 {
  font-size: 22px;
  line-height: 1.28em;
  margin-bottom: 18px;
  margin-top: 0;
}
.wp-block-mineralblocks-storytelling-block p {
  margin-top: 0;
  font-weight: 200;
}
.wp-block-mineralblocks-storytelling-block a {
  text-decoration: none;
  color: #282828;
  font-size: 15px;
}

@media (max-width: 767.98px) {
  .wp-block-mineralblocks-story-telling-group {
    overflow-y: scroll;
  }
  .wp-block-mineralblocks-story-telling-group .wrapper {
    min-width: max-content;
    display: flex;
  }
  .wp-block-mineralblocks-story-telling-group .wp-block-mineralblocks-storytelling-block {
    width: 300px;
    flex: 1;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .wp-block-mineralblocks-story-telling-group .wrapper {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  .wp-block-mineralblocks-story-telling-group .wp-block-mineralblocks-storytelling-block {
    max-width: 33.33%;
    flex: 1;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.wp-block-mineralblocks-storytelling-media-group {
  display: flex;
}
.wp-block-mineralblocks-storytelling-media-group figure {
  margin: 0;
}
.wp-block-mineralblocks-storytelling-media-group .bars {
  display: none;
  width: 25%;
  flex-wrap: wrap;
  padding-right: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .wp-block-mineralblocks-storytelling-media-group .bars {
    display: flex;
    height: fit-content;
  }
}
.wp-block-mineralblocks-storytelling-media-group .bars > div {
  cursor: pointer;
}
.wp-block-mineralblocks-storytelling-media-group .bars .active {
  font-weight: 400;
}
.wp-block-mineralblocks-storytelling-media-group .bars > div:hover img, .wp-block-mineralblocks-storytelling-media-group .bars .active img {
  transition: 0.3s filter linear;
  filter: grayscale(0%);
}
.wp-block-mineralblocks-storytelling-media-group .bars img {
  filter: grayscale(100%);
  object-fit: contain;
  height: 50px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-mineralblocks-storytelling-media-group .bars .miniPreview {
  text-align: center;
  margin-bottom: 20px;
  filter: grayscale(0.99);
  transition: all 0.21s ease;
}
.wp-block-mineralblocks-storytelling-media-group .bars .miniPreview:hover {
  filter: grayscale(0);
}
.wp-block-mineralblocks-storytelling-media-group .bars .miniPreview span {
  display: block;
  max-width: 135px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-mineralblocks-storytelling-media-group .bars > div {
  width: 100%;
}
.wp-block-mineralblocks-storytelling-media-group .bars div[class^=slide], .wp-block-mineralblocks-storytelling-media-group .bars div[class*=slide] {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  text-align: center;
  justify-content: space-between;
}
.wp-block-mineralblocks-storytelling-media-group .bars div[class^=slide] span, .wp-block-mineralblocks-storytelling-media-group .bars div[class*=slide] span {
  display: block;
  max-width: 135px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .wp-block-mineralblocks-storytelling-media-group .content {
    min-width: max-content;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .wp-block-mineralblocks-storytelling-media-group .content {
    width: 75%;
    padding-left: 40px;
  }
  .wp-block-mineralblocks-storytelling-media-group .content > div {
    display: none;
  }
  .wp-block-mineralblocks-storytelling-media-group .content > div.active {
    display: block;
  }
}
.wp-block-mineralblocks-storytelling-media-group a {
  text-decoration: none;
  color: #282828;
}
.wp-block-mineralblocks-storytelling-media-group .is-style-chevron-after {
  text-decoration: underline;
}
.wp-block-mineralblocks-storytelling-media-group p {
  font-weight: 300;
}
.wp-block-mineralblocks-storytelling-media-group h2 {
  font-size: 24px;
}
.wp-block-mineralblocks-storytelling-media-group img {
  max-width: 100%;
}
.wp-block-mineralblocks-storytelling-media-group .wp-block-mineralblocks-storytelling-media-slide {
  margin-left: auto;
  margin-right: auto;
  max-width: 460px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .wp-block-mineralblocks-storytelling-media-group .wp-block-mineralblocks-storytelling-media-slide {
    margin-right: auto !important;
    max-width: 100%;
    width: 100%;
  }
  .wp-block-mineralblocks-storytelling-media-group .wp-block-mineralblocks-storytelling-media-slide + .wp-block-mineralblocks-storytelling-media-slide {
    margin-top: 3.2rem;
  }
}
.wp-block-mineralblocks-storytelling-media-group .wp-block-mineralblocks-storytelling-media-slide img {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .wp-block-mineralblocks-storytelling-media-group .wp-block-mineralblocks-storytelling-media-slide img {
    margin-bottom: 1.6rem !important;
  }
}
@media (max-width: 767.98px) {
  .wp-block-mineralblocks-storytelling-media-group .wp-block-mineralblocks-storytelling-media-slide {
    width: calc(100vw - 65px);
    margin-right: 10px;
    max-width: 400px;
  }
}

.wp-block-mineralblocks-storytelling-media-group .bars .active .miniPreview {
  filter: grayscale(0);
}

[data-supportlist] {
  font-weight: 300;
  margin-bottom: 35px;
  cursor: pointer;
}
[data-supportlist].selected {
  font-weight: 400;
}

.document-block {
  background: #F6F6F6;
  border: 1px solid #BABABA;
  border-radius: 10px;
  margin-bottom: 20px;
}
.document-block a {
  color: #282828;
  text-decoration: none;
}
.document-block a:hover {
  text-decoration: underline;
}

.document-block__content {
  padding-left: 20px;
  padding-top: 15px;
}

.video-block {
  margin-bottom: 30px;
}
.video-block img {
  margin-bottom: 33px;
  cursor: pointer;
}

.video-block__title {
  font-size: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.video-block__title a {
  color: #282828;
  text-decoration: none;
}
.video-block__title a:hover {
  text-decoration: underline;
}

[data-support] {
  display: none;
}
[data-support].selected {
  display: block;
}

.data-supporter__link {
  margin-top: 9px;
}
.data-supporter__link:hover {
  opacity: 0.8;
}

@media (max-width: 781px) {
  .product-support-bucket > .wp-block-columns {
    flex-direction: column;
  }
}
@media (max-width: 781px) {
  .product-support-bucket + .product-support-bucket {
    margin-top: 2rem;
  }
}

#content .wp-block-cover {
  max-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}
#content .wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  #content .wp-block-cover .wp-block-cover__inner-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #content .wp-block-cover .wp-block-cover__inner-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #content .wp-block-cover .wp-block-cover__inner-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #content .wp-block-cover .wp-block-cover__inner-container {
    max-width: 1140px;
  }
}

.wp-block-cover p {
  font-size: 18px;
}
@media (min-width: 768px) {
  .wp-block-cover p {
    font-size: 24px;
  }
}
.wp-block-cover .has-large-font-size {
  font-size: 48px;
  line-height: 1em;
}
@media (min-width: 768px) {
  .wp-block-cover .has-large-font-size {
    font-size: 72px;
  }
}

@media (max-width: 767.98px) {
  .page-template-template-support-page .wp-block-cover.is-style-ultra-wide {
    min-height: auto;
    display: block;
  }
  .page-template-template-support-page .wp-block-cover.is-style-ultra-wide img {
    position: relative;
  }
  .page-template-template-support-page p:empty {
    display: none;
  }
}
.wp-block-quote {
  border-left: 0;
}

.wp-block-quote {
  width: calc(100% - 150px);
  margin-left: auto !important;
}

.wp-block-mineralblocks-quote-carousel:before {
  position: absolute;
  height: 3px;
  width: 100%;
  content: "";
  background-image: linear-gradient(90deg, #2BCDC4 0%, #2BCBC6 38%, #2BBBD5 100%);
  top: -3px;
}

.is-style-mineral-quote, .wp-block-quote {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-size: 22px;
  padding-top: 10px;
  padding-bottom: 30px;
  position: relative;
  padding-left: 20px;
  font-style: italic;
}
@media (min-width: 768px) {
  .is-style-mineral-quote, .wp-block-quote {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767.98px) {
  .is-style-mineral-quote, .wp-block-quote {
    width: 100%;
  }
}
.is-style-mineral-quote:before, .wp-block-quote:before {
  position: absolute;
  content: "";
  width: 104px;
  height: 88px;
  background-repeat: no-repeat;
  background: url("/wp-content/themes/lightspeed/assets/images/icons/quote/left-quote-blue.svg");
  left: -150px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .is-style-mineral-quote:before, .wp-block-quote:before {
    top: auto;
  }
}
.is-style-mineral-quote p, .wp-block-quote p {
  position: relative;
}
.is-style-mineral-quote p, .wp-block-quote p {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .is-style-mineral-quote p, .wp-block-quote p {
    font-size: 22px;
  }
}
.is-style-mineral-quote cite, .wp-block-quote cite {
  display: block;
  font-size: 14px;
  font-style: normal;
}
@media (min-width: 768px) {
  .is-style-mineral-quote cite, .wp-block-quote cite {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .is-style-mineral-quote cite, .wp-block-quote cite {
    width: calc(100% - 35px);
    margin-top: 1.5em;
  }
}
@media (min-width: 992px) {
  .is-style-mineral-quote cite, .wp-block-quote cite {
    margin-top: 1.5em;
    line-height: 1.2em;
  }
}

@media (max-width: 767.98px) {
  #content #wide.wp-block-mineralblocks-quote-carousel {
    width: 100%;
    position: relative;
    left: 0;
    overflow: hidden;
  }
}
@media (max-width: 575.98px) {
  #content #wide.wp-block-mineralblocks-quote-carousel .swiper-container {
    padding-right: 25px;
  }
}
@media (max-width: 767.98px) {
  #content #wide.wp-block-mineralblocks-quote-carousel .swiper-container {
    overflow: initial;
  }
}

#content .wp-block-mineralblocks-quote-carousel {
  position: relative;
}
@media (max-width: 767.98px) {
  #content .wp-block-mineralblocks-quote-carousel {
    padding-bottom: 50px;
  }
}
#content .wp-block-mineralblocks-quote-carousel .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 20px;
  left: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  #content .wp-block-mineralblocks-quote-carousel .swiper-pagination {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  #content .wp-block-mineralblocks-quote-carousel .swiper-pagination {
    margin-left: auto;
    margin-right: auto;
  }
}
#content .wp-block-mineralblocks-quote-carousel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #2BCDC4;
  cursor: pointer;
}
#content .wp-block-mineralblocks-quote-carousel .swiper-pagination-bullet:hover {
  background: #4d99a6;
}
#content .wp-block-mineralblocks-quote-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4d99a6;
}
#content .wp-block-mineralblocks-quote-carousel .swiper-pagination-bullet {
  margin: 0 10px;
  padding: 5px;
}
.quote-content {
  max-width: 2053px;
}

#content .wp-block-mineralblocks-quote-carousel-slide {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
  #content .wp-block-mineralblocks-quote-carousel-slide {
    flex-direction: row;
    flex-grow: 1;
    height: 100%;
    align-self: stretch;
  }
}
#content .wp-block-mineralblocks-quote-carousel-slide .image {
  line-height: 0;
}
@media (min-width: 768px) {
  #content .wp-block-mineralblocks-quote-carousel-slide .image {
    width: 50%;
  }
}
#content .wp-block-mineralblocks-quote-carousel-slide .text {
  display: flex;
  padding: 30px 30px;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  #content .wp-block-mineralblocks-quote-carousel-slide .text {
    flex-grow: 1;
    padding: 25px 15px;
  }
}
@media (min-width: 768px) {
  #content .wp-block-mineralblocks-quote-carousel-slide .text {
    width: 50%;
    flex: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #content .wp-block-mineralblocks-quote-carousel-slide .text {
    padding: 10px 50px;
  }
}
@media (min-width: 992px) {
  #content .wp-block-mineralblocks-quote-carousel-slide .text {
    padding: 3.5rem 60px;
  }
}
#content .wp-block-mineralblocks-quote-carousel-slide .text .slide-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#content .wp-block-mineralblocks-quote-carousel-slide img {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.myCol.text {
  display: flex;
  justify-content: center;
}

.wp-block-mineralblocks-slideshow-slide-text.slide-text {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-block-mineralblocks-slideshow-slide-text.slide-text .wp-block-quote p {
    font-size: 21px;
  }
}
.wp-block-mineralblocks-slideshow-slide-text.slide-text:empty {
  display: none !important;
}

.wp-block-mineralblocks-row-content > .wp-block-quote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .wp-block-mineralblocks-row-content > .wp-block-quote {
    padding-top: 1px;
    padding-left: 70px;
    padding-right: 70px;
  }
  .wp-block-mineralblocks-row-content > .wp-block-quote:before {
    background: none;
  }
  .wp-block-mineralblocks-row-content > .wp-block-quote p {
    position: relative;
  }
  .wp-block-mineralblocks-row-content > .wp-block-quote p:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 21px;
    background: url("/wp-content/themes/lightspeed/assets/images/icons/quote/left-quote.svg");
    background-size: 100%;
    top: 2px;
    left: -35px;
  }
  .wp-block-mineralblocks-row-content > .wp-block-quote cite:before {
    content: "";
    background: none;
  }
}

.wp-block-quote.block-editor-block-list__block {
  line-height: 1.3em;
  padding-top: 28px;
}

.wp-block-quote.block-editor-block-list__block.wp-block:after {
  top: auto !important;
  left: auto !important;
}

#content [style="background-color:#f15a26"] .generic-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #9cddff;
}
#content [style="background-color:#FAC03B"] .generic-swiper .swiper-pagination-bullet {
  background-color: #9cddff;
}
#content [style="background-color:#FAC03B"] .generic-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f15a26;
}

.post-categories {
  font-size: 13px;
  margin-left: 0;
  padding-left: 0;
}
.post-categories li {
  list-style: none;
}

.author {
  margin-top: 3px;
  margin-bottom: 3px;
}

.date {
  margin-top: 0;
}

.post-title {
  font-weight: 300;
  margin-top: 0;
}
@media (min-width: 768px) {
  .post-title {
    font-size: 36px;
    line-height: 1.1em;
    margin-bottom: 25px;
  }
}

.suggested-reading {
  text-align: center;
  margin-bottom: 36px;
}
.suggested-reading a {
  color: #0c0c0c;
  text-decoration: none;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .suggested-reading h3 {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .suggested-reading h3 {
    font-size: 15px;
  }
}
.suggested-reading .col {
  border: 1px solid darkgrey;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.suggested-reading .right-chevron:before {
  position: absolute;
  font-size: 20px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: darkgrey;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  left: 12px;
}
.suggested-reading .left-chevron:before {
  position: absolute;
  height: 100%;
  font-size: 20px;
  top: 0;
  display: flex;
  align-items: center;
  right: 12px;
  color: darkgrey;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
}

.suggested-reading.double .col:first-of-type {
  border-right: 0px solid darkgrey;
  padding-right: 0px;
  padding-left: 0px;
  margin-left: 15px;
}
.suggested-reading.double .col:first-of-type h3 {
  padding-left: 30px;
  padding-right: 10px;
}
.suggested-reading.double .col:last-of-type {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 15px;
}
.suggested-reading.double .col:last-of-type h3 {
  padding-right: 30px;
  padding-left: 15px;
}

#share-title {
  font-size: 25px;
}
#share-title a {
  cursor: pointer;
}
#share-title ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  padding-right: 2px;
  margin-top: 0;
  padding-top: 0;
}
@media (min-width: 576px) {
  #share-title ul li {
    margin-bottom: 5px;
  }
}
@media (max-width: 575.98px) {
  #share-title ul li {
    display: inline-block;
  }
}
#share-title .fa-facebook-square {
  color: #3196f3;
}
@media (min-width: 576px) {
  #share-title .fa-facebook-square {
    margin-bottom: 3px;
  }
}
#share-title .fa-twitter {
  color: #32a9f4;
}
#share-title .fa-linkedin {
  color: #2184b1;
}
@media (max-width: 575.98px) {
  .author {
    order: 2;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .author {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .author {
    order: 2;
  }
}

.post-title {
  display: block;
}
@media (max-width: 575.98px) {
  .post-title {
    display: none;
  }
}

.post-title-mobile {
  display: block;
}
@media (min-width: 576px) {
  .post-title-mobile {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .post-content {
    order: 3;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .post-content {
    order: 2;
  }
}

.author-sm-only {
  display: none;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .author-sm-only {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .socials {
    order: 2;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .socials {
    order: 2;
  }
}

.justify-top {
  justify-content: flex-start;
  align-items: flex-start;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important;
}
.swiper-wrapper.disabled .swiper-pagination {
  display: none;
}

.disabled .swiper-pagination {
  display: none;
}