@charset "UTF-8";
/* ###### GLOBAL SETUP START */
/* ###### GLOBAL SETUP END */
/* BREAKPOINTS */
/*
$S:     320px;
$M:     585px; //768px;
$L:     1170px;
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
h1, h2, h3, h4, h5, h6, p, li {
  color: #030303;
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/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,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

[tabindex="-1"]:focus {
  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[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

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;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code, kbd, pre, samp {
  font-family: monospace, 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:not(:root) {
  overflow: hidden;
}

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

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

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-cancel-button, [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-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.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: 80%;
  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: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.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, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: 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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

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

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table td, .table th {
  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 .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

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

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

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

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

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff;
}

.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 > td, .table-secondary > th {
  background-color: #d6d8db;
}

.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 > td, .table-success > th {
  background-color: #c3e6cb;
}

.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 > td, .table-info > th {
  background-color: #bee5eb;
}

.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 > td, .table-warning > th {
  background-color: #ffeeba;
}

.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 > td, .table-danger > th {
  background-color: #f5c6cb;
}

.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 > td, .table-light > th {
  background-color: #fdfdfe;
}

.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 > td, .table-dark > th {
  background-color: #c6c8ca;
}

.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 > td, .table-active > th {
  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: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e;
}

.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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;
}

.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::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0;
}

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

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

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

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

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

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 {
  color: #6c757d;
}

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.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: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #28a745;
}

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

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

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

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

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

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

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
  border-color: inherit;
}

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

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  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: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
}

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

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

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

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

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

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

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
  border-color: inherit;
}

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

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

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
}

.btn:focus, .btn:hover {
  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;
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
  background-image: none;
}

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 {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 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(0, 123, 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 {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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(108, 117, 125, 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 {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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(40, 167, 69, 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 {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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(23, 162, 184, 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 {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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(255, 193, 7, 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 {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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(220, 53, 69, 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 {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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(248, 249, 250, 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 {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 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(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
}

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

.btn-group-sm > .btn, .btn-sm {
  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=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropdown, .dropup {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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 {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  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 {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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-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:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  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;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  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 {
  margin-left: 0;
}

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  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=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
  margin-left: -1px;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append, .input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

.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), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  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:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  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: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.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 {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  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(2.25rem + 2px - 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  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 {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container, .navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.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:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.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 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.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:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

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

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  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:focus, .navbar-light .navbar-nav .nav-link:hover {
  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 .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  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 .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  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-header + .list-group .list-group-item:first-child {
  border-top: 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;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

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

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

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 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: -webkit-box;
  display: -ms-flexbox;
  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 {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

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

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

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  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;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  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:focus, .list-group-item-secondary.list-group-item-action:hover {
  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:focus, .list-group-item-success.list-group-item-action:hover {
  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:focus, .list-group-item-info.list-group-item-action:hover {
  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:focus, .list-group-item-warning.list-group-item-action:hover {
  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:focus, .list-group-item-danger.list-group-item-action:hover {
  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:focus, .list-group-item-light.list-group-item-action:hover {
  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:focus, .list-group-item-dark.list-group-item-action:hover {
  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:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 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-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.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-auto[x-placement^=top], .bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

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

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 0.4rem;
}

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

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

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

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

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 0.4rem;
}

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

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-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-auto[x-placement^=left], .bs-popover-left {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  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-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

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

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.active.carousel-item-right, .carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.active.carousel-item-left, .carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

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

.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:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  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 {
  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-circle {
  border-radius: 50% !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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 embed, .embed-responsive iframe, .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.857143%;
}

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

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

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

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

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

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

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

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

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    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;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

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

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

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

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

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

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !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-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-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-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-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-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, ::after, ::before {
    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;
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    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 td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

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

.cp-graylight {
  background: #f8f8f8 !important;
  color: #030303;
}

.cp-gray {
  background: #f8f8f8 !important;
  color: #030303;
}

.cp-yellow {
  background: #e7f2f5 !important;
  color: #030303;
}

.cp-blue {
  background: #1967d2 !important;
  color: #fff !important;
}
.cp-blue h1, .cp-blue h2, .cp-blue h3, .cp-blue h4, .cp-blue h5, .cp-blue h6 {
  color: #fff;
}
.cp-blue button {
  color: #fff;
}
.cp-blue input[type=submit] {
  color: #fff;
  border-color: #fff;
}
.cp-blue a {
  color: #fff !important;
}
.cp-blue p {
  color: #d9efff;
}
.cp-blue .text h1, .cp-blue .text h2, .cp-blue .text h3, .cp-blue .text h4, .cp-blue .text h5, .cp-blue .text h6, .cp-blue .text p, .cp-blue .text li, .cp-blue .text em, .cp-blue .text i, .cp-blue .text strong {
  color: #fff;
}
.cp-blue .foot h1, .cp-blue .foot h2, .cp-blue .foot h3, .cp-blue .foot h4, .cp-blue .foot h5, .cp-blue .foot h6, .cp-blue .foot p, .cp-blue .foot li, .cp-blue .foot em, .cp-blue .foot i, .cp-blue .foot strong {
  color: #fff !important;
}
.cp-blue .foot .btn {
  background: #fff;
  border-color: #fff;
  color: #030303 !important;
}
.cp-blue .foot .btn:hover {
  color: #ef6a57;
  background: #fff;
  border-color: #fff;
}

.cp-bluelight {
  background: #f5faff !important;
  color: #030303;
}

.cp-orange {
  background: #ef6a57 !important;
  color: #fff !important;
}
.cp-orange h1, .cp-orange h2, .cp-orange h3, .cp-orange h4, .cp-orange h5, .cp-orange h6, .cp-orange p, .cp-orange li, .cp-orange em, .cp-orange i, .cp-orange strong {
  color: #030303;
}
.cp-orange .head h1, .cp-orange .head h2, .cp-orange .head h3, .cp-orange .head h4, .cp-orange .head h5, .cp-orange .head h6, .cp-orange .head p, .cp-orange .head li, .cp-orange .head em, .cp-orange .head i, .cp-orange .head strong {
  color: #fff;
}
.cp-orange .text h1, .cp-orange .text h2, .cp-orange .text h3, .cp-orange .text h4, .cp-orange .text h5, .cp-orange .text h6, .cp-orange .text p, .cp-orange .text li, .cp-orange .text em, .cp-orange .text i, .cp-orange .text strong {
  color: #030303;
}
.cp-orange .foot h1, .cp-orange .foot h2, .cp-orange .foot h3, .cp-orange .foot h4, .cp-orange .foot h5, .cp-orange .foot h6, .cp-orange .foot p, .cp-orange .foot li, .cp-orange .foot em, .cp-orange .foot i, .cp-orange .foot strong {
  color: #fff !important;
}
.cp-orange .btn-white {
  color: #ef6a57 !important;
}
.cp-orange .btn-white:hover {
  color: #ef6a57 !important;
}
.cp-orange p {
  color: #fff;
}
.cp-orange a {
  color: #fff;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cp-orange a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
.cp-orange .btn {
  border-color: #fff;
}
.cp-orange .btn:hover {
  color: #ef6a57;
  background: #fff;
  border-color: #fff;
}

.cp-black {
  background: #1b1a1f !important;
  color: #fff !important;
}
.cp-black h1, .cp-black h2, .cp-black h3, .cp-black h4, .cp-black h5, .cp-black h6, .cp-black p, .cp-black li, .cp-black em, .cp-black i, .cp-black strong {
  color: #fff;
}
.cp-black .foot h1, .cp-black .foot h2, .cp-black .foot h3, .cp-black .foot h4, .cp-black .foot h5, .cp-black .foot h6, .cp-black .foot p, .cp-black .foot li, .cp-black .foot em, .cp-black .foot i, .cp-black .foot strong {
  color: #fff !important;
}
.cp-black button {
  color: #1b1a1f;
}
.cp-black input[type=submit] {
  color: #fff;
  border-color: #fff;
}
.cp-black .btn-white {
  color: #1b1a1f !important;
}
.cp-black .btn-white:hover {
  color: #1b1a1f !important;
}
.cp-black .btn {
  background: #fff;
  color: #030303 !important;
}
.cp-black .btn:hover {
  color: #030303 !important;
  background: #fff;
}
.cp-black a {
  color: #fff;
}
.cp-black a:hover {
  color: #fff;
  text-decoration: none;
}
.cp-black p {
  color: #cecece;
}

.gray {
  background: #f8f8f8 !important;
}

.white {
  background: #ffffff !important;
}

.gdk-1 {
  background: #f8f8f8 !important;
}

.gdk-2 {
  background: #f5faff !important;
}

.gdk-3 {
  background: #f4fafe !important;
}

.gdk-3 {
  background: #efefef !important;
}

.bgo-blue {
  background: #1967d2 !important;
}

.bg-blue {
  background: #1967d2;
  color: #fff;
}
.bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5, .bg-blue h6, .bg-blue p, .bg-blue em, .bg-blue strong, .bg-blue a {
  color: #fff;
}
.bg-blue .btn {
  border-color: #fff;
  color: #fff;
}
.bg-blue .btn:hover {
  color: #fff;
}
.bg-blue .btn-blue {
  background: #fff;
  color: #1967d2;
}
.bg-blue .btn-blue:hover {
  background: #fff;
  color: #1967d2;
}
.bg-blue a {
  color: #fff;
}
.bg-blue a:hover {
  color: #fff;
}

.bg-black {
  background: #030303;
  color: #fff;
}
.bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4, .bg-black h5, .bg-black h6, .bg-black p, .bg-black em, .bg-black strong, .bg-black a {
  color: #fff;
}
.bg-black .btn {
  border-color: #fff;
  color: #fff;
}
.bg-black .btn:hover {
  color: #fff;
}
.bg-black .btn-blue {
  background: #fff;
  color: #030303;
}
.bg-black .btn-blue:hover {
  color: #030303;
}
.bg-black a {
  color: #fff;
}
.bg-black a:hover {
  color: #fff;
}

.bg-gray-light {
  background: #e7eaed !important;
}

.color-1 {
  background: #e7eaed !important;
}

.color-2 {
  background: #f0efef !important;
}

.color-3 {
  background: #e0e0de !important;
}

.color-4 {
  background: #1967d2 !important;
  color: #fff !important;
}
.color-4 h1, .color-4 h2, .color-4 h3, .color-4 h4, .color-4 h5, .color-4 h6, .color-4 p {
  color: #fff !important;
}
.color-4 h1 a, .color-4 h2 a, .color-4 h3 a, .color-4 h4 a, .color-4 h5 a, .color-4 h6 a, .color-4 p a {
  color: #fff;
}
.color-4 .btn {
  background-color: white;
  color: #030303;
}
.color-4 .btn:hover {
  color: #131316;
}

.dark {
  background: #474747 !important;
}

.dark-4 {
  background: #131316 !important;
}

:lang(de) {
  quotes: "„" "“";
}

.top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
  transition: all 3s;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s;
}
.top span {
  margin: 0;
  padding: 0;
}
.top span a {
  color: #fff;
  padding: 5px;
  text-decoration: none;
  width: 50px;
  height: 50px;
  display: block;
  opacity: 0.5;
  background: transparent url("/assets/images/arrowup.svg") center center no-repeat;
}
.top span a:hover {
  opacity: 0.9;
}
.top.show {
  opacity: 1;
  right: 0;
}
.top.hide {
  opacity: 0;
  right: -100%;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #3c4043;
  overflow-x: hidden;
  font-size: 14px;
}
@media only screen and (min-width: 580px) {
  body {
    font-size: 16px;
  }
}

html {
  --scrollbarBG: #f5faff;
  --thumbBG: #1967d2;
}

body::-webkit-scrollbar {
  width: 21px;
}

body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

a {
  font-weight: 600;
  color: #030303;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover {
  color: #030303;
  opacity: 0.8;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

mark {
  background: none;
  background-image: transparent;
}

figcaption {
  font-size: 12px !important;
}

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

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

.mb-2 {
  margin-bottom: 1.5rem;
}

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

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

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

.w-full {
  max-width: 1250px !important;
}

.sections > section:first-child {
  padding-top: 8px;
}

.section {
  padding: 3rem 0;
}

.text-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.text-grid > * {
  grid-column: 1/4;
}
.text-grid figure {
  grid-column: 1/4;
  margin: 3rem -20px;
}
.text-grid figure figcaption {
  text-align: center;
  padding: 10px;
}
@media only screen and (min-width: 650px) {
  .text-grid {
    grid-template-columns: 1fr 4fr 1fr;
  }
  .text-grid > * {
    grid-column: 2/3;
  }
}

.teaser-text {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
.teaser-text h2 {
  margin-bottom: 4px;
}
.teaser-text h2 a {
  text-decoration: none;
}
@media only screen and (min-width: 580px) {
  .teaser-text h2 {
    font-size: 2.4rem;
    margin-bottom: 4px;
  }
}

.video-box {
  width: 100%;
  position: relative;
  padding: 0 0 56.25%;
  height: 0;
  margin: 0 0 3rem 0;
}
.video-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.subpage-listing {
  padding: 4rem 0;
}
@media only screen and (min-width: 580px) {
  .subpage-listing {
    padding: 4rem 0 6rem 0;
  }
}
.subpage-listing .teaser-text {
  margin: 0 auto 5rem auto;
}

.grid {
  --columns: 12;
  --gutter: 3rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: 1fr;
}

.grid > .column {
  margin-bottom: var(--gutter);
}

.autogrid {
  --gutter: 0;
  --min: 210px;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: repeat(auto-fit, minmax(var(--min), 1fr));
  grid-auto-flow: dense;
}

.g {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-auto-flow: dense;
  /*
  display: grid;
  grid-gap: $gap;
  grid-template-columns: repeat(auto-fit, minmax($min, 1fr));
  grid-auto-flow: dense;
  */
}

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

hr {
  margin: 1rem 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 5px;
}
hr.hr-blue {
  border: 1px solid #1967d2;
}

img {
  width: 100%;
  height: auto;
}

.cta-text {
  margin: 5rem auto 0 auto;
  text-align: center;
  padding: 20px 10px;
}
.cta-text h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0 0 2rem 0;
  padding: 0;
}
@media only screen and (min-width: 580px) {
  .cta-text {
    padding: 40px;
  }
}

.video {
  width: 100%;
  position: relative;
  padding: 0 0 56.25%;
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wiggle {
  border-radius: 18px;
}
.wiggle:hover {
  background: #1967d2;
  border-color: #1967d2;
}

.columns {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
  padding: 0 0 20px 0;
}
@media only screen and (min-width: 780px) {
  .columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
}

.shadow {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.31919);
}

.gdesc-inner {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.gdesc-inner .gslide-title {
  font-size: 14px;
  margin: 0 auto !important;
  padding: 0 !important;
}

.tel-link {
  display: inline-block;
  position: relative;
  margin-bottom: 6px;
}
.tel-link:before {
  content: "Telefon: ";
  color: #030303;
  display: inline-block;
  text-decoration: none !important;
  width: 70px;
}

.mail-link {
  display: inline-block;
  position: relative;
}
.mail-link:before {
  content: "E-Mail: ";
  color: #030303;
  display: inline-block;
  text-decoration: none !important;
  width: 70px;
}

.text-underline {
  text-decoration: underline;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.text-underline:hover {
  text-decoration: none !important;
}

.border-sm {
  border-radius: 8px;
  overflow: hidden;
}

.make-room {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
@media only screen and (min-width: 1200px) {
  .make-room {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #030303;
}

.subheadline {
  margin: 0;
  padding: 0 0 4px 0;
  opacity: 0.8;
  color: #fff;
  font-size: 14px;
}

.sh-2 {
  font-size: 12px;
  color: #000;
}
.sh-2 em {
  color: #1967d2;
}

.sh-5 {
  font-size: 12px;
}

h1 {
  font-size: clamp(1.5rem, 2vw + 1rem, 2.25rem);
}

h2 {
  font-size: clamp(1.5rem, 2vw + 1rem, 2rem);
}

h3 {
  font-size: clamp(1.125rem, 2vw + 0.6rem, 1.5rem);
}

/*

.conti-sm {
	container-type: inline-size;
	width:100%;
	h1 {
		font-size: calc(1.5rem + 5cqi);
		font-weight:800;
	}
	h2 {
		font-size: calc(1.1rem + 2cqi);
		font-weight:700;
	}
	h3 {
		font-size: calc(1.2rem + 1cqi);
		font-weight:500;
	}
	h4 {

		font-size: calc(1.1rem + 1cqi);
		font-weight:500;
	}
	h5 {
		font-size: calc(1.5rem + 1cqi);
		font-weight:500;
	}
	h6 {
		font-size: calc(1.5rem + 1cqi);
		font-weight:800;
	}

	.h2-text {
		font-size: calc(1.5rem + 1cqi);
		font-weight:600;
	}

}
*/
.conti-block {
  container-type: inline-size;
}
.conti-block h1 {
  font-size: calc(1.2rem + 2cqi);
  font-weight: 500;
}
.conti-block h2 {
  font-size: calc(1rem + 1.3cqi);
  font-size: calc(1rem + 1.12cqi);
  font-weight: 600;
}
.conti-block h3 {
  font-size: calc(1rem + 1cqi);
  font-weight: 500;
}
.conti-block h4 {
  font-size: calc(1rem + 1cqi);
  font-weight: 500;
}
.conti-block h5 {
  font-size: calc(1.5rem + 1cqi);
  font-weight: 500;
}
.conti-block h6 {
  font-size: calc(1.5rem + 1cqi);
  font-weight: 500;
}

/*
.conti-headline {
	container-type: inline-size;

	h1 {
		font-size: calc(1rem + 2cqi);
		font-weight:700;
	}
	h2 {
		font-size: calc(1rem + 1.2cqi);
		font-weight:500;
	}
	h3 {
		font-size: calc(1rem + 1cqi);
		font-weight:500;
	}
	// h4 {

	// 	font-size: calc(1rem + 1cqi);
	// 	font-weight:500;
	// }
	// h5 {
	// 	font-size: calc(1.5rem + 1cqi);
	// 	font-weight:500;
	// }
	// h6 {
	// 	font-size: calc(1.5rem + 1cqi);
	// 	font-weight:500;
	// }


}
*/
em {
  text-transform: none;
  font-style: normal;
}

p {
  color: #3c4043;
}

.text-sm {
  font-size: 12px;
}

.sh {
  font-size: 0.8rem;
  color: #3c4043;
}
.sh em {
  color: #1967d2;
}

.th {
  color: #1967d2;
  font-size: 2rem !important;
  line-height: 1 !important;
  margin-bottom: 1rem;
}

.no-underline {
  text-decoration: none !important;
}
.no-underline:hover {
  text-decoration: none !important;
}

ol {
  list-style: none;
  margin: 0;
  padding: 1rem 0;
  list-style: none;
  columns: 1;
  column-gap: 0px;
  counter-reset: item;
}
@media only screen and (min-width: 359px) {
  ol {
    columns: 2;
  }
}
ol li {
  font-weight: 500;
  counter-increment: item;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  align-items: start;
  padding: 0;
  margin: 0 0 12px 0;
  line-height: 1;
  font-size: 12px;
}
@media only screen and (min-width: 420px) {
  ol li {
    font-size: 1rem;
  }
}
ol li:before {
  margin-right: 10px;
  content: counter(item);
  background: #bc2826;
  border-radius: 50%;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  padding-top: 4px;
  line-height: 1;
  text-align: center;
  display: block;
}

.cols-2 {
  columns: 2;
  border: 2px solid red;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: inline-block;
  border: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 1px !important;
  height: 38px;
  background: tomato;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  overflow: visible;
}
.hamburger:hover, .hamburger:focus {
  background: none;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #1967d2;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #1967d2;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.btn {
  border: 2px solid #030303;
  background: none;
  border-radius: 5px;
  font-size: 16px;
  color: #030303;
  text-decoration: none !important;
  font-weight: 500;
  padding: 6px 12px;
  outline: none;
  margin: 0;
  display: inline-block;
  box-shadow: none !important;
  text-align: center;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
}
.btn:hover {
  color: #fff;
  background: #030303;
  transform: scale(1.040231);
}

.btn-sm {
  border: 2px solid #030303;
  background: none;
  border-radius: 5px;
  font-size: 16px;
  color: #030303;
  text-decoration: none !important;
  font-weight: 500;
  padding: 6px 12px;
  outline: none;
  margin: 0;
  display: inline-block;
  box-shadow: none !important;
  text-align: center;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 12px;
}
.btn-sm:hover {
  color: #fff;
  background: #030303;
  transform: scale(1.040231);
}

.btn-xl {
  border: 2px solid #030303;
  background: none;
  border-radius: 5px;
  font-size: 16px;
  color: #030303;
  text-decoration: none !important;
  font-weight: 500;
  padding: 6px 12px;
  outline: none;
  margin: 0;
  display: inline-block;
  box-shadow: none !important;
  text-align: center;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-width: 3px;
  border-radius: 10px;
  font-weight: 600;
  padding: 9px 40px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
}
.btn-xl:hover {
  color: #fff;
  background: #030303;
  transform: scale(1.040231);
}
.btns {
  gap: 10px !important;
}
@media only screen and (min-width: 460px) {
  .btns {
    max-width: 610px !important;
    margin: 0 auto;
  }
}
.btns a {
  margin: 0 !important;
}

.btn-inline {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media only screen and (max-width: 420px) {
  .btn-inline {
    margin: 0 auto;
    width: 100%;
    display: grid;
    text-align: center;
  }
}

.shake {
  /*-webkit-animation: btnWiggle 3s infinite;
  -moz-animation: btnWiggle 3s infinite;
  -o-animation: btnWiggle 3s infinite;
  */
  animation: btnWiggle 4s infinite;
}

.btn-blue {
  background: #1967d2;
  color: #fff;
  border-color: #1967d2;
}
.btn-blue:hover {
  border-color: #1967d2;
  background: #1967d2;
  color: #fff;
}

.btn-blue {
  background: #1967d2;
  color: #fff;
  border-color: #1967d2;
}
.btn-blue:hover {
  border-color: #1967d2;
  background: #1967d2;
  color: #fff;
}

.btn-blue-light {
  background: #c0ddff;
  color: #1967d2 !important;
  border-color: #c0ddff;
}
.btn-blue-light:hover {
  color: #1967d2 !important;
  border-color: #c0ddff;
  background: #c0ddff;
}

.btn-black {
  background: #030303;
  color: #fff;
  border-color: #030303;
}
.btn-black:hover {
  border-color: #030303;
  background: #030303;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #1967d2 !important;
  border-color: #fff;
}
.btn-white:hover {
  background: #fff;
  color: #1967d2 !important;
  border-color: #fff;
}

.ico-mail-black {
  position: relative;
}
.ico-mail-black::before {
  content: "";
  background: url("/assets/images/ico-mail-black.svg");
  position: absolute;
  top: 13px;
  left: 13px;
  height: 22px;
  width: 22px;
}

.ico-mail-white {
  position: relative;
}
.ico-mail-white::before {
  content: "";
  background: url("/assets/images/ico-mail-white.svg");
  position: absolute;
  top: 13px;
  left: 13px;
  height: 22px;
  width: 22px;
}

.ico-tel-black {
  position: relative;
}
.ico-tel-black::before {
  content: "";
  background: url("/assets/images/ico-tel-black.svg");
  position: absolute;
  top: 10px;
  left: 13px;
  height: 24px;
  width: 24px;
}

.ico-tel-white {
  position: relative;
}
.ico-tel-white::before {
  content: "";
  background: url("/assets/images/ico-tel-white.svg");
  position: absolute;
  top: 10px;
  left: 13px;
  height: 22px;
  width: 22px;
}

@keyframes btnWiggle {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1.05) rotate(-3.5deg);
  }
  23% {
    transform: scale(1.05) rotate(3.5deg);
  }
  26% {
    transform: scale(1.05) rotate(-2.5deg);
  }
  30% {
    transform: scale(1.05) rotate(2.5deg);
  }
  35% {
    transform: scale(1.05) rotate(0);
  }
}
.admin {
  margin: 0;
  padding: 10px;
  background: black;
  color: white;
}
.admin a {
  color: white !important;
  font-size: 0.8em;
  padding: 0 5px 0 0;
}

.breadcrumb {
  color: red;
  background: none;
  margin: 0 auto !important;
  padding: 6px 20px 0 20px;
  max-width: 1400px;
}
.breadcrumb .wrp {
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
.breadcrumb .wrap {
  text-align: left;
  margin: 0;
  padding: 0;
}
.breadcrumb ul {
  display: block;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
  list-style: none;
  font-size: 9px;
  overflow: hidden;
}
.breadcrumb ul li {
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 9px;
  line-height: 1;
}
.breadcrumb ul li:after {
  content: "/";
  padding-left: 2px;
}
.breadcrumb ul li:last-child:after {
  content: "";
}
.breadcrumb ul li a {
  text-decoration: underline;
  color: #333;
  padding: 2px 2px 0 0;
  margin: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.breadcrumb ul li a:hover {
  text-decoration: none;
  color: blue;
}
.breadcrumb ul li a.current {
  text-decoration: none;
}

.basicLightbox {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.01;
  transition: opacity 0.4s ease;
  z-index: 1000;
  will-change: opacity;
}

.basicLightbox--visible {
  opacity: 1;
}

.basicLightbox__placeholder {
  max-width: 100%;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
  will-change: transform;
}

.basicLightbox__placeholder > iframe:first-child:last-child, .basicLightbox__placeholder > img:first-child:last-child, .basicLightbox__placeholder > video:first-child:last-child {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}

.basicLightbox__placeholder > iframe:first-child:last-child, .basicLightbox__placeholder > video:first-child:last-child {
  pointer-events: auto;
}

.basicLightbox__placeholder > img:first-child:last-child, .basicLightbox__placeholder > video:first-child:last-child {
  width: auto;
  height: auto;
}

.basicLightbox--iframe .basicLightbox__placeholder, .basicLightbox--img .basicLightbox__placeholder, .basicLightbox--video .basicLightbox__placeholder {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.basicLightbox--visible .basicLightbox__placeholder {
  -webkit-transform: scale(1);
  transform: scale(1);
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
input[type=week],
input:not([type]),
textarea,
select {
  -webkit-appearance: none;
  background-color: #f0efef;
  border: 3px solid #e4e7eb;
  border-radius: 0;
  box-shadow: none;
  box-sizing: inherit;
  min-height: 3.8rem;
  padding: 0.4rem 0.8rem 0.4rem;
  width: 100%;
  font-size: 1rem;
}

textarea {
  resize: vertical;
  min-height: 3rem;
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=week]:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
  border-color: #1967d2;
  outline: 0;
}

::placeholder {
  color: #aaa;
}

select {
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="black" d="M0,0l6,8l6-8"/></svg>') center right no-repeat;
  padding-right: 3rem;
}

select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="black" d="M0,0l6,8l6-8"/></svg>');
}

select[multiple] {
  background: none;
  height: auto;
}

textarea {
  min-height: 4rem;
}

label,
legend {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

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

input[type=checkbox],
input[type=radio] {
  display: inline;
}

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: 3rem;
}

form .wrp {
  max-width: 100vw;
  margin: 0 auto;
  padding: 0;
}
form .frow {
  margin: 1rem auto;
}

.has-error {
  border-color: #bc2826 !important;
}

.error-info {
  font-size: 1.2rem;
  color: #bc2826 !important;
  font-weight: 900;
  margin-top: 2px;
  font-size: 16px;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
  justify-content: space-between;
}
.pagination a {
  display: block;
  border: 3px solid #1967d2;
  padding: 3px 10px;
  background: #1967d2;
  color: #030303;
  border-radius: 12px;
  text-decoration: none;
}
.pagination a:hover {
  background: #fff;
  color: #030303;
}
.pagination.center {
  flex-direction: column;
}
.pagination.center a {
  margin: 10px 0;
  text-align: center;
}

.pagination-solo {
  display: grid;
  margin: 7rem 0 3rem 0;
  grid-template-columns: 1fr 1fr;
}
.pagination-solo a {
  display: block;
  padding: 0;
  color: #030303;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 600px) {
  .pagination-solo a {
    font-size: 18px;
  }
}
.pagination-solo a:hover {
  background: #fff;
  color: #bc2826;
}
.pagination-solo a.next {
  text-align: left;
}
.pagination-solo a.prev {
  text-align: right;
}

/* Cards */
.cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0 auto;
}
@media only screen and (min-width: 420px) {
  .cards {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media only screen and (min-width: 620px) {
  .cards {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
.cards .card {
  background: #fff;
  border-radius: 10px;
  border: none;
  overflow: hidden;
  box-shadow: 1.5rem 1.5rem 5rem rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cards .card:hover {
  transform: scale(1.0317162);
}
.cards .card.current {
  background: #F5F5F5;
}
.cards .card .card-content .img-res {
  display: block;
  height: auto;
  width: 100%;
}
.cards .card .card-content img {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cards .card .card-content img:hover {
  opacity: 0.8;
}
.cards .card .card-content .card-text {
  container-type: inline-size;
  text-align: center;
  font-size: 12px;
  margin: 0;
  padding: 10px;
}
.cards .card .card-content .card-text h2 {
  font-size: calc(12px + 2cqi);
  font-weight: 500;
  padding: 0;
  margin: 0;
  text-align: center;
}
.cards .card .card-content .card-text h2 a {
  text-decoration: none;
  color: #030303;
}
.cards .card .card-content .card-text .h2-text {
  font-size: calc(1.5rem + 1cqi);
  font-weight: 600;
}
.cards .card .card-content .card-btn {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 15px;
}

/**
 * Swiper 6.7.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 31, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lang {
  display: none;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 20px 0 20px;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .lang {
    display: none;
  }
}
.lang ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: flex-end;
  justify-content: flex-end;
}
.lang ul li a {
  display: inline-block;
  padding: 3px 10px;
  font-size: 14px;
  color: #030303;
  text-decoration: none;
}
.lang ul li a.active {
  text-decoration: underline;
  color: #1967d2;
}

.lang-mobile {
  display: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .lang-mobile {
    display: none;
  }
}
.lang-mobile ul#lng {
  display: block;
  list-style: none;
  margin: 0 0 30px 10px;
  padding: 0 !important;
}
.lang-mobile ul#lng li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.lang-mobile ul#lng li a {
  display: inline-block;
  padding: 3px 10px;
  font-size: 14px;
  color: #030303;
  text-decoration: none;
}
.lang-mobile ul#lng li a.active {
  text-decoration: underline;
  color: #1967d2;
}

.no-scroll {
  overflow: hidden;
}

.header {
  margin: 0;
  padding: 0;
}
.header .bgm {
  background: #fff;
}
.header .wrap-header {
  max-width: 1380px;
  padding: 8px 20px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "logo logo logo burger";
  align-items: center;
}
@media only screen and (min-width: 960px) {
  .header .wrap-header {
    padding: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "logo logo nav nav nav nav";
  }
}
.header .logo {
  grid-area: logo;
  width: 150px;
  height: auto;
  display: flex;
  align-items: start;
  /*img {
    width:100%;
    height:auto;
    display:block;
  }*/
}
@media only screen and (min-width: 960px) {
  .header .logo {
    width: auto;
    height: 60px;
  }
}
.header .logo a {
  display: block;
}

/*


NAVBAR


*/
.burger {
  grid-area: burger;
  display: grid;
  align-items: center;
  justify-items: end;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .burger {
    display: none;
  }
}

.menu {
  grid-area: nav;
  display: none;
}
@media only screen and (min-width: 960px) {
  .menu {
    display: flex;
    align-content: flex-end;
  }
}
.menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  width: 100%;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.menu ul li {
  display: flex;
  margin: 0;
  padding: 0;
}
.menu ul li a {
  color: #030303;
  font-weight: 500;
  text-decoration: none;
  padding: 0;
  display: block;
  font-size: 16px;
  opacity: 1;
}
@media only screen and (min-width: 1190px) {
  .menu ul li a {
    font-size: 20px;
  }
}
.menu ul li a:hover {
  opacity: 0.5;
}
.menu ul li a[aria-current] {
  text-decoration: none;
  color: #1967d2;
}
.main-menu-mobile {
  display: none;
}
.main-menu-mobile.show {
  display: block;
  margin: 0;
  background: none;
  padding: 0;
}
@media only screen and (min-width: 960px) {
  .main-menu-mobile.show {
    display: none;
  }
}
.main-menu-mobile.show ul {
  display: block;
  margin: 0;
  padding: 20px 30px 20px 30px;
}
.main-menu-mobile.show ul li {
  display: block;
  padding: 0;
  margin: 0 auto;
}
.main-menu-mobile.show ul li a {
  position: relative;
  display: block;
  color: #030303;
  text-decoration: none;
  font-weight: 500;
  text-align: left;
  font-size: 20px;
  padding: 4px;
  border-radius: 8px;
}
.main-menu-mobile.show ul li a:after {
  content: url("/assets/images/arrow-r.svg");
  display: inline-block;
  height: 20px;
  width: 20px;
  top: 5px;
  right: 0;
  position: absolute;
}
@media only screen and (min-width: 750px) {
  .main-menu-mobile.show ul li a {
    font-size: 18px;
  }
}
.main-menu-mobile.show ul li a[aria-current] {
  text-decoration: none;
  color: #1967d2;
}
.main-menu-mobile.show ul li a[aria-current]:after {
  content: url("/assets/images/arrow-r-blue.svg");
}
.main-menu-mobile.show ul li a:active {
  background: #c0ddff;
  opacity: 0.9;
  color: #1967d2;
}
.main-menu-mobile.show ul li.kontakt {
  display: block;
  margin: 2em 0 0 0;
  text-align: right;
}
.main-menu-mobile.show ul li.kontakt a {
  border: 2px solid #030303;
  background: none;
  border-radius: 5px;
  font-size: 16px;
  color: #030303;
  text-decoration: none !important;
  font-weight: 500;
  padding: 6px 12px;
  outline: none;
  margin: 0;
  display: inline-block;
  box-shadow: none !important;
  text-align: center;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #1967d2;
  border: 1px solid #1967d2;
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 1rem;
  width: 140px;
  text-align: center;
  font-size: 1.2em;
  display: inline-block;
}
.main-menu-mobile.show ul li.kontakt a:hover {
  color: #fff;
  background: #030303;
  transform: scale(1.040231);
}
.main-menu-mobile.show .contactm {
  padding: 20px 20px;
  text-align: left;
  background: #1967d2;
}
.main-menu-mobile.show .contactm p {
  margin: 0 0 10px 0;
  padding: 0;
  color: #fff;
}
.main-menu-mobile.show .contactm a {
  color: #fff;
  text-decoration: none;
  border: none;
}
@media only screen and (min-width: 520px) {
  .main-menu-mobile.show .contactm {
    font-size: 16px;
  }
}

.footer {
  padding: 4rem 0 4rem 0;
  background: #222;
  color: #ccc;
  font-size: 14px;
  line-height: 1.8;
}
.footer p {
  color: #ccc;
}
.footer a {
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
  color: #ccc;
}
.footer a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  color: #fff;
}
.footer a[aria-current] {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  olor: #fff;
}
.footer .f-wrap {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer .f-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "contact contact" "opentimes opentimes" "fnav fnav" "cp cp";
  grid-gap: 40px;
}
@media only screen and (min-width: 960px) {
  .footer .f-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "contact contact opentimes opentimes fnav" "cp cp cp cp cp";
  }
}
.footer .f-grid hr {
  height: 20px;
  margin: 0;
  padding: 0;
}
.footer .f-grid h4 {
  font-size: 20px;
}
.footer .f-grid .logo {
  grid-area: logo;
  display: none;
}
.footer .f-grid .logo a {
  display: block;
}
.footer .f-grid .logo a img {
  max-width: 120px;
  margin-bottom: 20px;
}
.footer .f-grid .opentimes {
  grid-area: opentimes;
}
.footer .f-grid .contact {
  grid-area: contact;
  line-height: 1.6;
}
.footer .f-grid .contact br {
  margin: 0;
}
.footer .f-grid .fnav {
  grid-area: fnav;
}
.footer .f-grid .fnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .f-grid .fnav ul li {
  line-height: 1.2;
  margin: 0 0 13px 0;
}
.footer .f-grid .service {
  grid-area: service;
}
.footer .f-grid .service ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .f-grid .service ul li {
  line-height: 1.2;
  margin: 0 0 13px 0;
}
.footer .f-grid .social-ico {
  grid-area: social;
}
.footer .f-grid .copy {
  grid-area: cp;
  text-align: left;
  padding-top: 2rem;
  font-size: 14px;
  margin: 0 auto;
}
.footer .f-grid .copy p, .footer .f-grid .copy a {
  color: #ccc;
}
.footer .f-grid .copy ul {
  display: inline-block;
  margin: 0 0 8px 0;
  padding: 0;
}
.footer .f-grid .copy ul li {
  display: inline-block;
  padding: 0 8px;
}

a.ntd {
  text-decoration: none;
}

#lang-footer {
  padding: 0;
  margin: 0;
  width: 100%;
}
#lang-footer ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 30px 0 0 0;
}
#lang-footer ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
#lang-footer ul li a {
  display: inline-block;
  padding-right: 10px;
  font-size: 14px;
  color: #030303;
  text-decoration: none;
}
#lang-footer ul li a.active {
  text-decoration: underline;
  color: #bc2826;
}

.social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (min-width: 960px) {
  .social {
    justify-content: center;
  }
}
.social li {
  padding: 0;
  margin: 0;
  line-height: 1;
}
.social li a {
  display: block;
  margin: 0 0 4px 0;
  padding: 4px;
}
.social li a:hover {
  opacity: 1;
}
.social li a img {
  width: 32px;
  border-radius: 9px;
  background-color: transparent;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 960px) {
  .social li a img {
    width: 42px;
  }
}
.social li a img:hover {
  transform: scale(1.037654);
  background-color: #1967d2;
  border-radius: 9px;
}

.webplex {
  padding: 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webplex img {
  max-width: 160px;
  flex: 1;
}

.lps {
  margin: 0 auto;
  text-align: center;
}

.lpl {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}
.lpl ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.lpl ul li {
  margin: 0;
  padding: 0;
}
.lpl ul li a {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  color: #c9c2c2;
}

.contact-mobile {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  z-index: 30;
}
.contact-mobile .btn-call {
  color: #fff;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.47363545);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #1967d2;
  margin: 0;
  border-radius: 50%;
}
.contact-mobile .btn-call em {
  display: inline-block;
  background: url("/assets/images/phone.svg");
  height: 30px;
  width: 30px;
}
@media only screen and (min-width: 980px) {
  .contact-mobile .btn-call em {
    width: 40px;
    height: 40px;
  }
}
.contact-mobile .btn-call span {
  margin: 10px;
  display: none;
}

.logos {
  margin: 2rem 0 0 0;
}
.logos .logos-grid {
  max-width: 90vw;
  margin: 0 auto;
  padding: 0 20px 0 20px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  grid-auto-flow: dense;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 580px) {
  .logos .logos-grid {
    grid-gap: 80px;
  }
}
.logos .logos-grid .logo {
  margin: 0 auto;
}
.logos .logos-grid .logo img {
  width: 50px;
  height: auto;
  opacity: 0.3;
}
@media only screen and (min-width: 580px) {
  .logos .logos-grid .logo img {
    width: 80px;
  }
}

.logo-slider {
  padding: 2rem 0;
}
.logo-slider .container {
  border: 2px solid red;
}
.logo-slider .container header {
  text-align: center;
  font-size: 12px;
}
.logo-slider .container header h2 {
  font-size: 2em;
}

.slide-wrapper {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.slide-wrapper:before {
  position: absolute;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.slide-wrapper:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 100%;
  top: 0;
  z-index: 1;
}
.slide-wrapper .logo-wrapper {
  display: inline-block;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  transform: translate3d(0%, 0, 0);
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 50s;
}
.slide-wrapper .logo-wrapper div {
  display: inline-block;
  white-space: nowrap;
  padding-right: 26px;
}
.slide-wrapper .logo-wrapper div img {
  border-radius: 0;
  max-width: 100px;
  height: auto;
  max-height: 52px;
  line-height: 0;
  vertical-align: middle;
  display: block;
  -ms-interpolation-mode: bicubic;
  filter: grayscale(100%);
}

@keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.wrap-720 {
  max-width: 720px;
  margin: 0 auto;
  padding: 1rem 20px 9rem 20px;
}

.wrp, .wrap {
  max-width: 1290px;
  margin: 0 auto;
  display: block;
  padding: 20px;
}

.text-center .wrp {
  max-width: 1090px;
}
.text-center h1, .text-center h2, .text-center h3, .text-center h4, .text-center h5, .text-center p {
  max-width: 720px;
  color: #3c4043 !important;
  text-align: center;
  margin: 0 auto 1em auto;
}
.text-center h1 {
  font-size: 1.8em;
  margin: 0em auto 3em auto;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.3em;
}
@media only screen and (min-width: 580px) {
  .text-center h1 {
    font-size: 2.2rem;
    line-height: 1.4em;
  }
}
.text-center h2 {
  text-align: center;
  margin: 1em auto 0.4em auto;
  color: var(--color-black);
  line-height: 1.2em;
  font-size: 1.4rem;
}
@media only screen and (min-width: 580px) {
  .text-center h2 {
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
    padding: 0 0 2rem 0;
    font-size: 2.4rem;
    line-height: 1.1em;
  }
}
.text-center p {
  margin: 0 auto 3em auto;
  line-height: 1.5em;
  text-align: center;
}
.text-center figure {
  padding: 3rem 0;
  margin: 0 -20px;
}
.text-center figure.shadow img {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}

.main-hero-text {
  background: #101927;
  color: #fff;
}
.main-hero-text .wrap {
  padding: 70px 20px;
}
@media only screen and (min-width: 580px) {
  .main-hero-text .wrap {
    padding: 120px 20px;
  }
}
.main-hero-text figure {
  max-height: 590px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.main-hero-text figure img {
  object-fit: cover;
  margin: 0;
  padding: 0;
}
.main-hero-text .txt {
  max-width: 980px;
  margin: 0 auto;
}
.main-hero-text .txt h1, .main-hero-text .txt h2, .main-hero-text .txt h3, .main-hero-text .txt h4, .main-hero-text .txt h5, .main-hero-text .txt h6, .main-hero-text .txt p, .main-hero-text .txt a {
  color: #fff !important;
}
.main-hero-text .txt h4 {
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0 0 10px 0;
  color: #bc2826 !important;
}
.main-hero-text .txt h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media only screen and (min-width: 960px) {
  .main-hero-text .txt p, .main-hero-text .txt h2 {
    max-width: 650px;
  }
}
.main-hero-text .txt .contact {
  background: #0b111b;
  color: #9898a5 !important;
  font-size: 16px;
  max-width: 100%;
  text-align: center;
  font-weight: 900;
  display: block;
  margin: 4rem auto 0 auto;
  padding: 20px 10px;
}
.main-hero-text .txt .contact h1, .main-hero-text .txt .contact h2, .main-hero-text .txt .contact h3, .main-hero-text .txt .contact h4, .main-hero-text .txt .contact h5, .main-hero-text .txt .contact h6, .main-hero-text .txt .contact p, .main-hero-text .txt .contact a {
  color: #9898a5 !important;
}
@media only screen and (min-width: 580px) {
  .main-hero-text .txt .contact {
    max-width: 490px;
    margin: 2rem auto 1rem auto;
    padding: 4rem;
    float: right;
  }
}

.home-ranking {
  margin: 3em auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "foto" "text";
}
@media only screen and (min-width: 580px) {
  .home-ranking {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    grid-template-areas: "foto text";
  }
  .home-ranking.even {
    grid-template-areas: "text foto";
  }
}
.home-ranking .ranking-foto {
  grid-area: foto;
  padding: 0 0 20px 0;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 580px) {
  .home-ranking .ranking-foto {
    padding: 0;
  }
}
.home-ranking .ranking-foto img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
  border-radius: 3px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-ranking .ranking-foto img:hover {
  opacity: 0.8;
}
.home-ranking .ranking-text {
  grid-area: text;
  width: 1fr;
  text-align: left;
  align-self: center;
  padding: 10px;
}
@media only screen and (min-width: 580px) {
  .home-ranking .ranking-text {
    padding: 30px;
  }
}
.home-ranking .ranking-text p {
  font-size: 16px;
}
@media only screen and (min-width: 580px) {
  .home-ranking .ranking-text p {
    font-size: 18px;
  }
}
.home-ranking .ranking-text h2 {
  text-align: left;
}
.home-ranking .ranking-text h2 a {
  text-decoration: none;
  color: #fff;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-ranking .ranking-text h2 a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.leistung-short {
  background: #f0efef;
  padding: 20px 0;
}
@media only screen and (min-width: 580px) {
  .leistung-short {
    padding: 90px 0;
  }
}
.leistung-short h2 {
  margin: 0 auto 1.5rem auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: left;
  color: #213553;
}
@media only screen and (min-width: 580px) {
  .leistung-short h2 {
    padding: 4rem 0 2rem 0;
    clear: both;
  }
}
.leistung-short .wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 20px;
}
.leistung-short .c h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #213553;
  margin-bottom: 15px;
}
.leistung-short .c p {
  color: #213553;
  font-size: 18px;
}

.default .intro {
  max-width: 820px;
  margin: 3rem auto 0 auto;
  padding: 40px 20px;
  background: #F5F5F5;
  text-align: center;
}
.default .intro img {
  margin: 0 0 3rem 0;
}
.default .wrap {
  max-width: 820px;
  margin: 4rem auto;
}

.leistungen-listing {
  padding: 3rem 0;
}
@media only screen and (min-width: 820px) {
  .leistungen-listing {
    padding: 4rem 0;
  }
}
.leistungen-listing .wrap-lst {
  padding: 2rem 0;
}
.leistungen-listing .title {
  padding: 0 20px;
  margin: 0 auto 3rem auto;
  text-align: center;
  max-width: 920px;
}
.leistungen-listing .listing-blocks {
  /*
  display:flex;
  flex-wrap: wrap;
  flex-direction: column;
      //align-items: stretch;
  justify-content: space-around;
      //border:2px solid red;
  gap:10px;
  */
  padding: 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media only screen and (min-width: 420px) {
  .leistungen-listing .listing-blocks {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 920px) {
  .leistungen-listing .listing-blocks {
    padding: 0 20px;
    max-width: 1280px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 auto;
    gap: 20px;
  }
}
.leistungen-listing .listing-blocks .entry {
  margin-bottom: 0;
  background: #fff;
  box-shadow: 0 0 110px rgba(0, 0, 0, 0.1233874);
  border-radius: 10px;
  text-decoration: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  grid-template-areas: "imgs txt txt txt ico";
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.leistungen-listing .listing-blocks .entry[aria-current] {
  background: #fff;
  border: 2px solid #1967d2;
}
@media only screen and (min-width: 420px) {
  .leistungen-listing .listing-blocks .entry {
    gap: 8px;
  }
}
@media only screen and (min-width: 580px) {
  .leistungen-listing .listing-blocks .entry {
    gap: 15px;
  }
}
.leistungen-listing .listing-blocks .entry .imgs {
  grid-area: imgs;
  height: 100%;
  width: 100%;
}
.leistungen-listing .listing-blocks .entry .imgs img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.leistungen-listing .listing-blocks .entry .txt {
  grid-area: txt;
  text-decoration: none;
  color: #030303;
  container-type: inline-size;
}
.leistungen-listing .listing-blocks .entry .txt h2 {
  font-size: calc(0.8rem + 1.5cqi);
  font-weight: 600;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
  /*hyphens: auto;
  word-wrap: break-word;
  word-break: break-all;
  */
}
.leistungen-listing .listing-blocks .entry .txt span {
  color: #030303;
  font-size: 0.8rem;
  display: block;
  margin-top: 2px;
}
.leistungen-listing .listing-blocks .entry .txt p {
  font-size: 18px;
  margin: 0;
}
.leistungen-listing .listing-blocks .entry .txt .but .btn {
  margin: 20px 0 0 0;
}
.leistungen-listing .listing-blocks .entry .ico {
  grid-area: ico;
  font-size: 1.2rem;
  align-self: center;
  justify-self: center;
}
.leistungen-listing .listing-blocks .entry:hover {
  transform: scale(1.037654);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #1967d2;
  cursor: pointer;
}
.leistungen-listing .listing-blocks .entry:hover h2 {
  text-decoration: underline;
  color: #fff;
}
.leistungen-listing .listing-blocks .entry:hover span {
  color: #fff;
}
.leistungen-listing .listing-blocks .entry:hover .ico {
  color: #fff;
}
.leistungen-listing .listing-blocks .entry.active {
  background-color: #1967d2;
  cursor: pointer;
}
.leistungen-listing .listing-blocks .entry.active h2 {
  text-decoration: none;
  color: #fff;
}
.leistungen-listing .listing-blocks .entry.active span {
  color: #fff;
}

.leistungen-listing-search {
  padding: 0 20px 20px 20px;
}
.leistungen-listing-search .wrap {
  max-width: 1250px;
  margin: 0 auto;
  padding: 2rem 0;
}
.leistungen-listing-search .search-result-headline-text {
  margin: 0;
}
.leistungen-listing-search .search-result-headline-text h3 {
  font-size: 22px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.leistungen-listing-search .search-result-headline-text .pagenumber {
  margin: 0;
  padding: 0;
}
.leistungen-listing-search .cards {
  padding: 20px 0 20px 0;
}
@media only screen and (min-width: 620px) {
  .leistungen-listing-search .cards {
    padding: 40px 0 40px 0;
  }
}
.leistungen-listing-search .cards-search-small {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 20px 0;
}
@media only screen and (min-width: 520px) {
  .leistungen-listing-search .cards-search-small {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1120px) {
  .leistungen-listing-search .cards-search-small {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.leistungen-listing-search .cards-search-small .entry {
  margin-bottom: 0;
  border: 2px solid #1967d2;
  background: #fff;
  border-radius: 10px;
  text-decoration: none;
  color: #030303;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  grid-template-areas: "imgs imgs txt txt txt";
  align-items: center;
  justify-content: center;
  padding: 4px;
}
@media only screen and (min-width: 520px) {
  .leistungen-listing-search .cards-search-small .entry {
    gap: 10px;
  }
}
@media only screen and (min-width: 520px) {
  .leistungen-listing-search .cards-search-small .entry {
    gap: 20px;
  }
}
.leistungen-listing-search .cards-search-small .entry .imgs {
  grid-area: imgs;
  display: flex;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
}
.leistungen-listing-search .cards-search-small .entry .imgs img {
  flex-shrink: 0;
  border-radius: 5px;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.leistungen-listing-search .cards-search-small .entry .txt {
  grid-area: txt;
  text-decoration: none;
}
.leistungen-listing-search .cards-search-small .entry .txt h2 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
  /*hyphens: auto;
  word-wrap: break-word;
  word-break: break-all;
  */
}
@media only screen and (min-width: 520px) {
  .leistungen-listing-search .cards-search-small .entry .txt h2 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 720px) {
  .leistungen-listing-search .cards-search-small .entry .txt h2 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 920px) {
  .leistungen-listing-search .cards-search-small .entry .txt h2 {
    font-size: 20px;
  }
}
.leistungen-listing-search .cards-search-small .entry .txt span {
  color: #1967d2;
  font-size: 14px;
  display: block;
  margin-top: 8px;
}
.leistungen-listing-search .cards-search-small .entry .txt p {
  font-size: 18px;
  margin: 0;
}
.leistungen-listing-search .cards-search-small .entry .txt .but .btn {
  margin: 20px 0 0 0;
}
.leistungen-listing-search .cards-search-small .entry:hover {
  transform: scale(1.037654);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #1967d2;
  cursor: pointer;
}
.leistungen-listing-search .cards-search-small .entry:hover h2 {
  text-decoration: underline;
  color: #fff;
}
.leistungen-listing-search .cards-search-small .entry:hover span {
  color: #fff;
}
.leistungen-listing-search .cards-search-small .entry.active {
  background-color: #1967d2;
  cursor: pointer;
}
.leistungen-listing-search .cards-search-small .entry.active h2 {
  text-decoration: none;
  color: #fff;
}
.leistungen-listing-search .cards-search-small .entry.active span {
  color: #fff;
}

.txt-search-results {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.txt-search-results .headline h1 {
  margin: 0 !important;
  padding: 0 !important;
}
.txt-search-results .headline h4 {
  margin: 0;
  padding: 0;
}

.leistungen-footer .inner {
  padding: 2rem 0;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  .leistungen-footer .inner {
    max-width: 520px;
  }
}
.leistungen-footer .inner .txt {
  margin: 0 auto;
  text-align: center;
}

.article-entry .wrap {
  padding: 2rem 20px 1rem 20px;
}
.article-entry .text-grid h2 {
  text-align: center;
}
.article-entry .text-grid h3 {
  font-size: 23px;
}
.article-entry .text-grid p {
  word-wrap: break-word;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
  /*hyphens: auto;
  word-wrap: break-word;
  word-break: break-all;
  */
}

.article-text {
  padding: 2rem 20px 3rem 20px;
}
.article-text .wrap {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.articles-listing {
  padding: 2rem 0;
}
.articles-listing .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.articles-listing .teaser-text h2 {
  font-weight: 400;
}
.articles-listing .teaser-text .pagenumber {
  margin: 0;
  padding: 0;
}
.articles-listing .wrap-full {
  max-width: 100%;
  background: tomato;
  margin: 0 auto;
  padding: 20px;
}
@media only screen and (min-width: 980px) {
  .articles-listing .wrap-full {
    max-width: 90vw;
  }
}
@media only screen and (min-width: 580px) {
  .articles-listing {
    padding: 1rem 0 6rem 0;
  }
}

.contact-half {
  padding: 2rem 0;
}
@media only screen and (min-width: 600px) {
  .contact-half {
    padding: 5rem 0;
  }
}
.contact-half .wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (min-width: 600px) {
  .contact-half .wrap {
    grid-template-columns: 1fr 3fr;
    gap: 40px;
    align-items: center;
  }
}
.contact-half figure {
  margin: 0;
  padding: 0 0 2rem 0;
}
.contact-half figure img {
  border-radius: 50%;
  max-width: 180px;
}
@media only screen and (min-width: 600px) {
  .contact-half figure img {
    max-width: 230px;
  }
}

.workshops .text {
  max-width: 820px;
  margin: 2rem auto;
  text-align: center;
  padding: 0 20px 4rem 20px;
}

.workshop-info-listing {
  padding: 2rem 0;
}
.workshop-info-listing .wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
}
@media only screen and (min-width: 580px) {
  .workshop-info-listing {
    padding: 1rem 0 6rem 0;
  }
}
.workshop-info-listing .teaser-text {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 1rem 0;
}
.workshop-info-listing .teaser-text h1, .workshop-info-listing .teaser-text h2 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  padding: 0;
}

.workshop-listing {
  background: #f0efef;
  padding: 2rem 0;
}
.workshop-listing .wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 4rem 20px;
}
@media only screen and (min-width: 580px) {
  .workshop-listing {
    padding: 1rem 0 6rem 0;
  }
}
.workshop-listing .teaser-text {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 1rem 0;
}
.workshop-listing .teaser-text h1, .workshop-listing .teaser-text h2 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  padding: 0;
  font-weight: 600;
}

.workshop-info {
  padding-bottom: 4rem;
}
.workshop-info .wrap {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 860px) {
  .workshop-info .wrap {
    grid-template-columns: 4fr 2fr;
  }
}
.workshop-info .infotxt .title {
  margin-bottom: 30px;
}
.workshop-info .infotxt .title h1 {
  font-weight: 900;
}
.workshop-info .box {
  background: #F5F5F5;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}
.workshop-info .box ul {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.workshop-info .box ul li {
  display: block;
  margin: 0 0 20px 0;
  padding: 8px 20px;
  border: 2px solid #f2f4f5;
  background: #f0efef;
  border-radius: 3px;
}
.workshop-info .box ul li p {
  margin: 0;
  padding: 0;
}
.workshop-info .sidebar .wrp {
  background: #F5F5F5;
  margin: 0 0 4rem 0;
}
.workshop-info .sidebar h2 {
  font-weight: 200;
  margin: 0 0 30px 0;
  padding: 0;
  border-bottom: 3px solid #bc2826;
}
.workshop-info .sidebar h3 {
  font-weight: 600;
}
.workshop-info .sidebar .txt {
  margin: 20px 0;
}
.workshop-info .sidebar .img img {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.workshop-info .sidebar .img img:hover {
  opacity: 0.8;
}

.workshop-entry {
  background: #F5F5F5 !important;
  padding-bottom: 2rem;
  max-width: 1200px;
  margin: 4rem auto;
  border-bottom: 4px solid #bc2826;
}
.workshop-entry .info-box {
  margin: 0 auto;
  padding: 20px 20px;
  display: grid;
  gap: 10px;
  background: #f0efef;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 860px) {
  .workshop-entry .info-box {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
.workshop-entry .info-box .text-box {
  padding: 20px 0;
}
.workshop-entry .text {
  max-width: 720px;
  margin: 0 auto;
  padding: 4rem 20px;
}

.pagination-xxxx {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
  justify-content: space-between;
}
.pagination-xxxx a {
  display: block;
  border: 1px solid #bc2826;
  padding: 3px 10px;
  background: #bc2826;
  color: #fff;
  border-radius: 3px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pagination-xxxx a:hover {
  background: #fff;
  color: #bc2826;
}
.pagination-xxxx.center {
  flex-direction: column;
}
.pagination-xxxx.center a {
  margin: 10px 0;
  text-align: center;
}

ul.linklist {
  display: block;
  margin: 10px 0;
  list-style: none;
  padding: 0;
}
ul.linklist li {
  display: block;
  padding: 0;
  margin: 4px 0;
}
ul.linklist li a {
  display: block;
  background: #bc2826;
  color: #fff;
  padding: 4px 10px;
  text-decoration: none;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.linklist li a:hover {
  background: #1b1a1f;
}
ul.linklist li a.current {
  background: #f2f4f5;
  color: #030303;
}

.termine {
  padding-bottom: 4rem;
  padding-top: 3rem;
  max-width: 980px;
}
.termine h2, .termine h3 {
  margin-bottom: 1px;
  padding-bottom: 1px;
}
.termine .text {
  background: #f0efef;
  padding: 20px;
  border-radius: 5px;
}
.termine .termine-entries {
  margin-top: 4rem;
}
.termine .termine-entries .termin-entry {
  border-left: 4px solid #bc2826;
  margin: 0 0 2rem 0;
  padding-left: 20px;
}
.termine .termine-entries .termin-entry .txt {
  font-size: 1.4rem;
}

.freunde {
  padding-bottom: 1rem;
  max-width: 1230px;
  margin: 0 auto;
}
.freunde .wrap {
  max-width: 820px;
  padding-top: 4rem;
}
.freunde .wrap .text {
  text-align: center;
}
.freunde .freunde-entries {
  padding: 0 20px;
  margin-top: 4rem;
}
.freunde .freunde-entries .termin-entry {
  border: 2px solid #f0efef;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  margin: 2rem 0;
  padding: 8px;
  display: grid;
  gap: 20px;
  grid-template-columns: 2fr 6fr;
  align-items: center;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 580px) {
  .freunde .freunde-entries .termin-entry {
    padding: 20px;
  }
}
.freunde .freunde-entries .termin-entry:hover {
  transform: scale(1.03292838);
  border: 2px solid #030303;
}
.freunde .freunde-entries .termin-entry .txt {
  font-size: 15px;
}
.freunde .freunde-entries .termin-entry .txt h2, .freunde .freunde-entries .termin-entry .txt h3 {
  margin-bottom: 1px;
  padding-bottom: 1px;
}
@media only screen and (max-width: 600px) {
  .freunde .freunde-entries .termin-entry .txt h2, .freunde .freunde-entries .termin-entry .txt h3 {
    font-size: 22px;
  }
}

.produkt-entry {
  padding-top: 4rem;
}
.produkt-entry .gp {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 860px) {
  .produkt-entry .gp {
    grid-template-columns: 1fr 1fr;
  }
}
.produkt-entry .gp h2 {
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.produkt-entry .gp .preis {
  background: #f0efef;
  border-radius: 10px;
  padding: 20px;
}
.produkt-entry .gp .gal .thumbs {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}
.produkt-entry .gp .gal .thumbs a {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 2px solid #030303;
}
.produkt-entry .gp .gal .thumbs a:hover {
  opacity: 0.8;
}

.produkte-listing {
  padding: 2rem 0;
}
.produkte-listing .wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
}
@media only screen and (min-width: 580px) {
  .produkte-listing {
    padding: 1rem 0 6rem 0;
  }
}
.produkte-listing .teaser-text {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 1rem 0;
}
.produkte-listing .teaser-text h1, .produkte-listing .teaser-text h2 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  padding: 0;
}

ul.linklist {
  display: block;
  margin: 10px 0;
  list-style: none;
  padding: 0;
}
ul.linklist li {
  display: block;
  padding: 0;
  margin: 4px 0;
}
ul.linklist li a {
  display: block;
  background: #bc2826;
  color: #fff;
  padding: 4px 10px;
  text-decoration: none;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.linklist li a:hover {
  background: #1b1a1f;
}
ul.linklist li a.current {
  background: #f2f4f5;
  color: #030303;
}

.marks {
  background: #bc2826;
  margin: 0rem 0 0 0;
  padding: 0;
  color: #fff;
}
.marks .wrp {
  display: grid;
  gap: 20px;
  align-items: center;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 600px) {
  .marks .wrp {
    gap: 40px;
    grid-template-columns: 2fr 8fr;
  }
}
.marks .counter {
  border: 2px solid #030303;
  background: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.marks .counter h3 {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: #bc2826;
}
.marks .counter h4 {
  font-size: 60px;
  font-weight: 900;
  margin: 0;
  padding: 0;
  color: #030303;
}
.marks .text a {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
}

.banner {
  padding-bottom: 4rem;
  padding-top: 3rem;
  background: #f0efef;
}
.banner .listing {
  display: grid;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 600px) {
  .banner .listing {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.banner .listing img {
  border-radius: 1rem;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.banner .listing img:hover {
  transform: scale(1.01918282);
}

.faq .text {
  max-width: 820px;
  margin: 0 auto;
  padding: 2rem 20px;
}

.faq-listing {
  padding-bottom: 4rem;
}
.faq-listing .wrap {
  max-width: 980px;
}
.faq-listing h2, .faq-listing h3 {
  margin-bottom: 1px;
  padding-bottom: 1px;
}
.faq-listing .text {
  background: #f0efef;
  padding: 20px;
  border-radius: 5px;
}
.faq-listing .faq-entries {
  margin-top: 1rem;
}
.faq-listing .faq-entries .faq-entry {
  display: grid;
  grid-template-columns: 20px 9fr;
  align-items: center;
  gap: 20px;
  border: 2px solid #f0efef;
  margin: 0 0 2rem 0;
  padding: 10px;
  color: #030303;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 600px) {
  .faq-listing .faq-entries .faq-entry {
    padding: 20px;
  }
}
.faq-listing .faq-entries .faq-entry:hover {
  transform: scale(1.0317272);
  border: 2px solid #030303;
  color: #bc2826;
  text-decoration: none;
}
.faq-listing .faq-entries .faq-entry .title h3 {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 600px) {
  .faq-listing .faq-entries .faq-entry .title h3 {
    font-size: 20px;
  }
}

.search-container {
  padding: 0;
  margin: 0 0 0 0;
}
.search-container.nom {
  margin: 0 auto;
}
.search-container .wrap .search-headline h2 {
  font-size: 16px;
  margin-bottom: 0;
  padding: 0 0 5px 0;
}
.search-container .wrap .search-headline h4.info {
  font-size: 15px;
  margin-bottom: 0;
  padding: 0 0 5px 0;
  color: #bc2826;
  font-weight: 600;
}
.search-container .wrap .search {
  margin: 0;
  padding: 0;
}
.search-container .wrap .search .gg {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  width: 100%;
}
.search-container .wrap .search .gg .in {
  width: 100%;
}
.search-container .wrap .search .gg .in input {
  margin: 0;
  border: 2px solid #1967d2;
  background: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-height: 45px;
}
.search-container .wrap .search .gg .bt input {
  border: 0;
  border-radius: 0;
  height: 45px;
  min-height: 24px;
  width: 100px;
  background: #1967d2;
  color: #fff;
  font-weight: 600;
  margin: 0;
  border: 2px solid #1967d2;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 945px) {
  .search-container .wrap .search .gg .bt input {
    height: 45px;
    width: 170px;
  }
}
.search-container .wrap .search .gg .bt input:hover, .search-container .wrap .search .gg .bt input:active, .search-container .wrap .search .gg .bt input:focus {
  background: #1967d2;
  color: #fff;
  opacity: 0.8;
  cursor: pointer;
}

.search-results ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.search-results ul li {
  margin: 10px 0;
  padding: 0;
}
.search-results ul li a {
  display: block;
  padding: 4px 9px;
  border: 2px solid #f0efef;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-results ul li a em {
  color: #030303 !important;
}
.search-results ul li a:hover {
  border: 2px solid #030303;
  transform: scale(1.037654);
  color: #030303;
  text-decoration: none;
}

.cta--global {
  background-color: #1967d2;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  color: #F5F5F5;
}
.cta--global .wrap {
  max-width: 1290px;
  margin: 0 auto;
  display: grid;
  padding: 30px 20px;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  grid-template-areas: "headline" "img" "txt" "btn";
  justify-content: center;
  align-items: center;
}
.cta--global .wrap.bgi-on {
  gap: 0;
  grid-template-areas: "headline" "txt" "btn";
}
@media only screen and (min-width: 890px) {
  .cta--global .wrap {
    padding: 100px 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "headline headline headline headline headline" "img img txt txt txt" "btn btn btn btn btn";
    align-items: center;
    grid-gap: 20px;
  }
  .cta--global .wrap.bgi-on {
    grid-template-areas: "headline headline headline headline headline" "txt txt txt txt txt" "btn btn btn btn btn";
  }
}
@media only screen and (min-width: 1130px) {
  .cta--global .wrap {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "headline headline headline" "img txt txt" "btn btn btn";
  }
  .cta--global .wrap.bgi-on {
    grid-template-areas: "headline headline headline" "txt txt txt" "btn btn btn";
  }
}
.cta--global .wrap .cta-headline {
  grid-area: headline;
  max-width: 620px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}
.cta--global .wrap .cta-headline h1, .cta--global .wrap .cta-headline h2, .cta--global .wrap .cta-headline h3, .cta--global .wrap .cta-headline h4, .cta--global .wrap .cta-headline h5, .cta--global .wrap .cta-headline h6 {
  color: #fff !important;
}
.cta--global .wrap .cta-headline h2 {
  margin: 0;
  padding: 0;
}
.cta--global .wrap .cta-headline h2 {
  font-size: calc(0.6rem + 1.2cqi);
  margin-bottom: 1rem;
}
.cta--global .wrap .cta-headline h3 {
  font-size: calc(0.6rem + 0.6cqi);
}
.cta--global .wrap .cta-buttons {
  grid-area: btn;
}
@media only screen and (min-width: 890px) {
  .cta--global .wrap .cta-buttons {
    padding-top: 2rem;
  }
}
.cta--global .wrap .cta-image {
  grid-area: img;
  margin: 0;
  padding: 0;
  align-self: center;
  justify-self: center;
}
.cta--global .wrap .cta-image figure {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.cta--global .wrap .cta-image figure img {
  filter: grayscale(100%);
  mix-blend-mode: multiply;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.cta--global .wrap .cta-image figure figcaption {
  padding: 2rem 0;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  color: #9898a5;
}
.cta--global .wrap .cta-text {
  grid-area: txt;
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
  padding: 2rem 0 0 0;
}
.cta--global .wrap .cta-text a {
  color: #fff;
}
.cta--global .wrap .cta-text h2 {
  font-size: calc(0.8rem + 3cqi);
  margin-bottom: 2.5rem;
}
.cta--global .wrap .cta-text h3 {
  font-size: calc(0.6rem + 1.2cqi);
}
.cta--global .wrap .cta-text h1, .cta--global .wrap .cta-text h2, .cta--global .wrap .cta-text h3, .cta--global .wrap .cta-text h4, .cta--global .wrap .cta-text h5, .cta--global .wrap .cta-text h6 {
  color: #fff !important;
}
@media only screen and (min-width: 580px) {
  .cta--global .wrap .cta-text {
    text-align: center;
    padding: 2rem 4rem;
  }
}
.cta--global .wrap .cta-text p:last-child {
  border: 1px solid red;
  margin: 0;
}

.cta {
  padding: 4rem 20px;
  margin: 0 auto;
}
.cta .wrap {
  padding: 0;
  mmargin: 0 auto;
  max-width: 1040px;
  width: 100%;
}
.cta .wrap .cta-box {
  border-radius: 12px;
  width: 100%;
}
.cta .wrap .text {
  padding: 20px;
  text-align: left;
  border-radius: 8px;
  width: 100%;
}
@media only screen and (min-width: 820px) {
  .cta .wrap .text {
    padding: 30px;
  }
}
.cta .wrap .text .btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.cta .wrap .align-center {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr;
}
.cta .wrap .align-center .text {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.check-listing ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  grid-auto-flow: dense;
  max-width: 100%;
  margin: 40px auto;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 580px) {
  .check-listing ul {
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }
}
.check-listing ul li {
  display: block;
  align-self: stretch;
  justify-self: stretch;
  font-weight: 600;
  padding: 20px;
  background: #373b44; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #1e304c, #101927); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #1e304c, #101927); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.4);
  color: #fff;
}
hr.line {
  width: 100%;
  border: none;
  height: 90px;
  background: transparent url("/assets/images/line.svg") center center no-repeat;
}

.cards-f {
  padding: 2rem 20px 1rem 20px;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr;
  grid-auto-flow: dense;
  margin: 2rem auto;
}
@media only screen and (min-width: 580px) {
  .cards-f {
    grid-template-columns: 1fr 1fr;
    max-width: 1290px;
  }
}
.cards-f .card-f {
  padding: 20px 10px;
  display: block;
  background: #f0efef;
  border-radius: 0.8rem;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 580px) {
  .cards-f .card-f {
    padding: 20px;
  }
}
.cards-f .card-f h3 {
  color: #c2c7ce;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
  font-size: 1.5rem;
}
.cards-f .card-f p {
  font-size: 16px;
  line-height: 1.2;
  color: #f8f8f8;
  text-align: center;
}

.block-teaser {
  background: #101927;
  color: #9898a5;
  padding: 1rem 20px 120px 20px;
}
.block-teaser .wrap {
  max-width: 100vw;
  margin: 0 auto;
  padding: 0;
}
.block-teaser h1, .block-teaser h2, .block-teaser h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.block-teaser h2 {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 30px;
  line-height: 1.1;
}
@media only screen and (min-width: 580px) {
  .block-teaser h2 {
    font-size: 2.6rem;
  }
}
.block-teaser a {
  color: #9898a5;
}
.block-teaser p {
  max-width: 820px;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

/*
.btn {
  border:2px solid $red;
  background:none;
  border-radius:0;
  font-weight:400;
  color:$red;
  box-shadow: none;
  &:hover {
    color:$red;
  }
}
*/
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.anim-border {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  padding: 5px !important;
}
.anim-border::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 800%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 50% 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(#fff, #377af5);
  animation: rotate 4s linear;
}

@keyframes opacityChange {
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.center-text {
  text-align: center !important;
}

.shadowbox {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.0712232);
}

.shadow-sm-blue {
  box-shadow: 0 0 120px rgba(130, 190, 250, 0.42344);
}

.shadow-sm {
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.13418172);
}

.shadow-m {
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.13418172);
}

.shadow-l {
  box-shadow: 0 0 96px rgba(0, 0, 0, 0.13418172);
}

.shadow-xl {
  box-shadow: 0 0 128px rgba(0, 0, 0, 0.13418172);
}

.width-s {
  max-width: 480px !important;
}

.width-m {
  max-width: 620px !important;
}

.width-l {
  max-width: 980px !important;
}

.width-xl {
  max-width: 1120px !important;
}

.hyphen {
  word-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
}

.foto figure img {
  animation: fadegdk linear;
  animation-timeline: view();
  animation-range-start: 0px;
  animation-range-end: 50vh;
}

.block-s {
  animation: gdk-blocks linear;
  animation-timeline: view();
  animation-range-start: 0px;
  animation-range-end: 50vh;
}

@keyframes fadegdk {
  from {
    scale: 0.8;
    opacity: 0;
  }
  to {
    scale: 1;
    opacity: 1;
  }
}
@keyframes gdk-blocks {
  from {
    scale: 0.8;
    opacity: 0;
    background: #c0ddff;
  }
  to {
    scale: 1;
    opacity: 1;
    background: #fff;
  }
}
body.lp {
  font-size: 16px;
}
@media only screen and (min-width: 960px) {
  body.lp {
    font-size: 18px;
  }
}
body.lp h1, body.lp h2, body.lp h3, body.lp h4 {
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  body.lp h1 {
    font-size: 30px;
  }
  body.lp h2 {
    font-size: 26px;
  }
  body.lp h3 {
    font-size: 18px;
  }
}

:root {
  --padding-section: 3rem 0;
}

@media only screen and (min-width: 980px) {
  :root {
    --padding-section: 10vh 0;
  }
}
.lp-duo .wrap {
  display: grid;
  width: 100%;
  gap: 40px;
  grid-template-columns: 1fr;
}
.lp-duo .wrap.align-center {
  justify-content: center;
}
.lp-duo .inner {
  display: grid;
  gap: 10px;
  max-width: 980px;
  grid-template-columns: 1fr;
  grid-template-areas: "headline" "foto" "text";
}
.lp-duo .inner.align-center {
  align-items: center;
  align-self: center;
  justify-self: center;
}
.lp-duo .inner.order-reverse {
  grid-template-areas: "headline" "text" "foto";
}
.lp-duo .inner.nh {
  grid-template-areas: "foto" "text";
}
.lp-duo .inner.nh.order-reverse {
  grid-template-areas: "text" "foto";
}
@media only screen and (min-width: 890px) {
  .lp-duo .inner {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "headline headline" "text foto";
    gap: 40px;
  }
  .lp-duo .inner.order-reverse {
    grid-template-areas: "headline headline" "text foto";
  }
  .lp-duo .inner.nh {
    grid-template-areas: "text foto";
  }
  .lp-duo .inner.nh.order-reverse {
    grid-template-areas: "text foto";
  }
  .lp-duo .inner.flip {
    grid-template-areas: "headline headline" "foto text";
  }
  .lp-duo .inner.flip.nh {
    grid-template-areas: "foto text";
  }
}
.lp-duo .headline {
  grid-area: headline;
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
}
.lp-duo .headline h1 {
  color: #030303;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}
.lp-duo .headline h2 {
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}
.lp-duo .headline h3 {
  font-size: 1.3rem;
  color: #666565;
}
@media only screen and (min-width: 890px) {
  .lp-duo .headline {
    padding: 0;
  }
}
.lp-duo .text {
  grid-area: text;
  padding: 0;
  text-align: left;
}
.lp-duo .text p {
  word-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
}
.lp-duo .text h2 a {
  text-decoration: none;
}
.lp-duo .text h2 a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 890px) {
  .lp-duo .text {
    padding: 0;
    max-width: 100%;
  }
}
.lp-duo .foto {
  grid-area: foto;
  margin-bottom: 0;
  position: relative;
}
.lp-duo .foto img {
  border-radius: 12px;
}
.lp-duo .foto figcaption {
  display: block;
  margin: 30px auto;
  text-align: center;
}
@media only screen and (min-width: 620px) {
  .lp-duo .foto {
    margin-bottom: 0;
  }
}

.lp-third .wrap {
  display: grid;
  width: 100%;
  gap: 40px;
  grid-template-columns: 1fr;
}
.lp-third .wrap.align-center {
  justify-content: center;
}
.lp-third .inner {
  display: grid;
  gap: 10px;
  max-width: 1250px;
  grid-template-columns: 1fr;
  grid-template-areas: "headline" "text" "col1" "col2" "col3";
}
.lp-third .inner.align-center {
  align-items: center;
  align-self: center;
  justify-self: center;
}
@media only screen and (min-width: 889px) {
  .lp-third .inner {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "headline headline" "text text" "col1 col2" "col3 col3";
    gap: 20px;
  }
}
@media only screen and (min-width: 980px) {
  .lp-third .inner {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "headline headline headline" "text text text" "col1 col2 col3";
    gap: 20px;
  }
}
.lp-third .headline {
  grid-area: headline;
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
}
.lp-third .headline h1 {
  color: #030303;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}
.lp-third .headline h2 {
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}
.lp-third .headline h3 {
  font-size: 1.3rem;
}
@media only screen and (min-width: 890px) {
  .lp-third .headline {
    padding: 0;
  }
}
.lp-third .col1 {
  grid-area: col1;
}
.lp-third .col2 {
  grid-area: col2;
}
.lp-third .col3 {
  grid-area: col3;
}
.lp-third .display-card {
  border: 2px solid #f8f8f8;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 0 110px rgba(0, 0, 0, 0.1233874);
}
.lp-third .text {
  grid-area: text;
  padding: 0;
  text-align: left;
}
.lp-third .text p {
  word-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
}
.lp-third .text h2 a {
  text-decoration: none;
}
.lp-third .text h2 a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 890px) {
  .lp-third .text {
    padding: 0;
    max-width: 100%;
  }
}
.lp-third .img {
  margin: 0;
  padding: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.lp-third .img:hover {
  transform: scale(1.021828873);
}
.lp-third .img a {
  display: block;
  width: 100%;
  height: auto;
}
.lp-third .img img {
  border-radius: 12px;
  width: 100%;
  height: auto;
}
.lp-third .img figcaption {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.accordion-section {
  padding: 3rem 0;
}
@media only screen and (min-width: 820px) {
  .accordion-section {
    padding: 4rem 0;
  }
}
.accordion-section .wrap {
  max-width: 1290px;
  margin: 0 auto;
}
.accordion-section .text {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}
.accordion-section .entries {
  grid-area: entries;
  margin: 0 auto;
  max-width: 980px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 8px;
  padding: 0;
}
.accordion-section .entries .entry {
  border: 2px solid #1967d2;
  border-radius: 8px;
}
.accordion-section .entries .entry button {
  background: none;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  padding: 8px;
  margin: 0;
}
.accordion-section .entries .entry button:hover {
  color: #1967d2;
}
.accordion-section .entries .entry button.active {
  border: none;
}
.accordion-section .entries .entry .text {
  font-size: 1rem;
}
.accordion-section .entries .entry .text p:last-child {
  margin-bottom: 0;
}
.accordion-section .accordion {
  color: #030303;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0 0 1rem 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 22px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion-section .accordion.active, .accordion-section .accordion.accordion:hover {
  border: none;
}
.accordion-section .accordion:after {
  content: "+";
  color: #1967d2;
  font-weight: bold;
  float: right;
  margin-left: 15px;
}
.accordion-section .accordion.active:after {
  content: "−";
}

.text-panel {
  padding: 8px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  display: none;
}
.text-panel.active {
  display: block;
  height: 100% !important;
  max-height: 900px !important;
}
.text-panel .text {
  font-size: 0.8rem;
  margin-bottom: 1rem !important;
}

@media only screen and (min-width: 580px) {
  .text-wide {
    padding: 0 0 0 0;
  }
}
.text-wide .wrap {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 980px) {
  .text-wide .wrap {
    max-width: 980px;
  }
}
.text-wide .wrap .text {
  padding: 2rem 0;
}
@media only screen and (min-width: 980px) {
  .text-wide .wrap .text {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 520px) {
  .text-wide .wrap .text h2 {
    max-width: 50vw;
  }
}

.lp-cards {
  padding: 3rem 0;
}
@media only screen and (min-width: 820px) {
  .lp-cards {
    padding: 4rem 0;
  }
}
.lp-cards .wrp-section {
  max-width: 1450px;
}
.lp-cards .title-text, .lp-cards .foot-text, .lp-cards .head {
  max-width: 980px;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 2rem;
  word-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
}
.lp-cards .title-text p, .lp-cards .foot-text p, .lp-cards .head p {
  margin: 0 auto;
  padding: 1rem 0;
}
.lp-cards .foot-text {
  text-align: center;
  margin: 4rem auto;
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}
.lp-cards .foot-text .inner {
  max-width: 920px;
  padding: 2rem;
  margin: 0 auto;
}
.lp-cards .foot-text .inner h1, .lp-cards .foot-text .inner h2, .lp-cards .foot-text .inner h3, .lp-cards .foot-text .inner h4, .lp-cards .foot-text .inner h5, .lp-cards .foot-text .inner h6, .lp-cards .foot-text .inner p, .lp-cards .foot-text .inner li, .lp-cards .foot-text .inner em, .lp-cards .foot-text .inner i, .lp-cards .foot-text .inner strong {
  color: #030303;
}
.lp-cards .foot-text p:last-child {
  margin-bottom: 0;
}
.blocks-clean {
  padding: 2rem 0 0 0;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (min-width: 820px) {
  .blocks-clean {
    padding: 0;
  }
}
@media only screen and (min-width: 580px) {
  .blocks-clean {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
.blocks-clean .block-s {
  border: 2px solid #1967d2;
  padding: 0;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.4);
  background: #1967d2;
  color: #fff;
}
.blocks-clean .block-s p {
  margin: 0 auto 1rem auto;
  max-width: 400px;
}
.blocks-clean .block-s p:last-child {
  margin: 0 auto;
}
.blocks-clean .block-s .btn {
  background: #fff;
  color: #1967d2;
}
@media only screen and (min-width: 850px) {
  .blocks-clean .block-s {
    margin-bottom: 0;
  }
}
.blocks-clean .block-s .img {
  display: flex;
  padding-top: 0;
  justify-content: center;
  width: 100%;
}
.blocks-clean .block-s .img img {
  max-width: 100%;
}
.blocks-clean .block-s .text {
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 820px) {
  .blocks-clean .block-s .text {
    height: 360px;
    justify-content: space-between;
  }
}
.blocks-clean .block-s .text h3 {
  margin: 0;
  padding: 1rem 0 1.2rem;
}
.blocks-clean .block-s .text p {
  padding: 0;
}
@media only screen and (min-width: 580px) {
  .blocks-clean .block-s .text p {
    font-size: 18px;
  }
}
.blocks-clean .block-s .text ul {
  margin: 0;
  padding: 10px;
  max-width: 410px;
  margin: 0 auto;
}
.blocks-clean .block-s .text ul li {
  text-align: left;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 10px 0;
}
.blocks-clean .block-s .text ul li:before {
  content: url("/assets/images/check.svg");
  display: block;
  height: 18px;
  width: 18px;
  margin-right: 20px;
}

.blocks-small {
  padding: 0;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr;
  grid-auto-flow: dense;
  margin: 2rem auto;
}
@media only screen and (min-width: 580px) {
  .blocks-small {
    grid-template-columns: 1fr 1fr;
  }
}
.blocks-small .block-s {
  padding: 20px 10px;
  display: block;
  background: #F5F5F5;
}
@media only screen and (min-width: 580px) {
  .blocks-small .block-s {
    padding: 20px;
  }
}
.blocks-small .block-s .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 30px 0;
}
.blocks-small .block-s .img img {
  max-width: 90px;
}
.blocks-small .block-s .text h3 {
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
  font-size: 1.5rem;
}
.blocks-small .block-s .text p {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

.blocks-zikzak {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  row-gap: 40px;
}
@media only screen and (min-width: 520px) {
  .blocks-zikzak {
    gap: 40px;
    row-gap: 60px;
  }
}
.blocks-zikzak .block-s {
  margin: 0;
  display: grid;
  background: #fff;
  border-radius: 12px;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  justify-items: center;
  grid-template-areas: "img" "txt";
}
@media only screen and (min-width: 550px) {
  .blocks-zikzak .block-s {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .blocks-zikzak .block-s.odd {
    grid-template-areas: "img txt";
  }
  .blocks-zikzak .block-s.even {
    grid-template-areas: "txt img";
  }
}
.blocks-zikzak .block-s .img {
  grid-area: img;
  display: flex;
  padding: 0;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.blocks-zikzak .block-s .img img {
  width: 100%;
  height: 120px;
  border-radius: 12px;
  object-fit: cover;
}
@media only screen and (min-width: 550px) {
  .blocks-zikzak .block-s .img img {
    height: auto;
  }
}
.blocks-zikzak .block-s .img img.swp {
  height: auto;
}
.blocks-zikzak .block-s .text {
  grid-area: txt;
  width: 100%;
  padding: 15px;
  color: #030303;
  font-size: 0.9rem;
  word-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
}
@media only screen and (min-width: 550px) {
  .blocks-zikzak .block-s .text {
    padding: 40px;
  }
}
.blocks-zikzak .block-s .text p:last-child {
  margin: 0;
}
.blocks-zikzak .block-s .text a {
  font-weight: 400;
}
.blocks-zikzak .block-s .text h2 {
  margin: 0 0 1.1rem 0;
  padding: 0;
  word-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
}
.blocks-zikzak .block-s .text h3 {
  margin: 0 0 20px 0;
  padding: 0;
}
.blocks-zikzak .block-s .text ul {
  list-style: none;
  padding: 20px 0 0 0;
}
.blocks-zikzak .block-s .text ul li {
  position: relative;
  break-inside: avoid;
  padding-left: 26px;
  margin-bottom: 15px;
  font-weight: 500;
}
.blocks-zikzak .block-s .text ul li::before {
  content: url(/assets/images/check.svg?93939838);
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 3px;
}
.blocks-zikzak .block-s .text h1, .blocks-zikzak .block-s .text h2, .blocks-zikzak .block-s .text h3, .blocks-zikzak .block-s .text h4, .blocks-zikzak .block-s .text h5, .blocks-zikzak .block-s .text h6, .blocks-zikzak .block-s .text p, .blocks-zikzak .block-s .text li, .blocks-zikzak .block-s .text em, .blocks-zikzak .block-s .text i, .blocks-zikzak .block-s .text strong {
  color: #030303;
}

.blocks-4colclean {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  row-gap: 40px;
}
@media only screen and (min-width: 620px) {
  .blocks-4colclean {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 920px) {
  .blocks-4colclean {
    gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.blocks-4colclean .block-s {
  margin: 0;
  display: grid;
  background: #fff;
  border-radius: 8px;
  grid-template-columns: 1fr;
  gap: 0;
  grid-template-areas: "txt";
}
.blocks-4colclean .block-s .img {
  grid-area: img;
  display: none;
  padding: 0;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.blocks-4colclean .block-s .img img {
  width: 100%;
  height: 120px;
  border-radius: 12px;
  object-fit: cover;
}
@media only screen and (min-width: 550px) {
  .blocks-4colclean .block-s .img img {
    height: auto;
  }
}
.blocks-4colclean .block-s .img img.swp {
  height: auto;
}
.blocks-4colclean .block-s .text {
  grid-area: txt;
  width: 100%;
  padding: 15px;
  color: #030303;
  font-size: 0.9rem;
  word-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
}
@media only screen and (min-width: 550px) {
  .blocks-4colclean .block-s .text {
    padding: 20px;
  }
}
.blocks-4colclean .block-s .text p:last-child {
  margin: 0;
}
.blocks-4colclean .block-s .text a {
  font-weight: 400;
}
.blocks-4colclean .block-s .text h2 {
  margin: 0 0 1.1rem 0;
  padding: 0;
  word-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
}
.blocks-4colclean .block-s .text h3 {
  margin: 0 0 20px 0;
  padding: 0;
}
.blocks-4colclean .block-s .text ul {
  list-style: none;
  padding: 20px 0 0 0;
}
.blocks-4colclean .block-s .text ul li {
  position: relative;
  break-inside: avoid;
  padding-left: 26px;
  margin-bottom: 15px;
  font-weight: 500;
}
.blocks-4colclean .block-s .text ul li::before {
  content: url(/assets/images/check.svg?93939838);
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 3px;
}
.blocks-4colclean .block-s .text h1, .blocks-4colclean .block-s .text h2, .blocks-4colclean .block-s .text h3, .blocks-4colclean .block-s .text h4, .blocks-4colclean .block-s .text h5, .blocks-4colclean .block-s .text h6, .blocks-4colclean .block-s .text p, .blocks-4colclean .block-s .text li, .blocks-4colclean .block-s .text em, .blocks-4colclean .block-s .text i, .blocks-4colclean .block-s .text strong {
  color: #030303;
}

.blocks-3col {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 40px;
  padding-bottom: 3rem;
}
.blocks-3col .block-s {
  flex: 1;
  min-width: 230px;
  width: auto;
  min-height: 210px;
  margin-bottom: 0;
  box-shadow: -4px 4px 20px 1px rgba(16, 19, 31, 0.05);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  background: #F5F5F5;
  padding: 0;
}
@media only screen and (min-width: 850px) {
  .blocks-3col .block-s {
    margin-bottom: 0;
  }
}
.blocks-3col .block-s .img {
  display: flex;
  padding-top: 0;
  justify-content: center;
  align-items: flex-start;
}
.blocks-3col .block-s .img img {
  height: auto;
  width: 100%;
  object-fit: contain;
}
.blocks-3col .block-s .text {
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-around;
}
.blocks-3col .block-s .text h2 {
  font-size: 1.2rem;
  padding-bottom: 1rem;
  margin: 0;
  text-align: left;
  text-transform: none;
  word-wrap: break-word;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
  /*hyphens: auto;
  word-wrap: break-word;
  word-break: break-all;
  */
}
.blocks-3col .block-s .text p {
  text-align: left;
}
.blocks-3col .block-s .text ul {
  margin: 0 20px;
  padding: 0;
  list-style: none;
}
.blocks-3col .block-s .text ul li {
  margin: 0 0 6px 0;
  padding: 0;
  display: flex;
}
.blocks-3col .block-s .text ul li:before {
  content: url("/assets/images/check3.svg");
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 580px) {
  .blocks-3col .block-s:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media only screen and (min-width: 992px) {
  .blocks-3col .block-s:last-child {
    grid-column-start: 3;
    grid-column-end: 4;
    border: none;
  }
}
.blocks-3colred {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 40px;
  padding-bottom: 3rem;
}
.blocks-3colred .block-s {
  flex: 1;
  min-width: 230px;
  width: auto;
  min-height: 210px;
  margin-bottom: 0;
  box-shadow: -4px 4px 20px 1px rgba(16, 19, 31, 0.05);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  background: #bc2826;
  color: #fff;
  padding: 0;
}
@media only screen and (min-width: 850px) {
  .blocks-3colred .block-s {
    margin-bottom: 0;
  }
}
.blocks-3colred .block-s .text {
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-around;
}
.blocks-3colred .block-s .text h2 {
  font-size: 1.5rem;
  padding-bottom: 1rem;
  margin: 0;
  color: #fff;
  text-align: left;
  text-transform: none;
  word-wrap: break-word;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
  /*hyphens: auto;
  word-wrap: break-word;
  word-break: break-all;
  */
}
.blocks-3colred .block-s .text h2 span {
  display: block;
  clear: both;
  font-size: 4rem;
  font-weight: 900;
  color: #f3b4a0;
}
.blocks-3colred .block-s .text p {
  text-align: left;
}
.blocks-3colred .block-s .text ul {
  margin: 0 20px;
  padding: 0;
  list-style: none;
}
.blocks-3colred .block-s .text ul li {
  margin: 0 0 6px 0;
  padding: 0;
  display: flex;
}
.blocks-3colred .block-s .text ul li:before {
  content: url("/assets/images/check3.svg");
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 580px) {
  .blocks-3colred .block-s:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media only screen and (min-width: 992px) {
  .blocks-3colred .block-s:last-child {
    grid-column-start: 3;
    grid-column-end: 4;
    border: none;
  }
}
.blocks-history {
  max-width: 980px;
  margin: 0 auto;
}
.blocks-history .block-s {
  margin: 0 0 20px 0;
  display: grid;
  border: 2px solid red;
  padding-bottom: 4rem;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  position: relative;
  align-items: center;
  align-items: center;
  grid-template-areas: "img" "txt";
}
.blocks-history .block-s:after {
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 10%; /* or 100px */
  border-bottom: 5px solid #c2c7ce;
}
@media only screen and (min-width: 920px) {
  .blocks-history .block-s {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    margin: 0 0 50px 0;
  }
  .blocks-history .block-s.odd {
    grid-template-areas: "img txt txt";
  }
  .blocks-history .block-s.even {
    grid-template-areas: "txt txt img";
  }
}
.blocks-history .block-s .img {
  grid-area: img;
  display: flex;
  padding-top: 20px;
  justify-content: center;
  width: 100%;
}
.blocks-history .block-s .img img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 920px) {
  .blocks-history .block-s .img img {
    max-width: 320px;
  }
}
.blocks-history .block-s .text {
  grid-area: txt;
}
.blocks-history .block-s .text p:last-child {
  margin: 0;
}
.blocks-history .block-s .text h2 {
  margin: 0 0 1rem 0;
  padding: 0;
}
.blocks-history .block-s .text h3 {
  margin: 0 0 1remx 0;
  padding: 0;
}
@media only screen and (max-width: 670px) {
  .blocks-history .block-s .text h3 {
    font-size: 1.4rem;
  }
}

.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  /* Caption text */
  /* On smaller screens, decrease text size */
}
.slideshow-container .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.slideshow-container .textcap {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 300px) {
  .slideshow-container .textcap {
    font-size: 11px;
  }
}

/* Fading animation */
.fadex {
  animation-name: fadex;
  animation-duration: 1.5s;
}

@keyframes fadex {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
.blocks-swiper {
  display: grid;
  grid-auto-columns: 100%;
  grid-column-gap: 10px;
  grid-auto-flow: column;
  padding: 25px 0px;
  list-style: none;
  overflow: hidden;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}
.blocks-swiper .block-s {
  display: flex;
  flex-direction: column;
  padding: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  scroll-snap-align: start;
  transition: all 0.2s;
  overflow: hidden;
}
.blocks-swiper .block-s:hover {
  transform: scale(1.012345);
}
.blocks-swiper .block-s .cnt {
  max-width: 100%;
  padding: 20px;
}
.blocks-swiper .block-s .cnt p {
  margin: 0;
  padding: 0;
}
.blocks-swiper .block-s .card-link-wrapper {
  margin: auto 0 20px 0;
  padding: 0 20px;
}
.blocks-swiper .block-s .card-link {
  padding: 6px 0 30px 0;
}

.blocks-swiper::-webkit-scrollbar {
  height: 8px;
}

.blocks-swiper::-webkit-scrollbar-thumb,
.blocks-swiper::-webkit-scrollbar-track {
  border-radius: 92px;
}

.blocks-swiper::-webkit-scrollbar-thumb {
  background: #1967d2;
}

.blocks-swiper::-webkit-scrollbar-track {
  background: none;
}

@media (min-width: 500px) {
  .blocks-swiper {
    grid-auto-columns: calc(50% - 10px);
    grid-column-gap: 20px;
  }
}
@media (min-width: 700px) {
  .blocks-swiper {
    grid-auto-columns: calc(33.3333333333% - 20px);
    grid-column-gap: 30px;
  }
}
@media (min-width: 1100px) {
  .blocks-swiper {
    grid-auto-columns: calc(33% - 30px);
    grid-column-gap: 40px;
  }
}
.hero-text {
  width: 100%;
}
.hero-text .inner {
  padding: 0 !important;
  max-width: 1400px;
  margin: 0 auto;
  height: 150px;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 12px;
}
@media only screen and (min-width: 620px) {
  .hero-text .inner {
    height: 250px;
  }
}
@media only screen and (min-width: 980px) {
  .hero-text .inner {
    height: 350px;
  }
}
.hero-text .wrap-imgbg {
  margin: 0 10px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.hero-text img {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  object-fit: cover;
}
.hero-text .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow: hidden;
}
.hero-text .txt {
  max-width: 780px;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #fff;
  display: grid;
  align-items: center;
  padding: 0 15px;
  container-type: inline-size;
  /*
  https://modern-fluid-typography.vercel.app?rootFontSize=14&minSize=15&fluidSize=1&relativeSize=0.75&maxSize=28
  */
}
@media only screen and (min-width: 480px) {
  .hero-text .txt {
    padding: 0 2rem;
  }
}
.hero-text .txt a {
  color: #fff;
  text-decoration: none;
}
.hero-text .txt a:hover {
  text-decoration: underline;
}
.hero-text .txt .subheadline {
  font-size: calc(0.5rem + 1.1cqi);
}
.hero-text .txt h1, .hero-text .txt h2, .hero-text .txt h3 {
  line-height: 1 !important;
  color: #fff;
  margin: 0;
  padding: 0;
}
.hero-text .txt h1:after, .hero-text .txt h2:after, .hero-text .txt h3:after {
  content: ".";
  color: #1967d2;
}
.hero-text .txt h1 {
  font-size: calc(0.8rem + 3cqi);
  margin-bottom: 0.5rem;
}
.hero-text .txt h2 {
  font-size: calc(0.6rem + 1.2cqi);
}

.hero-box {
  margin: 0;
  padding: 0;
}
.hero-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: 0;
}
.hero-box .txt {
  max-width: 1140px;
  width: 90vw;
  height: 100%;
  margin: 0 auto;
  padding: 20px;
  margin-top: -10%;
  background: #fff;
  color: #030303;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
@media only screen and (min-width: 640px) {
  .hero-box .txt {
    padding: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .hero-box .txt h1, .hero-box .txt h2, .hero-box .txt h3, .hero-box .txt h4 {
    font-size: 24px;
    word-wrap: break-word;
    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%;
    /*hyphens: auto;
    word-wrap: break-word;
    word-break: break-all;
    */
  }
}
@media only screen and (max-width: 600px) {
  .hero-box .txt h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 540px) {
  .hero-box .txt .btn {
    margin: 10px;
  }
}
.hero-box .txt a:not(.btn) {
  color: #030303;
  text-decoration: none;
}
.hero-box .txt a:not(.btn):hover {
  text-decoration: underline;
}
@media only screen and (min-width: 520px) {
  .hero-box .txt p {
    font-size: 20px;
    line-height: 1.4;
  }
}

.hero-profil {
  margin: 0;
  padding: 0;
}
.hero-profil img {
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: 0;
}
.hero-profil .docbox {
  max-width: 1140px;
  width: 90vw;
  height: 100%;
  margin: 0 auto;
  padding: 20px;
  margin-top: -10%;
  background: #474747;
  color: #d0cfd6;
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "txt txt" "one one" "two two" "txtbot txtbot";
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
@media only screen and (min-width: 640px) {
  .hero-profil .docbox {
    grid-template-areas: "txt txt" "one two" "txtbot txtbot";
  }
}
.hero-profil .docbox .doctxt {
  grid-area: txt;
  margin: 0 auto;
  padding: 10px 30px 0 30px;
}
.hero-profil .docbox .doctxt h1, .hero-profil .docbox .doctxt h2, .hero-profil .docbox .doctxt h3, .hero-profil .docbox .doctxt h4 {
  color: #F8F9FA;
}
@media only screen and (min-width: 620px) {
  .hero-profil .docbox .doctxt {
    max-width: 590px;
  }
}
.hero-profil .docbox .doc1 {
  grid-area: one;
}
.hero-profil .docbox .doc2 {
  grid-area: two;
}
.hero-profil .docbox .doctxtbot {
  grid-area: txtbot;
  margin-top: 1.5rem;
}
.hero-profil .docbox .docimg {
  max-width: 210px;
  height: auto;
  border-radius: 50%;
  border: 4px solid #1967d2;
}
.hero-profil .docbox .doc {
  padding-top: 1.5rem;
}
.hero-profil .docbox .doc h3 {
  padding-bottom: 0;
  padding-top: 1.5rem;
}
@media only screen and (min-width: 640px) {
  .hero-profil .docbox {
    padding: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .hero-profil .docbox h1, .hero-profil .docbox h2, .hero-profil .docbox h3, .hero-profil .docbox h4 {
    font-size: 24px;
    word-wrap: break-word;
    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%;
    /*hyphens: auto;
    word-wrap: break-word;
    word-break: break-all;
    */
  }
}
@media only screen and (max-width: 600px) {
  .hero-profil .docbox h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 540px) {
  .hero-profil .docbox .btn {
    margin: 10px;
  }
}
.hero-profil .docbox a:not(.btn) {
  color: #030303;
  text-decoration: none;
}
.hero-profil .docbox a:not(.btn):hover {
  text-decoration: underline;
}
@media only screen and (min-width: 520px) {
  .hero-profil .docbox p {
    font-size: 20px;
    line-height: 1.4;
  }
}

.hero-image {
  margin: 0;
  padding: 0;
}
.hero-image.make-room {
  padding-top: 4rem;
  padding-bottom: 0 !important;
}
.hero-image figure {
  margin: 0;
  padding: 0 !important;
  max-width: 100vw !important;
  height: auto;
}
.hero-image figure img {
  width: 100%;
  height: auto;
  opacity: 1;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hero-image figure a:hover img {
  opacity: 0.4;
}

.img-center {
  background: #fff;
  padding: 3rem 0 3rem 0;
}
.img-center .wrap-imgcenter {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 750px) {
  .img-center .wrap-imgcenter {
    padding: 0 10px;
  }
}
.img-center .wrap-imgcenter figure {
  margin: 0;
}
.img-center .wrap-imgcenter figure a img {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.img-center .wrap-imgcenter figure a img:hover {
  transform: scale(1.037654);
  border: 5px solid #bc2826;
}

.header-image {
  padding: 0 0 10px 0;
}
.header-image .hi-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (min-width: 750px) {
  .header-image .hi-wrap {
    padding: 0 10px;
  }
}
.header-image .hi-wrap figure {
  -moz-animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
  animation: fadeIn 1s;
  margin: 0;
  width: 100%;
  height: auto;
}
.header-image .hi-wrap figure img {
  opacity: 1;
  border-radius: 8px;
}
.header-image .hi-wrap figure a img {
  opacity: 0;
}
.header-image-small {
  padding: 0 0 10px 0;
}
.header-image-small .hi-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  height: 90px;
  overflow: hidden;
}
@media only screen and (min-width: 750px) {
  .header-image-small .hi-wrap {
    padding: 0 10px;
  }
}
.header-image-small .hi-wrap figure {
  margin: 0;
}
.header-image-small .hi-wrap figure a img {
  max-height: 90px;
  height: 90px;
}
.contactform {
  padding: 3rem 0;
  background: #e0e0de;
}
@media only screen and (min-width: 820px) {
  .contactform {
    padding: 4rem 0;
  }
}
.contactform .wrp {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  gap: 20px;
  align-items: flex-start;
  grid-template-columns: 1fr;
  grid-template-areas: "text" "cform" "data";
}
@media only screen and (min-width: 920px) {
  .contactform .wrp {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "text text" "data cform";
    gap: 60px;
  }
}
.contactform .text {
  grid-area: text;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}
.contactform .text h2 {
  padding: 0;
}
.contactform .text h4 {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 3px;
}
.contactform .contact-data {
  grid-area: data;
  background: #fff;
  padding: 20px;
  height: 100%;
}
.contactform .contact-data a.ico {
  color: #030303;
}
.contactform .contact-data a.ico img {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contactform .contact-data a.ico:hover {
  opacity: 0.8;
}
.contactform .contact-data a.ico:hover img {
  opacity: 0.8;
}
.contactform .contact-data .profile {
  max-width: 100%;
  margin-bottom: 30px;
}
.contactform .contact-data .profile img {
  width: 100%;
  height: auto;
}
.contactform .contact-data .profile .name {
  display: block;
  font-weight: 600;
  text-align: center;
}
.contactform .contact-data a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 20px 0;
  text-decoration: none;
}
.contactform .contact-data a img {
  width: 40px;
  height: auto;
  margin-right: 20px;
}
.contactform .contact-data a span {
  font-weight: 600;
  font-size: 20px;
}
.contactform .cform {
  height: 100%;
  grid-area: cform;
  margin-bottom: 40px;
  background: #fff;
  padding: 20px;
}
@media only screen and (min-width: 620px) {
  .contactform .cform {
    margin-bottom: 0;
  }
}
.contactform .cform button {
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  font-weight: 600;
  cursor: pointer;
}
.contactform .cform button:hover {
  text-decoration: underline;
}
.contactform .cform h3 {
  font-size: 28px;
  font-weight: 600;
}
.contactform .cform label {
  padding: 0;
  margin: 0;
}
.contactform .cform input[type=text], .contactform .cform textarea, .contactform .cform select {
  border: 2px solid #e0e0de;
  background: #f0efef;
  font-size: 16px;
  min-height: 2.4rem;
  margin: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contactform .cform input[type=text]:focus, .contactform .cform textarea:focus, .contactform .cform select:focus {
  background: #F5F5F5;
  transform: scale(1.008);
}
.contactform .cform input[type=text].has-error, .contactform .cform textarea.has-error, .contactform .cform select.has-error {
  border: 2px solid #bc2826;
}
.contactform .cform textarea {
  height: 120px;
}
.contactform .cform .btn {
  margin: 0 0 20px 0;
}
.contactform .cform .error-info {
  color: #bc2826;
  font-weight: 200;
}

.contactform-only {
  padding: 3rem 0;
}
@media only screen and (min-width: 820px) {
  .contactform-only {
    padding: 4rem 0;
  }
}
.contactform-only .wrp {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
}
.contactform-only .cbox {
  background: #fff;
  border-radius: 12px;
  align-items: flex-start;
  padding: 2rem 0;
  grid-template-columns: 1fr;
  grid-template-areas: "text" "cform";
}
.contactform-only .text {
  grid-area: text;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}
.contactform-only .text h2 {
  padding: 0;
}
.contactform-only .text h4 {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 3px;
}
.contactform-only .cform {
  height: 100%;
  grid-area: cform;
  background: none;
  padding: 20px;
}
@media only screen and (min-width: 620px) {
  .contactform-only .cform {
    margin-bottom: 0;
  }
}
.contactform-only .cform button {
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  font-weight: 400;
  cursor: pointer;
}
.contactform-only .cform button:hover {
  text-decoration: underline;
}
.contactform-only .cform h3 {
  font-size: 28px;
  font-weight: 600;
}
.contactform-only .cform label {
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 15px;
  font-weight: 500;
}
.contactform-only .cform input[type=text], .contactform-only .cform textarea, .contactform-only .cform select {
  border: 2px solid #c2c7ce;
  border-radius: 4px;
  background: #ffffff;
  font-size: 16px;
  min-height: 2rem;
  height: 36px;
  padding: 5px 8px;
  margin: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #131316;
}
.contactform-only .cform input[type=text]:focus, .contactform-only .cform textarea:focus, .contactform-only .cform select:focus {
  background: #fff;
  border: 2px solid #1967d2;
  transform: scale(1.008);
  color: #030303;
}
.contactform-only .cform input[type=text].has-error, .contactform-only .cform textarea.has-error, .contactform-only .cform select.has-error {
  border: 2px solid #bc2826;
}
.contactform-only .cform textarea {
  height: 170px;
}
.contactform-only .cform .btn {
  margin: 0 0 8px 0;
}
.contactform-only .cform .error-info {
  color: #bc2826;
  font-weight: 500;
  font-size: 12px;
}
.contactform-only .cform a.light {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.contactform-only .cform a.light:hover {
  text-decoration: underline;
}

.cfx {
  display: flex;
  width: 100%;
  flex-direction: row;
}
.cfx .cc {
  flex: 1;
  margin-right: 20px;
}
.cfx .cc:last-child {
  margin-right: 0;
}

#spm {
  width: 100px;
}

/* Modal */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-contentx {
  background-color: #fff;
  margin: 20px;
  padding: 10px;
  border: 1px solid #e4e7eb;
  width: auto;
  height: 95vh;
  min-height: 95vh;
  color: #030303;
}
.modal-contentx iframe {
  border: 0;
}

/* The Close Button */
.close {
  color: #030303;
  float: right;
  font-size: 40px;
  font-weight: bold;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #131316;
  text-decoration: none;
  cursor: pointer;
}

.lform {
  height: 100%;
  grid-area: cform;
  text-align: left !important;
  background: none;
  padding: 20px;
  border-radius: 12px;
}
@media only screen and (min-width: 620px) {
  .lform {
    margin-bottom: 0;
  }
}
.lform button {
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  font-weight: 400;
  cursor: pointer;
}
.lform button:hover {
  text-decoration: underline;
}
.lform h3 {
  font-size: 22px;
  font-weight: 600;
}
.lform label {
  padding: 0;
  margin: 0 0 4px 0;
  font-size: 14px;
  font-weight: 600;
}
.lform input[type=text], .lform textarea, .lform select {
  border: 2px solid #c2c7ce;
  border-radius: 4px;
  background: #ffffff;
  font-size: 14px;
  min-height: 30px;
  height: 30px;
  padding: 3px 6px;
  margin: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #131316;
}
.lform input[type=text]:focus, .lform textarea:focus, .lform select:focus {
  background: #fff;
  border: 2px solid #1967d2;
  transform: scale(1.008);
  color: #030303;
}
.lform input[type=text].has-error, .lform textarea.has-error, .lform select.has-error {
  border: 2px solid #bc2826;
}
.lform textarea {
  height: 100px;
}
.lform .btn {
  margin: 10px 0 8px 0;
}
.lform .error-info {
  color: #bc2826;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  margin: 3px 0 6px 0;
  padding: 0;
}
.lform a.light {
  font-weight: 400;
  text-decoration: none;
}
.lform a.light:hover {
  text-decoration: underline;
}

.form-submit {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "fsubmit" "freset";
  gap: 8px;
  align-items: center;
}
@media only screen and (min-width: 820px) {
  .form-submit {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "fsubmit fsubmit fsubmit freset freset freset freset freset";
  }
}
.form-submit .fsubmit {
  grid-area: fsubmit;
}
.form-submit .freset {
  grid-area: freset;
}

.form-reset {
  font-size: 12px;
  line-height: 1.4;
  color: #777;
  word-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
}
.form-reset a {
  color: #595959;
  font-weight: 700 !important;
}

.partner-logo {
  background: #111522;
  padding: 4rem 20px;
  margin: 0;
  color: #fff;
}
.partner-logo h1, .partner-logo h2, .partner-logo h3, .partner-logo h4, .partner-logo h5, .partner-logo h6, .partner-logo p, .partner-logo a {
  color: #fff;
}
.partner-logo .wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 1290px;
  padding: 0;
}
@media only screen and (min-width: 620px) {
  .partner-logo .wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.logos {
  background: #fff;
  margin: 0;
  padding: 0;
}
.logos .logos-grid {
  max-width: 1290px;
  margin: 0 auto;
  padding: 4rem 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 580px) {
  .logos .logos-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
  }
}
.logos .logos-grid .logo {
  margin: 0 auto;
}
.logos .logos-grid .logo img {
  width: 100%;
  height: auto;
  max-height: 80px;
  opacity: 1;
  filter: grayscale(100%);
}
@media only screen and (min-width: 520px) {
  .logos .logos-grid .logo img {
    max-width: 280px;
  }
}
.logos .logos-grid .logo img:hover {
  transform: scale(1.1);
  opacity: 0.8;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.partner {
  padding: 3rem 0;
}
@media only screen and (min-width: 820px) {
  .partner {
    padding: 4rem 0;
  }
}
.partner .text {
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
}
.partner .logos-grid {
  max-width: 90vw;
  margin: 0 auto;
  padding: 0 20px 0 20px;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-auto-flow: dense;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 580px) {
  .partner .logos-grid {
    grid-gap: 30px;
  }
}
.partner .logos-grid .logo {
  margin: 0 auto;
}
.partner .logos-grid .logo img {
  width: 120px;
  height: auto;
  opacity: 1;
}
@media only screen and (min-width: 520px) {
  .partner .logos-grid .logo img {
    max-width: 280px;
  }
}
.partner .logos-grid .logo img:hover {
  transform: scale(1.1);
  opacity: 0.8;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.bewertungen {
  padding: 3rem 0;
}
@media only screen and (min-width: 820px) {
  .bewertungen {
    padding: 4rem 0;
  }
}
.bewertungen .wrp {
  max-width: 1250px;
  margin: 0 auto;
  padding: 20px;
}
.bewertungen .title-section h1, .bewertungen .title-section h2, .bewertungen .title-section h3 {
  margin-bottom: 0.6rem;
}
.bewertungen .footer-text {
  text-align: center;
}
.bewertungen .footer-text h1, .bewertungen .footer-text h2, .bewertungen .footer-text h3 {
  font-size: 20px;
  margin: 0 0 5px 0;
  padding: 0;
}
.bewertungen .footer-text p {
  font-size: 15px;
  color: #131316;
}

.voicebb {
  max-width: 1250px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px 45px 20px;
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
}
.voicebb .swiper-pagination {
  position: absolute;
  botom: 10px;
}
.voicebb .swiper-pagination-bullet-active {
  background: #1967d2;
}
.voicebb .voice {
  text-align: center;
  font-size: 12px;
  background: transparent;
  padding: 0;
  width: 100%;
  margin: 0;
  border: 2px solid #c0ddff;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(12, 19, 31, 0.1);
}
.voicebb .voice .v-wrap {
  padding: 20px;
}
.voicebb .voice .v-wrap .vp {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "vp vh vh vh vh";
  align-items: center;
  padding-bottom: 20px;
}
.voicebb .voice .v-wrap .vp .v-profile {
  grid-area: vp;
  width: 50px;
}
.voicebb .voice .v-wrap .vp .v-profile img {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.voicebb .voice .v-wrap .vp .v-headline {
  grid-area: vh;
  display: block;
  text-align: left;
}
.voicebb .voice .v-wrap .vp .v-headline h3 {
  word-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
.voicebb .voice .v-wrap .v-text {
  padding: 0;
}
.voicebb .voice .v-wrap .v-text .rating-text {
  padding: 0 0 10px 0;
}
.voicebb .voice .v-wrap .v-text .rating-text p {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.voicebb .voice .v-wrap .v-text em {
  font-weight: 800;
  font-size: 10px;
}
.voicebb .voices {
  padding: 4rem 0;
}
.voicebb .voices .title {
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.angebote {
  padding: 3rem 0;
}
@media only screen and (min-width: 820px) {
  .angebote {
    padding: 4rem 0;
  }
}
.angebote .wrp-section {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px;
}
.angebote .produkte-listing-short {
  padding: 4rem 0;
}

.article-section {
  padding: 3rem 0;
  background: white;
}
@media only screen and (min-width: 820px) {
  .article-section {
    padding: 4rem 0;
  }
}
.article-section .title-section {
  max-width: 780px;
}
.article-section .text-section {
  border: 2px solid #000;
  max-width: 780px;
  margin: 0 auto;
  display: grid;
  background: white !important;
  grid-template-columns: 1fr;
}
.article-section .text-section > * {
  grid-column: 2/2;
}
@media only screen and (min-width: 600px) {
  .article-section .text-section {
    grid-template-columns: 1fr 4fr 1fr;
  }
  .article-section .text-section > * {
    grid-column: 2/2;
  }
}
.article-section .text-section p, .article-section .text-section ul {
  word-wrap: break-word;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
  /*hyphens: auto;
  word-wrap: break-word;
  word-break: break-all;
  */
  text-align: justify;
}
.article-section .text-section h2, .article-section .text-section h3, .article-section .text-section h4 {
  margin: 3rem auto 1rem auto;
  word-wrap: break-word;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
  /*hyphens: auto;
  word-wrap: break-word;
  word-break: break-all;
  */
  text-align: center;
}
.article-section .text-section figure, .article-section .text-section h3 {
  grid-column: 1/4;
}

.article-lp {
  padding: 3rem 0;
}
@media only screen and (min-width: 820px) {
  .article-lp {
    padding: 4rem 0;
  }
}
.article-lp .content-wrap {
  margin: 0 auto;
  margin: -1rem auto 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
}
.article-lp .content {
  background: #fff;
  max-width: 680px;
  padding: 20px;
  border-radius: 12px;
  margin: 0 10px;
  align-self: center;
  justify-self: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.0292383784);
}
.article-lp .headline {
  max-width: 100%;
}
.article-lp .headline h1, .article-lp .headline h2, .article-lp .headline h3, .article-lp .headline h4 {
  word-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
}
.article-lp .headline h2 {
  font-size: 1.6rem;
}
.article-lp .headline hr {
  margin: 2rem 0 !important;
  border: 1px solid #F5F5F5 !important;
  border-radius: 1px !important;
}
.article-lp .text {
  max-width: 780px;
  display: grid;
  grid-template-columns: 1fr;
  text-align: left;
  word-wrap: break-word;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
  /*hyphens: auto;
  word-wrap: break-word;
  word-break: break-all;
  */
  /*
  figure, h3 {
    grid-column: 1 / 4;
  }



  & > * {
    grid-column: 2 / 2;

  }

  @include mqs(600px) {
    grid-template-columns: 1fr 10fr 1fr;

    & > * {
      grid-column: 2 / 2;

    }
  }

  */
}
.article-lp .text h2, .article-lp .text h3, .article-lp .text h4 {
  word-wrap: break-word;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
  /*hyphens: auto;
  word-wrap: break-word;
  word-break: break-all;
  */
}
.article-lp .text h2 {
  font-size: 1.5rem;
}
.article-lp .text h3 {
  font-size: 1.3rem;
}
.article-lp .text h4 {
  font-size: 1.2rem;
}
.article-lp .text p {
  color: #3c4043;
}

.video-text {
  padding: 3rem 0;
}
@media only screen and (min-width: 820px) {
  .video-text {
    padding: 4rem 0;
  }
}
.video-text .grid-vt {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}
@media only screen and (min-width: 960px) {
  .video-text .grid-vt {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
  }
}
.video-text .grid-vt .text {
  text-align: left;
}
@media only screen and (min-width: 960px) {
  .video-text .grid-vt .text {
    text-align: left;
  }
}
.video-text .grid-vt .mediavt {
  width: 100%;
  height: auto;
  display: flex;
}
.video-text .grid-vt .mediavt figure {
  margin: 0 auto;
}

.pages-section .wrap-pages {
  padding: 4rem 20px;
}
.pages-section .title {
  padding: 0 20px;
  margin: 0 auto 3rem auto;
  text-align: center;
  max-width: 920px;
}
.pages-section .title.leistung ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pages-section .title.leistung ul li {
  display: block;
  margin: 8px;
  padding: 10px;
  border: 2px solid #e0e0de;
  border-bottom: 2px solid #bc2826;
}
.pages-section .text {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px 0 20px;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .pages-section .text {
    max-width: 600px;
    padding: 2rem 20px 2rem 20px;
  }
}
@media only screen and (min-width: 820px) {
  .pages-section .text {
    padding: 0 0 0 0;
    max-width: 800px;
  }
  .pages-section .text h2 {
    max-width: 600px;
    margin: 0 auto;
  }
}
.pages-section .footer-text {
  max-width: 1000px;
  margin: 2rem auto;
  padding: 20px;
  text-align: center;
  border: 2px solid red;
}
@media only screen and (min-width: 600px) {
  .pages-section .footer-text {
    max-width: 600px;
  }
}
@media only screen and (min-width: 820px) {
  .pages-section .footer-text {
    max-width: 800px;
  }
  .pages-section .footer-text h2 {
    max-width: 600px;
    margin: 0 auto;
  }
}
.pages-section .pages-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .pages-section .pages-block {
    max-width: 1100px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.pages-section .pages-block .entry {
  background: #fff;
  display: grid;
  align-items: start;
  justify-content: start;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.0827363653);
  grid-template-columns: 1fr;
  gap: 20px;
  grid-template-areas: "img" "head" "txt" "but";
  padding: 0;
}
.pages-section .pages-block .entry:last-child {
  margin: 0;
}
.pages-section .pages-block .entry .img {
  grid-area: img;
}
.pages-section .pages-block .entry .img a {
  padding: 0;
  display: block;
  overflow: hidden;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pages-section .pages-block .entry .img a:hover {
  transform: scale(1.0181);
}
.pages-section .pages-block .entry .img img {
  min-height: 90px;
  height: 130px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 650px) {
  .pages-section .pages-block .entry .img img {
    min-height: 110px;
  }
}
@media only screen and (min-width: 920px) {
  .pages-section .pages-block .entry .img img {
    min-height: 160px;
  }
}
.pages-section .pages-block .entry .head, .pages-section .pages-block .entry .txt, .pages-section .pages-block .entry .but {
  padding: 0 20px;
}
.pages-section .pages-block .entry .head {
  grid-area: head;
}
.pages-section .pages-block .entry .head h2 {
  font-size: calc(0.9rem + 0.8cqi);
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.pages-section .pages-block .entry .head h2 a {
  text-decoration: none;
  color: #030303;
}
.pages-section .pages-block .entry .head h2 a:hover {
  text-decoration: underline;
  opacity: 1;
  color: #1967d2;
}
.pages-section .pages-block .entry .txt {
  grid-area: txt;
  display: block;
  margin: 0;
  color: #030303;
}
.pages-section .pages-block .entry .txt p {
  font-size: 0.9rem;
  margin: 0;
  word-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
}
.pages-section .pages-block .entry .but {
  grid-area: but;
  margin-bottom: 20px;
}
.pages-section .pages-block-small {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
  gap: 10px;
  padding: 10px;
}
@media only screen and (min-width: 520px) {
  .pages-section .pages-block-small {
    flex-direction: row;
  }
}
@media only screen and (min-width: 920px) {
  .pages-section .pages-block-small {
    padding: 0 20px;
    max-width: 1280px;
    margin: 0 auto;
    gap: 20px;
  }
}
.pages-section .pages-block-small .entry {
  margin-bottom: 0;
  background: #f3f5f7;
  border-radius: 10px;
  text-decoration: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  grid-template-areas: "imgs imgs txt txt txt";
  align-items: center;
  justify-content: center;
  padding: 4px;
}
@media only screen and (min-width: 520px) {
  .pages-section .pages-block-small .entry {
    width: 45%;
    gap: 10px;
  }
}
@media only screen and (min-width: 520px) {
  .pages-section .pages-block-small .entry {
    width: 48%;
    gap: 20px;
  }
}
.pages-section .pages-block-small .entry .imgs {
  grid-area: imgs;
  display: flex;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
}
.pages-section .pages-block-small .entry .imgs img {
  flex-shrink: 0;
  border-radius: 5px;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.pages-section .pages-block-small .entry .txt {
  grid-area: txt;
  text-decoration: none;
  color: #030303;
}
.pages-section .pages-block-small .entry .txt h2 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
  /*hyphens: auto;
  word-wrap: break-word;
  word-break: break-all;
  */
}
@media only screen and (min-width: 520px) {
  .pages-section .pages-block-small .entry .txt h2 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 720px) {
  .pages-section .pages-block-small .entry .txt h2 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 920px) {
  .pages-section .pages-block-small .entry .txt h2 {
    font-size: 22px;
  }
}
.pages-section .pages-block-small .entry .txt span {
  color: #1967d2;
  font-size: 14px;
  display: block;
  margin-top: 8px;
}
.pages-section .pages-block-small .entry .txt p {
  font-size: 18px;
  margin: 0;
}
.pages-section .pages-block-small .entry .txt .but .btn {
  margin: 20px 0 0 0;
}
.pages-section .pages-block-small .entry:hover {
  transform: scale(1.037654);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #1967d2;
  cursor: pointer;
}
.pages-section .pages-block-small .entry:hover h2 {
  text-decoration: underline;
  color: #fff;
}
.pages-section .pages-block-small .entry:hover span {
  color: #fff;
}
.pages-section .pages-block-small .entry.active {
  background-color: #1967d2;
  cursor: pointer;
}
.pages-section .pages-block-small .entry.active h2 {
  text-decoration: none;
  color: #fff;
}
.pages-section .pages-block-small .entry.active span {
  color: #fff;
}

.image-grid {
  width: 100%;
  padding: 3rem 0;
  margin: 0 auto;
}
@media only screen and (min-width: 820px) {
  .image-grid {
    padding: 4rem 0;
  }
}
.image-grid .wrap-gallery {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
}
.image-grid .gallery-header {
  padding: 0 10px;
}
.image-grid .ibox-wrap {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  width: 100%;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}
@media only screen and (min-width: 580px) {
  .image-grid .ibox-wrap {
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
    grid-gap: 20px;
  }
}
.image-grid .ibox-wrap li {
  width: 100%;
}
@media only screen and (min-width: 580px) {
  .image-grid .ibox-wrap li {
    min-width: 125px;
  }
}
.image-grid .ibox-wrap li a {
  display: block;
  text-decoration: none;
  color: #030303;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 15px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
}
.image-grid .ibox-wrap li a img {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
}
.image-grid .ibox-wrap li a:hover {
  color: #111;
  opacity: 0.5;
  transform: scale(1.1);
}

.background-video-teaser {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0));
  max-height: 220px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  overflow: hidden;
}
@media only screen and (min-width: 520px) {
  .background-video-teaser {
    max-height: 250px;
  }
}
@media only screen and (min-width: 960px) {
  .background-video-teaser {
    max-height: 450px;
  }
}
.background-video-teaser .text-wrap {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
  max-width: 1290px;
  width: 100%;
  color: #fff;
  height: 99vh;
}
.background-video-teaser .text-wrap .text {
  padding: 0 20px;
}
.background-video-teaser .text-wrap .text h1, .background-video-teaser .text-wrap .text h2, .background-video-teaser .text-wrap .text h3, .background-video-teaser .text-wrap .text h4, .background-video-teaser .text-wrap .text p {
  color: #fff;
}
.background-video-teaser .text-wrap .text h1 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 6px 0;
  padding: 0;
}
@media only screen and (min-width: 960px) {
  .background-video-teaser .text-wrap .text h1 {
    font-size: 3rem;
    margin: 0;
    padding: 0;
  }
}
.background-video-teaser .text-wrap .text h2, .background-video-teaser .text-wrap .text h3 {
  color: #F5F5F5;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 960px) {
  .background-video-teaser .text-wrap .text h2, .background-video-teaser .text-wrap .text h3 {
    font-size: 1.5rem;
  }
}
.background-video-teaser .text-wrap .text .subheadline {
  margin: 0;
  padding: 0;
  opacity: 0.5;
  font-size: 12px;
  font-weight: normal;
}
.background-video-teaser .text-wrap .text .subheadline p {
  margin: 0;
  padding: 0;
}
.background-video-teaser .text-wrap .text .subheadline em {
  color: #fff;
}
.background-video-teaser .text-wrap .text.center {
  text-align: center;
}
.background-video-teaser .canvas-boxi, .background-video-teaser .video-boxi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.video-teaser {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: right;
  padding: 0;
  overflow: hidden;
}
.video-teaser .video-wrap {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
}
.video-teaser .video-wrap .mediavt {
  width: 100%;
  height: auto;
  display: flex;
}
.video-teaser .video-wrap .mediavt figure {
  margin: 0 auto;
}
.video-teaser .video-wrap .text {
  padding: 2rem 20px;
}
.video-teaser .video-wrap .text h1, .video-teaser .video-wrap .text h2, .video-teaser .video-wrap .text h3, .video-teaser .video-wrap .text h4, .video-teaser .video-wrap .text p {
  text-align: center;
}

.tabelle-c2 {
  padding: 3rem 0;
}
@media only screen and (min-width: 820px) {
  .tabelle-c2 {
    padding: 4rem 0;
  }
}
.tabelle-c2 .wrap {
  max-width: 600px;
}
.tabelle-c2 table {
  border: 2px solid #F5F5F5;
  text-align: left;
}
.tabelle-c2 table p, .tabelle-c2 table h2 {
  margin: 0;
  padding: 0;
}
.tabelle-c2 table h2 {
  font-size: 28px;
}
.tabelle-c2 table td {
  border: 2px solid #F5F5F5;
}
.tabelle-c2 table td.txt {
  font-weight: 600;
  color: #1967d2;
}
.tabelle-c2 table td.wert h2 {
  white-space: nowrap;
}

.text-main {
  padding-bottom: 2rem;
}
.text-main.center {
  text-align: center;
}
.text-main.center .headline, .text-main.center .txt {
  margin: 0 auto;
  text-align: center;
}
.text-main .headline {
  max-width: 1250px;
  margin: 0 auto;
}
.text-main .headline h1 {
  margin-bottom: 2rem;
}
.text-main .headline h3 {
  font-size: 20px;
}
.text-main .headline h1, .text-main .headline h2, .text-main .headline h3 {
  word-wrap: break-word;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
  /*hyphens: auto;
  word-wrap: break-word;
  word-break: break-all;
  */
}
.text-main .txt {
  max-width: 1250px;
  margin: 0 auto;
  margin: 0 auto;
}
.text-main .txt p {
  word-wrap: break-word;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
  /*hyphens: auto;
  word-wrap: break-word;
  word-break: break-all;
  */
}
.text-main .txt .column {
  text-align: left;
}
.text-main .small h1, .text-main .small h2, .text-main .small h3, .text-main .small h4 {
  font-size: 16px;
}
.text-main .small p {
  font-size: 14px;
}

.text-teaser .wrap {
  max-width: 1400px;
}
@media only screen and (min-width: 640px) {
  .text-teaser .inner {
    max-width: 60%;
  }
}
.text-teaser .inner.w-full {
  max-width: 100% !important;
}
.text-teaser.showform .inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "cnt" "form";
  gap: 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 620px) {
  .text-teaser.showform .inner {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "cnt cnt cnt form form";
  }
}
@media only screen and (min-width: 1200px) {
  .text-teaser.showform .inner {
    gap: 100px;
  }
}
.text-teaser.showform .lform {
  grid-area: form;
}
.text-teaser.showform .cnt {
  grid-area: cnt;
}
.text-teaser.center {
  text-align: center;
}
.text-teaser.center .headline, .text-teaser.center .txt {
  margin: 0 auto;
  text-align: center;
}
.text-teaser .headline {
  margin: 0 auto;
}
.text-teaser .headline h1 {
  margin-bottom: 1rem;
  padding: 0;
}
.text-teaser .headline h1 span {
  display: inline-block;
  margin-top: 1rem;
  color: #777;
}
.text-teaser .headline h1, .text-teaser .headline h2, .text-teaser .headline h3 {
  word-wrap: break-word;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
  /*hyphens: auto;
  word-wrap: break-word;
  word-break: break-all;
  */
}
.text-teaser .txt-teaser-cnt {
  margin: 0 auto;
}
.text-teaser .txt-teaser-cnt p {
  word-wrap: break-word;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
  /*hyphens: auto;
  word-wrap: break-word;
  word-break: break-all;
  */
}
.text-teaser .txt-teaser-cnt .column {
  text-align: left;
}
.text-teaser .small h1, .text-teaser .small h2, .text-teaser .small h3, .text-teaser .small h4 {
  font-size: 16px;
}
.text-teaser .small p {
  font-size: 14px;
}

.text-teaser-bigboy .inner {
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  .text-teaser-bigboy .inner {
    max-width: 80%;
  }
}
.text-teaser-bigboy .inner.w-full {
  max-width: 100%;
}
.text-teaser-bigboy.center {
  text-align: center;
}
.text-teaser-bigboy.center .headline, .text-teaser-bigboy.center .txt {
  margin: 0 auto;
  text-align: center;
}
.text-teaser-bigboy .headline {
  margin: 0 auto;
  container-type: inline-size;
}
.text-teaser-bigboy .headline h1 {
  margin-bottom: 1rem;
  padding: 0;
  font-size: calc(1.8rem + 2cqi);
  font-weight: 700;
}
.text-teaser-bigboy .txt-teaser-cnt {
  margin: 0 auto;
  margin: 0 auto;
}
.text-teaser-bigboy .txt-teaser-cnt p {
  word-wrap: break-word;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
  /*hyphens: auto;
  word-wrap: break-word;
  word-break: break-all;
  */
}
.text-teaser-bigboy .txt-teaser-cnt .column {
  text-align: left;
}
.text-teaser-bigboy .small h1, .text-teaser-bigboy .small h2, .text-teaser-bigboy .small h3, .text-teaser-bigboy .small h4 {
  font-size: 16px;
}
.text-teaser-bigboy .small p {
  font-size: 14px;
}

.text-duo.center {
  text-align: center;
}
.text-duo.center .headline, .text-duo.center .txt, .text-duo.center .txt-cta {
  margin: 0 auto;
}
.text-duo .headline {
  max-width: 640px;
  margin: 0 auto 2rem auto;
}
.text-duo .headline.center {
  text-align: center;
}
.text-duo .headline h1 {
  margin: 0 0 1rem 0;
  padding: 0;
}
.text-duo .headline h3 {
  font-size: 20px;
}
.text-duo .grid-duo {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 820px) {
  .text-duo .grid-duo {
    grid-template-columns: 1fr 1fr;
  }
}
.text-duo .grid-duo.usescards {
  align-items: center;
}
.text-duo .grid-duo.usescards .txt {
  padding: 30px !important;
}
.text-duo .txt {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  word-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
}
.text-duo .txt.center {
  text-align: center;
}
.text-duo .txt figure {
  height: auto;
  margin: 0;
  padding: 0;
}
.text-duo .txt img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.text-duo .txt h2, .text-duo .txt h3 {
  font-size: 1.2rem;
}
.text-duo .txt p:last-child {
  margin: 0;
  padding: 0;
}
.text-duo .txt.scard {
  background: #fff;
  padding: 40px;
  border: 2px solid #eee;
  border-radius: 8px;
}
@media only screen and (min-width: 920px) {
  .text-duo .txt {
    max-width: 920px;
  }
}
.text-duo .txt .column {
  text-align: left;
}
.text-duo .txt .ico {
  width: 40px;
  height: 40px;
  margin-bottom: 1rem;
}
.text-duo .small h1, .text-duo .small h2, .text-duo .small h3, .text-duo .small h4 {
  font-size: 16px;
}
.text-duo .small p {
  font-size: 14px;
}
.text-duo .txt-cta {
  max-width: 980px;
  padding: 2rem;
  text-align: center;
  margin: 2rem auto 0 auto;
  border-radius: 12px;
}

.lp-team {
  padding: 3rem 0;
}
@media only screen and (min-width: 820px) {
  .lp-team {
    padding: 4rem 0;
  }
}
.lp-team .wrp-section {
  max-width: 810px;
}
.lp-team .title-text, .lp-team .foot-text {
  max-width: 980px;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.lp-team .teams {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (min-width: 720px) {
  .lp-team .teams {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media only screen and (min-width: 782px) {
  .lp-team .teams {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
.lp-team .teams .team {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: flex-start;
  grid-template-areas: "img txt txt";
  gap: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1233874);
  border-radius: 8px;
  overflow: hidden;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.lp-team .teams .team:hover {
  transform: scale(1.01918);
}
@media only screen and (min-width: 782px) {
  .lp-team .teams .team {
    grid-template-columns: 1fr;
    grid-template-areas: "img" "txt";
    gap: 10px;
  }
}
.lp-team .teams .team .text {
  grid-area: txt;
  align-self: stretch !important;
  padding: 10px;
}
@media only screen and (min-width: 590px) {
  .lp-team .teams .team .text {
    padding: 30px;
  }
}
@media only screen and (min-width: 719px) {
  .lp-team .teams .team .text {
    padding: 20px 0 20px 10px;
  }
}
@media only screen and (min-width: 782px) {
  .lp-team .teams .team .text {
    padding: 0 20px 20px 20px;
  }
}
.lp-team .teams .team .text h2 {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}
.lp-team .teams .team .text h4 {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  font-size: 14px;
  font-weight: 300;
}
.lp-team .teams .team .text p {
  margin: 0;
  font-size: 15px;
}
.lp-team .teams .team .text p a {
  padding: 3px 0;
  font-weight: 400;
  text-decoration: none;
  border: none;
}
.lp-team .teams .team .text p a:hover {
  text-decoration: underline;
}
.lp-team .teams .team .img {
  grid-area: img;
  align-self: center;
  height: 100%;
  width: 100%;
}
.lp-team .teams .team .img img {
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  max-width: 100%;
  height: auto;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 590px) {
  .lp-team .teams .team .img img {
    max-width: 120px;
  }
}
.ico-link {
  display: flex;
}
.ico-link .ico-sm {
  width: 21px;
  height: auto;
  margin-right: 8px;
}

.hero {
  margin: 0 auto;
  padding: 0;
  background: none;
  color: #030303;
}
.hero .wrap {
  max-width: 1290px;
  margin: 0 auto;
  padding: 40px 20px;
}
@media only screen and (min-width: 580px) {
  .hero {
    padding: 1rem 0;
  }
}
.hero .hero-content {
  max-width: 980px;
  margin: 0 auto;
}
.hero .hero-content.center {
  text-align: center;
}
.hero .hero-content h1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: min(max(2rem, 6vw), 72px);
  font-weight: 800;
  line-height: 1;
  padding: 0 0 20px 0;
  word-break: normal;
}
.hero .hero-content strong {
  font-size: 20px;
}
.hero .hero-content h2 {
  font-weight: 500;
}
.hero .hero-content h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1.2rem;
}
@media only screen and (min-width: 325px) {
  .hero .hero-content h3 {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 820px) {
  .hero .hero-content h3 {
    font-size: 1.8rem;
  }
}
.hero .hero-content em {
  font-style: normal;
  text-decoration: line-through;
  text-decoration-thickness: 8px;
  text-decoration-color: #1967d2;
}

.maps-img {
  max-width: 980px;
  margin: 0 auto;
  padding: 4rem 10px;
}
@media only screen and (min-width: 750px) {
  .maps-img {
    margin: 0 auto 3rem auto;
  }
}
.maps-img figure a img {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.maps-img figure a img:hover {
  transform: scale(1.01292837);
  opacity: 0.7;
}

.image-sliderx {
  padding: 6rem 0;
}

.slider-container {
  max-width: 980px;
  margin: auto;
  overflow-x: hidden;
  position: relative;
}
.slider-container .slider-slide {
  display: flex;
  width: 100%;
  height: 500px;
}
.slider-container .slider-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.slider-container .leftBtn {
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 10px;
  z-index: 100;
}
.slider-container .leftBtn::after {
  font-weight: 900;
  content: "<";
  font-size: 2rem;
  color: white;
  opacity: 0.5;
  cursor: pointer;
}
.slider-container .rightBtn {
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 10px;
  z-index: 100;
}
.slider-container .rightBtn::after {
  font-weight: 900;
  content: ">";
  font-size: 2rem;
  color: white;
  opacity: 0.5;
  cursor: pointer;
}

.slider-bgimage {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  width: 100%;
}
.slider-bgimage .sbg-wrap {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}
.slider-bgimage .sbg-wrap.slider-m {
  max-width: 980px;
  padding: 0 10px;
}
.slider-bgimage .sbg-wrap.slider-l {
  max-width: 1290px;
  padding: 0 10px;
}
.slider-bgimage .sbg-wrap.slider-xl {
  max-width: 1400px;
  padding: 0 10px;
}
.slider-bgimage .sbg-wrap.slider-max {
  max-width: 100%;
  padding: 0;
}

.slides {
  position: relative;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  height: 25vh;
}
.slides.slider-hm {
  height: 25vh;
}
.slides.slider-hl {
  height: 35vh;
}
.slides.slider-hxl {
  height: 45vh;
}
.slides.slider-hmax {
  height: 100vh;
}

.slide {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0 auto;
  display: grid;
  justify-content: center;
}
.slide .slider-text {
  display: grid;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  width: 100%;
  padding: 20px;
  text-align: center;
}
.slide .slider-text h1 {
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
}
.slide .slider-text h2 {
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
}
.slide .slider-text h3 {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
.slide .slider-text p:first-child {
  margin: 0;
  font-size: 12px;
  opacity: 0.5;
}

.showing {
  opacity: 1;
  z-index: 2;
}

.wrp-section {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
  display: block;
}

.title-section {
  margin: 0 auto 0 auto;
  text-align: center;
  max-width: 980px;
}
.title-section h2, .title-section h3 {
  margin: 0 0 2rem 0;
  padding: 0;
  max-width: 100%;
  text-align: center;
}
.title-section h3 {
  font-weight: 400;
  font-size: 1.4rem;
}
.title-section h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #ffe000;
  font-weight: 900;
}

@media only screen and (min-width: 600px) {
  .landingpage .wrp {
    padding-left: 55px;
    padding-right: 55px;
  }
}
.landingpage h2 {
  font-weight: 600;
}
.landingpage h4 {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 3px;
}
.landingpage .header {
  background: #000;
}
.landingpage .hero {
  background: #ffe000;
}
.landingpage .wrap {
  max-width: 100vw;
  margin: 0 auto;
  padding: 0;
}
.landingpage .check-listing {
  max-width: 1290px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.landingpage .lp-text {
  padding: 6rem 0;
  max-width: 920px;
  margin: 0 auto;
}
.landingpage .lp-text h1, .landingpage .lp-text h2, .landingpage .lp-text h3 {
  word-wrap: break-word;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
  /*hyphens: auto;
  word-wrap: break-word;
  word-break: break-all;
  */
}
.landingpage .lp-text h2, .landingpage .lp-text h3, .landingpage .lp-text p {
  padding: 0 20px;
}
.landingpage .lp-text h2 {
  text-align: left;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 1.1rem;
  font-size: 1.3rem;
}
@media only screen and (min-width: 325px) {
  .landingpage .lp-text h2 {
    font-size: 2rem;
  }
}
.landingpage .lp-text p {
  display: block;
  margin: 0 auto 20px auto;
  text-align: left;
}
.landingpage center {
  max-width: 720px;
  text-align: center;
  margin: 4rem auto 0rem auto;
  padding: 0 20px;
}
.landingpage center h2 {
  text-align: center;
  margin: 0 auto;
  padding: 0 0 2rem 0;
}
.landingpage center h2:last-child {
  padding: 0;
}
.landingpage center h4 {
  font-weight: 900;
  padding-top: 2rem;
}
.landingpage figure {
  max-width: 1200px;
  width: 100%;
  display: block;
  padding: 3rem 0;
  margin: 0 auto;
}
.landingpage figure img {
  width: 100%;
  height: auto;
  margin-right: 0;
}
.landingpage figure.shadow {
  width: 100%;
  height: auto;
}
.landingpage figure.shadow img {
  box-shadow: 0 0 13px rgb(0, 0, 0);
}

.footer-lp {
  margin-top: 0;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
  overflow: hidden;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

/* top: 0;
        left: 0;
        right: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); */
.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  width: 100vh;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  background-repeat: no-repeat;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  display: block;
  background-position: 0 0;
  border: none;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 100%;
  height: auto;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video,
.glightbox-modern .gslide-video {
  background: #000;
}

/* .gprev,
    .gnext,
    .gclose{
        border: none;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAAA2CAYAAADTeCfRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NThDMEMwNzg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NThDMEMwODg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk1OEMwQzA1ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk1OEMwQzA2ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+htE8KwAAA9BJREFUeNrsm1tIFGEYhndDI4OSLgqkMrKjBXYwCjt40QkpL4pMyoqMgigIgm6iiy66KSwpj2vrucKgpINRRhYRooQkWYEWUkaWERokhVQXbu/QOyDhpjPzz3H/Dx7W1f2+753/3X9mnPnHHwqFfDKcEWPkEEgzZEgzpBkybDbjHLhvIP8GKLNhPILgksEaFaDKKWacAMdAn4Ean8F+kGOxGXFgDyjSmZ8L9oFpurKVU1uBnAr9jZMCah1hrQLBGkciyL7FGvNymXdZb2+RG3GGYo4LrHmINS9abEiZRkMu8PNXjPQVJV4Vc9SEgclm7WqLDSkd5RdBiBGizCihmMMmDkwWe1yz2JBy9g2E+ft5o7smkWZUUMwBCwYmg71u2nQMCZhphFEzaihmt4UDk86e9TYZUsj3OaKNMGJGHcVkWjwoChvZ+7HFfQvZt42vpaJ76Em6SzHbbDBCZR01NFvct519u8yorzXhEcWk2WiESiq1tFrUT901veZrnp1mNFHEWgcYoZJMTe0m98ljn3K+z+f7oB1mtLD5agcZoZJEbZ3Ab0J9deCrwpzSB6004xWbLnegESqJ1NgNok04aFeF+XtA5MF8pA90stkiBxuhkkCtvSBGQL2iEYz415Bys8yIAu/ZZKELjFCJp+Z+EGugTgHrVGq8ClEm2oxZ4CUYAHNcZIRKHOjj6ed8A8eISo15xUaPIcP9spFFk11ohMp0bkOHxrxa5lXo7Ksack9Pvn+YpTqLwS0QDZbxRo+bYgJoBZPAZtCiIVe5QzceZBroXwP8YKfWRH+YdVOx4AOYCOJBt0uMUAz4BGLAVNDjhXvg/bwF2UdTElywLVOoN5o/97hsRv/3HvgAv10fwVuQ6ODtUO45f6HmyaDXi6tDfoMZNKMdJDlwG2ZyN/qVs/mbl5fqDILZoAO8AMkO0j8XvONJhjKLf0TKuqkF4Dl4BlY6QLty1vcGdHE39SvSFrEtBc2gCWywUfcKfjE6eHIxGKkrCleBRvAApNmgOQU8BW2crRG/vDMV1JN0C/WmcmYqZizxeSyMLO/cBG6DOyDDAq3rwRPOyhSfB8PoWtst4DrJMlGnYnwDeMjZ4c0QdGGumhfIsk246LeVtetcfOFyVEQJ8nQv+AkqwThQIqjuDnAV1ILtPo9HlMBaB/kfewCMBfkG6ylL85VnJZSroLt8kRAmTLezOpfUD+W0WQvFnIzfpEePlaeO5oE1OvOVp56+R8KuaWiYZYYMG05tZUgzpBkypBnSDBnSDGmGDGmGDGmGNEOGNEOaIUOa4YH4I8AAM9m8BFEzyDIAAAAASUVORK5CYII=');
    } */
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose,
.glightbox-modern .gprev,
.glightbox-modern .gnext,
.glightbox-modern .gclose {
  background-color: rgba(0, 0, 0, 0.12);
}

.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover,
.glightbox-modern .gprev:hover,
.glightbox-modern .gnext:hover,
.glightbox-modern .gclose:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path,
.glightbox-modern .gprev path,
.glightbox-modern .gnext path,
.glightbox-modern .gclose path {
  fill: #fff;
}

.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled) {
  outline: none;
}

.glightbox-clean .gprev,
.glightbox-modern .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 56px;
}

.glightbox-clean .gnext,
.glightbox-modern .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 56px;
}

.glightbox-clean .gclose,
.glightbox-modern .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
  opacity: 0.7;
  background-position: -59px 2px;
}

.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
  width: 20px;
}

.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: calc(100% - 20px);
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media,
  .glightbox-modern .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner,
  .glightbox-modern .description-left .gdesc-inner,
  .glightbox-modern .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-modern .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext,
  .glightbox-modern .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose,
  .glightbox-modern .gclose {
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
