@charset "UTF-8";
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.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.33333333%;
  max-width: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

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

.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.33333333%;
}

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

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

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

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

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

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

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

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

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

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

@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.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@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.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@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.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@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.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
       user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
       user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
       user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !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;
  }
}

.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;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !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;
}

.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;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@font-face {
  font-family: "Helvetica LT W01 Light";
  src: url("/fonts/helvetica-font/Fonts/3a74c169-76ee-4223-b4b4-aac92e8da5ec.eot?#iefix");
  src: url("/fonts/helvetica-font/Fonts/3a74c169-76ee-4223-b4b4-aac92e8da5ec.eot?#iefix") format("eot"), url("/fonts/helvetica-font/Fonts/37953885-0443-4c72-a693-9152a9f5a901.woff2") format("woff2"), url("/fonts/helvetica-font/Fonts/fcce277c-07e2-4c88-ad8b-a71b484e2cbe.woff") format("woff"), url("/fonts/helvetica-font/Fonts/315bbeb9-a30f-4f38-91ae-d6cfbbf89437.ttf") format("truetype"), url("/fonts/helvetica-font/Fonts/507e1538-09ae-429d-a77c-b0fd539aea7f.svg#507e1538-09ae-429d-a77c-b0fd539aea7f") format("svg");
}
@font-face {
  font-family: "Helvetica LT W01 Roman";
  src: url("/fonts/helvetica-font/Fonts/05598d95-f297-4c7f-a825-ab617e7e045f.eot?#iefix");
  src: url("/fonts/helvetica-font/Fonts/05598d95-f297-4c7f-a825-ab617e7e045f.eot?#iefix") format("eot"), url("/fonts/helvetica-font/Fonts/89294146-207c-4803-91fe-338f0d0094bd.woff2") format("woff2"), url("/fonts/helvetica-font/Fonts/57055fe4-c2d3-4287-bac2-eece43fdcbd3.woff") format("woff"), url("/fonts/helvetica-font/Fonts/2922d55c-8df4-4066-b7b0-eec2d1524330.ttf") format("truetype"), url("/fonts/helvetica-font/Fonts/f8343ddf-e94d-471e-95b0-3b435acc2499.svg#f8343ddf-e94d-471e-95b0-3b435acc2499") format("svg");
}
@font-face {
  font-family: "Helvetica LT W01 Bold";
  src: url("/fonts/helvetica-font/Fonts/05f47e74-d17c-45af-86c3-8ab878fd4ec7.eot?#iefix");
  src: url("/fonts/helvetica-font/Fonts/05f47e74-d17c-45af-86c3-8ab878fd4ec7.eot?#iefix") format("eot"), url("/fonts/helvetica-font/Fonts/7ce0a2f5-eb00-46aa-919c-5b3f3667646c.woff2") format("woff2"), url("/fonts/helvetica-font/Fonts/cad22c74-45b4-4c49-9e6a-0cd3768a7bc7.woff") format("woff"), url("/fonts/helvetica-font/Fonts/8ebb9b04-d12d-488e-aa96-0bb6e6777336.ttf") format("truetype"), url("/fonts/helvetica-font/Fonts/7672ef16-fedc-4b60-8337-04b537a6ada5.svg#7672ef16-fedc-4b60-8337-04b537a6ada5") format("svg");
}
@font-face {
  font-family: "Helvetica Neue LT W01_65 Md";
  src: url("/fonts/helvetica-font/Fonts/f95f9fc2-ffda-431c-9d6a-2c3668f5b20b.eot?#iefix");
  src: url("/fonts/helvetica-font/Fonts/f95f9fc2-ffda-431c-9d6a-2c3668f5b20b.eot?#iefix") format("eot"), url("/fonts/helvetica-font/Fonts/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2") format("woff2"), url("/fonts/helvetica-font/Fonts/050b1948-f226-4d20-a65a-15d8ed031222.woff") format("woff"), url("/fonts/helvetica-font/Fonts/beb88be6-2a60-46fe-914f-6892b3ae46ce.ttf") format("truetype"), url("/fonts/helvetica-font/Fonts/e5567978-93ef-4de1-804d-1f0e3654a014.svg#e5567978-93ef-4de1-804d-1f0e3654a014") format("svg");
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*=====end sample request =========*/
/*======== swatch simulator page ==========*/
/*=====end= swatch simulator page ==========*/
/*======== mouse scroll animation ======*/
@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 15px;
    opacity: 0;
  }
}
/*=======end mouse scroll animation ======*/
/*======= dropdown-select =========*/
/*======end= dropdown-select =========*/
/*======= contact map click =========*/
/*=====end= contact map click =========*/
.d-inline-flex {
  display: inline-flex !important;
  width: 100%;
}

.maxw1920 {
  max-width: 1920px;
  margin: 0 auto;
}

.maxw960 {
  max-width: 960px;
  margin: 0 auto;
}

.richtext a:not(.btn) {
  text-decoration: underline;
  color: #007C5F;
}
.richtext a:not(.btn):hover {
  text-decoration: underline;
  color: #007C5F;
}
.richtext iframe {
  margin-top: 40px;
  min-height: 535px;
}
.richtext h2 {
  margin-top: 20px;
  font-size: 36px;
}
.richtext h2:after {
  content: "";
  width: 50px;
  height: 3px;
  background: #007C5F;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.richtext h3 {
  font-size: 30px;
}
.richtext ul {
  padding-left: 30px;
  margin-bottom: 25px;
}

a {
  transition: all 0.25s ease-in-out;
  outline: none;
  color: #555;
}
a:hover {
  transition: all 0.25s ease-in-out;
  outline: none;
  transition: none !important;
  color: #007C5F;
}
a:focus {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  text-decoration: underline;
  outline: none;
  transition: none !important;
  color: #007C5F;
}

.btn {
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  outline: none;
  font-family: "Helvetica LT W01 Bold";
  text-transform: uppercase;
  border-radius: 0;
  font-size: 14px;
  padding: 17px 50px 17px;
  overflow: hidden;
  z-index: 1;
}
.btn:focus {
  box-shadow: 0 0 0 0;
}
.btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0;
}
.btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0;
}

:hover {
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  outline: none;
}

a.btn:hover {
  transition: all 0.25s ease-in-out !important;
}

body {
  font-family: "Helvetica LT W01 Roman";
  font-size: 16px;
  color: #595959;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}

b, strong {
  font-family: "Helvetica LT W01 Bold";
  font-weight: normal;
}

a.underline-hover:focus {
  text-decoration: underline;
}
a.underline-hover:hover {
  text-decoration: underline;
}

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

ul {
  margin: 0;
  padding: 0;
}

.full-row:after {
  content: "";
  display: table;
  clear: both;
}
.full-row:before {
  content: "";
  display: table;
}

.title-margin {
  margin-top: 55px;
}

img {
  max-width: 100%;
}

.mwauto {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  width: 100%;
}

.w100percent {
  width: 100%;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: 14px;
  padding: 17px 25px 17px;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 16px;
  padding: 17px 50px 17px;
}

.btn-info {
  color: #FFFFFF !important;
  background: #007C5F;
  border-color: #15623a;
}
.btn-info:hover {
  background: #fff;
  border-color: transparent;
  color: #000 !important;
}
.btn-info:focus {
  background: #fff;
  border-color: transparent;
  color: #000 !important;
}
.btn-info:after {
  background: #fff;
  border-color: transparent;
  color: #000 !important;
}
.btn-info:not(:disabled):not(.disabled).active {
  background: #fff;
  border-color: transparent;
}
.btn-info:not(:disabled):not(.disabled):active {
  background: #fff;
  border-color: transparent;
}

.show > .btn-info.dropdown-toggle {
  background: #fff;
  border-color: transparent;
}
.show > .btn-primary.dropdown-toggle {
  background: #007C5F;
  border-color: transparent;
}
.show > .btn-secondary.dropdown-toggle {
  background: #007C5F;
  border-color: #15623a;
}
.show > .btn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0;
}
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #007C5F;
  border-color: #15623a;
  color: #FFFFFF;
}
.show > .btn-outline-secondary.dropdown-toggle {
  background: #fff;
  border-color: transparent;
  color: #15623a !important;
}
.show > .btn-outline-third.dropdown-toggle {
  background: #fff;
  border-color: transparent;
  color: #222E34 !important;
}

.btn-primary {
  color: #FFFFFF;
  background: #E7343F;
  border: 1px solid #E7343F;
}
.btn-primary:hover {
  background: #fff;
  border: 1px solid #E7343F;
  color: #E7343F;
}
.btn-primary:focus {
  background: #fff;
  border: 1px solid #E7343F;
  color: #E7343F !important;
}
.btn-primary:not(:disabled):not(.disabled).active {
  background: #E7343F;
  border-color: transparent;
}
.btn-primary:not(:disabled):not(.disabled):active {
  background: #E7343F;
  border-color: transparent;
}
.btn-primary:disabled {
  background: #E7343F;
  border-color: transparent;
  color: #FFFFFF !important;
}
.btn-primary--inverted {
  background: #FFFFFF;
  border: 1px solid #E7343F;
  color: #E7343F !important;
}
.btn-primary--inverted:hover {
  color: #FFFFFF !important;
  background: #E7343F;
  border: 1px solid #E7343F;
}

.btn-primary-transparent {
  color: #FFFFFF !important;
  background: #E7343F;
  border: 1px solid #E7343F;
}
.btn-primary-transparent:hover {
  background: transparent;
  border: 1px solid #E7343F;
  color: #E7343F !important;
}
.btn-primary-transparent:focus {
  background: transparent;
  border-color: #E7343F;
  color: #E7343F !important;
}

.btn-secondary-transparent {
  max-height: 50px;
  color: #FFFFFF !important;
  white-space: nowrap;
  background: #E7343F;
  border-color: #15623a;
}
.btn-secondary-transparent:hover {
  background: transparent;
  border-color: #fff;
  color: #FFFFFF !important;
}
.btn-secondary-transparent:focus {
  background: transparent;
  border-color: #fff;
  color: #FFFFFF !important;
}
@media screen and (min-width: 1120px) {
  .btn-secondary-transparent {
    max-height: 60px;
  }
}

.banner-home {
  height: 100vh;
  background-size: cover;
}
.banner-home .btn-primary:hover {
  border-color: transparent;
}
.banner-home .btn-primary:focus {
  border-color: transparent;
}
.banner-home .banner-intro {
  text-align: left;
  color: #FFFFFF;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .banner-home .banner-intro {
    padding-bottom: 0;
  }
}
.banner-home .banner-intro h1 {
  margin-bottom: 10px;
  font-family: "Helvetica Neue LT W01_65 Md";
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .banner-home .banner-intro h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .banner-home .banner-intro .intro-text {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .main-hero-slider .owl-dots {
    display: none;
  }
}
.main-hero-slider .owl-dots {
  margin: 0 auto;
  max-width: 1470px;
  position: relative;
  bottom: 90px;
}
.main-hero-slider .owl-dots .owl-dot {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-left: 10px;
}
.main-hero-slider .owl-dots button.active {
  background: #fff;
  transition: all 0.2s ease-in;
}

.btn-solid {
  color: #007C5F !important;
  background: #FFFFFF;
  border-color: transparent;
}
.btn-solid:hover {
  background: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF !important;
}
.btn-solid:focus {
  background: #007C5F;
  border-color: #007C5F;
  color: #FFFFFF !important;
}
.btn-solid:not(:disabled):not(.disabled).active {
  background: #007C5F;
  border-color: #007C5F;
}
.btn-solid:not(:disabled):not(.disabled):active {
  background: #007C5F;
  border-color: #007C5F;
}

.btn-secondary {
  color: #FFFFFF !important;
  background: #007C5F;
  border-color: transparent;
}
.btn-secondary:hover {
  background: #FFFFFF;
  border-color: #007C5F;
  color: #007C5F !important;
}
.btn-secondary:focus {
  background: #007C5F;
  border-color: #007C5F;
  color: #FFFFFF !important;
}
.btn-secondary:not(:disabled):not(.disabled).active {
  background: rgba(0, 124, 95, 0.9490196078);
  border-color: #007C5F;
}
.btn-secondary:not(:disabled):not(.disabled):active {
  background: rgba(0, 124, 95, 0.9490196078);
  border-color: #007C5F;
}

.btn-tertiary {
  color: #007C5F !important;
  background: #fff;
  border-color: transparent;
}
.btn-tertiary:hover {
  background: #007C5F;
  border-color: #fff;
  color: #fff !important;
}
.btn-tertiary:focus {
  background: #007C5F;
  border-color: #fff;
  color: #fff !important;
}
.btn-tertiary:not(:disabled):not(.disabled).active {
  background: #007C5F;
  border-color: #007C5F;
}
.btn-tertiary:not(:disabled):not(.disabled):active {
  background: #007C5F;
  border-color: #007C5F;
}

.btn-primary.disabled {
  background: #007C5F;
  border-color: transparent;
  color: #FFFFFF !important;
}

.btn-outline-primary {
  border: 1px solid #007C5F;
  color: #007C5F !important;
}
.btn-outline-primary:hover {
  background: #007C5F;
  color: #FFFFFF !important;
  border-color: #007C5F;
}
.btn-outline-primary:focus {
  background: #007C5F;
  color: #FFFFFF !important;
  border-color: #007C5F;
}
.btn-outline-primary:after {
  background: #007C5F;
  color: #FFFFFF !important;
  border-color: #007C5F;
}
.btn-outline-primary:not(:disabled):not(.disabled).active {
  background-color: #007C5F;
  border-color: #007C5F;
  color: #FFFFFF;
}
.btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #007C5F;
  border-color: #007C5F;
  color: #FFFFFF;
}

.btn-outline-secondary {
  border: 1px solid #FFFFFF;
  color: #FFFFFF !important;
}
.btn-outline-secondary:hover {
  background: #FFFFFF;
  border-color: #007C5F;
  color: #007C5F !important;
}
.btn-outline-secondary:focus {
  background: #fff;
  border-color: transparent;
  color: #007C5F !important;
}
.btn-outline-secondary:after {
  background: #fff;
  border-color: transparent;
  color: #007C5F !important;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  background: #fff;
  border-color: transparent;
  color: #007C5F !important;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background: #fff;
  border-color: transparent;
  color: #007C5F !important;
}

.btn-outline-third {
  border: 1px solid #fff;
  color: #FFFFFF !important;
}
.btn-outline-third:hover {
  background: #fff;
  border-color: transparent;
  color: #007C5F !important;
}
.btn-outline-third:focus {
  background: #fff;
  border-color: transparent;
  color: #007C5F !important;
}
.btn-outline-third:after {
  background: #fff;
  border-color: transparent;
  color: #007C5F !important;
}
.btn-outline-third:not(:disabled):not(.disabled).active {
  background: #fff;
  border-color: transparent;
  color: #007C5F !important;
}
.btn-outline-third:not(:disabled):not(.disabled):active {
  background: #fff;
  border-color: transparent;
  color: #007C5F !important;
}

h1 {
  color: #555555;
  font-family: "Helvetica LT W01 Bold";
  font-size: 64px;
  margin-bottom: 25px;
}

h2,
.page-h1 {
  color: #555555;
  font-family: "Helvetica LT W01 Light";
  font-size: 48px;
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
}

h3 {
  color: #555555;
  font-family: "Helvetica LT W01 Bold";
  font-size: 36px;
  margin-bottom: 20px;
}

h4,
.page-h4 {
  color: #555555;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 34px;
  font-family: "Helvetica LT W01 Bold";
}

h5 {
  color: #555555;
  font-size: 21px;
  margin-bottom: 15px;
  font-family: "Helvetica LT W01 Bold";
}

h6 {
  color: #555555;
  font-size: 18px;
  line-height: 20px;
  font-family: "Helvetica LT W01 Bold";
}

.bottom-seperate:after {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 2px;
  background: #E7343F;
  position: absolute;
  margin: auto;
}

.nopadding {
  padding: 0;
}

.small-heading {
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
}

.sub-heading {
  font-size: 18px;
  line-height: 28px;
}

.banner-sub-heading:hover {
  text-decoration: underline;
}

.container-inn {
  max-width: 1100px;
  padding: 0 15px;
  margin: auto;
  width: 100%;
}

.full-img img {
  width: 100%;
}

.clearfix {
  clear: both;
}

.margl10 {
  margin-left: 10px;
}

p {
  line-height: 26px;
  margin: 0 0 25px;
  color: #595959;
}

.spacet0 {
  padding-top: 0 !important;
}

.space9050 {
  padding: 90px 0 50px 0;
}

.space220 {
  padding: 220px 0;
}

.space190 {
  padding: 190px 0;
}

.space180 {
  padding: 180px 0;
}

.space170 {
  padding: 170px 0;
}

.space160 {
  padding: 160px 0;
}

.space150 {
  padding: 150px 0;
}

.space145 {
  padding: 145px 0;
}

.space140 {
  padding: 140px 0;
}

.space130 {
  padding: 130px 0;
}

.space120 {
  padding: 120px 0;
}

.space110 {
  padding: 110px 0;
}

.space100 {
  padding: 100px 0;
}

.space90 {
  padding: 90px 0;
}

.space80 {
  padding: 80px 0;
}

.space70 {
  padding: 70px 0;
}

.space60 {
  padding: 60px 0;
}

.space50 {
  padding: 50px 0;
}

.space40 {
  padding: 40px 0;
}

.space30 {
  padding: 30px 0;
}

.space25 {
  padding: 25px 0;
}

.space20 {
  padding: 20px 0;
}

.space20 {
  padding: 20px 0;
}

.space10 {
  padding: 10px 0;
}

.space-r20 {
  padding-right: 20px;
}

.space-l20 {
  padding-left: 20px;
}

.margr25 {
  margin-right: 25px !important;
}

.margt90 {
  margin-top: 90px;
}

.margt50 {
  margin-top: 50px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb50 {
  padding-bottom: 50px;
}

.margt80 {
  margin-top: 80px;
}

.margt70 {
  margin-top: 70px;
}

.margt60 {
  margin-top: 60px;
}

.margt50 {
  margin-top: 50px;
}

.margt40 {
  margin-top: 40px;
}

.margt30 {
  margin-top: 30px;
}

.margt20 {
  margin-top: 20px;
}

.margt120 {
  margin-top: 120px;
}

.margb30 {
  margin-bottom: 30px;
}

.margb50 {
  margin-bottom: 50px;
}

.margb80 {
  margin-bottom: 80px;
}

.top-row-image {
  margin: 22px 0;
}

.padding-t0 {
  padding-top: 0 !important;
}

.section-gray {
  background-color: #1b1b1b;
}

.section-gray-light {
  background-color: #f3f3f3;
}

.section-white {
  background-color: #fff;
}

.section-yellow {
  background-color: #f9c000;
}

.section-black {
  background-color: #000;
}

.section-blue {
  background-color: #222e34;
}

.section-cream {
  background-color: #fcf4e9;
}

.section-navy {
  background-color: #1d1b4a;
}

.section-antique-white {
  background-color: #ffd7ab;
}

.section-light-green {
  background-color: #007C5F;
}

.section-green {
  background-color: #004B3E;
}

.gray-text {
  color: #595959 !important;
}

.gray-dark-text {
  color: #555 !important;
}

.gray-dark-alternative-text {
  color: #555555 !important;
}

.gray-light-text {
  color: #ababab !important;
}

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

.blue-text {
  color: #222e34 !important;
}

.black-text {
  color: #000 !important;
}

.dark-text {
  color: #123040;
}

.green-text {
  color: #007C5F;
}

.dark-bg {
  background: #0d3240 !important;
}

.read-more {
  color: #007C5F;
}
.read-more:hover {
  color: #007C5F;
  text-decoration: underline;
}

.section-black-before:before {
  background: #000;
  content: "";
  height: 640px;
  position: absolute;
  top: -1px;
  width: 100%;
  z-index: -1;
}

.intro-text {
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.banner-inner {
  height: 740px;
  background-position: center top;
}
.banner-inner .banner-intro {
  max-width: 710px;
  margin: auto;
  padding: 0 15px;
}
.banner-inner p {
  color: #FFFFFF;
}

.column-5 .full-img {
  width: 20%;
}

.small-text {
  font-size: 14px;
}

.big-text {
  font-size: 24px;
}

.address {
  line-height: 25px;
}

.box-shadow:hover {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
}

.animation-scale {
  transition: all 0.25s ease-in-out;
  transform: scale(1);
  position: relative;
}
.animation-scale:hover {
  transform: scale(1);
}

.container {
  max-width: 1300px;
}

.max-width-1470 {
  max-width: 1470px;
  margin: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.max-width-1440 {
  max-width: 1440px;
  margin: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.max-width-1300 {
  max-width: 1300px;
  margin: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.max-width-1240 {
  max-width: 1240px;
  margin: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.max-width-1230 {
  max-width: 1230px;
  margin: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.max-width-600 {
  max-width: 600px !important;
  margin: auto;
  width: 100%;
}

.max-width-650 {
  max-width: 650px !important;
  margin: auto;
  width: 100%;
}

.max-width-512 {
  max-width: 512px;
  margin: auto;
}

.max-width-500 {
  max-width: 500px;
  margin: auto;
}

.max-width-900 {
  max-width: 900px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.max-width-980 {
  max-width: 980px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.max-width-746 {
  max-width: 746px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.max-width-740 {
  width: 740px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.medium-font {
  font-family: "Helvetica Neue LT W01_65 Md";
}

.regular-font {
  font-family: "Helvetica LT W01 Roman";
}

.capitalize {
  text-transform: capitalize;
}

.row {
  margin: 0 -12px;
}

.col-p-12 [class*=col-] {
  padding-left: 12px;
  padding-right: 12px;
}

#jr_overlay {
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 2147483646;
  position: absolute;
  text-align: center;
}

#jr_wrap {
  position: absolute;
  width: 100%;
  z-index: 2147483647;
  padding: 0;
  margin: 0;
}

#jr_inner {
  font-size: 12px;
  background: #FFF;
  border: 1px solid #CCC;
  color: #4F4F4F;
  margin: 0 auto;
  height: auto;
  padding: 20px;
  position: relative;
  box-sizing: content-box;
}
#jr_inner p {
  padding: 5px;
  margin: 0;
}
#jr_inner ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#jr_inner ul li {
  cursor: pointer;
  float: left;
  width: 120px;
  height: 122px;
  margin: 0 10px 10px 10px;
  padding: 0;
  text-align: center;
}
#jr_inner li a {
  color: #333;
  font-size: 0.8em;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
#jr_inner li a:hover {
  text-decoration: underline;
}
#jr_inner .jr_icon {
  width: 100px;
  height: 100px;
  margin: 1px auto;
  padding: 0;
  background: transparent no-repeat scroll left top;
  cursor: pointer;
}

#jr_header {
  display: block;
  color: #333;
  padding: 5px;
  padding-bottom: 0;
  margin: 0;
  font-family: "Helvetica Neue LT W01_65 Md";
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 0.5em;
}

#jr_close {
  clear: both;
  padding: 0;
  margin: 0;
}
#jr_close a {
  color: #000;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}
#jr_close p {
  padding: 10px 0 0 0;
  margin: 0;
}

.banner-image {
  background-position: center top;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
}

.bg-overlay:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.banner-inner-pg {
  height: 625px;
}

.top-bar {
  font-size: 11px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.top-bar a {
  font-family: "Helvetica Neue LT W01_65 Md";
  margin-left: 26px;
  color: #FFFFFF;
  transition: none;
}
.top-bar a:hover {
  color: #15623a;
  text-decoration: underline;
}
.top-bar.bg-green a {
  color: #FFFFFF;
  transition: none;
}
.top-bar .brands-link {
  margin: 0;
  padding: 0;
}
.top-bar .brands-link img {
  margin-right: 10px;
}
.top-bar a.current-site-link {
  color: #555555;
  text-decoration: underline;
}
.top-bar a.active {
  color: #15623a;
}
.top-bar > .container > .top-bar-inner {
  border-bottom: 1px solid #ddd;
  height: 50px;
}
.top-bar.dark {
  color: #555555;
}
.top-bar.dark a {
  color: #595959;
}
.top-bar.dark .active a {
  color: #FFFFFF;
}

.top-right a {
  margin-left: 40px;
}

section {
  width: 100%;
  position: relative;
  top: 0;
}

.section-heading {
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  margin-bottom: 26px;
}

.banner-intro {
  position: relative;
}
.banner-intro h2 {
  margin-bottom: 10px;
}

.header-home {
  position: absolute;
}
.header-home .navbar-nav > .nav-item > a {
  color: #FFFFFF;
}
.header-home .top-bar {
  color: #FFFFFF;
}
.header-home .top-bar a {
  color: #FFFFFF;
}
.header-home .top-bar > .container > .top-bar-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.header-home .top-bar a.current-site-link {
  text-decoration: underline;
}
.header-home .search-right {
  background: url(/images/search-icon.svg) no-repeat center center/100% auto;
}
.header-home .search-icon {
  fill: #fff;
}
.header-home .search {
  border-right: 1px solid #fff;
}

.header-top {
  padding: 0;
  font-size: 18px;
  width: 100%;
  z-index: 7;
}
.header-top.inner-header .navbar {
  color: #000;
  flex-direction: column;
}
.header-top.inner-header .navbar a {
  color: #000;
}
.header-top.inner-header .navbar .logo img {
  content: url(/images/logo-color.svg);
}

#source-nav {
  width: 100%;
}

#clone-nav {
  width: 100%;
}

.sticky {
  position: fixed;
  left: 0;
  width: 100%;
  top: -111px;
  padding-bottom: 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
  transition: top 0.2s cubic-bezier(0.3, 0.73, 0.3, 0.74) !important;
  -moz-transition: top 0.2s cubic-bezier(0.3, 0.73, 0.3, 0.74) !important;
}
.sticky .top-bar {
  display: none !important;
}
.sticky nav.navbar {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 50px;
}
.sticky nav.navbar .logo {
  margin-top: -7px;
}
.sticky nav.navbar .logo img {
  width: 268px;
}
@media (min-width: 992px) {
  .sticky nav.navbar {
    height: 110px;
  }
}
@media (max-width: 991px) {
  .sticky nav.navbar {
    height: 42px;
  }
  .sticky nav.navbar .logo {
    margin-top: 0;
  }
}
.sticky .nav-left {
  margin-top: 0 !important;
}
.sticky .nav-right {
  margin-top: 0 !important;
}
.sticky .navbar-nav > .nav-item > a {
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Helvetica LT W01 Bold";
  position: relative;
  text-transform: uppercase;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.sticky .navbar-nav > .nav-cta a {
  color: #FFFFFF !important;
  background: #007C5F;
  min-width: 163px;
  text-align: center;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sticky.fixed {
  position: fixed !important;
  top: 0;
  transition: top 0.5s cubic-bezier(0.3, 0.73, 0.3, 0.74) !important;
  -moz-transition: top 0.5s cubic-bezier(0.3, 0.73, 0.3, 0.74) !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.sticky.visible {
  top: 0;
  position: relative;
}

.search-bx {
  position: relative;
}
.search-bx input.text-field {
  border: 1px solid #dddddd;
  padding: 0 45px 0 20px;
  font-size: 16px;
  color: #595959;
  width: 100%;
  background: #fff;
  height: 60px;
}
.search-bx button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 28px 40px;
}
.search-bx input[type=submit] {
  background: url(/images/search-green.svg) no-repeat center center/100% auto;
  border: none;
  font-size: 0;
  text-indent: -4000;
  width: 24px;
  height: 24px;
  padding: 0;
  right: 15px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.search-right {
  width: 17px;
  height: 17px;
  padding: 3px;
  background: url(/images/search-green.svg) no-repeat center center/100% auto;
}
.search-right--light {
  background: url(/images/search-icon.svg) no-repeat center center/100% auto;
}

.close-animatedModal {
  position: relative;
  right: 4px;
  top: 58px;
  cursor: pointer;
  max-width: 1470px;
  margin: auto;
  text-align: right;
  padding: 0 15px;
}

.mega-dropdown-menu {
  box-shadow: none;
  margin: 0 0 0 8px;
  padding: 20px 20px 10px 20px;
  width: 100%;
  min-width: 280px;
  border: none;
  border-radius: 0 0 0 0;
  max-width: 1440px;
  margin: auto;
  transition: all 0.25s ease-in-out;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}
.mega-dropdown-menu a.read-more {
  border-bottom: 1px solid transparent;
}
.mega-dropdown-menu a.read-more:hover {
  border-bottom: 1px solid #000;
}

.dropdown-menu {
  color: #595959;
}
.dropdown-menu a:hover {
  -webkit-text-decoration-color: #15623A;
  text-decoration-color: #15623A;
}
.dropdown-menu h6 {
  font-size: 16px;
}
.dropdown-menu ul li.nav-item {
  padding: 0;
  margin: 0;
}
.dropdown-menu ul li.nav-item a.nav-link {
  font-family: "Helvetica LT W01 Roman";
  padding: 1px 0;
  display: inline-block;
  margin: 1px 0;
  border-bottom: 1px solid #fff;
  line-height: 1.45em;
}
.dropdown-menu ul li.nav-item a.nav-link:hover {
  border-bottom: 1px solid #123040;
  color: #123040;
}
.dropdown-menu li {
  list-style: none;
}
.dropdown-menu .caption-overlay-block .caption-overlay {
  transition: all 0.5s ease-in-out;
}
.dropdown-menu .caption-overlay-block .caption-overlay h6 {
  transition: all 0.5s ease-in-out;
}
.dropdown-menu .caption-overlay-block .caption-overlay h6:after {
  background: url(/images/hover-arrow.svg) no-repeat center bottom;
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transition-delay: 0;
}
.dropdown-menu .caption-overlay-block:hover .caption-overlay {
  background: rgba(0, 0, 0, 0.6);
}
.dropdown-menu .caption-overlay-block:hover .caption-overlay h6 {
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
}
.dropdown-menu .caption-overlay-block:hover .caption-overlay h6 a {
  top: 50%;
  transform: translateY(-50%);
}
.dropdown-menu .caption-overlay-block:hover .caption-overlay h6:after {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.4s;
}

.sticky.stickyff .navbar-nav > .nav-item > a {
  color: #FFFFFF;
}
.sticky.stickyff .logo-white {
  display: none;
}
.sticky.stickyff .logo-green-sticky {
  display: inline-block;
}

.nav-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-home.sticky .navbar-nav > .nav-cta a {
  color: #FFFFFF !important;
  background: #007C5F;
  min-width: 163px;
  text-align: center;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-home.sticky .nav-item > a {
  color: #555;
}
.header-home.sticky .nav {
  background-color: red;
}
.header-home.sticky .nav .navbar {
  height: 42px;
}

.header-home .navbar .navbar-nav > .nav-cta a {
  color: #555;
  background: transparent;
  min-width: 0px;
  text-align: left;
  height: auto;
  display: block;
  font-size: 14px;
  font-family: "Helvetica LT W01 Bold";
  position: relative;
  text-transform: uppercase;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-right: 40px;
}

.navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-nav > .nav-cta a {
  color: #FFFFFF !important;
  background: #007C5F;
  min-width: 163px;
  text-align: center;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-nav > .nav-item > a {
  color: #FFFFFF;
  font-size: 12px;
  font-family: "Helvetica LT W01 Bold";
  position: relative;
  text-transform: uppercase;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 1200px) {
  .navbar-nav > .nav-item > a {
    font-size: 14px;
  }
}
.navbar-nav > .nav-item:last-child > a {
  margin-right: 0 !important;
}
.navbar-nav > li.nav-item > a i {
  right: 6px;
  position: absolute;
  top: 11px;
}
.navbar-nav > li.nav-item > a span {
  position: relative;
}

.nav-link:hover {
  color: #123040;
}
.nav-link:focus {
  color: #123040;
}

.logo-green-sticky {
  display: none;
}

.breadcrumb {
  padding: 0;
  list-style: none;
  background: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0;
  color: #4e4e4e;
}
.breadcrumb li {
  display: inline;
  font-size: 12px;
}
.breadcrumb li a {
  color: #FFFFFF;
  text-decoration: none;
}
.breadcrumb li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.breadcrumb li + li::before {
  color: #595959;
}
.breadcrumb li + li:before {
  content: "\F105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  color: #FFFFFF;
  padding: 3px 9px;
}

.breadcrumb-section-white .breadcrumb li a {
  color: #595959;
}

.breadcrumb-section {
  padding: 12px 0 15px;
}

footer {
  padding: 35px 0 30px;
  position: relative;
  font-size: 16px;
}
footer h6 {
  font-size: 14px;
  margin: 0 0 10px;
  color: #555555;
  text-transform: uppercase;
  font-family: "Helvetica LT W01 Bold";
}
footer .logo {
  margin: 0;
}
footer a {
  color: #ababab;
}
footer .awards-section span {
  margin: 0 7px 0 0;
  margin-right: 25px;
}
@media screen and (max-width: 991px) {
  footer .awards-section span {
    margin-right: 10px;
  }
}

.awards-section img {
  opacity: 0.5;
}

.footer-link {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  max-height: 140px;
  flex-wrap: wrap;
}
.footer-link li {
  padding: 0 0 5px;
  display: block;
  list-style: none;
}
.footer-link li a {
  font-size: 16px;
}
.footer-link li a:hover {
  color: #555;
  text-decoration: underline;
}

.social {
  margin: 10px 0 0;
  padding: 0px;
}
.social li {
  display: block;
  padding: 0 0 10px 0;
  font-size: 13px;
}
.social li a i {
  font-size: 20px;
  color: #FFFFFF;
  background: #007C5F;
  display: inline-block;
  width: 37px;
  height: 37px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  margin-right: 8px;
}
.social li a i.fa-twitter {
  line-height: 37px;
}
.social li a span:first-child {
  float: left;
}
.social li a:hover {
  color: #f0b92a;
}
.social li a:focus {
  color: #f0b92a;
}

.footer-bottom-menu a {
  color: #999999;
}
.footer-bottom-menu a:hover {
  color: #007C5F;
  text-decoration: underline;
}

.copyright {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}

.footer-bottom {
  border-top: 1px solid #dddddd;
}
.footer-bottom ul {
  margin: 0px;
  padding: 0px;
}
.footer-bottom ul li.first {
  padding-left: 0px;
  border: 0px;
}
.footer-bottom ul li {
  display: inline-block;
  font-size: 14px;
  color: #979797;
  padding: 0 7px;
  line-height: 1;
  border-left: 1px solid #f4f4f7;
}
.footer-bottom ul li a {
  display: inline-block;
  color: #979797;
}

.footer-social li.last {
  padding: 0;
}

.newsletter-form {
  position: relative;
}
.newsletter-form input.text-field {
  border: 1px solid #dddddd;
  padding: 15px 40px 15px 15px;
  font-size: 16px;
  color: #595959;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.newsletter-form button[type=submit] {
  font-size: 0px;
  border: none;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background: url(/images/submit.svg) no-repeat right center;
  width: 10px;
  height: 18px;
}
.newsletter-form .mce_inline_error {
  border-color: #DDDDDD !important;
}
.newsletter-form div.mce_inline_error {
  font-family: "Helvetica LT W01 Bold";
  color: #15623a !important;
  background: transparent !important;
  padding: 20px 0 0 0 !important;
  margin-bottom: 0 !important;
}
.newsletter-form #mce-responses .response {
  padding-top: 10px !important;
}

.newsletter {
  font-size: 14px;
}
.newsletter a {
  text-decoration: underline;
}

.sell-story-section h6 {
  font-family: "Helvetica LT W01 Light";
}

.brand-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  color: #c2c2c2;
  font-family: "Helvetica LT W01 Roman";
}

.box {
  max-width: 220px;
  width: 100%;
  margin: auto;
}

.brand-logo {
  padding: 0 10px;
}

.brand-section .brand-logo img {
  height: 44px;
}

.full-row .container .row .card {
  height: 100%;
}

.card {
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.card h4 {
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.card .product-title {
  min-height: 79px;
  transition: all 0.2s ease-in-out;
}
.card:hover .product-title {
  color: #15623a;
}

.card-body {
  color: #2f2f2f;
  padding: 30px;
}

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

.author {
  font-size: 16px;
  color: #4d4d4d;
}

.designation {
  font-size: 16px;
  color: #4d4d4d;
}

.category i {
  font-size: 22px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.category-icon {
  min-height: 60px;
}

.category-text {
  line-height: 22px;
  font-size: 16px;
}

button.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
  position: static;
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 27px;
  height: 2px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin: 5px 0;
  background-color: #fff;
}

.subscribe-form label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
}

.checkbox-block {
  padding-left: 35px;
  color: #555;
  position: relative;
  cursor: pointer;
}

span.checkmark {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #ffffff;
  border: 1px solid #ddd;
}
span.checkmark:after {
  border-color: #15623a;
  transform: scale(1) rotate(45deg);
  border-bottom: 3px solid #007C5F;
  border-right: 3px solid #007C5F;
  content: "";
  height: 15px;
  right: 6px;
  position: absolute;
  top: 1px;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  width: 8px;
  z-index: 2;
  display: none;
}

span.checkmark.gray-light-bg {
  background-color: #F3F3F3;
}

input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  left: 0;
  width: 24px;
  height: 24px;
}

input:checked ~ .checkmark:after {
  display: block;
}
input:focus {
  outline: none;
}

.modal-body {
  background: none;
  padding: 0;
}

.modal-open .modal {
  background: rgba(0, 0, 0, 0.4);
}

.modal-dialog {
  width: 100%;
  max-width: 950px;
  margin: 30px auto;
  padding: 0 35px;
}
.modal-dialog button.close {
  position: absolute;
  right: 0;
  top: 0;
  right: -40px;
  top: -40px;
  opacity: 1;
  outline: none;
}

iframe {
  width: 100%;
  display: flex;
}

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

.key-title {
  font-size: 70px;
  font-family: "Helvetica LT W01 Bold";
  color: #000;
  display: inline-block;
  border-bottom: 10px solid #f9c000;
  padding: 0 3px;
  line-height: 70px;
  margin-bottom: 10px;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
  padding: 0 15px;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.card-hover:hover .arrow-click-small {
  opacity: 1;
}
.card-hover:hover .arrow-click {
  opacity: 1;
}
.card-hover:hover .card-body h5 {
  color: #15623a;
}
.card-hover:hover .card-body h5 a {
  color: #007C5F;
}
.card-hover .card-body h5 {
  transition: all 0.2s ease-in-out;
}
.card-hover .card-body h5 a {
  transition: all 0.2s ease-in-out;
}

.opacity0 {
  opacity: 0;
}

.arrow-click {
  position: absolute;
  right: -100px;
  bottom: -100px;
  background: #f0b92a;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  text-align: center;
}
.arrow-click a {
  display: block;
  height: 100%;
}
.arrow-click img {
  position: absolute;
  left: 55px;
  top: 50px;
  width: 20px;
}

.arrow-click-small {
  width: 130px;
  height: 130px;
  right: -60px;
  bottom: -60px;
  opacity: 0;
}
.arrow-click-small img {
  left: 31px;
  top: 31px;
}

.arrow_down {
  margin-top: -10px;
}

.animated-arrow {
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-duration: 3s;
}

.column5 .featured-logo {
  width: 20%;
  margin-left: 12px;
  margin-right: 12px;
}

.why-choose .icon {
  height: 108px;
}

.cls-1 {
  fill: none;
  stroke-miterlimit: 10;
}

.cls-2 {
  fill: #fff;
}

.cls-4 {
  fill: #fff;
  stroke: none;
}

.cls-3 {
  stroke: none;
}

.section-symbol ul li {
  display: flex;
  flex-direction: column;
  text-align: center;
  border-right: 1px solid #40786E;
  padding: 0px;
  min-height: 110px;
}
.section-symbol ul li a {
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .section-symbol ul li a {
    flex-direction: column;
  }
}
.section-symbol ul li a div {
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-symbol ul li a div {
    padding: 15px 0;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.section-symbol ul li a:hover {
  background: #007C5F;
  text-decoration: none;
}
.section-symbol ul li span {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Helvetica LT W01 Bold";
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .section-symbol ul li {
    background-color: #004B3E;
  }
  .section-symbol ul li:hover {
    background-color: #007C5F;
  }
}

.caption-overlay-block {
  position: relative;
  overflow: hidden;
}

.caption-overlay {
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.caption-overlay h4 {
  color: #FFFFFF;
}
.caption-overlay h4 a {
  color: #FFFFFF;
}
.caption-overlay h6 {
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  top: 85%;
  transform: translateY(-50%);
}
.caption-overlay h6 a {
  color: #FFFFFF;
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
}

.caption-hover-block {
  position: relative;
  overflow: hidden;
}
.caption-hover-block:hover .caption-hover {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}

.caption-hover {
  position: absolute;
  height: 50%;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.caption-hover h4 {
  color: #FFFFFF;
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
}
.caption-hover h4 a {
  color: #FFFFFF;
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
}
.caption-hover h6 {
  color: #FFFFFF;
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
}
.caption-hover h6 a {
  color: #FFFFFF;
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
}

.video {
  position: relative;
  cursor: pointer;
}

.video-buttons {
  position: static;
}
.video-buttons .button {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 3px solid #fff;
  color: hsl(0, 0%, 100%);
  cursor: pointer;
  padding: 18px 15px 18px 18px;
  text-align: center;
  top: 0;
  height: 80px;
  width: 80px;
  margin: auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  z-index: 0;
}
.video-buttons .button span {
  display: block;
  font-size: 38px;
  margin-left: 4px;
  margin-top: 0;
}

.video-section-inn {
  position: relative;
}
.video-section-inn:hover .video-buttons .button {
  background: #007C5F;
  border-color: #15623a;
}
.video-section-inn a {
  display: block;
  position: relative;
  z-index: 9;
}

.video-section .overlay {
  position: absolute;
  height: 45%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 95%);
  z-index: 1;
}
.video-section .video-section-inn {
  cursor: pointer;
}

.video-buttons.video-btn-small .button span {
  margin-left: 4px;
  margin-top: 0;
}

.video-btn-small .play-button {
  height: 50px;
  width: 50px;
  border: 2px solid #fff;
  padding: 12px;
  z-index: 3;
}
.video-btn-small .button span {
  font-size: 25px;
}

.video-main {
  max-height: calc(99.5% - 1rem);
  overflow: hidden;
}
.video-main h4 {
  position: absolute;
  top: 40px;
  left: 40px;
}

.design-section .card-body {
  position: relative;
}
.design-section .color-pattern {
  position: absolute;
  margin-top: -65px;
  left: 0;
  right: 0;
}
.design-section .color-pattern a, .design-section .color-pattern span {
  border: 5px solid #fff;
}
.design-section .card-hover h4 {
  transition: all 0.2s ease-in-out;
}
.design-section .card-hover:hover h4 a {
  color: #007C5F;
}
.design-section .card h4 {
  transition: all 0.2s ease-in-out;
}
.design-section .card:hover h4 {
  color: #007C5F;
}

.projects-grid .col-6 {
  margin-bottom: 25px;
}
.projects-grid .col-6 .d-block {
  height: 100%;
}

.color-pattern li {
  margin: 0 3px;
}
.color-pattern a, .color-pattern span {
  cursor: pointer;
  width: 65px;
  height: 65px;
  display: block;
  position: relative;
}

.tick-hover a {
  position: relative;
}
.tick-hover:hover a::after {
  display: none;
}

.tick-hover.active a:after {
  background: url(/images/selected-dark.svg) no-repeat center/100% auto;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  margin: auto;
}

input[id*=colour-] + label {
  margin-bottom: 0;
}
input[id*=colour-]:checked + label {
  position: relative;
}
input[id*=colour-]:checked + label:after {
  background: url(/images/selected-dark.svg) no-repeat center/100% auto;
  position: absolute;
  width: 24px;
  height: 24px;
  left: calc(50% - 12px);
  top: calc(50% - 12px);
  content: "";
}

.rounded {
  border-radius: 100px !important;
}

.border-dashed {
  border: 1px dashed #bbb;
}

.colour-name {
  font-size: 12px;
  color: #555;
  margin-top: 0;
  line-height: 15px;
}

.colours-block {
  justify-content: center;
}
.colours-block li {
  padding: 5px;
  width: 12.5%;
  text-align: center;
}

.colours-block-renders li {
  width: 75px !important;
}

.select-colours {
  padding: 0 5px !important;
}
.select-colours .checkbox-block {
  position: relative;
  padding-left: 34px;
}

.white {
  background: #f4f4ee;
}

.buttermilk {
  background: #ede5da;
}

.polar-white {
  background: #f8f2e6;
}

.stone {
  background: #f1d1aa;
}

.champagne {
  background: #e4e2de;
}

.york {
  background: #f4e2ce;
}

.cream {
  background: #faecc8;
}

.powder-blue {
  background: #dbe0e1;
}

.salmon-pink {
  background: #ffeee9;
}

.pewter-grey {
  background: #d5d4d2;
}

.terracotta {
  background: #e8acab;
}

.grey {
  background: #eae9e7;
}

.lvory {
  background: #f8f1e2;
}

.sterling {
  background: #ede3d2;
}

.arran {
  background: #f3e3bf;
}

.sandstone {
  background: #f3d2c6;
}

.green {
  background: #e1e4da;
}

.oatmeal {
  background: #ebd2ab;
}

.cinnamon {
  background: #e2d3ca;
}

.fintry {
  background: #eee2d0;
}

.pure-white {
  background: #f4f4ee;
}

.limestone {
  background: #f0eee6;
}

.light-bronze {
  background: #c7a174;
}

.corn {
  background: #d8c487;
}

.linen {
  background: #ddd9bd;
}

.sky {
  background: #d7dde1;
}

.sunflower {
  background: #e5daab;
}

.causeway {
  background: #9b9f9c;
}

.mint {
  background: #d3dcc6;
}

.antique-white {
  background: #e8e2ce;
}

.mocha {
  background: #c2b697;
}

.golden {
  background: #e6d9a4;
}

.rosemary {
  background: #edcfae;
}

.granite {
  background: #d4d5d4;
}

.mink {
  background: #d6ccb9;
}

.pearl {
  background: #ebead9;
}

.ash-white {
  background: #d3d1b7;
}

.wheaten {
  background: #efe9cf;
}

.pistachio {
  background: #a9c49e;
}

.biscuit {
  background: #e6dcb7;
}

.mobile-nav {
  display: none;
}

.search-icon {
  fill: #555555;
}

.fixed .search-icon {
  fill: #555555;
}
.fixed .search {
  border-right: 1px solid #ddd;
}

.search {
  display: inline-block;
  border-right: 1px solid #ddd;
  padding-right: 10px;
  margin-right: 10px;
}
.search svg {
  width: 30px;
  height: 30px;
}

.bg-menu-overlay {
  display: none;
}

.extra-mobile-menu {
  background: #004B3E;
  position: absolute;
  z-index: 9;
  bottom: 0;
}
.extra-mobile-menu ul {
  margin: 0px;
  padding: 0px;
}
.extra-mobile-menu ul li {
  width: 32.2%;
  display: flex;
  padding: 15px 0;
  text-align: center;
  border-right: 1px solid #40786E;
}
.extra-mobile-menu ul li span {
  font-size: 12px;
  font-family: "Helvetica LT W01 Bold";
  padding-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  color: #FFFFFF;
}
.extra-mobile-menu ul li img {
  height: 30px;
  width: auto;
}
.extra-mobile-menu ul li:last-child {
  border-right: 0px;
}
.extra-mobile-menu ul li:hover, .extra-mobile-menu ul li:active {
  background: #007C5F;
}

.section-testimonial p {
  color: #222e34;
  line-height: 35px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .section-testimonial p {
    margin-bottom: 30px;
  }
}
.section-testimonial .author-name {
  font-size: 18px;
  line-height: 18px;
  color: #222E34;
  font-family: "Helvetica Neue LT W01_65 Md";
}
.section-testimonial .row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-top: 1px solid #DDDDDD;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .section-testimonial .row {
    padding: 100px 0;
  }
}
.section-testimonial .testimonial-image {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .section-testimonial .testimonial-image {
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .testimonial-large .row {
    flex-direction: column-reverse !important;
  }
  .testimonial-large .blockquote-content {
    padding: 0;
  }
  .testimonial-large .blockquote-content::before {
    content: "";
    display: block;
    position: absolute;
    top: 120%;
    height: 1px;
    width: 11%;
    border-bottom: 2px solid #007C5F;
  }
}
.testimonial-large .blockquote-content::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 11%;
  border-top: 3px solid #007C5F;
}
.testimonial-large .author-name {
  font-weight: bold;
  margin-top: 66px;
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
}

@media (min-width: 992px) {
  .section-testimonial-news .row {
    padding: 50px 0;
  }
}

.blockquote-content {
  position: relative;
  padding: 0;
  font-size: 24px;
  font-family: "Helvetica LT W01 Light";
  font-style: italic;
  max-width: 708px;
  margin: 0 auto;
}
.blockquote-content .border {
  border-bottom: 1px solid #DDDDDD;
  width: 98px;
  margin: 0 auto 20px auto;
}
@media (min-width: 992px) {
  .blockquote-content .border {
    margin: 0 auto 40px auto;
  }
}
.blockquote-content img {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .blockquote-content img {
    padding-bottom: 40px;
  }
}

.readnext {
  font-size: 18px;
  color: #555;
  font-family: "Helvetica LT W01 Bold";
}
.readnext a {
  color: #007C5F;
  text-decoration: underline;
}

.nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Helvetica LT W01 Bold";
  border-radius: 0;
  background: #f3f3f3;
  border: 1px solid #ddd;
  padding: 14px 30px;
  min-width: 210px;
  text-align: center;
  color: #555;
}

.tab-content {
  border: 1px solid #ddd;
}
.tab-content > .tab-pane {
  padding: 40px 60px;
}

.product-range .card a:hover {
  text-decoration: none;
}
.product-range .card a:focus {
  text-decoration: none;
}

.product-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-family: "Helvetica LT W01 Bold";
  padding: 15px;
  color: #555;
  background: #f3f3f3;
  border-top: 1px solid #ddd;
}

.product-list-img {
  min-height: 220px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: center;
}

.product-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f3f3f3;
}
.product-card-inner .product-image {
  border-bottom: 9px solid white;
}

.product-card {
  height: 100%;
  padding-bottom: 30px;
}
.product-card .quick-look-button {
  background-color: 0;
  border-radius: 50%;
  padding: 0;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Product-Quick-View-UI' transform='translate(-464.000000, -1271.000000)' fill-rule='nonzero'%3E%3Cg id='Content' transform='translate(280.000000, 1190.000000)'%3E%3Cg id='Range'%3E%3Cg id='1' transform='translate(0.000000, 69.000000)'%3E%3Cg id='Info' transform='translate(184.000000, 12.000000)'%3E%3Cpath d='M11.812,0 C5.289,0 0,5.289 0,11.812 C0,18.335 5.289,23.625 11.812,23.625 C18.335,23.625 23.625,18.335 23.625,11.812 C23.625,5.289 18.335,0 11.812,0 Z' id='Path' fill='%23FFFFFF'%3E%3C/path%3E%3Cpath d='M14.271,18.307 C13.663,18.547 13.179,18.729 12.816,18.855 C12.454,18.981 12.033,19.044 11.554,19.044 C10.818,19.044 10.245,18.864 9.837,18.505 C9.429,18.146 9.226,17.691 9.226,17.138 C9.226,16.923 9.241,16.703 9.271,16.479 C9.302,16.255 9.351,16.003 9.418,15.72 L10.179,13.032 C10.246,12.774 10.304,12.529 10.35,12.301 C10.396,12.071 10.418,11.86 10.418,11.668 C10.418,11.326 10.347,11.086 10.206,10.951 C10.063,10.816 9.794,10.75 9.393,10.75 C9.197,10.75 8.995,10.779 8.788,10.84 C8.583,10.903 8.405,10.96 8.259,11.016 L8.46,10.188 C8.958,9.985 9.435,9.811 9.89,9.667 C10.345,9.521 10.775,9.449 11.18,9.449 C11.911,9.449 12.475,9.627 12.872,9.979 C13.267,10.332 13.466,10.791 13.466,11.355 C13.466,11.472 13.452,11.678 13.425,11.972 C13.398,12.267 13.347,12.536 13.273,12.783 L12.516,15.463 C12.454,15.678 12.399,15.924 12.349,16.199 C12.3,16.474 12.276,16.684 12.276,16.825 C12.276,17.181 12.355,17.424 12.515,17.553 C12.673,17.682 12.95,17.747 13.342,17.747 C13.527,17.747 13.734,17.714 13.968,17.65 C14.2,17.586 14.368,17.529 14.474,17.48 L14.271,18.307 Z M14.137,7.429 C13.784,7.757 13.359,7.921 12.862,7.921 C12.366,7.921 11.938,7.757 11.582,7.429 C11.228,7.101 11.049,6.702 11.049,6.236 C11.049,5.771 11.229,5.371 11.582,5.04 C11.938,4.708 12.366,4.543 12.862,4.543 C13.359,4.543 13.785,4.708 14.137,5.04 C14.49,5.371 14.667,5.771 14.667,6.236 C14.667,6.703 14.49,7.101 14.137,7.429 Z' id='Combined-Shape' fill='%23CCCCCC'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  border: 0;
  outline: 0;
  position: absolute;
  right: 7px;
  top: 7px;
  width: 24px;
  height: 24px;
  text-align: center;
  z-index: 2;
}
.product-card .quick-look-button svg {
  margin: 0;
}
.product-card .quick-look-button:hover {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Product-Quick-View-UI' transform='translate(-464.000000, -1271.000000)' fill-rule='nonzero'%3E%3Cg id='Content' transform='translate(280.000000, 1190.000000)'%3E%3Cg id='Range'%3E%3Cg id='1' transform='translate(0.000000, 69.000000)'%3E%3Cg id='Info' transform='translate(184.000000, 12.000000)'%3E%3Cpath d='M11.812,0 C5.289,0 0,5.289 0,11.812 C0,18.335 5.289,23.625 11.812,23.625 C18.335,23.625 23.625,18.335 23.625,11.812 C23.625,5.289 18.335,0 11.812,0 Z' id='Path' fill='%23FFFFFF'%3E%3C/path%3E%3Cpath d='M14.271,18.307 C13.663,18.547 13.179,18.729 12.816,18.855 C12.454,18.981 12.033,19.044 11.554,19.044 C10.818,19.044 10.245,18.864 9.837,18.505 C9.429,18.146 9.226,17.691 9.226,17.138 C9.226,16.923 9.241,16.703 9.271,16.479 C9.302,16.255 9.351,16.003 9.418,15.72 L10.179,13.032 C10.246,12.774 10.304,12.529 10.35,12.301 C10.396,12.071 10.418,11.86 10.418,11.668 C10.418,11.326 10.347,11.086 10.206,10.951 C10.063,10.816 9.794,10.75 9.393,10.75 C9.197,10.75 8.995,10.779 8.788,10.84 C8.583,10.903 8.405,10.96 8.259,11.016 L8.46,10.188 C8.958,9.985 9.435,9.811 9.89,9.667 C10.345,9.521 10.775,9.449 11.18,9.449 C11.911,9.449 12.475,9.627 12.872,9.979 C13.267,10.332 13.466,10.791 13.466,11.355 C13.466,11.472 13.452,11.678 13.425,11.972 C13.398,12.267 13.347,12.536 13.273,12.783 L12.516,15.463 C12.454,15.678 12.399,15.924 12.349,16.199 C12.3,16.474 12.276,16.684 12.276,16.825 C12.276,17.181 12.355,17.424 12.515,17.553 C12.673,17.682 12.95,17.747 13.342,17.747 C13.527,17.747 13.734,17.714 13.968,17.65 C14.2,17.586 14.368,17.529 14.474,17.48 L14.271,18.307 Z M14.137,7.429 C13.784,7.757 13.359,7.921 12.862,7.921 C12.366,7.921 11.938,7.757 11.582,7.429 C11.228,7.101 11.049,6.702 11.049,6.236 C11.049,5.771 11.229,5.371 11.582,5.04 C11.938,4.708 12.366,4.543 12.862,4.543 C13.359,4.543 13.785,4.708 14.137,5.04 C14.49,5.371 14.667,5.771 14.667,6.236 C14.667,6.703 14.49,7.101 14.137,7.429 Z' id='Combined-Shape' fill='%23666'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.product-card .quick-look-button.is-active {
  z-index: 6;
}
.product-card .quick-look-table {
  background: #222E34;
  color: #fff;
  font-size: 11px;
  position: absolute;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
}
.product-card .quick-look-table p {
  color: #fff;
  line-height: 17px;
  margin-bottom: 0;
  padding: 5px 12px;
}
.product-card .quick-look-table.is-active {
  display: block;
}
.product-card .quick-look-table .title {
  font-family: "Helvetica LT W01 Bold";
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.product-card .quick-look-table .subheading {
  font-family: "Helvetica LT W01 Bold";
  line-height: 0.7;
  margin-top: 4px;
  padding-bottom: 0;
}
.product-card .quick-look-table .subheading + p {
  padding-top: 6px;
}

.product-renders-grid .add-to-comparison-bar-button {
  margin-top: auto;
  padding: 10px 50px;
}

.product-image {
  position: relative;
  text-align: center;
  min-height: 200px;
}

.product-filter-section .nav-tabs .nav-item {
  margin-left: -1px;
}

.section-coat-colours .colours-block li {
  width: 120px;
  margin: 12px;
  padding: 0;
}
.section-coat-colours .colours-block .colour-name {
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin-top: 15px;
}
.section-coat-colours .color-pattern a, .section-coat-colours .color-pattern span {
  width: 120px;
  height: 120px;
  cursor: unset;
}

.product-specific-section .product-image {
  min-height: inherit;
  padding: 10px;
}
.product-specific-section .product-main-image {
  position: relative;
  margin-bottom: 100px;
}
.product-specific-section .product-main-image .swatch-info {
  background: rgba(34, 46, 52, 0.95);
  min-width: 220px;
}
@media (min-width: 992px) {
  .product-specific-section .product-main-image .swatch-info {
    position: absolute;
    top: 25px;
    right: 25px;
  }
}
.product-specific-section .product-main-image .swatch-info-title {
  background: #030608;
  height: 50px;
  padding: 0 20px;
}
.product-specific-section .product-main-image .swatch-info-title p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 50px;
  font-family: "Helvetica LT W01 Bold";
  text-transform: uppercase;
}
.product-specific-section .product-main-image .swatch-info-content {
  padding: 20px;
}
.product-specific-section .product-main-image .swatch-info-content .swatch-color {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.product-specific-section .product-main-image .swatch-info-content .swatch-color .color-pattern {
  display: inline-flex;
}
.product-specific-section .product-main-image .swatch-info-content .swatch-color .color-pattern span {
  cursor: auto;
  width: 50px;
  height: 50px;
}
.product-specific-section .product-main-image .swatch-info-content .swatch-color .color-title {
  display: inline-flex;
  padding-left: 10px;
  color: #FFFFFF;
  font-size: 14px;
}
.product-specific-section .product-main-image .swatch-info-content hr {
  border-top: 1px solid rgba(221, 221, 221, 0.2);
  margin: 20px auto;
}
.product-specific-section .product-main-image .swatch-info-content p {
  font-size: 12px;
  line-height: 12px;
  font-family: "Helvetica LT W01 Bold";
  text-transform: uppercase;
  margin-bottom: 0;
}
.product-specific-section .product-main-image .swatch-info-content p a {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  #swatches {
    margin-top: -96px;
  }
}

.product-description {
  font-size: 23px;
  font-family: "Helvetica LT W01 Light";
}
.product-description p {
  line-height: 32px;
}

.pdf {
  font-size: 12px;
  color: #0075d6;
}

table tbody {
  border: 1px solid #ccc;
}
table tr th {
  font-family: "Helvetica LT W01 Bold";
  font-weight: normal;
  color: #222E34;
  padding: 15px 24px;
}
table tr td {
  padding: 15px 24px;
}

.table-expand {
  display: table-row-group;
}
.table-expand.active {
  display: none;
}

.download-section tr td {
  padding: 22px;
  text-align: left;
  font-family: "Helvetica LT W01 Bold";
  font-weight: normal;
  color: #555;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.download-section tr th {
  padding: 22px;
  text-align: left;
  font-family: "Helvetica LT W01 Bold";
  font-weight: normal;
  color: #555;
}
@-moz-document url-prefix() {
  .download-section tr th {
    height: 1px;
  }
}
.download-section tr p {
  margin-bottom: 0;
}

.collapse-all--link {
  margin-bottom: 25px;
  color: #007C5F;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
  font-family: "Helvetica LT W01 Bold";
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .collapse-all--link {
    display: none;
  }
}

.expand-all--link {
  margin-bottom: 25px;
  color: #15623A;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
  text-decoration: underline;
  font-family: "Helvetica LT W01 Bold";
  display: none;
}

.technical-data td p {
  margin-bottom: 0;
  font-family: "Helvetica Neue LT W01_65 Md";
}

.application-method td {
  border-right: 1px solid #ccc;
}
.application-method td ul {
  padding-left: 16px;
}
.application-method td ul li {
  color: #595959;
  font-family: "Helvetica Neue LT W01_65 Md";
}

.form-boxes {
  padding: 20px 40px 40px;
}

form input.form-control {
  border: 1px solid #ddd;
  height: auto;
  color: #555;
  font-size: 18px;
  margin-top: 5px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-family: "Helvetica LT W01 Bold";
  padding: 15px 13px;
}
form select.form-control {
  border: 1px solid #ddd;
  height: auto !important;
  font-size: 18px;
  margin-top: 5px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-family: "Helvetica LT W01 Bold";
  padding: 20px 30px 20px 20px;
  color: #595959 !important;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #f3f3f3 url(/images/down.svg) no-repeat 95% 28px;
  background-size: 10px;
}
form .form-group textarea {
  padding: 13px;
  width: 100%;
  color: #555;
  border-radius: 0;
  border: 1px solid #ddd;
  font-family: "Helvetica LT W01 Bold";
}
form .form-group textarea:not(:hover) {
  outline: none;
}
form .form-group textarea:focus {
  border-color: #15623a;
}
form select.select-half {
  background: #fff url(/images/down.svg) no-repeat 80% 28px;
  background-size: 10px;
}
form .message-block textarea {
  border: 1px solid #ddd;
  padding: 20px;
  height: auto;
  line-height: 16px;
  overflow: hidden;
  font-size: 18px;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}

.enquiry-form {
  font-size: 18px;
}
.enquiry-form button[type=submit] {
  margin-top: 12px;
}
.enquiry-form textarea:focus {
  border-color: #15623a;
}

.form-control:focus {
  border-color: #15623a;
  box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
}
.form-control.has-error {
  margin-bottom: 0;
}

.form [name=form_page_submit] {
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  outline: none;
  font-family: "Helvetica LT W01 Bold";
  text-transform: uppercase;
  border-radius: 0;
  font-size: 14px;
  padding: 17px 50px 17px;
  overflow: hidden;
  z-index: 1;
  color: #FFFFFF !important;
  background: #E7343F;
  border: 1px solid #E7343F;
}
.form [name=form_page_submit]:focus {
  box-shadow: 0 0 0 0;
}
.form [name=form_page_submit]:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0;
}
.form [name=form_page_submit]:not(:disabled):not(.disabled):active {
  color: #FFFFFF !important;
}
.form [name=form_page_submit]:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0;
}
.form [name=form_page_submit]:hover {
  background: #fff;
  border: 1px solid #E7343F;
  color: #E7343F !important;
}
.form [name=form_page_submit]:focus {
  background: #fff;
  border: 1px solid #E7343F;
  color: #E7343F !important;
}
.form [name=form_page_submit]:not(:disabled):not(.disabled).active {
  background: #E7343F;
  border-color: transparent;
}
.form [name=form_page_submit]:not(:disabled):not(.disabled):active {
  color: #FFFFFF;
  background: #E7343F;
  border-color: transparent;
}
.form [name=form_page_submit]:disabled {
  background: #E7343F;
  border-color: transparent;
  color: #FFFFFF !important;
}

.wizard label {
  margin-bottom: 0;
}

.wizard .ts_steps_one label + .form-control {
  margin-top: 0;
}

.wizard .ts_steps_one label + select.form-control {
  margin-top: 2px;
}

.condition-text {
  position: relative;
  padding: 0 0 15px;
}
.condition-text label {
  display: inline-block;
  width: 22px;
  margin: 0;
  position: relative;
  vertical-align: top;
}
.condition-text label span.checkmark {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0px 0px 2px #888 inset;
  -moz-box-shadow: 0px 0px 2px #888 inset;
  -webkit-box-shadow: 0px 0px 2px #888 inset;
}
.condition-text span {
  display: inline-block;
  width: 80%;
  vertical-align: top;
  color: #123040;
  line-height: 20px;
}

.form-group {
  position: relative;
  margin-bottom: 0.8rem;
}
.form-group label {
  color: #595959;
}

.has-error.animation-input label {
  top: 35%;
}

.animation-input label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 50%;
  transition: 0.2s ease all;
  transform: translateY(-50%);
}
.animation-input label span {
  font-size: 12px;
  color: #cccccc;
}
.animation-input input, .animation-input textarea {
  padding: 26px 20px 14px 20px !important;
}
.animation-input input:focus ~ label, .animation-input textarea:focus ~ label {
  top: 21px;
  font-size: 14px;
  color: #15623a;
  transition: 0.2s ease all;
}
.animation-input input:valid ~ label, .animation-input textarea:valid ~ label {
  top: 21px;
  font-size: 14px;
  color: #15623a;
  transition: 0.2s ease all;
}

.message-block label {
  position: absolute;
  top: 4px;
  font-size: 12px;
  left: 15px;
  color: #cccccc;
}

::-webkit-input-placeholder {
  color: #595959;
}

::-moz-placeholder {
  color: #595959;
}

:-ms-input-placeholder {
  color: #595959;
}

:-moz-placeholder {
  color: #595959;
}

textarea::-webkit-input-placeholder {
  color: #595959;
  opacity: 1;
}
textarea:-moz-placeholder {
  color: #595959;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: #595959;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #595959;
  opacity: 1;
}

.listing-point li {
  list-style: none;
  padding: 0px 0 16px 55px;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  cursor: pointer;
  margin: 0;
}
.inputfile + label .choose-bt {
  color: #123040;
  background-color: #eeeeee;
  display: inline-block;
  border: 1px solid #d0d0d0;
  padding: 7px 20px;
  border-radius: 5px;
  font-size: 14px;
  margin: 0;
}
.inputfile + label:hover .choose-bt {
  background-color: #eeeeee;
}
.inputfile + label span {
  font-size: 16px;
  padding: 10px 15px;
}
.inputfile:focus + label .choose-bt {
  background-color: #eeeeee;
}

.pagination {
  margin: 0;
  border-radius: 0;
}
.pagination > li.prev > a {
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 15px;
  width: auto;
}
.pagination > li.prev > span {
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 15px;
  width: auto;
}
.pagination > li.next > a {
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 15px;
  width: auto;
}
.pagination > li.next > span {
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 15px;
  width: auto;
}
.pagination > li > a {
  color: #555;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  width: 40px;
  font-size: 14px;
  font-family: "Helvetica LT W01 Bold";
  background: #fff;
}
.pagination > li > a:focus {
  background: #F3F3F3 !important;
  text-decoration: none;
}
.pagination > li > a:hover {
  background: #F3F3F3 !important;
  text-decoration: none;
}
.pagination > li > span {
  color: #555;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  width: 40px;
  font-size: 14px;
  font-family: "Helvetica LT W01 Bold";
  background: #fff;
}
.pagination > li > span:focus {
  background: #F3F3F3 !important;
  text-decoration: none;
}
.pagination > li > span:hover {
  background: #F3F3F3 !important;
  text-decoration: none;
}
.pagination li span {
  line-height: 4px;
  color: #123040;
}
.pagination li.disabled span {
  color: #123040;
}
.pagination li.disabled a {
  border: 1px solid #e9e9e9;
  background: #f9f9f9 !important;
}
.pagination > .active > a {
  background: #007C5F !important;
  color: #FFFFFF !important;
  border: 1px solid #007C5F !important;
}
.pagination > .active > a:focus {
  background: #007C5F !important;
  color: #FFFFFF !important;
  border: 1px solid #007C5F !important;
}
.pagination > .active > a:hover {
  background: #007C5F !important;
  color: #FFFFFF !important;
  border: 1px solid #007C5F !important;
}
.pagination > .active > span {
  background: #007C5F !important;
  color: #FFFFFF !important;
  border: 1px solid #007C5F !important;
}
.pagination > .active > span:focus {
  background: #007C5F !important;
  color: #FFFFFF !important;
  border: 1px solid #007C5F !important;
}
.pagination > .active > span:hover {
  background: #007C5F !important;
  color: #FFFFFF !important;
  border: 1px solid #007C5F !important;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item.prev .page-link {
  background: #F3F3F3;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.page-item.next .page-link {
  background: #F3F3F3;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.page-item.disabled .page-link {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #dee2e6;
  color: #555;
}

.page-link:focus {
  box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
}
.page-link:hover {
  color: #555;
}

.border {
  border: 1px solid #ddd !important;
}

#sidebar {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#sidebar .sidebar-header {
  padding: 20px;
}
#sidebar aside > a {
  padding: 15px 20px;
  font-size: 14px;
  display: block;
  background: #F3F3F3;
  font-family: "Helvetica LT W01 Bold";
  text-transform: uppercase;
  border-top: 1px solid #ddd;
}
#sidebar aside > a:hover {
  color: #007C5F;
}
#sidebar aside:first-child > a {
  border-top: 0;
}

.left_sidebar {
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0;
}

#sidebar.active {
  margin-left: -250px;
}

a[data-toggle=collapse] {
  position: relative;
}

.dropdown-toggle::after {
  background-image: url(/images/arrow-down-green-thin.svg);
  width: 15px;
  height: 12px;
  background-repeat: no-repeat;
  border: none;
  right: 25px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  margin-top: -4px;
}

.dropdown-toggle.collapsed::after {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  margin-top: -7px;
}

.sidebar-inner {
  transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
}
.sidebar-inner > ul {
  border-top: 1px solid #ddd;
  padding: 20px;
  list-style: none;
}

.left-widget-foot {
  padding: 0 5px;
}

.reset-all {
  font-size: 14px;
  align-items: center;
  display: flex;
}
.reset-all .close img {
  height: 100%;
  width: 100%;
}

.close {
  background: #fff;
  width: 24px;
  height: 24px;
  opacity: 1;
  text-align: center;
  line-height: 12px;
  padding: 4px;
}
.close:focus {
  opacity: 1;
}
.close:hover {
  opacity: 1;
}

.left-menu {
  border: 1px solid #ddd;
  border-top: none;
}
.left-menu ul {
  padding: 0;
}
.left-menu ul > li:first-child > a {
  border-top: none;
}
.left-menu ul > li > a {
  color: #595959;
  text-decoration: none;
  display: block;
  padding: 15px 20px;
  position: relative;
  font-family: "Helvetica LT W01 Roman";
  border-top: 1px solid #ddd;
}
.left-menu ul > li > a:hover {
  background: #f3f3f3;
  color: #555;
}
.left-menu ul > li > a.active {
  background: #f3f3f3;
  color: #555;
  font-family: "Helvetica LT W01 Bold";
}

#srch_popup.open {
  display: block;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  position: relative;
  z-index: 10;
  position: absolute;
  max-width: 1470px;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 148px;
}

#srch_popup {
  display: none;
}
#srch_popup form {
  position: relative;
}

#srch_popup.fadeIn {
  display: block;
}

.autocomplete {
  position: relative;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.autocomplete input[type=text] {
  background-color: #fff;
  width: 100%;
  border: 0;
  padding: 32px 80px 32px 40px;
  font-size: 24px;
  color: #555;
  box-shadow: 0px 0px 5px 0 rgba(2, 2, 2, 0.2);
  -moz-box-shadow: 0px 0px 5px 0 rgba(2, 2, 2, 0.2);
  -webkit-box-shadow: 0px 0px 5px 0 rgba(2, 2, 2, 0.2);
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.autocomplete .autocomplete-items {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  right: 0;
  max-width: 490px;
  box-shadow: 0px 0px 5px 0 rgba(2, 2, 2, 0.2);
}
.autocomplete .autocomplete-items div {
  padding: 11px 40px;
  cursor: pointer;
  background-color: #f3f3f3;
  color: #555;
  transition: all 0.25s ease-in 0s;
}
.autocomplete .autocomplete-items div:hover {
  background-color: #222e34;
  color: #FFFFFF;
}
.autocomplete .autocomplete-active {
  background-color: #222e34 !important;
  color: #ffffff;
}

.autocomplete_reset {
  position: absolute;
  right: 40px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  cursor: pointer;
}
.autocomplete_reset img {
  width: 26px;
}

.result_found_bx {
  background: #fff;
  height: 72px;
}
.result_found_bx .input_fld {
  width: 64%;
}
.result_found_bx .input_fld input {
  width: 100%;
  padding: 20px;
  color: #555;
  font-size: 18px;
  border: 0;
  outline: none;
  line-height: 100%;
}

.result_found {
  color: #a4a4a4;
  font-size: 14px;
  width: 27%;
  text-align: right;
}

.value_reset {
  width: 9%;
  text-align: center;
  cursor: pointer;
}
.value_reset img {
  width: 24px;
}

.srch_result_content h4 {
  background: #f3f3f3;
  color: #555;
  text-transform: uppercase;
  font-size: 16px;
  padding: 21px 24px;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}
.srch_result_content h5 {
  font-size: 18px;
  padding: 0 24px;
  margin-bottom: 11px;
  font-family: "Helvetica LT W01 Bold";
}
.srch_result_content h5 a {
  text-decoration: underline;
  color: #007C5F;
}
.srch_result_content p {
  color: #595959;
  padding: 0 24px;
}
.srch_result_content hr {
  border-color: #ddd;
  margin-top: 25px;
  margin-bottom: 25px;
}

.result_found_mbl {
  color: #a4a4a4;
  font-size: 14px;
  text-align: center;
  display: none;
  padding-bottom: 20px;
}

.contact-box {
  border: 1px solid #ddd;
}
.contact-box .left {
  background-color: #f3f3f3;
  border-right: 1px solid #ddd;
}
.contact-box .left h6 {
  font-family: "Helvetica LT W01 Bold";
}
.contact-box .bg-white .sub-heading {
  font-family: "Helvetica LT W01 Bold";
}
.contact-box .bg-white h4 {
  font-family: "Helvetica LT W01 Bold";
}

.light-gray-text {
  color: #DDDDDD;
}

.medium-gray-text {
  color: #999999;
}

.dark-gray-text {
  color: #666666;
}

.bg-grey {
  background-color: #f3f3f3;
}

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

.cb-span {
  display: inline-block;
  width: 25px;
}

.a-span {
  display: inline-block;
  width: auto;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .a-span {
    width: auto;
  }
}

.condition-text.form-check label {
  color: #595959;
  font-family: "Helvetica LT W01 Roman";
}

.underline {
  text-decoration: underline;
}

.text-666 {
  color: #666666;
}

.form-check {
  margin: 10px 0;
}
.form-check label {
  width: 100%;
  color: #555;
  padding-left: 24px;
}
.form-check input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  left: unset;
  top: -5px;
  width: 24px;
  height: 24px;
  z-index: 3;
}

label span.contact-check {
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
}
label span.contact-check:after {
  height: 9px;
  right: 4px;
  top: 1px;
  width: 5px;
  border-width: 2px;
}

.office-loc h6 {
  font-size: 14px;
  margin: 0;
  color: #666666;
  font-family: "Helvetica LT W01 Bold";
}
.office-loc ul {
  margin-bottom: 20px;
}
.office-loc ul li {
  padding-bottom: 0px;
  display: block;
  list-style: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.office-loc ul li a {
  color: #595959;
  font-size: 14px;
}

.close-icon {
  display: none;
  cursor: pointer;
}

.sales-team {
  height: 100%;
  max-height: 540px;
  border: 1px solid #ddd;
}
.sales-team .image {
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
}
.sales-team h6.designation {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0px;
}
.sales-team p {
  font-family: "Helvetica LT W01 Bold";
}
.sales-team .country {
  font-size: 16px;
  line-height: 28px;
}
.sales-team p.email-mobile {
  display: none;
}
.sales-team h5 {
  transition: all 0.2s ease-in-out;
}
.sales-team:hover h5 {
  color: #007C5F;
}
.sales-team a:hover {
  color: #007C5F;
}
.sales-team .content {
  height: 100%;
  max-height: 200px;
  display: flex;
  flex-direction: column;
}
.sales-team .content > div {
  max-height: 100px;
  height: 140px;
}
.sales-team .content .contact {
  margin-top: auto;
}
.sales-team .content p {
  display: flex;
  word-wrap: anywhere;
  word-break: break-all;
  color: #555555;
}
.sales-team .content p .cb-span {
  min-width: 25px;
}
@media (max-width: 768px) {
  .sales-team .content p {
    justify-content: center;
  }
}
.sales-team .content .email-mobile {
  display: none;
}
@media (max-width: 768px) {
  .sales-team .content .email-mobile {
    display: flex;
  }
}

.font-light {
  font-family: "Helvetica LT W01 Roman";
}

.colour-block-list h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Helvetica LT W01 Bold";
}

.owl-carousel-product.owl-theme .owl-nav {
  margin: 0;
}

.plus-icon {
  position: absolute;
  right: 25px;
  bottom: 15px;
}

.owl-nav .owl-prev {
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.owl-nav .owl-next {
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.owl-carousel-product .owl-nav button {
  background: rgba(0, 0, 0, 0.5) !important;
  width: 60px;
  height: 60px;
  border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
}
.owl-carousel-product .owl-nav button.owl-prev img {
  margin-left: 8px;
}
.owl-carousel-product .owl-nav button.owl-next img {
  margin-right: 8px;
}

.training_support .intro {
  text-align: center;
}
.training_support .intro h4 {
  text-transform: uppercase;
}
.training_support .intro p {
  font-size: 18px;
}
.training_support form {
  padding: 25px 9% 0;
}

.ts_steps {
  padding: 25px 11px 25px;
}
.ts_steps ol {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  overflow: hidden;
  counter-reset: wizard;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ts_steps ol li {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
  color: #ddd;
  font-family: "Helvetica LT W01 Bold";
  text-transform: uppercase;
}
.ts_steps ol li:before {
  counter-increment: wizard;
  content: counter(wizard);
  display: block;
  color: #000;
  background-color: #fff;
  border: 3px solid #ddd;
  text-align: center;
  width: 48px;
  height: 48px;
  line-height: 44px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative;
  left: 50%;
  margin-bottom: 8px;
  margin-left: -24px;
  z-index: 1;
  font-family: "Helvetica LT W01 Roman";
  color: #ddd;
  font-size: 17px;
}
.ts_steps ol li + li:after {
  content: "";
  display: block;
  width: 100%;
  background-color: #ddd;
  height: 3px;
  position: absolute;
  left: -50%;
  top: 23px;
  z-index: 0;
}
.ts_steps ol li.current {
  color: #555555;
}
.ts_steps ol li.current:before {
  background-color: #007C5F;
  color: #FFFFFF;
  border-color: #007C5F;
}
.ts_steps ol li.current:after {
  background-color: #007C5F;
}

.product_toggle {
  width: 100%;
  max-width: 512px;
  margin-bottom: 20px;
}
.product_toggle .heading {
  background: #004B3E;
  padding: 10px 24px;
  display: block;
  color: #FFFFFF;
  font-size: 19px;
  line-height: 65px;
  text-decoration: none;
  position: relative;
  min-height: 65px;
}
.product_toggle .heading:before {
  content: "";
  background-image: url(../images/arrow-down-white.svg);
  width: 15px;
  height: 12px;
  background-repeat: no-repeat;
  border: none;
  right: 25px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.product_toggle .toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 60px;
}
.product_toggle .toggle .image {
  margin-right: 20px;
  margin-left: 5px;
  width: auto;
  min-width: 98px;
  display: flex;
  flex-direction: row;
  justify-content: center !important;
}
.product_toggle .toggle .image img {
  max-width: 100px;
}
.product_toggle ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ddd;
  border-top: 0;
}
.product_toggle ul li {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
}
.product_toggle ul li:last-child {
  border-bottom: 0;
}
.product_toggle label {
  color: #595959;
  text-decoration: none;
  display: block;
  padding: 15px 24px;
  position: relative;
  margin: 0;
}
.product_toggle label:after {
  content: "";
  background-image: url(/images/green-circle-arrow.svg);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  border: none;
  right: 18px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
.product_toggle > label:not(.heading) {
  border: 1px solid #ddd;
  border-top: none;
}
.product_toggle div > label:not(.heading) {
  border: 1px solid #ddd;
  border-top: none;
}
.product_toggle input[type=radio] {
  display: none;
}
.product_toggle input[type=radio]:checked + label {
  background: #f3f3f3;
  color: #555;
  font-family: "Helvetica LT W01 Bold";
}
.product_toggle input[type=radio]:checked + label:after {
  opacity: 1;
}

.confirm_download {
  border: 1px solid #ddd;
  border-top: 0;
  background: #f3f3f3;
  padding: 23px;
}
.confirm_download p {
  font-size: 18px;
  color: #555;
}

.cd_block .heading:after {
  display: none;
}

.details-section {
  font-size: 18px;
}

.training_support-book form .ts_steps_three {
  padding: 25px 0 0;
}

.stockist-result input.text-field {
  font-size: 18px;
  height: 50px;
}
@media (min-width: 1024px) {
  .stockist-result input.text-field {
    height: unset;
  }
}
.stockist-result .find-stockist-input {
  width: 91%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.stockist-result .value_reset {
  display: inline-block;
}

.address-block {
  font-size: 18px;
  margin-left: 68px;
}
.address-block h6 {
  font-family: "Helvetica LT W01 Roman";
}

.alpha {
  background: #15623A;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 18px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin-right: 20px;
}

.accordion-header a {
  cursor: pointer;
}

#map {
  height: 100%;
}

#contact-information {
  max-width: 90%;
  overflow-y: scroll;
}
@media (min-width: 992px) {
  #contact-information {
    height: calc(91vh - 81px);
  }
}

.btn-click {
  position: relative;
  padding-right: 20px;
}
.btn-click:after {
  content: "";
  position: absolute;
  background-color: #15623A;
  transition: transform 0.25s ease-out;
  top: 50%;
  right: 0;
  width: 11px;
  height: 1px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.btn-click:before {
  content: "";
  position: absolute;
  background-color: #15623A;
  transition: transform 0.25s ease-out;
  top: 50%;
  right: 5px;
  width: 1px;
  height: 11px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.btn-click[aria-expanded=true]:before {
  content: inherit;
  background: none;
}

.nav-tabs-large li {
  list-style: none;
  padding: 0 12px;
}
.nav-tabs-large li a {
  color: #FFFFFF;
  border: 1px solid #fff;
  text-transform: capitalize;
  padding: 22px 20px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.nav-tabs-large li a:hover {
  color: #FFFFFF;
}
.nav-tabs-large li a.active {
  position: relative;
  color: #222E34;
  background: #fff;
}
.nav-tabs-large li a.active:after {
  content: "";
  border-top: 17px solid #fff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  width: 20px;
  margin: auto;
  bottom: -17px;
}

.pattern-content-large .colour-name {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  font-family: "Helvetica LT W01 Bold";
}
.pattern-content-large .tab-pane {
  padding: 0;
  animation-name: fadeInOut;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
  animation-delay: 0;
}
.pattern-content-large ul li {
  padding: 12px;
  width: 145px;
  text-align: center;
}

.pattern-lg > a {
  width: 115px;
  height: 115px;
  margin: auto;
  display: block;
}
.pattern-lg ~ .colour-name {
  margin: 15px 0;
}

.pattern-opacity {
  opacity: 0.25;
}

.pattern-close {
  position: relative;
}
.pattern-close .close-icon {
  position: absolute;
  right: 0;
  top: 0;
}
.pattern-close .close-icon img {
  width: 24px;
}

.close-stockist-result {
  width: 24px;
  position: absolute;
  right: 20px;
}

.bg-overlay-shadow:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
}

.banner-thumb-slide {
  height: 1000px;
  width: 100%;
}

.swatch-bg-gradient {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 99%, rgba(0, 0, 0, 0.6) 100%);
}

@media screen and (min-width: 768px) {
  #swatch-background {
    height: 810px;
    background-position: center top !important;
    background-size: cover !important;
    position: relative !important;
  }
}
@media screen and (max-width: 767px) {
  #swatch-background {
    height: 470px;
    background-size: cover !important;
    background-position: center !important;
  }
}
@media screen and (max-width: 767px) {
  .swatch-container {
    max-width: 100% !important;
    padding: 0;
  }
}
#swatch-background {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  background-repeat: no-repeat !important;
}

.bottom-thumbnail {
  max-width: 700px;
  position: absolute;
  bottom: 90px;
}
.bottom-thumbnail li a {
  position: relative;
  display: block;
  border: 5px solid #fff;
}
.bottom-thumbnail li a:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
}
.bottom-thumbnail li a:hover::before {
  opacity: 1;
}
.bottom-thumbnail li a:hover::after {
  opacity: 1;
}
.bottom-thumbnail li a:after {
  background: url(/images/round-arrow.svg) no-repeat center top;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.bottom-thumbnail li a.active::before {
  opacity: 1;
}
.bottom-thumbnail li a.active::after {
  opacity: 1;
}

.simulator-section {
  border-bottom: 1px solid #5a6266;
  padding-bottom: 90px;
}

.simulator-tab-right {
  height: 100%;
}
.simulator-tab-right .tab-section {
  max-width: 290px;
  width: 100%;
  margin-right: -15px;
  padding: 0 30px 0 15px;
  background-color: rgba(34, 46, 52, 0.3);
}
.simulator-tab-right .tab-section .tab-content {
  border: none;
}
.simulator-tab-right .tab-section .tab-content > .tab-pane {
  padding: 0;
}
.simulator-tab-right .nav-tabs li {
  width: 100%;
}
.simulator-tab-right .nav-tabs li a {
  padding: 25px;
  font-size: 16px;
  font-family: "Helvetica LT W01 Bold";
  text-align: left;
  background: #f3f3f3;
  border: none;
}
.simulator-tab-right .nav-tabs .nav-item.show .nav-link {
  background-color: #222e34;
  color: #FFFFFF;
}
.simulator-tab-right .nav-tabs .nav-link.active {
  background-color: #004B3E;
  color: #FFFFFF;
}

.simulator-tab li {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding: 12px 20px;
}
.simulator-tab li .color-pattern {
  display: inline-block;
  vertical-align: middle;
}
.simulator-tab li .color-pattern a, .simulator-tab li .color-pattern span {
  width: 50px;
  height: 50px;
}
.simulator-tab li .colour-name {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 15px;
}
.simulator-tab li:hover {
  background-color: #f3f3f3;
}
.simulator-tab li.active {
  background-color: #004B3E;
  border: none;
}
.simulator-tab li.active:hover {
  background-color: #004B3E;
  border: none;
}
.simulator-tab li.active .colour-name {
  color: #FFFFFF;
}

.verticalCarouselHeader {
  border-bottom: 1px solid #323d42;
  border-top: 1px solid #323d42;
}
.verticalCarouselHeader a {
  background: #004B3E;
  color: #FFFFFF;
  text-align: center;
  opacity: 1 !important;
}
.verticalCarouselHeader a i {
  font-size: 30px;
}

.vc_container {
  height: 374px !important;
}

.mouse {
  margin: 10px auto 0;
  width: 22px;
}

.mouse-icon {
  width: 20px;
  height: 30px;
  border: 2px solid white;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.mouse-wheel {
  height: 4px;
  margin: 2px auto 0;
  display: block;
  width: 4px;
  background-color: white;
  border-radius: 50%;
  animation: 1.6s ease infinite wheel-up-down;
}

.fa-angle-down-last {
  position: relative;
  top: -15px;
}

.dropdown-select {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.dropdown-select .select {
  cursor: pointer;
  display: block;
  font-size: 12px;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 12px 25px 12px 12px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  color: #222E34 !important;
  background: #fff;
}
.dropdown-select .select:after {
  content: "\F107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  color: #222E34;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  top: 14px;
}
.dropdown-select .option-list {
  background-color: #fff;
  font-size: 12px;
  left: 0;
  list-style: none;
  max-height: 220px;
  position: absolute;
  top: 100%;
  z-index: 100;
  width: 100%;
  display: none;
}
.dropdown-select .option-list a {
  clear: both;
  background: #fff;
  display: block;
  padding: 3px 20px;
  white-space: nowrap;
  text-decoration: none;
}
.dropdown-select .option-list a.active {
  background: #222E34;
  color: #FFFFFF;
}
.dropdown-select .search-box {
  position: absolute;
  left: 0;
  top: 100%;
  display: inline-block;
  width: 100%;
  display: none;
  background-color: #eaf0f6;
  padding: 12px;
}
.dropdown-select .seach-control {
  width: 100%;
  height: 38px;
  border: 1px solid #dae1ec;
  margin-top: 5px;
  padding: 5px 5px 5px 30px;
}

.warning .select {
  color: #8898aa;
  width: 100%;
}
.warning .select:after {
  border-top-color: #8898aa;
}
.warning .search-icon {
  border-color: #fff;
}
.warning .search-icon:after {
  background: #fff;
}
.warning .option-list a:hover {
  background: #222E34;
  color: #FFFFFF;
}

.drop-selector {
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 0;
  height: 45px;
  border: none;
  width: 94%;
  margin: 7px;
  display: block;
}

.fa.white-text {
  position: relative;
  left: -0.5px;
}

.service-block img {
  transition: all 0.5s ease-in-out;
}
.service-block .border-hover {
  border-bottom: 2px solid #007C5F;
  width: 98px;
  display: none;
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  margin: 0 auto;
}
.service-block .service-text-content {
  position: absolute;
  bottom: 10px;
  text-align: center;
  left: 0;
  right: 0;
  width: 100%;
}
.service-block:hover .border-hover {
  display: block;
  transition: all 0.5s ease-in-out;
}

.product-section .card-hover h5 {
  transition: all 0.2s ease-in-out;
}
.product-section .card-hover p {
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-section .card-hover:hover h5 a {
  color: #007C5F;
}

.category-tabs {
  text-align: center;
  justify-content: center;
  margin-bottom: 55px;
  padding-bottom: 30px;
  padding-top: 30px;
}
@media (min-width: 992px) {
  .category-tabs {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.category-tabs .category-tab {
  font-family: "Helvetica LT W01 Bold";
  border: 2px solid transparent;
  padding: 9px 18px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #15623a;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .category-tabs .category-tab {
    display: inline-block;
    width: auto;
  }
}
.category-tabs .category-tab.active {
  background: #007C5F;
  color: #FFFFFF;
}

.blog-list {
  position: relative;
  cursor: pointer;
}
.blog-list .overlay {
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 98%);
  z-index: 1;
}
.blog-list .blog-list-content {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 0 20px 25px 20px;
  overflow: hidden;
  left: 0;
  right: 0;
}
.blog-list .blog-list-content h4 {
  margin-bottom: 10px;
  color: #FFFFFF;
  line-height: 30px;
}
.blog-list .blog-list-content .blog-category {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #E7343F;
  font-family: "Helvetica LT W01 Bold";
}
.blog-list .blog-list-content .blog-excerpt {
  display: none;
}
.blog-list .blog-list-content .blog-excerpt p {
  font-family: "Helvetica LT W01 Roman";
  margin-bottom: 10px;
  margin-top: 15px;
}
.blog-list .blog-list-content .blog-excerpt a {
  font-family: "Helvetica LT W01 Bold";
}
.blog-list .blog-list-content a {
  color: #FFFFFF;
}
.blog-list h4 {
  transition: all 0.2s ease-in-out;
}
.blog-list:hover {
  text-decoration: none;
}
.blog-list:hover .overlay {
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  transition: ease-in-out all 0.2s;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.9) 98%);
  z-index: 1;
}
.blog-list:hover a {
  text-decoration: none;
}
.blog-list:hover .blog-excerpt {
  opacity: block;
  transition: all 0.1s ease-in-out;
}

.product-listing .card h4 a {
  transition: all 0.2s ease-in-out;
}
.product-listing .card:hover h4 a {
  color: #15623a;
}

.search-open .dropdown.open .dropdown-menu {
  display: none !important;
}
.search-open .dropdown.open.mega-dropdown > a::after {
  display: none !important;
}

.has-error + label {
  margin-bottom: 15px;
}
.has-error + label + .help-block {
  background: #e64255;
  position: relative;
  left: 0px;
  bottom: -4px;
  color: #007C5F;
  padding: 5px 12px;
  border-radius: 2px;
  font-size: 12px;
}
.has-error + label + .help-block:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(230, 66, 85, 0);
  border-bottom-color: #e64255;
  border-width: 5px;
  margin-left: -5px;
}

.breadcrumb-sticky {
  position: sticky;
  top: 0px;
  z-index: 5;
}

.not-sticky.fixed ~ .breadcrumb-section {
  display: block !important;
}

.address-custom-block {
  display: none;
}
.address-custom-block .close-icon {
  top: 5%;
}

.contact-map-section {
  position: relative;
}

.click-dots {
  display: inline-block;
  transition: none;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
  background-size: 0 auto !important;
  background-repeat: no-repeat !important;
  background-position: center;
}

.click-dots.active {
  width: 24px;
  padding: 6px;
  height: 24px;
  border-radius: 100%;
  background: #fff url(/images/icon-plus-shape.svg) center center;
  margin-left: -6px;
  margin-top: -6px;
  background-size: 12px auto !important;
}

span[class*=dots-] {
  position: absolute;
}

@media screen and (min-width: 992px) {
  .navbar {
    justify-content: center;
    height: 110px;
    padding: 0;
  }
  .navbar .nav-item {
    padding: 0px;
  }
  .navbar .dropdown {
    position: relative;
  }
  .navbar .dropdown:hover .dropdown-menu {
    display: block !important;
  }
  .navbar .dropdown .dropdown-menu:hover {
    display: block !important;
  }
  .navbar .dropdown-menu {
    top: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(2, 2, 2, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.5s !important;
  }
  .navbar .dropdown-menu h6 {
    text-align: left;
    margin-bottom: 10px;
    font-family: "Helvetica LT W01 Roman";
  }
  .nav-item.mega-dropdown.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition: all ease-in-out 0.5s !important;
  }
  .brands-dropdown-menu {
    top: 30%;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(2, 2, 2, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.5s !important;
    position: absolute;
    z-index: 1100;
  }
  .brands-dropdown-menu h6 {
    text-align: left;
    margin-bottom: 10px;
    font-family: "Helvetica LT W01 Roman";
    font-size: 11px;
    font-family: "Helvetica Neue LT W01_65 Md";
  }
  .brands-dropdown-menu a {
    margin-left: 0;
  }
  .brands-dropdown-menu.open {
    opacity: 1;
    visibility: visible;
    transition: all ease-in-out 0.5s !important;
    padding: 20px 20px 10px;
  }
}
#bh-sl-user-location {
  width: 100%;
}

.bh-sl-pagination {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bh-sl-pagination:before {
  display: inline-block;
  content: "Page:";
  margin-right: 5px;
}
.bh-sl-pagination li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.bh-sl-pagination li.bh-sl-current {
  color: #15623a;
  font-weight: 700;
}

.bh-sl-map-container {
  display: none;
  min-height: calc(100vh - 81px);
}
.bh-sl-map-container .bh-sl-map-open {
  min-height: calc(100vh - 81px);
}

.sib-form-message-panel {
  display: none;
}

.sib-form-message-panel--active {
  display: block !important;
}

.entry__error {
  display: none;
}

.quote-block {
  background: url("/images/quote.svg");
  background-repeat: no-repeat;
  background-position: left 45px;
}
.quote-block h3 {
  margin-bottom: 0px;
  font-family: "Helvetica Neue LT W01_65 Md";
  padding: 0 30px;
  line-height: 1.3;
}

.padd-extra {
  padding: 0 27px;
}

.hideme {
  opacity: 0;
}

#videoBG {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-image {
  position: relative;
  padding-bottom: 57%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

ul.errors {
  list-style-type: none;
}

.productCategory,
.finishingTexture,
.certification,
.typeOfApplication,
.suitableSubstrate {
  height: 80px;
}

.productBenefits {
  height: 140px;
}

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.sib-form,
#sib-container,
.sib-form-block {
  padding: 0 !important;
}

#sib-form {
  position: relative;
}

.entry__error {
  margin: 8px 0 0 0 !important;
}

.sib-form .entry__field {
  border: 0 !important;
  margin: 0 !important;
}

.sib-form-block__button-with-loader {
  min-height: 0 !important;
}

.sib-form .input:not(textarea) {
  height: auto !important;
}

.newsletter-form input.text-field {
  padding: 15px 40px 15px 15px !important;
}

.newsletter-form button[type=submit] {
  outline: 0;
}

.sib-form ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #595959 !important;
  opacity: 1; /* Firefox */
}

.sib-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #595959 !important;
  opacity: 1; /* Firefox */
}
.sib-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #595959 !important;
}
.sib-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #595959 !important;
}

#success-message {
  border-color: #007C5F !important;
  background-color: #007C5F !important;
}
#success-message .sib-form-message-panel__inner-text {
  color: #FFFFFF;
}
#success-message .sib-icon.sib-notification__icon path {
  fill: #FFFFFF;
}

.grecaptcha-badge {
  display: none !important;
}

.video-image-slider .subtitle {
  display: flex;
  position: absolute;
  background: rgba(142, 142, 142, 0.48);
  width: 100%;
  padding: 10px 10px;
  color: #FFFFFF;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .text-with-image .row {
    flex-direction: column-reverse !important;
  }
}

.bottom-seperate-white-center:after {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  margin: auto;
}

@media (min-width: 1200px) {
  .brand-logo {
    padding: 0 40px;
  }
  .brochure-block {
    margin-left: -50px;
  }
  .product-card .quick-look-table {
    right: 0;
    top: -376px;
    z-index: 5;
    min-height: unset;
    height: 368px;
    max-width: 100%;
    width: 100%;
  }
  .product-card .quick-look-table::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid #222E34;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    top: 100%;
    right: 10px;
  }
  .tab-section .nav .nav-item .nav-link {
    white-space: nowrap;
  }
  .tick-hover:hover a:after {
    background: url(/images/selected-dark.svg) no-repeat center/100% auto;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .great-mind .container {
    padding: 0;
  }
  .round-yellow {
    width: 305px;
    height: 305px;
  }
  .managed-solution {
    max-width: 380px !important;
    margin: auto;
  }
  .nav-tabs-large li a {
    padding: 22px 15px;
  }
  .form-group label {
    font-size: 16px;
  }
}
@media (min-width: 1000px) {
  .logo img {
    margin-top: -3px;
  }
  .logo-white {
    margin-top: 22px;
    top: 50px;
  }
  .logo-green {
    margin-top: 20px;
    top: 50px;
  }
}
@media (max-width: 1075px) {
  .logo-white img, .logo img {
    max-width: 225px;
  }
}

@media (min-width: 992px) and (max-width: 1366px) {
  .navbar-nav .dropdown-menu {
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    padding: 40px 50px;
  }
  .mega-dropdown-menu-3 {
    margin-left: 0;
  }
  .company-symbol {
    margin-right: 26px;
  }
  .close-animatedModal {
    right: 17px;
  }
  .video-section-inn h6 {
    font-size: 14px !important;
    margin: 0;
  }
  .video-main {
    max-height: 475px;
  }
  .dropdown-menu h6 {
    font-size: 14px;
    line-height: 18px;
    left: 4px;
    right: 4px;
    top: 80%;
  }
  .pattern-content-large ul li {
    padding: 10px;
    width: 120px;
  }
  .pattern-lg > a {
    width: 95px;
    height: 95px;
  }
  .lg-outer {
    max-height: 700px;
  }
  .sticky {
    top: -131px;
  }
}
@media (min-width: 992px) {
  .logo {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
  }
  .navbar-nav > li.nav-item > a span:hover, .navbar-nav > li.nav-item > a.active span, .mega-dropdown.open > .nav-link > span {
    transition: none;
  }
  .navbar-nav > li.nav-item > a span {
    padding: 17px 25px 17px 25px;
  }
  .nav-left .navbar-nav > li.nav-item:first-child > a span {
    padding-left: 0;
  }
  .nav-right .navbar-nav > li.nav-item:last-child > a span {
    padding-right: 0;
  }
  .navbar-nav > li.nav-item > a span:after {
    /*content: "";*/
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    border-bottom: 4px solid #f0b92a;
    transform: scaleX(0);
    transform-origin: center center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .navbar-nav > li.nav-item > a span:hover::after {
    transform: scaleX(1);
  }
  .navbar-nav > li.nav-item > a i.fa-angle-up {
    opacity: 0;
  }
  .mega-dropdown.open > .nav-link i.fa-angle-up {
    opacity: 0;
  }
  .mega-dropdown.open > .nav-link i.fa-angle-down {
    opacity: 1;
  }
  .mega-dropdown > a:after {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
    right: 12px;
    width: 21px;
    margin: auto;
    z-index: 1111;
    background: url(/images/dropdown-arrow.svg) no-repeat center bottom;
    opacity: 0;
    height: 15px;
  }
  .header-black .navbar-nav > .nav-item > a {
    color: #181613;
  }
  .fixed ~ .product-specific-sticky {
    position: sticky;
    left: 0;
    width: 100%;
    z-index: 11;
    transition: none;
    top: 0;
  }
  /*==== product speicfic sticky ======*/
  .mobile-menu-block {
    display: none;
  }
  .sticky.fixed.not-sticky {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  h2 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 0;
  }
  h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .design-section h4 {
    font-size: 14px;
    margin-bottom: 0;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 14px;
    line-height: 18px;
  }
  .space-sm-220 {
    padding: 220px 0;
  }
  .space-sm-190 {
    padding: 190px 0;
  }
  .space-sm-180 {
    padding: 180px 0;
  }
  .space-sm-170 {
    padding: 170px 0;
  }
  .space-sm-160 {
    padding: 160px 0;
  }
  .space-sm-150 {
    padding: 150px 0;
  }
  .space-sm-140 {
    padding: 140px 0;
  }
  .space-sm-130 {
    padding: 130px 0;
  }
  .space-sm-120 {
    padding: 120px 0;
  }
  .space-sm-110 {
    padding: 110px 0;
  }
  .space-sm-100 {
    padding: 100px 0;
  }
  .space-sm-90 {
    padding: 90px 0;
  }
  .space-sm-80 {
    padding: 80px 0;
  }
  .space-sm-70 {
    padding: 70px 0;
  }
  .space-sm-60 {
    padding: 60px 0;
  }
  .space-sm-50 {
    padding: 50px 0;
  }
  .space-sm-40 {
    padding: 40px 0;
  }
  .space-sm-30 {
    padding: 30px 0;
  }
  .space-sm-20 {
    padding: 20px 0;
  }
  .space-sm-10 {
    padding: 10px 0;
  }
  .space-sm-0 {
    padding: 0;
  }
  .dropdown-menu.show {
    display: none !important;
  }
  /*new*/
  .banner-home h1, .intro-text {
    text-align: center;
  }
  .banner-home h1, .intro-text .btn {
    display: block;
  }
  .collapse.show .bg-menu-overlay {
    position: fixed;
    display: block;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    z-index: 2;
    background: #fff;
  }
  .nav-right.ml-auto.mt-4 {
    margin: 0px !important;
    width: 100%;
  }
  .mobile-nav {
    display: inline-block;
    float: right;
    position: absolute;
    right: 20px;
    top: 8px;
    z-index: 99;
  }
  .navbar-custom.container.nopadding {
    padding: 0px;
    position: relative;
    z-index: 3;
  }
  .nav-left.mr-auto.mt-4 {
    width: 100%;
    margin: 0 !important;
  }
  .color-pattern a {
    width: 30px;
    height: 30px;
    border: 2px solid #FFF;
  }
  .btn {
    padding: 16px 22px;
  }
  .service-section .caption-hover-block {
    margin-bottom: 24px;
  }
  .feature-list {
    flex-wrap: wrap;
  }
  .feature-list.column5 .featured-logo {
    width: 33%;
    margin: 0px;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 0 !important;
  }
  .section-symbol ul li {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .list-section-item li {
    text-align: center !important;
  }
  .list-section-item li span {
    margin-top: 10px !important;
  }
  .awards-section span {
    display: inline-block;
  }
  .copyright .pull-right {
    float: none;
    display: inline-block;
  }
  .video-buttons .button span {
    font-size: 23px;
  }
  .video-buttons .button {
    padding: 12px 12px 12px 12px;
    height: 50px;
    width: 50px;
    border: 2px solid #fff;
  }
  .navbar.navbar-default {
    margin-top: 0px !important;
  }
  /*new*/
  .design-section .card-body {
    padding: 20px;
  }
  .why-choose .btn, .design-section .btn {
    display: block;
  }
  .btn-block-mobile {
    margin: 10px 0 20px 0;
  }
  .sub-heading {
    font-size: 14px;
    line-height: 20px;
  }
  .nav-item.dropdown.mega-dropdown .fa.fa-angle-down, .nav-item.dropdown.mega-dropdown .fa.fa-angle-up {
    display: none;
  }
  .navbar-collapse {
    right: 0;
    left: 0;
    z-index: 11;
    position: fixed;
    top: 0;
    bottom: 0px;
    height: 100% !important;
    background: #fff;
    overflow: auto;
    padding-top: 75px;
    transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
  }
  .navbar-collapse.show {
    height: 100%;
  }
  .fixed-header #navbarSupportedContent {
    opacity: 0;
  }
  .mobile-menu.fixed-header #navbarSupportedContent {
    animation-delay: 0.2s;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    animation-name: fadeIn-menu;
  }
  .mobile-menu #navbarSupportedContent {
    display: block !important;
  }
  .mobile-menu #navbarSupportedContent {
    animation-delay: 0.1s;
    animation-duration: 0.1s;
    animation-fill-mode: both;
    animation-name: fadeout-menu;
  }
  .mobile-nav .navbar-collapse {
    transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -webkit-transition: all ease-in-out 0.1s;
  }
  @keyframes fadeout-menu {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  @keyframes fadeIn-menu {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .nav-link, .dropdown-menu a {
    color: #fff;
  }
  .nav-link:hover, .nav-link:focus, .dropdown-menu a:hover, .dropdown-menu a:focus {
    color: #fff;
  }
  .navbar-nav > li.nav-item > a {
    font-size: 18px;
    margin-right: 0px;
    padding: 30px 24px !important;
    color: #555555;
    border-top: 1px solid #ddd;
  }
  .nav-right .navbar-nav > li.nav-item:last-child > a {
    border-bottom: 1px solid #ddd;
  }
  .navbar-nav > li.nav-item > a i {
    float: right;
    font-size: 26px;
  }
  .navbar .dropdown-menu {
    background: none !important;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 0;
  }
  .dropdown-menu-column .col-one ul.nav {
    display: none;
  }
  .dropdown-menu .dropdown-menu-column {
    padding: 0 15px;
    color: #fff;
    font-family: "ProximaSoft-Regular";
    font-size: 18px;
  }
  .dropdown-menu .dropdown-menu-column .row {
    display: block;
  }
  .header-home.fixed button.navbar-toggler {
    background: url(/images/icon_burger-menu-black.svg) no-repeat center;
  }
  .header-home.fixed button.navbar-toggler[aria-expanded=true] {
    background: url(/images/close-icon.png) no-repeat center;
    background-size: 70%;
  }
  button.navbar-toggler {
    background: url(/images/icon_burger-menu-black.svg) no-repeat center;
    width: 26px;
    height: 19px;
    z-index: 11;
    margin-top: 6px;
    top: 0;
    right: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
  }
  .header-home button.navbar-toggler {
    background: url(/images/icon_burger-menu-white.svg) no-repeat center;
  }
  button.navbar-toggler[aria-expanded=true] {
    background: url(/images/close-icon.svg) no-repeat center;
    width: 26px;
    height: 19px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 111;
  }
  button.navbar-toggler[aria-expanded=true] ~ .head-right .search-bx a {
    background: url(/images/search-icon.svg) no-repeat;
  }
  button.navbar-toggler[aria-expanded=true] ~ .head-right {
    position: fixed;
    right: 20px;
    top: 47px;
    padding-right: 10px;
  }
  .navbar-collapse ul.navbar-nav {
    padding: 0;
  }
  .navbar-collapse .nav-right.ml-auto.mt-4 ul.navbar-nav {
    padding: 0;
  }
  .navbar-custom {
    background: #fff;
    padding-bottom: 40px;
  }
  .newsletter-block {
    text-align: center;
  }
  nav .logo img, .sticky nav.navbar .logo img {
    width: 140px;
  }
  .header-no-fixed .sticky.fixed {
    position: relative !important;
  }
  .partners-section h6 {
    text-align: center;
  }
  .brand-section .brand-logo {
    padding: 2px 10px 30px;
    text-align: center;
  }
  .sell-story-section {
    text-align: center;
  }
  .sell-story-section .btn {
    margin: auto;
  }
  .close-animatedModal {
    right: 15px;
    top: 34px;
  }
  .arrow-click {
    width: 150px;
    height: 150px;
    right: -70px;
    bottom: -70px;
  }
  .arrow-click img {
    position: absolute;
    left: 45px;
    top: 40px;
    width: 15px;
  }
  .arrow-click-small {
    width: 70px;
    height: 70px;
    right: -30px;
    bottom: -30px;
    opacity: 0;
  }
  .arrow-click-small img {
    position: absolute;
    left: 16px;
    top: 19px;
    width: 13px !important;
  }
  .why-eueka-epos {
    text-align: center;
  }
  .banner-home {
    height: 645px;
    background-size: cover;
  }
  .banner-home p {
    margin-bottom: 20px;
  }
  .banner-home h1 {
    margin-bottom: 15px;
  }
  .round-section {
    height: 380px;
  }
  .company-symbol {
    display: none;
  }
  .navbar-header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 11;
    padding: 25px 15px;
    top: 0;
    height: 70px;
  }
  .megamenu-content p {
    display: none;
  }
  .menu-product-mobile {
    color: #fff;
    margin: 0 0 20px;
    padding: 0;
  }
  .mega-dropdown-menu h6 {
    margin: 10px 0;
    color: #575757;
    font-size: 13px;
  }
  .menu-product-mobile .megamenu-content p {
    display: block;
    margin: 0 0 15px;
  }
  .menu-product-mobile h4 {
    color: #fff;
  }
  .menu-product-mobile a.read-more {
    color: #fff !important;
    border-bottom: 1px solid #fff;
  }
  .megamenu-content ul li {
    padding: 7px 0;
  }
  .navbar-nav > li.nav-item > a i {
    right: 0;
  }
  .mega-dropdown-menu h5 a:hover, .mega-dropdown-menu h5.active a {
    color: #f0b92a;
  }
  .navbar-nav .nav-item {
    margin-left: 0;
    transform: translate(0);
    transform: translateZ(0);
    transition: all ease-in-out 0.4s;
  }
  .navbar-nav > li.nav-item > a i {
    top: 6px;
  }
  .navbar-nav > li.nav-item > a i.fa-angle-down:before {
    content: "\F105";
  }
  .navbar-nav > li.nav-item > a i.fa-angle-up:before {
    content: "\F104";
  }
  .navbar-nav > li.nav-item > a i.fa-angle-up {
    opacity: 0;
  }
  .mega-dropdown.show2 > .nav-link i.fa-angle-up {
    opacity: 1;
    left: -20px;
  }
  .mega-dropdown.show2 > .nav-link i.fa-angle-down {
    opacity: 0;
  }
  .mega-dropdown-menu h5 {
    margin-bottom: 0;
  }
  .career-contact {
    float: left;
    margin-top: 40px;
  }
  .slider-banner .owl-theme .owl-dots {
    text-align: center;
  }
  .features-business {
    background: #f9f9f9;
    padding: 50px 0 30px;
  }
  .customer-usa {
    background: #efefef;
  }
  .owl-carousel-brand-logo.owl-theme .owl-dots {
    bottom: -20px;
  }
  .contact-block .card-body p {
    font-size: 16px;
    line-height: 26px;
  }
  .card-footer {
    font-size: 20px;
  }
  .contact-info span {
    font-size: 18px;
    width: 100%;
    margin-top: 10px;
  }
  .month-section .card-body p {
    font-size: 18px;
    line-height: 28px;
  }
  .month-section .event-location {
    font-size: 16px !important;
  }
  .search {
    padding-right: 8px;
    height: 30px;
    z-index: 111;
    position: absolute;
    right: 29px;
  }
  .logo {
    position: relative;
    z-index: 111;
  }
  .navbar-nav > li.nav-item > a {
    font-size: 18px;
    margin-right: 0px;
    padding: 20px 15px !important;
    color: #555 !important;
  }
  .caption-hover h4, .caption-hover h6, .caption-hover h4 a, .caption-hover h6 a {
    font-size: 14px;
    bottom: 7px;
    left: 7px;
    right: 7px;
  }
  .design-section .color-pattern {
    margin-top: -32px;
  }
  .colours-block .color-pattern a {
    width: 52px;
    height: 52px;
    margin: auto;
  }
  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #555;
  }
  .product-description {
    font-size: 16px;
  }
  .product-description p {
    line-height: 24px;
  }
  .section-coat-colours .colours-block li {
    width: 48px;
    margin: 4px;
  }
  .section-coat-colours .colours-block .colour-name {
    font-size: 11px;
    line-height: 15px;
    margin-top: 7px;
  }
  .section-coat-colours .color-pattern a,
  .section-coat-colours .color-pattern span {
    width: 47px;
    height: 47px;
    border: none;
  }
  .sidebar-inner > ul {
    padding: 15px;
  }
  .left-menu .sidebar-inner > ul {
    padding: 0;
  }
  #sidebar aside > a {
    padding: 15px;
    font-size: 13px;
  }
  #sidebar .sidebar-header {
    padding: 22px 15px;
  }
  .dropdown-toggle::after {
    right: 19px;
  }
  #sidebar {
    margin-bottom: 20px;
  }
  .autocomplete input[type=text] {
    font-size: 20px;
    padding: 23px 60px 23px 15px;
  }
  .autocomplete_reset {
    right: 25px;
  }
  .autocomplete .autocomplete-items div {
    padding: 7px 25px;
    font-size: 16px;
  }
  /*====== start contact page  ======*/
  .contact-box .left {
    border: 0;
    display: flex;
  }
  /*====== end contact page  ======*/
  /*====== start commercial sales team page  ======*/
  /*====== end commercial sales team page ======*/
}
@media (max-width: 991px) and (max-width: 768px) {
  .contact-box .left {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .contact-box .right {
    background: #ffffff;
  }
  .contact-box h4 {
    text-align: center;
  }
  .contact-box .sub-heading {
    text-align: center;
  }
  .contact-block > .bg-white > h4 {
    text-align: left;
  }
  .contact-block > .bg-white > .sub-heading {
    text-align: left;
  }
  .sales-team h5 {
    text-align: center;
  }
  .sales-team h6.designation {
    text-align: center;
    font-size: 14px;
  }
  .sales-team .country {
    text-align: center;
    font-size: 14px;
  }
  .sales-team p {
    text-align: center;
  }
  .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 0;
  }
  .lg-sub-html h6 {
    font-size: 14px;
  }
  .navbar-custom .justify-content-between.d-flex.row {
    margin: 0px;
  }
  .alpha {
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 13px;
    margin-right: 10px;
  }
  .address-block {
    font-size: 14px;
    margin-left: 40px;
  }
  .pattern-content-large .tab-pane {
    padding: 0 !important;
  }
  .pattern-content-large ul li {
    padding: 10px;
    width: 135px;
  }
  body .banner-thumb-slide {
    height: 1000px;
  }
  .bottom-thumbnail {
    bottom: 55px;
    max-width: 440px;
  }
  .sticky.fixed .navbar-nav > .nav-item > a {
    padding: 20px 15px !important;
    margin: 0;
    font-size: 18px;
  }
  .mouse {
    display: none;
  }
  .design-section .color-pattern a {
    border: 2px solid #fff;
  }
  #srch_popup.open {
    top: 0;
  }
}
.contact-box .sub-heading--mobile {
  display: block;
}
@media (min-width: 768px) {
  .contact-box .sub-heading--mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    margin: 100px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-inner {
    height: 400px;
  }
  button.navbar-toggler {
    right: 30px;
  }
  button.navbar-toggler[aria-expanded=true] ~ .head-right {
    right: 30px;
  }
  .form-boxes {
    margin-bottom: 50px;
  }
  .newsletter-form input.text-field {
    padding: 10px;
    font-size: 14px;
  }
  .newsletter-form input[type=submit] {
    right: 12px;
    top: 13px;
  }
  .social li a i {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 4px;
  }
  .copyright {
    font-size: 12px;
  }
  .tab-content > .tab-pane {
    padding: 20px;
  }
  .section-symbol ul li span {
    font-size: 14px;
  }
  .section-symbol ul li a {
    padding: 20px;
  }
  .lg-outer {
    max-height: 530px;
    bottom: inherit;
    top: 10%;
  }
  .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: -53px;
  }
  .color-pattern a, .color-pattern span {
    width: 30px;
    height: 30px;
  }
  .color-pattern span {
    border: 2px solid #fff !important;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .section-blue .max-width-1240 {
    padding: 0 0;
  }
  #mail-address {
    width: 100%;
  }
  .footer-bottom-menu {
    display: block;
    margin-top: 3px;
  }
  section.blog-section {
    padding-top: 0;
  }
  .owl-theme .owl-dots {
    text-align: center;
    bottom: 10px;
  }
  .owl-carousel-mobile .owl-nav {
    display: none;
  }
  .carousel-mobile {
    padding-bottom: 80px;
  }
  .owl-carousel-mobile .owl-dots .owl-dot span {
    height: 10px;
  }
  .owl-carousel-mobile .owl-dots .owl-dot.active span {
    height: 10px;
    background: #f1ba2b;
  }
  .banner-inner-pg {
    height: 510px;
  }
  .banner-intro {
    padding: 20px 0 !important;
  }
  .features-business .card-body {
    padding: 10px;
  }
  .features-business .card-body h4 {
    margin: 0;
    font-size: 14px;
  }
  .features-business .card {
    margin-bottom: 8px !important;
  }
  .btn-sm, .btn-group-sm > .btn {
    font-size: 12px;
  }
  .btn-wide {
    padding: 16px 25px 15px;
  }
  .read-next {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .read-next img {
    width: 30px;
  }
  .testimonial-content p {
    font-size: 18px;
    line-height: 28px;
  }
  .testimonial-content {
    padding: 0 20px;
  }
  .author-name {
    font-size: 16px;
  }
  .testimonial-section .owl-nav .owl-prev {
    left: -25px;
  }
  .testimonial-section .owl-nav .owl-next {
    right: -25px;
  }
  .video {
    height: auto;
  }
  .searching input[type=text] {
    padding: 15px 25px 15px 25px;
    margin-bottom: 15px;
  }
  .searching input.btn-flat {
    position: relative;
  }
  .got-question {
    background: none;
  }
  .company-logo {
    width: 45%;
    margin: 0 5px 10px;
  }
  .form-boxes {
    padding: 0 0 50px;
  }
  .company-logo-section h6 {
    text-align: center;
  }
  .form-group label {
    font-size: 14px;
  }
  form .message-block textarea {
    font-size: 14px;
    line-height: 15px;
    padding: 17px 15px;
  }
  .animation-input input:focus ~ label, .animation-input input:valid ~ label {
    font-size: 10px;
    top: 15px;
    left: 15px;
  }
  form input.form-control, form select.form-control {
    font-size: 14px;
    padding: 15px 15px 14px 15px;
  }
  form select.form-control {
    background-position: 95% 20px;
  }
  form select.select-half {
    background-position: 90% 20px;
  }
  .enquiry-form {
    font-size: 14px;
  }
  table tr td, table tr th {
    padding: 15px;
  }
  .details-section {
    font-size: 14px;
  }
  .video-popup-section iframe {
    height: 250px;
  }
  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }
  .intro-text {
    font-size: 14px;
  }
  .intro-text p {
    line-height: 18px;
  }
  .why-choose .icon img {
    height: 55px;
  }
  .why-choose .icon {
    min-height: inherit;
    margin-bottom: 10px !important;
  }
  .bottom-seperate::after {
    width: 60px;
    height: 1px;
  }
  .color-pattern a, .color-pattern span {
    width: 25px;
    height: 25px;
  }
  .color-pattern span {
    border: 2px solid #fff !important;
  }
  footer h6 {
    margin: 0 0 15px;
    text-align: center;
  }
  .footer-bottom {
    margin-top: 10px !important;
  }
  footer {
    text-align: center;
    padding: 25px 0 25px;
  }
  .video-main h4 {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    top: inherit;
  }
  .awards-section {
    text-align: center;
  }
  .footer-social {
    text-align: center;
  }
  .footer-social ul {
    justify-content: center !important;
  }
  .card-body {
    padding: 10px;
  }
  .card-body h5 {
    margin: 0;
    font-size: 12px;
  }
  .col-p-12 [class*=col-] {
    padding-left: 7px;
    padding-right: 7px;
  }
  .col-p-12 > .row {
    margin: 0 -7px;
  }
  .header-home.fixed .logo {
    display: none;
  }
  .header-home.fixed .logo.logo-sticky {
    display: block !important;
  }
  .vertical-middle {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video-section .video-section-inn h6 {
    text-align: center;
  }
  .readnext {
    font-size: 14px;
    text-align: center !important;
  }
  .readnext img {
    width: 15px;
  }
  .section-testimonial {
    padding: 0;
  }
  .blockquote-content {
    padding: 0 20px;
    font-size: 16px;
  }
  .section-testimonial p {
    line-height: 24px;
  }
  .section-testimonial .author-name {
    font-size: 15px;
    padding: 0 20px;
  }
  .blockquote-content::before {
    width: 20px;
    height: 15px;
    left: 20px;
    top: -16px;
  }
  .blockquote-content::after {
    width: 20px;
    height: 15px;
    right: 20px;
    bottom: -10px;
  }
  p {
    line-height: 22px;
  }
  .product-title {
    font-size: 12px;
  }
  .product-image {
    min-height: 170px;
  }
  .product-listing h4 {
    text-align: center;
  }
  .nav-tabs .nav-link {
    font-size: 11px;
    padding: 14px 8px;
    min-width: 92px;
    color: #555;
  }
  .tab-content > .tab-pane {
    padding: 20px;
  }
  .colour-name {
    font-size: 10px;
    line-height: 13px;
  }
  .colours-block li {
    width: 55px;
  }
  .colours-block {
    justify-content: center;
  }
  .download-section tr td, .download-section tr th {
    padding: 13px;
  }
  .why-choose .icon {
    height: auto;
  }
  .search-bx input.text-field {
    font-size: 13px;
  }
  .product-specific-section .product-image {
    min-height: inherit;
    padding: 4px;
    width: 26%;
    margin-right: 8px;
  }
  /*====== start commercial sales team page  ======*/
  /*====== start commercial sales team page  ======*/
  /*======= pagation =========*/
  /*=====end pagation =========*/
  /*======= swatch simulator for mobile ======*/
  /*======end swatch simulator for mobile ======*/
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .top-specific {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .top-specific h4 {
    margin: 0 !important;
    font-size: 14px;
  }
  .request-bt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    font-size: 6px;
  }
  .not-sure {
    font-size: 10px;
    padding: 10px;
  }
  .reset-all {
    font-size: 12px;
  }
  #coat-toggle, #scraped-toggle {
    padding: 4px;
  }
  .product-listing {
    margin: 0 -7px;
  }
  .design-section .card-body {
    padding: 13px;
  }
  .design-section .color-pattern {
    margin-top: -25px;
  }
  .design-section h4 {
    margin-bottom: 0 !important;
    margin-top: 10px;
  }
  .max-width-740 {
    width: 100%;
  }
  .result_found {
    display: none;
  }
  .result_found_bx .input_fld {
    width: 87%;
  }
  .value_reset {
    border-left: 0;
  }
  .result_found_bx {
    height: 50px;
  }
  .result_found_bx .input_fld input {
    padding: 15px;
    font-size: 16px;
  }
  .srch_result_content h4 {
    font-size: 13px;
    padding: 11px 15px;
    margin-bottom: 20px;
  }
  .srch_result_content h5 {
    font-size: 15px;
    font-family: "Helvetica LT W01 Bold";
    padding: 0 15px;
  }
  .srch_result_content p {
    padding: 0 15px;
  }
  .srch_result_content hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .result_found_mbl {
    display: block;
  }
  #srch_popup .container {
    padding: 0;
  }
  .autocomplete input[type=text] {
    font-size: 16px;
    box-shadow: none;
    border-bottom: 0px;
    box-shadow: none;
  }
  .autocomplete_reset {
    right: 20px;
  }
  .autocomplete .autocomplete-items {
    box-shadow: none;
    z-index: 1;
  }
  .autocomplete .autocomplete-items div {
    padding: 12px 15px;
    font-size: 14px;
    border-top: 1px solid #fff;
  }
  .sales-team .cb-span {
    display: none;
  }
  .sales-team p.email-desktop {
    display: none;
  }
  .sales-team {
    border: none;
  }
  .sales-team p.email-mobile {
    display: block;
  }
  .contact-box .right {
    padding-right: 10px;
    padding-left: 10px;
  }
  .animation-input input {
    padding: 19px 15px 10px 15px !important;
  }
  .contact-block {
    display: none;
  }
  .contact-block {
    position: absolute;
    z-index: 11;
    top: 30%;
  }
  .close-icon {
    display: block;
    top: 2%;
    position: absolute;
    width: 30px;
    right: 7%;
  }
  .owl-carousel-product .owl-nav {
    display: none;
  }
  .find-stockist {
    border-top: 1px solid #596266;
    padding-top: 25px;
  }
  .project-images h5 {
    text-align: center;
  }
  .plus-icon {
    right: 10px;
    bottom: 10px;
  }
  .plus-icon img {
    width: 18px;
  }
  .btn-sm-block {
    display: block;
    width: 100%;
    margin: 4px 0;
  }
  .condition-text {
    padding-top: 0;
    font-size: 12px;
  }
  .contact-box {
    border: none;
    padding: 0;
  }
  .contact-box .right {
    padding: 0;
  }
  .office-loc {
    margin: 0 -8px;
  }
  .awards-section {
    text-align: left;
  }
  .training_support {
    padding: 0 12px;
  }
  .training_support .intro p {
    font-size: 16px;
  }
  .ts_steps {
    padding: 0;
  }
  .ts_steps ol li::before {
    width: 30px;
    height: 30px;
    border-width: 2px;
    line-height: 27px;
    font-size: 14px;
    margin-left: -16px;
  }
  .training_support form .ts_steps_column {
    padding: 25px 0 0;
  }
  .product_toggle .heading {
    font-size: 16px;
    padding: 10px 15px;
  }
  .product_toggle .heading::after {
    right: 15px;
  }
  .product_toggle ul li {
    font-size: 16px;
  }
  .product_toggle ul li a {
    padding: 10px 15px;
  }
  .product_toggle ul li a::after {
    right: 13px;
  }
  .confirm_download {
    padding: 12px;
  }
  .confirm_download p {
    font-size: 16px;
  }
  .ts_steps ol li + li::after {
    top: 14px;
    height: 2px;
  }
  .ts_steps ol li {
    font-size: 12px;
  }
  .breadcrumb-section {
    display: none;
  }
  .banner-inner {
    height: 350px;
  }
  .banner-inner h3 {
    font-size: 16px;
  }
  .map-section {
    padding: 0;
  }
  #map {
    height: 350px;
  }
  .nav-tabs-large li {
    padding: 0 4px;
  }
  .nav-tabs-large li a {
    padding: 10px 4px;
    font-size: 9px;
  }
  .nav-tabs-large li a.active::after, .nav-tabs-large li a:hover::after {
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -10px;
  }
  .pattern-content-large ul li {
    padding: 5px;
    width: 60px;
  }
  .pattern-lg > a {
    width: 50px;
    height: 50px;
  }
  .pattern-lg ~ .colour-name {
    margin: 5px 0;
    font-size: 10px;
    line-height: 14px;
  }
  .swatch-basket {
    border: none !important;
    padding: 0 !important;
    margin-top: 15px;
  }
  .section-symbol ul.row {
    margin: 0;
  }
  .copyright {
    font-size: 13px;
  }
  .section-symbol ul li span {
    font-size: 12px;
    line-height: 18px;
    margin: 5px 0 0 0;
  }
  .section-symbol ul li:nth-child(2) span {
    max-width: 45px;
  }
  .section-symbol ul li:nth-child(3) span {
    max-width: 90px;
  }
  .simulator-tab-right .tab-section {
    margin: auto;
  }
  .simulator-tab li {
    width: 100%;
  }
  .bottom-thumbnail li a {
    border: 3px solid #fff;
  }
  .product-filter-section .nav-tabs {
    margin-left: -1px;
    margin-right: -2px;
  }
  .product-filter-section .nav-tabs .nav-item {
    width: 33.33333%;
  }
  .social-this h6 {
    text-align: center;
  }
  .social-this ul {
    justify-content: center;
    margin-top: 10px;
  }
  .pagination {
    width: 100%;
  }
  .pagination > li {
    width: 12.3%;
    margin-left: -1px;
  }
  .page-item:first-child {
    width: 20%;
  }
  .page-item:last-child {
    width: 20%;
  }
  .pagination > li > a, .pagination > li > span {
    width: 100%;
    margin: 0;
  }
  .bottom-thumbnail {
    padding-right: 5px;
  }
  .simulator-tab-right {
    display: none !important;
  }
  body .banner-thumb-slide {
    height: 570px;
  }
  .bottom-thumbnail {
    bottom: 0;
  }
  .swatch-simulator-mobile .tab-pane {
    padding: 0;
  }
  .swatch-simulator-mobile .nav-tabs li.nav-item {
    width: 100%;
  }
  .swatch-simulator-mobile .nav-tabs li.nav-item .nav-link {
    text-align: left;
    font-family: "Helvetica LT W01 Roman";
    font-size: 12px;
    padding: 10px 8px;
    border: none;
  }
  .swatch-simulator-mobile .simulator-tab li {
    padding: 0;
    border: none;
  }
  .swatch-simulator-mobile .simulator-tab .colour-name {
    font-size: 12px;
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .swatch-simulator-mobile .simulator-tab .color-pattern .pattern-inn {
    width: 20px;
    height: 20px;
    border: none;
  }
  .swatch-simulator-mobile #tab4 .simulator-tab .color-pattern .pattern-inn {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
  }
  .swatch-simulator-mobile .simulator-tab .color-pattern {
    padding: 10px 8px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
  }
  .swatch-simulator-mobile {
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 15px;
  }
  .swatch-simulator-mobile h6, .bottom-thumbnail h5 {
    font-size: 12px;
    margin-bottom: 0.25rem !important;
  }
  .swatch-simulator-mobile .tab-content .dropdown-select a {
    padding: 0;
  }
  .autocomplete_reset img {
    width: 26px !important;
    height: 19px;
  }
  .fixed-header .header-home .logo-white {
    display: none;
  }
  .awards-section div {
    justify-content: center !important;
    margin: 25px 0;
  }
  .autocomplete {
    max-width: 80%;
  }
  .section-symbol ul li:first-child, .section-symbol ul li:last-child {
    border-left: none;
  }
  .condition-text label span.contact-check {
    top: 1px;
  }
  .lg-outer {
    padding: 20px;
    max-height: 300px;
  }
  .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: -45px;
  }
}
@media (max-width: 1440px) {
  .newsletter br {
    display: none;
  }
}
@media (min-width: 992px) {
  .download-section table {
    height: 100%;
  }
}
/*updated for mobile menu*/
@media (max-width: 991px) {
  .download-section table {
    margin-bottom: 20px;
  }
  html, body {
    position: relative;
    overflow-x: hidden;
  }
  .autocomplete_reset {
    z-index: 99;
  }
  #srch_popup {
    position: absolute !important;
    top: 0;
    display: block;
    width: 100%;
    background: #fff;
    z-index: 111;
    transform: translateX(100%);
    transition: all ease-in-out 0.5s;
  }
  #srch_popup.open {
    z-index: 9999;
    transform: translateX(0%);
  }
  .mobile-menu-block .extra-mobile-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0px;
    left: 0px;
  }
  .mobile.menu-block .nav-right .navbar-nav .nav-item:last-of-type > a {
    border-bottom: none;
  }
  .mobile-menu-block .logo-green-sticky {
    display: block;
    left: 15px;
    top: 8px;
    position: relative;
  }
  .mobile-menu-block .navbar-custom {
    padding-top: 35px !important;
  }
  .mobile-menu-block {
    position: fixed;
    z-index: 8;
    height: auto;
    width: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    background: #fff;
    opacity: 0;
  }
  .mobile-menu-block.fadeIn {
    opacity: 1;
  }
  .mobile-menu-block .navbar-custom, .mobile-menu-block .extra-mobile-menu {
    display: none;
  }
  .mobile-menu-block.fadeIn, .mobile-menu-block.fadeOut {
    height: 100%;
  }
  .mobile-menu-block.fadeIn .navbar-custom, .mobile-menu-block.fadeIn .extra-mobile-menu {
    display: block;
  }
  .mobile-menu-block .navbar {
    padding: 0px;
  }
  .mobile-menu-block button.navbar-toggler {
    background: url(/images/close-icon.svg) no-repeat center;
    width: 26px;
    height: 19px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 111;
  }
  .mobile-menu-block .logo {
    margin-top: 0.25rem;
  }
  .section-symbol ul li span {
    display: block;
    width: 100%;
  }
  .inner-header {
    position: sticky;
    top: 0px;
    background: #fff;
  }
  .search-open .header-top.sticky {
    z-index: 9999;
  }
}
@media (max-width: 375px) {
  .navbar-nav > li.nav-item > a {
    font-size: 16px;
    padding: 10px 15px !important;
  }
  .mobile-menu-block .navbar-custom {
    padding-top: 25px !important;
  }
}
@media (min-width: 768px) {
  .margb90 {
    margin-bottom: 90px;
  }
  .margt90 {
    margin-top: 90px;
  }
  .margt-90 {
    margin-top: -90px;
  }
}
@media screen and (max-width: 1024px) {
  .request-bt {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .request-bt {
    font-size: 7px;
  }
}
@media screen and (max-width: 380px) {
  .request-bt {
    font-size: 6px;
  }
}
@media screen and (max-width: 520px) {
  .richtext iframe {
    margin-top: 30px;
    min-height: 265px;
    height: auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 521px) and (max-width: 768px) {
  .richtext iframe {
    margin-top: 30px;
    min-height: 370px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .richtext iframe {
    margin-top: 30px;
    min-height: 460px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1460px) {
  .cta-title {
    width: 100%;
    display: block;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1460px) {
  .cta-title {
    margin-right: 48px;
    padding-right: 48px;
    margin-bottom: 0;
  }
}
.price {
  position: relative;
  font-size: 36px;
}
.price h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.price h3::after {
  position: absolute;
  font-size: 10px;
  white-space: nowrap;
  bottom: -30%;
  right: 0;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .price h3::after {
    bottom: 10px;
    right: -75px;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  outline: none;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*=============*/
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 50px;
  margin: 5px;
  padding: 4px 7px;
  background: #000000;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
  max-width: 1490px;
  padding: 0 15px;
  margin: auto;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  outline: none;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px;
  border: 2px solid #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 50px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
}

.item-video {
  position: relative;
  padding-bottom: 56.4%;
  overflow: hidden;
}
.item-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1025px) {
  .item-video {
    background: #1b1b1b;
    height: 734px;
  }
  .item-video iframe,
  .item-video object,
  .item-video embed {
    position: relative;
    top: -400px;
    height: 220%;
    min-width: 100%;
  }
  .item-video {
    position: relative;
    padding-bottom: 56.4%;
    overflow: hidden;
    height: auto;
  }
  .item-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
/*!
 * jQuery Vertical Carousel
 * https://github.com/haripaddu/jQuery-Vertical-Carousel
 * Version: 1.0
 * License: MIT
 */
/* line 10, ../sass/jQuery.verticalCarousel.scss */
* {
  box-sizing: border-box;
}

/* line 14, ../sass/jQuery.verticalCarousel.scss */
.vc_goUp, .vc_goDown {
  display: block;
}

/* line 16, ../sass/jQuery.verticalCarousel.scss */
.vc_goUp.isDisabled, .vc_goDown.isDisabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  cursor: not-allowed;
}

/* line 21, ../sass/jQuery.verticalCarousel.scss */
.vc_container {
  overflow: hidden;
  transition: height 0.2s ease-in;
}

/* line 25, ../sass/jQuery.verticalCarousel.scss */
.vc_list {
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  transition: transform 0.2s ease-in;
}

#owl-gallery {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s linear;
}

.gallery-mask {
  background-color: #11254A;
  opacity: 0.9;
  filter: alpha(opacity=90);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
}

.gallery-container {
  width: 90%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 5%;
  margin: auto;
  z-index: 9001;
}

.gallery-container .close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  color: #D2B38C;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 9002;
  text-align: center;
  display: table;
}

.gallery-container .close i {
  vertical-align: middle;
  display: table-cell;
}

.gallery-container .close:focus,
.gallery-container .close:hover {
  color: #fff;
  border-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.gallery-thumbnail {
  position: fixed;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 120px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9002;
  opacity: 0;
  transition: visibility 1s, opacity 1s linear 0.5s;
}

.gallery-thumbnail.active {
  opacity: 1;
}

.gallery-thumbnail:focus,
.gallery-thumbnail:hover {
  opacity: 1;
}

.gallery-thumbnail .arrow {
  position: absolute;
  top: 0;
  margin: 55px 20px;
  color: #D2B38C;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 9002;
}

.gallery-thumbnail .arrow:focus,
.gallery-thumbnail .arrow:hover {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.gallery-thumbnail .arrow.left {
  left: 0;
}

.gallery-thumbnail .arrow.right {
  right: 0;
}

.thumbnail-container {
  margin: 0 auto;
  width: 80%;
  height: 120px;
  overflow: hidden;
  position: relative;
}

.thumbnail-container-list {
  position: absolute;
  top: 0;
  transition: left 0.5s linear;
}

.thumbnail-container-list a {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 10px 5px;
  border: black 1px solid;
  opacity: 0.5;
  filter: alpha(opacity=50);
  overflow: hidden;
  position: relative;
}

.thumbnail-container-list a:focus,
.thumbnail-container-list a:hover {
  border: #fff 1px solid;
  opacity: 1;
  filter: alpha(opacity=100);
}

.thumbnail-container-list a.active {
  border: #fff 1px solid;
  opacity: 1;
  filter: alpha(opacity=100);
}

.thumbnail-container-list a img {
  display: block;
  margin: 0 auto;
  height: 100%;
  position: absolute;
}

/* gallery image vertical center */
#gallery-slider {
  height: 100%;
}

#gallery-slider .owl-wrapper-outer {
  height: 100%;
}

#gallery-slider .owl-wrapper {
  height: 100%;
}

#gallery-slider .owl-item {
  height: 100%;
}

#gallery-slider .owl-item img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); /* IE9 */
  transform: translate3d(0, -50%, 0); /* Modern Browsers - better performance */
  margin: 0 auto;
}

/*! lightgallery - v1.6.11 - 2018-05-22
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2018 Sachin N; Licensed GPLv3 */
.lg-icon {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background: none;
  color: #595959;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: -40px;
  background: url(/images/next1.svg) no-repeat center left;
  width: 30px;
  height: 30px;
}

.lg-actions .lg-prev {
  left: -40px;
  background: url(/images/prev1.svg) no-repeat center right;
  width: 30px;
  height: 30px;
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
}

.lg-autoplay-button {
  display: none;
}

.lg-fullscreen {
  display: none;
}

#lg-zoom-in {
  display: none;
}

.lg-close {
  color: #fff !important;
  font-size: 14px !important;
}

.lg-toolbar .lg-icon {
  color: #595959;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

#lg-download {
  display: none;
}

.lg-toolbar .lg-close {
  background: url(/images/close-white.svg) no-repeat right center/22px;
  padding: 0 20px 0 0;
  height: auto;
  width: 70px;
  margin-top: 0;
  opacity: 1;
  margin: -35px 5px;
}
.lg-toolbar .lg-close:before {
  content: "Close";
}

.lg-toolbar .lg-download:after {
  content: "\E0F2";
}

.lg-sub-html h6 {
  color: #fff;
  font-family: "Helvetica LT W01 Roman";
  font-size: 16px;
}

.lg-sub-html {
  bottom: -58px;
  font-size: 16px;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
  font-style: italic;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  bottom: -70px;
}

#lg-counter span {
  font-family: "Helvetica LT W01 Bold";
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  display: none;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: -58px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #595959;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\E1FF";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("/images/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("/images/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("/images/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("/images/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("/images/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
  display: none;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\E01D";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\E01A";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\E311";
}

#lg-actual-size {
  font-size: 20px;
  display: none;
}

#lg-actual-size:after {
  content: "\E033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
  display: none;
}

#lg-zoom-out:after {
  content: "\E312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\E20C";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\E20D";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
  display: none;
}

.lg-outer #lg-share:after {
  content: "\E80D";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\E901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\E904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\E902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\E903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  max-height: 800px;
  height: 100%;
  position: fixed;
  padding: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
  max-width: 1200px;
  margin: auto;
  right: 0;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  /* overflow: hidden;*/
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: 100% !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.call-to-action {
  background-color: #007C5F;
}
.call-to-action--2 .cta-title {
  margin-right: 0px;
}
.call-to-action--3 .cta-title {
  margin-right: 0px;
  padding-right: 0px;
  margin-bottom: 10px;
}
.call-to-action--3 div :last-child {
  margin-right: 0px !important;
}
@media screen and (max-width: 767px) {
  .call-to-action--3 div {
    display: block;
    width: 100%;
  }
  .call-to-action--3 div a {
    margin: 8px 0;
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 2s !important;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

#product-comparison-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f3f3f3;
  padding: 30px 25px;
  z-index: 10;
}
#product-comparison-bar.has-at-least-two {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1350px) {
  #product-comparison-bar {
    padding: 30px 14%;
  }
}
@media (min-width: 2560px) {
  #product-comparison-bar {
    padding: 30px 21.5%;
  }
}
.product-comparison-bar-layout {
  display: flex;
}
.product-comparison-bar-layout > * + * {
  margin-left: 18px;
}
.product-comparison-bar-layout img {
  width: 98px;
  height: 98px;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#open-comparison-table {
  cursor: not-allowed;
  opacity: 0.3;
  pointer-events: none;
}
#open-comparison-table.is-active {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}

.product-comparison-bar-layout > div {
  max-width: 98px;
  text-align: center;
}
.product-comparison-bar-layout > div p {
  color: #555;
  font-size: 11px;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 50%;
  text-transform: capitalize;
}
.product-comparison-bar-layout > div .btn {
  padding: 0;
}

#product-comparison-bar h4 {
  color: #555;
  font-size: 16px;
  text-transform: uppercase;
}

#product-comparison-bar p.product-heading {
  color: #555;
  font-family: "Helvetica LT W01 Bold";
  font-size: 11px;
  margin-top: 8px;
  text-transform: uppercase;
}

.sample-thumbnail .remove-product-button {
  position: absolute;
  right: -8px;
  top: -8px;
}

@media (max-width: 1000px) {
  #product-comparison-bar {
    padding: 15px;
  }
  #product-comparison-bar.has-at-least-two {
    flex-wrap: wrap;
  }
  #product-comparison-bar.has-at-least-two div {
    width: 100%;
  }
  #open-comparison-table {
    flex-basis: 100%;
    margin-top: 10px;
  }
  #product-comparison-bar h4 {
    font-size: 14px;
    display: block;
    margin: 0 auto 15px auto;
  }
  #product-comparison-bar img {
    width: 75px;
    height: 75px;
  }
  .product-comparison-bar-layout {
    justify-content: center;
  }
  .product-comparison-bar-layout > div {
    max-width: 75px;
  }
}
#product-comparison-table {
  width: 100%;
  min-height: 100vh;
}
#product-comparison-table.is-active {
  display: block;
}

.product-comaprison-overlay-layout {
  padding: 50px 0 100px 0;
  position: relative;
}
.product-comaprison-overlay-layout .btn {
  width: 100%;
}
.product-comaprison-overlay-layout table {
  background: #fff;
  font-size: 14px;
  width: 100%;
}
.product-comaprison-overlay-layout table tbody {
  padding-top: 15px;
}
.product-comaprison-overlay-layout table td {
  padding: 0 24px;
  vertical-align: text-top;
}
.product-comaprison-overlay-layout img {
  width: 100%;
  margin: auto;
  max-width: 460px;
}
.product-comaprison-overlay-layout .title {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 0;
  display: block;
  font-size: 24px;
  padding: 15px 24px;
}
.product-comaprison-overlay-layout .value {
  width: 60%;
}
.product-comaprison-overlay-layout table {
  min-height: 600px;
}
.product-comaprison-overlay-layout strong {
  text-transform: capitalize;
}
.product-comaprison-overlay-layout tr:nth-child(4) td {
  padding-top: 15px;
}
.product-comaprison-overlay-layout #title,
.product-comaprison-overlay-layout #url,
.product-comaprison-overlay-layout #image {
  display: none;
}

#close-comparison-table {
  position: absolute;
  top: 50px;
  right: 50px;
}

@media (min-width: 1100px) {
  .has-2 {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  .has-2 > div {
    max-width: 460px;
    width: 100%;
  }
  .has-2 > * + * {
    margin-left: 30px;
  }
  .has-3 {
    display: grid;
    justify-content: stretch;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .has-3 > * + *,
  .has-2 > * + * {
    margin-top: 15px;
  }
}
.cta-flex {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}
.cta-flex > * + * {
  margin-left: 15px;
}

#toasts {
  min-height: 0;
  position: fixed;
  right: 20px;
  top: 100px;
  width: 400px;
}

#toasts .toast {
  background: #000;
  border-radius: 3px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  cursor: default;
  margin-bottom: 20px;
  opacity: 0;
  position: relative;
  padding: 20px;
  transform: translateY(15%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  width: 100%;
  will-change: opacity, transform;
  z-index: 10000000000;
}
#toasts .toast p {
  color: #fff;
  line-height: 1.2;
  margin: 0;
}
#toasts .toast.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

#toasts .toast.warning {
  background: #e74c3c;
}

#toasts .toast.success {
  background: #2ecc71;
  color: #1b1b1b;
}

/*  wee override for certain pages due to sticky header */
.render-specific #toasts {
  position: absolute;
}

.careers-inner-slider {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 640px;
  top: -51px;
  position: relative;
  z-index: 5;
}
.careers-inner-slider .careers-inner-container {
  margin: 0 auto;
  top: calc(50% - 51px);
  left: 0;
  position: absolute;
  padding: 0;
  width: 100%;
  z-index: 5;
  transform: translateY(calc(-50% + 51px));
}
.careers-inner-slider .careers-inner-cta {
  z-index: 1;
}
.careers-inner-slider .careers-inner-cta a {
  border: none;
}
.careers-inner-slider .careers-inner-cta a:not(:last-child) {
  margin-right: 0.7rem;
}
.careers-inner-slider .careers-inner-cta a:not(:first-child) {
  margin-left: 0.7rem;
}
.careers-inner-slider .banner-intro {
  max-width: 464px;
  padding: 120px 0;
}
.careers-inner-slider .banner-intro h2 {
  margin-bottom: 40px;
}
.careers-inner-slider .banner-intro .intro-text p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 16px;
}
.careers-inner-slider .banner-intro .intro-text p:last-of-type {
  margin-bottom: 25px;
}
.careers-inner-slider .owl-carousel {
  width: 100%;
  position: absolute;
  z-index: 0;
}

.careers-slide {
  width: 100%;
  height: 100%;
  min-height: 720px;
  background-size: cover;
  background-position: top center;
}

.careers-inner-slide {
  width: 100%;
  height: 100%;
  min-height: 640px;
  background-size: cover;
  background-position: 50% 25%;
}

@media screen and (max-width: 767px) {
  .careers-slide {
    min-height: 480px;
  }
  .careers-slider {
    height: 480px;
  }
  .careers-inner-slider {
    height: 600px;
    top: 0;
  }
  .careers-inner-slider .careers-inner-container {
    top: 30%;
  }
  .careers-inner-slide {
    min-height: 600px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .careers-inner-slider {
    height: 450px;
  }
  .careers-inner-slide {
    min-height: 450px;
  }
}
.nav-expand {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #fff;
  transform-origin: top;
  max-height: 0px;
  transition: max-height 0.25s;
  overflow: hidden;
}
.nav-expand__button {
  display: flex;
  cursor: pointer;
}
.nav-expand__button span {
  display: flex;
  align-items: center;
  margin-left: 0.1rem;
  transition: unset !important;
}
.nav-expand__button span:hover {
  transition: unset !important;
}
.nav-expand__button:hover span {
  text-decoration: underline;
  transition: unset !important;
}
.nav-expand__button img {
  padding: 0.5rem;
  cursor: pointer;
}
.nav-expand__items {
  display: flex;
  width: 100%;
  flex-direction: row;
  list-style: none;
}
.nav-expand__item {
  display: flex;
  width: 20%;
  justify-content: center;
  border-left: 1px solid #DDDDDD;
}
.nav-expand__item:last-child {
  border-right: 1px solid #DDDDDD;
}
.nav-expand a {
  margin: 0;
}
.nav-expand a:hover figure {
  background-color: #F9F9F9;
}
.nav-expand figure {
  display: flex;
  padding: 1.2rem 0 0.8rem 0;
  margin: 0;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: none;
}
.nav-expand figcaption {
  color: #595959;
  font-family: "Helvetica LT W01 Bold";
  text-align: center;
}
.nav-expand figure img {
  margin-bottom: 0.75rem;
}
@media (min-width: 1350px) {
  .nav-expand__items {
    width: 58%;
  }
}
.nav-expand--visible {
  max-height: 100px;
  border-bottom: 1px solid #DDDDDD;
}
.nav-expand--invisible {
  max-height: 0px;
}

.top-bar.bg-green .nav-expand__button {
  color: #fff;
}

.top-bar .nav-expand__button {
  transition: unset !important;
}

.slider-banner {
  position: relative;
}
.slider-banner__nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .slider-banner__nav {
    display: none;
  }
}

.banner-nav {
  display: flex;
  list-style: none;
}
.banner-nav__item {
  border: 1px solid white;
  background-color: rgba(0, 0, 0, 0.25);
}
.banner-nav__item:not(:last-child) {
  border-right: none;
}
.banner-nav__link {
  display: block;
  padding: 10px;
  font-size: 11px;
  font-family: "Helvetica Neue LT W01_65 Md";
  text-transform: uppercase;
}
.banner-nav__link:link, .banner-nav__link:visited {
  color: #fff;
}

/*timeline*/
.hideme {
  opacity: 0;
}

.timeline {
  width: 70%;
  margin: 0 auto;
  list-style: none;
  padding: 60px 0 20px;
  position: relative;
  text-align: center;
}
.timeline > li {
  margin-bottom: 120px;
  position: relative;
}
.timeline > li:not(:last-of-type)::before {
  content: "";
  background-color: #115632;
  width: 1px;
  height: calc(100% - 120px);
  top: calc(50% + 120px);
  left: 50.8%;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
}
.timeline > li:after {
  content: " ";
  display: table;
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 320px;
  margin-bottom: 1rem;
  float: left;
  border: 0px;
  border-radius: 2px;
  padding: 0;
  position: relative;
  z-index: 2;
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 140px;
  right: -50%;
  display: inline-block;
  background: #115632;
  width: calc(100% - 150px);
  z-index: -1;
  height: 1px;
  content: " ";
}
.timeline > li:not(.timeline-inverted) {
  padding-right: 90px;
}
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
  margin-top: -20%;
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 110px;
  height: 110px;
  text-align: center;
  line-height: 110px;
  font-size: 22px;
  position: absolute;
  top: 94px;
  font-family: "Helvetica LT W01 Bold";
  left: 48%;
  margin-left: -25px;
  background-color: #007C5F;
  z-index: 4;
}
.timeline > li.timeline-inverted {
  padding-left: 90px;
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted) {
  margin-top: -20%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -40%;
  right: auto;
}

.timeline-panel figure {
  margin-bottom: 0;
}
.timeline-panel img {
  width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.timeline-content {
  padding: 40px 30px;
  text-align: center;
  color: #333;
  font-size: 30px;
  min-height: 158px;
  border: 1px solid #DDDDDD;
  border-top: 0px;
  background: #F3F3F3;
}
.timeline-content h4 {
  font-size: 20px;
  line-height: 30px;
}
.timeline-content .line_wrap {
  font-size: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.timeline-content p {
  font-size: 16px;
  line-height: 26px;
  color: #595959;
}
.timeline-content > p {
  margin-bottom: 0;
}
.timeline-content > p + p {
  margin-top: 5px;
}

@media (max-width: 992px) {
  .timeline {
    width: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .timeline {
    width: 80%;
  }
  .timeline > li > .timeline-panel::after {
    width: calc(100% - 100px);
    right: -45%;
  }
  .timeline > li.timeline-inverted > .timeline-panel::after {
    left: -30%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .timeline > li:not(:last-of-type)::before {
    top: calc(50% + 140px);
    height: calc(100% - 60px);
  }
  .timeline > li > .timeline-panel {
    width: 40%;
  }
  .timeline > li > .timeline-panel::after {
    top: 135px;
    width: calc(100% - 70px);
  }
  .timeline > li > .timeline-badge {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    top: 94px;
  }
  .timeline-heading {
    padding: 20px;
  }
  .timeline-heading h4 {
    font-size: 24px;
  }
  .timeline-body {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .timeline-section .text-center {
    text-align: left !important;
  }
  .timeline > li {
    margin-bottom: 50px;
  }
  .timeline > li:last-of-type {
    margin-bottom: 0;
  }
  .timeline > li:not(:last-of-type)::before {
    height: calc(100% - 60px);
  }
  .timeline > li > .timeline-panel {
    width: 78%;
    float: right;
  }
  .timeline > li > .timeline-panel::after {
    width: 100% !important;
    left: -25% !important;
    top: 121px !important;
  }
  .timeline > li > .timeline-badge {
    left: 14px;
    margin-left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    left: -7px;
    margin-left: 0;
  }
  .timeline > li:not(.timeline-inverted) {
    padding-right: 0;
  }
  .timeline > li:not(.timeline-inverted) + li.timeline-inverted {
    margin-top: 50px;
  }
  .timeline::before {
    left: 20px;
    bottom: 11%;
  }
  .timeline > li.timeline-inverted {
    padding-left: 0;
  }
  .timeline > li.timeline-inverted + li:not(.timeline-inverted) {
    margin-top: 50px;
  }
  .timeline-body {
    padding-top: 0px !important;
  }
  .timeline-block p {
    font-size: 14px;
    line-height: 24px;
  }
  .timeline-content {
    padding: 30px 15px;
  }
  .timeline-content h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .timeline-content p {
    font-size: 14px;
  }
}
.embedded-content-block iframe {
  width: 100%;
  height: 100%;
  min-height: 700px;
}
@media screen and (max-width: 991px) {
  .embedded-content-block iframe {
    min-height: 400px;
  }
}

.help-block.filled + label {
  margin-top: 7px;
}

.help-block.filled + input {
  margin-top: 0;
}

.parsley-required {
  color: #ff3546;
}

.help-block.filled .parsley-required {
  color: #fff;
}

.block {
  display: block;
}

.initial {
  display: initial;
}

.inline {
  display: inline;
}

.none {
  display: none;
}

.fill {
  width: 100%;
  height: 100%;
}

.border-none {
  border: none !important;
}

.border-inv {
  border-color: transparent !important;
}

.transition-none {
  transition: none;
}

.bg-notr {
  transition: background-color 0s;
}
.bg-transparent {
  background-color: transparent;
}
.bg-green {
  background-color: #007C5F;
}

.flex {
  display: flex;
}

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

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

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

.gray-text {
  color: #999999 !important;
}

.min-height-1104 {
  min-height: 1104px;
}

.min-height-904 {
  min-height: 904px;
}

.min-height-704 {
  min-height: 704px;
}

[hidden] + .checkmark {
  display: none !important;
}

button[type=submit].ff-loading {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
}

button[type=submit].ff-loading:before {
  content: "";
  display: block;
  flex: 1 0 11px;
  width: 11px;
  height: 11px;
  margin-right: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent transparent #fff #fff;
  border-radius: 50%;
  animation: ff-loading 0.5s linear infinite;
}

@keyframes ff-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
.freeform-pages {
  display: flex;
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
  background-color: red;
}

.freeform-pages li {
  margin: 0 10px 0 0;
}

.freeform-row {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}

.freeform-row .freeform-column {
  flex: 1 0;
  padding: 6px 0;
  margin: 0 15px;
  box-sizing: border-box;
  height: 100%;
}

.freeform-row .freeform-column > .freeform-row:first-child {
  margin-top: -6px;
}

.freeform-row .freeform-column label:not(button[type=submit] + label) {
  display: block;
}

button[type=submit] + label {
  display: none;
}

.freeform-row .freeform-column .input-group-one-line {
  display: flex;
  flex-wrap: wrap;
}

.freeform-row .freeform-column .input-group-one-line label {
  padding-right: 10px;
}

.freeform-row .freeform-column .freeform-label {
  font-weight: bold;
  position: absolute;
  margin-top: 18px;
  margin-left: 21px;
  font-size: 14px;
  line-height: 14px;
  color: #007C5F;
  font-weight: 500 !important;
}

.freeform-row .freeform-column .input:not(:-moz-placeholder-shown) {
  font-size: 18px;
  line-height: 18px;
  border: 1px solid #ddd;
  font-family: "Helvetica LT W01 Roman" !important;
}

.freeform-row .freeform-column .input:not(:placeholder-shown) {
  font-size: 18px;
  line-height: 18px;
  border: 1px solid #ddd;
  font-family: "Helvetica LT W01 Roman" !important;
}

.freeform-row .freeform-column .freeform-label.freeform-required:after {
  content: "*";
  margin-left: 5px;
  color: red;
}

.freeform-row .freeform-column .input {
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.freeform-row .freeform-column .input[type=checkbox],
.freeform-row .freeform-column .input[type=radio] {
  width: auto;
  display: inline;
  margin-right: 5px;
}

.freeform-row .freeform-column .input.StripeElement {
  padding: 4px 2px;
  border: 1px solid #ccc;
  height: 30px;
}

.freeform-row .freeform-column .input-only-label {
  font-weight: normal;
}

.freeform-row .freeform-column .input-only-label > .input {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}

.freeform-row .freeform-column .freeform-errors,
.freeform-row .freeform-column .ff-errors {
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
}

.freeform-row .freeform-column .freeform-errors > li,
.freeform-row .freeform-column .ff-errors > li {
  color: #E7343F;
}

.freeform-row .freeform-column .freeform-instructions {
  margin: 0 0 5px;
  font-size: 13px;
  color: #aba7a7;
}

.freeform-row .freeform-column.freeform-column-content-align-left {
  display: flex;
  justify-content: flex-start;
}

.freeform-row .freeform-column.freeform-column-content-align-left > button:not(:first-of-type) {
  margin-left: 5px;
}

.freeform-row .freeform-column.freeform-column-content-align-center {
  display: flex;
  justify-content: center;
}

.freeform-row .freeform-column.freeform-column-content-align-center > button:not(:first-of-type) {
  margin-left: 5px;
}

.freeform-row .freeform-column.freeform-column-content-align-right {
  display: flex;
  justify-content: flex-end;
}

.freeform-row .freeform-column.freeform-column-content-align-right > button:not(:first-of-type) {
  margin-left: 5px;
}

.freeform-row .freeform-column.freeform-column-content-align-spread {
  display: flex;
  justify-content: space-between;
}

.freeform-row .freeform-column.freeform-column-content-align-spread > button:not(:first-of-type) {
  margin-left: 5px;
}

.ff-form-errors {
  padding: 15px;
  border: 1px solid #f5c6cb;
  background: #f8d7da;
  border-radius: 5px;
  color: #721c24;
}

.ff-form-errors > p {
  margin: 0;
}

.freeform-form-has-errors {
  color: #721c24;
}

.freeform-column {
  background-color: white;
  position: relative;
  border-radius: 4px 4px 0 0;
  height: 56px;
  transition: background-color 500ms;
}

.freeform-column {
  padding: 20px;
}
.freeform-column label a {
  color: #007C5F;
  text-decoration: underline;
}
.freeform-column .details h5 {
  font-family: "Helvetica Neue LT W01_65 Md";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #007C5F;
  margin-bottom: 0px;
}
.freeform-column .details h2 {
  font-family: "Helvetica Neue LT W01_65 Md";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  color: #555555;
}
.freeform-column .details p {
  font-family: "Helvetica Neue LT W01_65 Md";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #999999;
}
.freeform-column input[type=text] + label,
.freeform-column input[type=tel] + label,
.freeform-column input[type=email] + label {
  font-size: 18px;
  display: block;
  position: absolute;
  top: 45px;
  transform: translateY(-50%);
  left: 16px;
  color: rgba(0, 0, 0, 0.5);
  transform-origin: left top;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1), top 500ms;
}
.freeform-column textarea + label {
  font-size: 18px;
  display: block;
  position: absolute;
  top: 45px;
  transform: translateY(-50%);
  left: 16px;
  color: rgba(0, 0, 0, 0.5);
  transform-origin: left top;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1), top 500ms;
}
.freeform-column input[type=text],
.freeform-column input[type=tel],
.freeform-column input[type=email],
.freeform-column select {
  width: 100%;
  height: 100%;
  max-height: 72px;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.42);
  color: rgba(0, 0, 0, 0.5);
  transition: border 500ms;
  padding-top: 42px;
  padding-right: 16px;
  padding-bottom: 30px;
  padding-left: 16px;
  font-size: 1rem;
}
.freeform-column input:disabled {
  background-color: #F3F3F3;
}
.freeform-column textarea {
  resize: none;
  padding: 16px !important;
  padding-top: 42px !important;
  width: 100%;
}
.freeform-column select + .label {
  display: none !important;
}
.freeform-column select {
  font-size: 18px;
  display: block;
  left: 16px;
  color: rgba(0, 0, 0, 0.5);
  transform-origin: left top;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  padding-top: 23px;
  padding-right: 16px;
  padding-bottom: 23px;
  padding-left: 16px;
  background-color: #F3F3F3;
  background-image: url(/images/arrow-down-green.svg);
  background-repeat: no-repeat, repeat;
  background-position: right 1rem center;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.freeform-column input[type=text]:focus,
.freeform-column input[type=tel]:focus,
.freeform-column input[type=email]:focus,
.freeform-column textarea:focus {
  border: 1px solid #007C5F !important;
}
.freeform-column input[type=text]:focus + .label,
.freeform-column input[type=tel]:focus + .label,
.freeform-column input[type=email]:focus + .label,
.freeform-column textarea:focus + .label {
  color: #007C5F !important;
}
.freeform-column input[type=text]:focus + .label,
.freeform-column input[type=text].is-valid + .label,
.freeform-column input[type=email]:focus + .label,
.freeform-column input[type=email].is-valid + .label,
.freeform-column input[type=tel]:focus + .label,
.freeform-column input[type=tel].is-valid + .label,
.freeform-column textarea:focus + .label,
.freeform-column textarea.is-valid + .label {
  transform: translateY(-100%) scale(0.75) !important;
}
.freeform-column .form-check input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  left: unset;
  top: -5px;
  width: 24px;
  height: 24px;
}
.freeform-column input[type=checkbox] + label {
  margin-left: 20px !important;
  margin-top: 5px;
}

.form-check-label a {
  text-decoration: underline;
  color: #007C5F;
}

.form-builder p {
  color: #999999;
}

.select-error {
  background: #E7343F;
  margin: 20px 0;
  padding: 10px;
  color: #fff;
}

input[readonly] {
  background-color: #F3F3F3 !important;
}

.contact-form .errors {
  color: #E7343F;
}
.contact-form .ff-errors {
  display: none;
}

.sample-request-form .ff-errors {
  list-style: none;
  color: #E7343F;
}

.ff-form-errors {
  margin-bottom: 20px;
}

.system-designer .ts_steps {
  padding-bottom: 50px;
}
.system-designer .mt-10 {
  margin-top: 100px;
}
.system-designer [name=form_page_submit] {
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  outline: none;
  font-family: "Helvetica LT W01 Bold";
  text-transform: uppercase;
  border-radius: 0;
  font-size: 14px;
  padding: 17px 50px 17px;
  overflow: hidden;
  z-index: 1;
  color: #FFFFFF;
  background: #E7343F;
  border: 1px solid #E7343F;
}
.system-designer [name=form_page_submit]:focus {
  box-shadow: 0 0 0 0;
}
.system-designer [name=form_page_submit]:hover {
  background: #FFFFFF;
  border: 1px solid #E7343F;
  color: #E7343F !important;
}
.system-designer [name=form_page_submit]:focus {
  background: #FFFFFF;
  border: 1px solid #E7343F;
  color: #E7343F !important;
}
.system-designer bt-gray {
  border-top: 1px lightgray solid;
}
.system-designer label .text p {
  margin: 0;
}
@media (max-width: 768px) {
  .system-designer .grid .product_toggle {
    padding: 0 15px;
  }
  .system-designer .row {
    flex-direction: column-reverse;
  }
  .system-designer .product_toggle .heading {
    line-height: 25px;
    padding-right: 30px;
    padding: 20px 15px;
  }
  .system-designer .system {
    margin-top: 30px;
  }
  .system-designer hr {
    margin: 0;
  }
}
.system-designer .new-system {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 50px;
}

.vue-calculator {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.vue-calculator .vue-calculator-inner {
  margin: 60px 0;
  padding: 0 20px;
  max-width: 1176px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .vue-calculator .vue-calculator-inner {
    flex-direction: column;
    width: 100%;
    padding: 15px;
    margin: 10px 0 0 0;
    flex-direction: column-reverse;
  }
}
@media (max-width: 1024px) {
  .vue-calculator .vue-calculator-inner {
    max-width: 100%;
  }
}
.vue-calculator .vue-calculator-inner .content {
  margin: 0 100px 50px 0;
  width: 512px;
}
@media (max-width: 1024px) {
  .vue-calculator .vue-calculator-inner .content {
    margin-right: 50px;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .vue-calculator .vue-calculator-inner .content {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: auto;
  }
}
.vue-calculator .vue-calculator-inner .content .details {
  font-family: "Helvetica Neue LT W01_65 Md";
}
.vue-calculator .vue-calculator-inner .content .details h5 {
  color: #007C5F;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.vue-calculator .vue-calculator-inner .content .details h2 {
  color: #555555;
  font-family: "Helvetica Neue LT W01_65 Md";
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 10px;
}
.vue-calculator .vue-calculator-inner .content .details p {
  color: #999999;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 29px;
}
.vue-calculator .vue-calculator-inner .content form .input {
  width: 100%;
  margin-bottom: 27px;
  border: 1px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  .vue-calculator .vue-calculator-inner .content form .input {
    margin-bottom: 15px;
  }
}
.vue-calculator .vue-calculator-inner .content form .input.active {
  background: #333333;
}
.vue-calculator .vue-calculator-inner .content form .input.active label span:first-child {
  background-image: url("/images/tick-green.svg");
  background-color: #004B3E;
  color: #FFF;
  font-weight: 500;
}
.vue-calculator .vue-calculator-inner .content form .input label {
  display: flex;
  flex-direction: column;
  margin: 0;
  cursor: pointer;
}
.vue-calculator .vue-calculator-inner .content form .input span:first-child {
  min-height: 100px;
  padding: 37px 24px;
  width: 100%;
  color: #555555;
  font-family: "Helvetica Neue LT W01_65 Md";
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  background-image: url("/images/gray-circle.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .vue-calculator .vue-calculator-inner .content form .input span:first-child {
    min-height: 75px;
    padding: 27px 28px 27px 14px;
  }
}
.vue-calculator .vue-calculator-inner .content form .input input {
  display: none;
}
.vue-calculator .vue-calculator-inner .content form .label-input {
  margin-bottom: 27px;
  border: 1px solid #DDDDDD;
}
.vue-calculator .vue-calculator-inner .content form .label-input.active {
  background: #333333;
}
.vue-calculator .vue-calculator-inner .content form .label-input.active label {
  color: #FFF;
}
.vue-calculator .vue-calculator-inner .content form .label-input.active label span:first-child {
  background-image: url("/images/tick-green.svg");
  background-color: #15623a;
}
.vue-calculator .vue-calculator-inner .content form .label-input label {
  display: flex;
  flex-direction: column;
  margin: 0;
  cursor: pointer;
}
.vue-calculator .vue-calculator-inner .content form .label-input span:first-child {
  min-height: 100px;
  padding: 37px 24px;
  width: 100%;
  color: #FFF;
  font-family: "Helvetica Neue LT W01_65 Md";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  background-color: #333333;
  background-image: url("/images/down-expand-arrow.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.vue-calculator .vue-calculator-inner .content form .label-input-no-arrow span:first-child {
  background-image: none;
}
.vue-calculator .vue-calculator-inner .content form .label-input input {
  display: none;
}
.vue-calculator .vue-calculator-inner .content form .slider {
  margin-top: -27px;
  margin-bottom: 27px;
  background-color: #F3F3F3;
  padding: 50px 40px;
}
@media screen and (max-width: 767px) {
  .vue-calculator .vue-calculator-inner .content form .slider {
    margin-top: -15px;
    margin-bottom: 15px;
    padding: 30px;
  }
}
.vue-calculator .vue-calculator-inner .content form .slider p {
  margin: 0;
  padding: 0 20px 65px 0;
  font-family: "Helvetica Neue LT W01_65 Md";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #555555;
}
.vue-calculator .vue-calculator-inner .content form .slider .vue-slider {
  padding: 0 !important;
  height: 8px !important;
}
.vue-calculator .vue-calculator-inner .content form .slider .vue-slider .vue-slider-rail {
  height: 8px !important;
  background: #D9D9D9;
  border-radius: 8px;
  cursor: pointer;
}
.vue-calculator .vue-calculator-inner .content form .slider .vue-slider .vue-slider-process {
  background-color: #80BEAF !important;
}
.vue-calculator .vue-calculator-inner .content form .slider .vue-slider .vue-slider-dot-tooltip .vue-slider-dot-tooltip-inner {
  width: 98px;
  height: 35px;
  background: #007C5F;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Helvetica Neue LT W01_65 Md";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
.vue-calculator .vue-calculator-inner .content form .slider .vue-slider .vue-slider-dot-tooltip .vue-slider-dot-tooltip-inner:after {
  border-top-color: #007C5F;
}
.vue-calculator .vue-calculator-inner .content form .slider .vue-slider .vue-slider-dot-handle {
  width: 25px;
  height: 25px;
  left: 713px;
  top: 1079px;
  margin: -5px;
  background: #007C5F;
  border: 5px solid #F3F3F3;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.vue-calculator .vue-calculator-inner .content form .slider .range {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: "Helvetica Neue LT W01_65 Md";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
}
.vue-calculator .vue-calculator-inner .content form .thickness {
  background-color: #F3F3F3;
  padding: 37px 40px;
  border: 1px solid #DDDDDD;
  height: 100%;
  max-height: 240px;
}
.vue-calculator .vue-calculator-inner .content form .thickness p {
  font-family: "Helvetica Neue LT W01_65 Md";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #555555;
  margin-bottom: 15px;
}
.vue-calculator .vue-calculator-inner .content form .thickness span {
  font-weight: bold;
  font-family: "Helvetica Neue LT W01_65 Md";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #555555;
}
@media screen and (max-width: 767px) {
  .vue-calculator .vue-calculator-inner .content form .thickness {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .vue-calculator .vue-calculator-inner .content form button {
    margin: 15px 0;
    width: 100%;
    height: 57px;
  }
}
.vue-calculator .vue-calculator-inner .instructions {
  height: 100%;
  width: 464px;
  position: relative;
}
.vue-calculator .vue-calculator-inner .instructions.hidden > header {
  border: 1px solid #DDDDDD;
}
.vue-calculator .vue-calculator-inner .instructions > header {
  border: 1px solid #DDDDDD;
}
.vue-calculator .vue-calculator-inner .instructions .header {
  display: flex;
  flex-direction: row;
  padding: 30px;
  background: #007C5F;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid #DDDDDD;
  border-bottom: none;
}
.vue-calculator .vue-calculator-inner .instructions .header h2 {
  font-family: "Helvetica Neue LT W01_65 Md";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin: 0;
}
.vue-calculator .vue-calculator-inner .instructions .header p {
  color: #FFFFFF;
  line-height: 28px;
  font-family: 24px;
  text-align: center;
  background: #007C5F;
  width: auto;
  margin: 0;
  max-width: 150px;
  padding: 0;
  cursor: pointer;
  font-weight: bold;
  height: 24px;
  border-bottom: 1px solid;
  white-space: nowrap;
}
.vue-calculator .vue-calculator-inner .instructions .header:before {
  background-color: #007C5F;
  content: "\A0";
  display: block;
  height: 33px;
  width: 33px;
  position: absolute;
  transform: rotate(47deg) skew(5deg);
  -moz-transform: rotate(47deg) skew(5deg);
  -ms-transform: rotate(47deg) skew(5deg);
  -o-transform: rotate(47deg) skew(5deg);
  -webkit-transform: rotate(47deg) skew(5deg);
  margin: 0px 25px;
  left: -35px;
}
@media screen and (max-width: 767px) {
  .vue-calculator .vue-calculator-inner .instructions .header:before {
    display: none;
  }
}
.vue-calculator .vue-calculator-inner .instructions > p:nth-child(2) {
  border: 1px solid #DDDDDD;
  padding: 0px 20px 20px 20px;
}
.vue-calculator .vue-calculator-inner .instructions p {
  padding: 20px 20px 20px 20px;
  font-family: "Helvetica Neue LT W01_65 Md";
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  border-top: none;
}
.vue-calculator .vue-calculator-inner .instructions ul {
  padding-left: 15px;
  margin: 20px;
}
@media (max-width: 1024px) {
  .vue-calculator .vue-calculator-inner .instructions {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .vue-calculator .vue-calculator-inner .instructions {
    margin: 0 0 20px 0;
    max-width: 100%;
    width: auto;
  }
  .vue-calculator .vue-calculator-inner .instructions h2 {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
  }
  .vue-calculator .vue-calculator-inner .instructions h2:before {
    background-color: transparent !important;
  }
}

.wall-construction {
  width: 342px;
  margin-top: 90px;
  margin-bottom: 25px;
  max-width: 464px;
}
@media (max-width: 767px) {
  .wall-construction {
    margin-top: 20px;
    padding: 0;
    width: auto;
    max-width: 100%;
  }
}
.wall-construction :first-child {
  font-family: "Helvetica Neue LT W01_65 Md";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #555555;
  margin-bottom: 30px;
}
.wall-construction .summary-content {
  background-color: #F3F3F3;
  padding: 24px 24px 18px 24px;
  outline: 1px solid #DDDDDD;
  margin: 0 1px 1px 0;
}
.wall-construction .summary-content span {
  display: flex;
  flex-display: row;
  margin: 0;
}
.wall-construction .summary-content span h2, .wall-construction .summary-content span a {
  margin: 0;
  padding-right: 5px;
  font-family: "Helvetica Neue LT W01_65 Md";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #007C5F;
}
.wall-construction .summary-content h2 {
  font-family: "Helvetica Neue LT W01_65 Md";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #007C5F;
}
.wall-construction .summary-content div * {
  font-family: "Helvetica Neue LT W01_65 Md";
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #555555;
  margin: 0;
}

.button-group {
  display: flex;
  flex-direction: row;
}
.button-group .btn-primary {
  width: 244px;
  height: 55px;
  margin-left: 12px;
  padding: 0;
}
.button-group .btn-primary--inverted {
  width: 244px;
  height: 55px;
  margin-right: 12px;
  padding: 0;
}

.results {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  margin-right: 100px;
}
.results .details p {
  font-family: "Helvetica Neue LT W01_65 Md";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  color: #999999;
}
.results .result-value {
  max-height: 301px;
  text-align: center;
  background-color: rgba(0, 124, 95, 0.1);
  padding-bottom: 60px;
  margin-bottom: 70px;
}
.results .result-value h6 {
  max-height: 100%;
  padding: 40px 0;
  margin: 0;
  background-color: #004B3E;
  font-family: "Helvetica Neue LT W01_65 Md";
  color: #FFF;
}
.results .result-value p {
  font-family: "Helvetica Neue LT W01_65 Md";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #555555;
  padding: 58px 0 0 0;
  margin: 0;
}
@media (max-width: 767px) {
  .results .result-value {
    margin-bottom: 30px;
  }
}
.results .disclamer {
  border: 1px solid #DDDDDD;
  margin-top: 100px;
  padding: 24px;
  color: #999999;
}
.results .disclamer span {
  font-family: "Helvetica Neue LT W01_65 Md";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #555555;
  display: inline-block;
  height: 31px;
}
.results .disclamer p {
  color: #999999;
}
@media screen and (max-width: 767px) {
  .results .disclamer {
    margin-top: 30px;
  }
}
.results .btn-primary {
  margin-bottom: 24px;
}

.active + .slider .active-slider .vue-slider-dot-tooltip {
  visibility: visible;
}

:root {
  --cky-font-base: "Helvetica LT W01 Roman", sans-serif;
  --cky-font-bold: "Helvetica LT W01 Bold", sans-serif;
  --cky-font-semibold: "Helvetica Neue LT W01_65 Md", sans-serif;
  --cky-font-italic: "Helvetica LT W01 Light", sans-serif;
  --cky-title-font: var(--cky-font-bold);
  --cky-title-size: 24px;
  --cky-title-size-mob: 20px;
  --cky-paragraph-size: 15px;
  --cky-paragraph-lh: 24px;
  --cky-padding-box-mob: 30px 0;
  --cky-padding-box: 30px;
  --cky-border-radius-box: 2px;
  --cky-border-radius-button: 30px;
  --cky-brand-primary: #1D4A3F;
  --cky-brand-background: #FFF;
  --cky-brand-heading: #000;
  --cky-brand-text: #000;
  --cky-brand-link: var(--cky-brand-primary);
  --cky-brand-success: var(--cky-brand-primary);
  --cky-brand-warning: #999999;
  --cky-revisit-bg: var(--cky-brand-primary);
  --cky-btn-weight: bold;
  --cky-btn-accept-bg: var(--cky-brand-primary);
  --cky-btn-reject-bg: #FFF;
  --cky-btn-customize-bg: #FFF;
  --cky-btn-accept-border: 2px solid var(--cky-brand-primary);
  --cky-btn-reject-border: 2px solid var(--cky-brand-primary);
  --cky-btn-customize-border: 2px solid var(--cky-brand-primary);
  --cky-btn-pref-border: 2px solid var(--cky-brand-primary);
  --cky-btn-accept-color: #FFF;
  --cky-btn-reject-color: var(--cky-brand-primary);
  --cky-btn-customize-color: var(--cky-brand-primary);
  --cky-btn-pref-color: var(--cky-brand-primary);
  --cky-checkbox-bg: #000;
  --cky-checkbox-checked-bg: var(--cky-brand-primary);
  --cky-checkbox-border: 1px solid #000;
  --cky-table-th-bg: var(--cky-brand-primary);
  --cky-table-th-padding: 10px;
  --cky-table-td-padding: 10px;
  --cky-table-th-border: none;
  --cky-table-td-border: none;
  --cky-table-th-size: 16px;
  --cky-table-td-size: 16px;
  --cky-table-th-color: #FFF;
  --cky-table-td-color: var(--cky-brand-text);
  --cky-table-bg-odd: #F3F3F3;
  --cky-table-bg-even: #FFF;
}

.cky-btn-revisit-wrapper {
  background-color: var(--cky-revisit-bg) !important;
}

.cky-consent-bar {
  padding: var(--cky-padding-box) !important;
  background-color: var(--cky-brand-background) !important;
  border-radius: var(--cky-border-radius-box) !important;
  border-color: var(--cky-brand-background) !important;
}
@media (max-width: 440px) {
  .cky-consent-bar {
    padding: var(--cky-padding-box-mob) !important;
  }
}

.cky-title {
  font-size: var(--cky-title-size) !important;
  font-family: var(--cky-title-font) !important;
  color: var(--cky-brand-heading) !important;
}
@media (max-width: 440px) {
  .cky-title {
    font-size: var(--cky-title-size-mob) !important;
  }
}

.cky-notice-des p {
  line-height: var(--cky-paragraph-lh);
  color: var(--cky-brand-text) !important;
  font-size: var(--cky-paragraph-size);
}

.cky-notice-des p a {
  color: var(--cky-brand-link) !important;
  font-weight: var(--cky-btn-weight) !important;
  text-decoration: underline;
}

@media (max-width: 440px) {
  .cky-notice-btn-wrapper {
    flex-direction: row !important;
  }
}

.cky-btn {
  border-radius: var(--cky-border-radius-button) !important;
  font-weight: bold !important;
}

.cky-btn-accept {
  background-color: var(--cky-btn-accept-bg) !important;
  border: var(--cky-btn-accept-border) !important;
  color: var(--cky-btn-accept-color) !important;
}

.cky-btn-reject {
  background-color: var(--cky-btn-reject-bg) !important;
  border: var(--cky-btn-reject-border) !important;
  color: var(--cky-btn-reject-color) !important;
}
@media (max-width: 440px) {
  .cky-btn-reject {
    flex: 0 1 calc(50% - 5px) !important;
    margin-left: 5px !important;
  }
}

.cky-btn-customize {
  background-color: var(--cky-btn-customize-bg) !important;
  border: var(--cky-btn-customize-border) !important;
  color: var(--cky-btn-customize-color) !important;
}
@media (max-width: 440px) {
  .cky-btn-customize {
    flex: 0 1 calc(50% - 5px) !important;
    margin-right: 5px !important;
  }
}

.cky-btn-preferences {
  border: var(--cky-btn-pref-border) !important;
  color: var(--cky-btn-pref-color) !important;
}

.cky-preference-center {
  background-color: var(--cky-brand-background) !important;
  border-color: var(--cky-brand-text) !important;
  border-radius: var(--cky-border-radius-box) !important;
}

.cky-footer-shadow {
  display: none !important;
}

.cky-preference-title {
  color: var(--cky-brand-heading) !important;
}

.cky-preference-content-wrapper {
  color: var(--cky-brand-text) !important;
}

.cky-show-desc-btn {
  color: var(--cky-brand-link) !important;
  text-decoration: underline !important;
}

.cky-always-active {
  color: var(--cky-brand-success) !important;
}

.cky-accordion-btn {
  color: var(--cky-brand-heading) !important;
}

.cky-accordion-header-des {
  color: var(--cky-brand-text) !important;
}

.cky-chevron-right {
  color: var(--cky-brand-link) !important;
}

.cky-audit-table {
  background-color: var(--cky-brand-background) !important;
}

.cky-cookie-des-table {
  color: var(--cky-brand-text);
}

.cky-switch input[type=checkbox] {
  background-color: var(--cky-checkbox-bg) !important;
  border: var(--cky-checkbox-border) !important;
}

.cky-switch input[type=checkbox] {
  border: 1px solid var(--cky-brand-text) !important;
}

.cky-switch input[type=checkbox]::before {
  transform: translateX(-1px) translateY(1px) !important;
}

.cky-switch input[type=checkbox]:checked {
  background-color: var(--cky-checkbox-checked-bg) !important;
  border-color: var(--cky-checkbox-checked-bg) !important;
}

.cky-switch input[type=checkbox]:checked::before {
  transform: translateX(19px) translateY(1px) !important;
}

[data-cky-tag=detail-powered-by] {
  background-color: transparent !important;
}

.cky-cookie-audit-table th {
  padding: var(--cky-table-th-padding) !important;
  font-size: var(--cky-table-th-size) !important;
  background-color: var(--cky-table-th-bg) !important;
  color: var(--cky-table-th-color) !important;
  border: var(--cky-table-th-border) !important;
}

.cky-cookie-audit-table td {
  padding: var(--cky-table-td-padding) !important;
  font-size: var(--cky-table-td-size) !important;
  color: var(--cky-table-td-color) !important;
  border: var(--cky-table-td-border) !important;
}

.cky-cookie-audit-table tr:nth-child(2n+1) td {
  background-color: var(--cky-table-bg-odd) !important;
}

.cky-cookie-audit-table tr:nth-child(2n) td {
  background-color: var(--cky-table-bg-even) !important;
}

.cky-banner-element {
  cursor: pointer;
}