﻿@charset "UTF-8";
.white {
  background-color: #fff; }

.c-grey-dark {
  color: #2e353f; }

.bg-grey-dark {
  background-color: #2e353f; }

.c-grey-mid {
  color: #69727d; }

.bg-grey-mid {
  background-color: #69727d; }

.c-grey-mid-light {
  color: #a3acb7; }

.bg-grey-mid-light {
  background-color: #a3acb7; }

.c-grey {
  color: #bec6d1; }

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

.c-grey-light {
  color: #dee2e8; }

.bg-grey-light {
  background-color: #dee2e8; }

.c-grey-extra-light {
  color: #e1e5ea; }

.bg-grey-extra-light {
  background-color: #e1e5ea; }

.c-grey-ultra-light {
  color: #f0f2f4; }

.bg-grey-ultra-light {
  background-color: #f0f2f4; }

.c-white-dark {
  color: #f9f9f9; }

.bg-white-dark {
  background-color: #f9f9f9; }

.c-blue, .blue {
  color: #001941; }

.bg-blue {
  background-color: #001941; }

.c-blue-hover {
  color: #002867; }

.bg-blue-hover {
  background-color: #002867; }

.c-cyan {
  background-color: #00a0dc; }

.bg-cyan {
  background-color: #00a0dc; }

.c-cyan-hover {
  color: #00b9ff; }

.bg-cyan-hover {
  background-color: #00b9ff; }

.c-green {
  background-color: #97bf0d; }

.bg-green {
  background-color: #97bf0d; }

.c-green-hover {
  color: #83ab0d; }

.bg-green-hover {
  background-color: #83ab0d; }

.c-w3c-cyan {
  background-color: #00acdc; }

.c-w3c-magenta {
  background-color: #d53880; }

.c-w3c-yellow {
  background-color: #ffbf47; }

.c-w3c-green {
  background-color: #28a197; }

.c-w3c-blue {
  background-color: #6f72af; }


@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?47736767');
  src: url('../fonts/fontello.eot?47736767#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?47736767') format('woff2'),
       url('../fonts/fontello.woff?47736767') format('woff'),
       url('../fonts/fontello.ttf?47736767') format('truetype'),
       url('../fonts/fontello.svg?47736767#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'shareicon';
  src: url('/static/Public/sharefont/fontello.eot?29246315');
  src: url('/static/Public/sharefont/fontello.eot?29246315#iefix') format('embedded-opentype'),
       url('/static/Public/sharefont/fontello.woff2?29246315') format('woff2'),
       url('/static/Public/sharefont/fontello.woff?29246315') format('woff'),
       url('/static/Public/sharefont/fontello.ttf?29246315') format('truetype'),
       url('/static/Public/sharefont/fontello.svg?29246315#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-camera:before { content: '\e800'; } 
.icon-videocam:before { content: '\e801'; }
.icon-logo-tiktok:before { content: '\e802'; } 
.icon-weibo:before { content: '\f18a'; } 
.icon-qq:before { content: '\f1d6'; } 
.icon-wechat:before { content: '\f1d7'; } 
.icon-facebook-official:before { content: '\f230'; }
.icon-linkedin-squared:before { content: '\f30c'; }

@font-face {
  font-family: 'ArialBold';
  src: local("Arial");
  font-weight: 700; }

@font-face {
  font-family: 'ArialLight';
  src: local("Arial");
  font-weight: 100; }

.ft {
  display: block;
  font-size: 36px;
  color: #001941; }



@font-face {
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/hmg-icons.eot");
  src: url("../fonts/hmg-icons.eot?") format("☺"), url("../fonts/hmg-icons.woff") format("woff"), url("../fonts/hmg-icons.ttf") format("truetype"); }

.icon:before, .icon:after, .icon1:before,.icon1:after,.flex-direction-nav a:before, [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after, .form-group-select:after, .arbeiten__content .inlinevideo > a::before,
.page-item:first-child .page-link:before, .page-item:last-child .page-link:before, .ul--icons li::before {
  font-family: 'Icons',Arial, sans;
  font-weight: 400; }
.icon1:before, .icon1:after,.shareicons{ font-family:fontello; font-weight:400; float:left; height:auto; line-height:1em;}
.shareicons{font-family:shareicon;}

@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

: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-vsm: 448px;
  --breakpoint-sm: 544px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1020px;
  --breakpoint-xl: 1280px;
  --breakpoint-xxl: 1480px;
  --breakpoint-max: 1600px;
  --font-family-sans-serif: Helvetica, Arial, sans-serif;
  --font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

*,
*::before,
*::after {
  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: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2e353f;
  text-align: left;
  background-color: #2e353f; }

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .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: -.25em; }

sup {
  top: -.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]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
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;max-width:100%; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -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: .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: "\2014 \00A0"; }

.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: Menlo, Monaco, Consolas, "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: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 448px) {
    .container {
      max-width: 448px; } }
  @media (min-width: 544px) {
    .container {
      max-width: 544px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1020px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1280px) {
    .container {
      max-width: 1220px; } }
  @media (min-width: 1480px) {
    .container {
      max-width: 1220px; } }
  @media (min-width: 1600px) {
    .container {
      max-width: 1220px; } }

.container-fluid {
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24, .col,
.col-auto, .col-vsm-1, .col-vsm-2, .col-vsm-3, .col-vsm-4, .col-vsm-5, .col-vsm-6, .col-vsm-7, .col-vsm-8, .col-vsm-9, .col-vsm-10, .col-vsm-11, .col-vsm-12, .col-vsm-13, .col-vsm-14, .col-vsm-15, .col-vsm-16, .col-vsm-17, .col-vsm-18, .col-vsm-19, .col-vsm-20, .col-vsm-21, .col-vsm-22, .col-vsm-23, .col-vsm-24, .col-vsm,
.col-vsm-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-13, .col-xxl-14, .col-xxl-15, .col-xxl-16, .col-xxl-17, .col-xxl-18, .col-xxl-19, .col-xxl-20, .col-xxl-21, .col-xxl-22, .col-xxl-23, .col-xxl-24, .col-xxl,
.col-xxl-auto, .col-max-1, .col-max-2, .col-max-3, .col-max-4, .col-max-5, .col-max-6, .col-max-7, .col-max-8, .col-max-9, .col-max-10, .col-max-11, .col-max-12, .col-max-13, .col-max-14, .col-max-15, .col-max-16, .col-max-17, .col-max-18, .col-max-19, .col-max-20, .col-max-21, .col-max-22, .col-max-23, .col-max-24, .col-max,
.col-max-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-13 {
  flex: 0 0 54.1666666667%;
  max-width: 54.1666666667%; }

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

.col-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%; }

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

.col-17 {
  flex: 0 0 70.8333333333%;
  max-width: 70.8333333333%; }

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

.col-19 {
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%; }

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

.col-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%; }

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

.col-23 {
  flex: 0 0 95.8333333333%;
  max-width: 95.8333333333%; }

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

.order-first {
  order: -1; }

.order-last {
  order: 25; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.order-13 {
  order: 13; }

.order-14 {
  order: 14; }

.order-15 {
  order: 15; }

.order-16 {
  order: 16; }

.order-17 {
  order: 17; }

.order-18 {
  order: 18; }

.order-19 {
  order: 19; }

.order-20 {
  order: 20; }

.order-21 {
  order: 21; }

.order-22 {
  order: 22; }

.order-23 {
  order: 23; }

.order-24 {
  order: 24; }

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
  margin-left: 54.1666666667%; }

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

.offset-15 {
  margin-left: 62.5%; }

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

.offset-17 {
  margin-left: 70.8333333333%; }

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

.offset-19 {
  margin-left: 79.1666666667%; }

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

.offset-21 {
  margin-left: 87.5%; }

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

.offset-23 {
  margin-left: 95.8333333333%; }

@media (min-width: 448px) {
  .col-vsm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-vsm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-vsm-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%; }
  .col-vsm-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-vsm-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-vsm-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-vsm-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%; }
  .col-vsm-6 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-vsm-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; }
  .col-vsm-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-vsm-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-vsm-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-vsm-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%; }
  .col-vsm-12 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-vsm-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%; }
  .col-vsm-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-vsm-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-vsm-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-vsm-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%; }
  .col-vsm-18 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-vsm-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%; }
  .col-vsm-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-vsm-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-vsm-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-vsm-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%; }
  .col-vsm-24 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-vsm-first {
    order: -1; }
  .order-vsm-last {
    order: 25; }
  .order-vsm-0 {
    order: 0; }
  .order-vsm-1 {
    order: 1; }
  .order-vsm-2 {
    order: 2; }
  .order-vsm-3 {
    order: 3; }
  .order-vsm-4 {
    order: 4; }
  .order-vsm-5 {
    order: 5; }
  .order-vsm-6 {
    order: 6; }
  .order-vsm-7 {
    order: 7; }
  .order-vsm-8 {
    order: 8; }
  .order-vsm-9 {
    order: 9; }
  .order-vsm-10 {
    order: 10; }
  .order-vsm-11 {
    order: 11; }
  .order-vsm-12 {
    order: 12; }
  .order-vsm-13 {
    order: 13; }
  .order-vsm-14 {
    order: 14; }
  .order-vsm-15 {
    order: 15; }
  .order-vsm-16 {
    order: 16; }
  .order-vsm-17 {
    order: 17; }
  .order-vsm-18 {
    order: 18; }
  .order-vsm-19 {
    order: 19; }
  .order-vsm-20 {
    order: 20; }
  .order-vsm-21 {
    order: 21; }
  .order-vsm-22 {
    order: 22; }
  .order-vsm-23 {
    order: 23; }
  .order-vsm-24 {
    order: 24; }
  .offset-vsm-0 {
    margin-left: 0; }
  .offset-vsm-1 {
    margin-left: 4.1666666667%; }
  .offset-vsm-2 {
    margin-left: 8.3333333333%; }
  .offset-vsm-3 {
    margin-left: 12.5%; }
  .offset-vsm-4 {
    margin-left: 16.6666666667%; }
  .offset-vsm-5 {
    margin-left: 20.8333333333%; }
  .offset-vsm-6 {
    margin-left: 25%; }
  .offset-vsm-7 {
    margin-left: 29.1666666667%; }
  .offset-vsm-8 {
    margin-left: 33.3333333333%; }
  .offset-vsm-9 {
    margin-left: 37.5%; }
  .offset-vsm-10 {
    margin-left: 41.6666666667%; }
  .offset-vsm-11 {
    margin-left: 45.8333333333%; }
  .offset-vsm-12 {
    margin-left: 50%; }
  .offset-vsm-13 {
    margin-left: 54.1666666667%; }
  .offset-vsm-14 {
    margin-left: 58.3333333333%; }
  .offset-vsm-15 {
    margin-left: 62.5%; }
  .offset-vsm-16 {
    margin-left: 66.6666666667%; }
  .offset-vsm-17 {
    margin-left: 70.8333333333%; }
  .offset-vsm-18 {
    margin-left: 75%; }
  .offset-vsm-19 {
    margin-left: 79.1666666667%; }
  .offset-vsm-20 {
    margin-left: 83.3333333333%; }
  .offset-vsm-21 {
    margin-left: 87.5%; }
  .offset-vsm-22 {
    margin-left: 91.6666666667%; }
  .offset-vsm-23 {
    margin-left: 95.8333333333%; } }

@media (min-width: 544px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%; }
  .col-sm-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-sm-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%; }
  .col-sm-6 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; }
  .col-sm-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-sm-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%; }
  .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%; }
  .col-sm-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-sm-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%; }
  .col-sm-18 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%; }
  .col-sm-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-sm-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%; }
  .col-sm-24 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 25; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .order-sm-13 {
    order: 13; }
  .order-sm-14 {
    order: 14; }
  .order-sm-15 {
    order: 15; }
  .order-sm-16 {
    order: 16; }
  .order-sm-17 {
    order: 17; }
  .order-sm-18 {
    order: 18; }
  .order-sm-19 {
    order: 19; }
  .order-sm-20 {
    order: 20; }
  .order-sm-21 {
    order: 21; }
  .order-sm-22 {
    order: 22; }
  .order-sm-23 {
    order: 23; }
  .order-sm-24 {
    order: 24; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 4.1666666667%; }
  .offset-sm-2 {
    margin-left: 8.3333333333%; }
  .offset-sm-3 {
    margin-left: 12.5%; }
  .offset-sm-4 {
    margin-left: 16.6666666667%; }
  .offset-sm-5 {
    margin-left: 20.8333333333%; }
  .offset-sm-6 {
    margin-left: 25%; }
  .offset-sm-7 {
    margin-left: 29.1666666667%; }
  .offset-sm-8 {
    margin-left: 33.3333333333%; }
  .offset-sm-9 {
    margin-left: 37.5%; }
  .offset-sm-10 {
    margin-left: 41.6666666667%; }
  .offset-sm-11 {
    margin-left: 45.8333333333%; }
  .offset-sm-12 {
    margin-left: 50%; }
  .offset-sm-13 {
    margin-left: 54.1666666667%; }
  .offset-sm-14 {
    margin-left: 58.3333333333%; }
  .offset-sm-15 {
    margin-left: 62.5%; }
  .offset-sm-16 {
    margin-left: 66.6666666667%; }
  .offset-sm-17 {
    margin-left: 70.8333333333%; }
  .offset-sm-18 {
    margin-left: 75%; }
  .offset-sm-19 {
    margin-left: 79.1666666667%; }
  .offset-sm-20 {
    margin-left: 83.3333333333%; }
  .offset-sm-21 {
    margin-left: 87.5%; }
  .offset-sm-22 {
    margin-left: 91.6666666667%; }
  .offset-sm-23 {
    margin-left: 95.8333333333%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%; }
  .col-md-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-md-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%; }
  .col-md-6 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; }
  .col-md-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-md-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%; }
  .col-md-12 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%; }
  .col-md-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-md-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%; }
  .col-md-18 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%; }
  .col-md-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-md-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%; }
  .col-md-24 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 25; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .order-md-13 {
    order: 13; }
  .order-md-14 {
    order: 14; }
  .order-md-15 {
    order: 15; }
  .order-md-16 {
    order: 16; }
  .order-md-17 {
    order: 17; }
  .order-md-18 {
    order: 18; }
  .order-md-19 {
    order: 19; }
  .order-md-20 {
    order: 20; }
  .order-md-21 {
    order: 21; }
  .order-md-22 {
    order: 22; }
  .order-md-23 {
    order: 23; }
  .order-md-24 {
    order: 24; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 4.1666666667%; }
  .offset-md-2 {
    margin-left: 8.3333333333%; }
  .offset-md-3 {
    margin-left: 12.5%; }
  .offset-md-4 {
    margin-left: 16.6666666667%; }
  .offset-md-5 {
    margin-left: 20.8333333333%; }
  .offset-md-6 {
    margin-left: 25%; }
  .offset-md-7 {
    margin-left: 29.1666666667%; }
  .offset-md-8 {
    margin-left: 33.3333333333%; }
  .offset-md-9 {
    margin-left: 37.5%; }
  .offset-md-10 {
    margin-left: 41.6666666667%; }
  .offset-md-11 {
    margin-left: 45.8333333333%; }
  .offset-md-12 {
    margin-left: 50%; }
  .offset-md-13 {
    margin-left: 54.1666666667%; }
  .offset-md-14 {
    margin-left: 58.3333333333%; }
  .offset-md-15 {
    margin-left: 62.5%; }
  .offset-md-16 {
    margin-left: 66.6666666667%; }
  .offset-md-17 {
    margin-left: 70.8333333333%; }
  .offset-md-18 {
    margin-left: 75%; }
  .offset-md-19 {
    margin-left: 79.1666666667%; }
  .offset-md-20 {
    margin-left: 83.3333333333%; }
  .offset-md-21 {
    margin-left: 87.5%; }
  .offset-md-22 {
    margin-left: 91.6666666667%; }
  .offset-md-23 {
    margin-left: 95.8333333333%; } }

@media (min-width: 1020px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%; }
  .col-lg-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-lg-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%; }
  .col-lg-6 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; }
  .col-lg-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-lg-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%; }
  .col-lg-12 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%; }
  .col-lg-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-lg-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%; }
  .col-lg-18 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%; }
  .col-lg-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-lg-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%; }
  .col-lg-24 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 25; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .order-lg-13 {
    order: 13; }
  .order-lg-14 {
    order: 14; }
  .order-lg-15 {
    order: 15; }
  .order-lg-16 {
    order: 16; }
  .order-lg-17 {
    order: 17; }
  .order-lg-18 {
    order: 18; }
  .order-lg-19 {
    order: 19; }
  .order-lg-20 {
    order: 20; }
  .order-lg-21 {
    order: 21; }
  .order-lg-22 {
    order: 22; }
  .order-lg-23 {
    order: 23; }
  .order-lg-24 {
    order: 24; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 4.1666666667%; }
  .offset-lg-2 {
    margin-left: 8.3333333333%; }
  .offset-lg-3 {
    margin-left: 12.5%; }
  .offset-lg-4 {
    margin-left: 16.6666666667%; }
  .offset-lg-5 {
    margin-left: 20.8333333333%; }
  .offset-lg-6 {
    margin-left: 25%; }
  .offset-lg-7 {
    margin-left: 29.1666666667%; }
  .offset-lg-8 {
    margin-left: 33.3333333333%; }
  .offset-lg-9 {
    margin-left: 37.5%; }
  .offset-lg-10 {
    margin-left: 41.6666666667%; }
  .offset-lg-11 {
    margin-left: 45.8333333333%; }
  .offset-lg-12 {
    margin-left: 50%; }
  .offset-lg-13 {
    margin-left: 54.1666666667%; }
  .offset-lg-14 {
    margin-left: 58.3333333333%; }
  .offset-lg-15 {
    margin-left: 62.5%; }
  .offset-lg-16 {
    margin-left: 66.6666666667%; }
  .offset-lg-17 {
    margin-left: 70.8333333333%; }
  .offset-lg-18 {
    margin-left: 75%; }
  .offset-lg-19 {
    margin-left: 79.1666666667%; }
  .offset-lg-20 {
    margin-left: 83.3333333333%; }
  .offset-lg-21 {
    margin-left: 87.5%; }
  .offset-lg-22 {
    margin-left: 91.6666666667%; }
  .offset-lg-23 {
    margin-left: 95.8333333333%; } }

@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%; }
  .col-xl-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-xl-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%; }
  .col-xl-6 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; }
  .col-xl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-xl-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%; }
  .col-xl-12 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%; }
  .col-xl-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-xl-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%; }
  .col-xl-18 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%; }
  .col-xl-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-xl-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%; }
  .col-xl-24 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 25; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .order-xl-13 {
    order: 13; }
  .order-xl-14 {
    order: 14; }
  .order-xl-15 {
    order: 15; }
  .order-xl-16 {
    order: 16; }
  .order-xl-17 {
    order: 17; }
  .order-xl-18 {
    order: 18; }
  .order-xl-19 {
    order: 19; }
  .order-xl-20 {
    order: 20; }
  .order-xl-21 {
    order: 21; }
  .order-xl-22 {
    order: 22; }
  .order-xl-23 {
    order: 23; }
  .order-xl-24 {
    order: 24; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 4.1666666667%; }
  .offset-xl-2 {
    margin-left: 8.3333333333%; }
  .offset-xl-3 {
    margin-left: 12.5%; }
  .offset-xl-4 {
    margin-left: 16.6666666667%; }
  .offset-xl-5 {
    margin-left: 20.8333333333%; }
  .offset-xl-6 {
    margin-left: 25%; }
  .offset-xl-7 {
    margin-left: 29.1666666667%; }
  .offset-xl-8 {
    margin-left: 33.3333333333%; }
  .offset-xl-9 {
    margin-left: 37.5%; }
  .offset-xl-10 {
    margin-left: 41.6666666667%; }
  .offset-xl-11 {
    margin-left: 45.8333333333%; }
  .offset-xl-12 {
    margin-left: 50%; }
  .offset-xl-13 {
    margin-left: 54.1666666667%; }
  .offset-xl-14 {
    margin-left: 58.3333333333%; }
  .offset-xl-15 {
    margin-left: 62.5%; }
  .offset-xl-16 {
    margin-left: 66.6666666667%; }
  .offset-xl-17 {
    margin-left: 70.8333333333%; }
  .offset-xl-18 {
    margin-left: 75%; }
  .offset-xl-19 {
    margin-left: 79.1666666667%; }
  .offset-xl-20 {
    margin-left: 83.3333333333%; }
  .offset-xl-21 {
    margin-left: 87.5%; }
  .offset-xl-22 {
    margin-left: 91.6666666667%; }
  .offset-xl-23 {
    margin-left: 95.8333333333%; } }

@media (min-width: 1480px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxl-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%; }
  .col-xxl-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xxl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-xxl-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xxl-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%; }
  .col-xxl-6 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; }
  .col-xxl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xxl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-xxl-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xxl-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%; }
  .col-xxl-12 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%; }
  .col-xxl-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xxl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-xxl-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xxl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%; }
  .col-xxl-18 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%; }
  .col-xxl-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xxl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-xxl-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xxl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%; }
  .col-xxl-24 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 25; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .order-xxl-13 {
    order: 13; }
  .order-xxl-14 {
    order: 14; }
  .order-xxl-15 {
    order: 15; }
  .order-xxl-16 {
    order: 16; }
  .order-xxl-17 {
    order: 17; }
  .order-xxl-18 {
    order: 18; }
  .order-xxl-19 {
    order: 19; }
  .order-xxl-20 {
    order: 20; }
  .order-xxl-21 {
    order: 21; }
  .order-xxl-22 {
    order: 22; }
  .order-xxl-23 {
    order: 23; }
  .order-xxl-24 {
    order: 24; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 4.1666666667%; }
  .offset-xxl-2 {
    margin-left: 8.3333333333%; }
  .offset-xxl-3 {
    margin-left: 12.5%; }
  .offset-xxl-4 {
    margin-left: 16.6666666667%; }
  .offset-xxl-5 {
    margin-left: 20.8333333333%; }
  .offset-xxl-6 {
    margin-left: 25%; }
  .offset-xxl-7 {
    margin-left: 29.1666666667%; }
  .offset-xxl-8 {
    margin-left: 33.3333333333%; }
  .offset-xxl-9 {
    margin-left: 37.5%; }
  .offset-xxl-10 {
    margin-left: 41.6666666667%; }
  .offset-xxl-11 {
    margin-left: 45.8333333333%; }
  .offset-xxl-12 {
    margin-left: 50%; }
  .offset-xxl-13 {
    margin-left: 54.1666666667%; }
  .offset-xxl-14 {
    margin-left: 58.3333333333%; }
  .offset-xxl-15 {
    margin-left: 62.5%; }
  .offset-xxl-16 {
    margin-left: 66.6666666667%; }
  .offset-xxl-17 {
    margin-left: 70.8333333333%; }
  .offset-xxl-18 {
    margin-left: 75%; }
  .offset-xxl-19 {
    margin-left: 79.1666666667%; }
  .offset-xxl-20 {
    margin-left: 83.3333333333%; }
  .offset-xxl-21 {
    margin-left: 87.5%; }
  .offset-xxl-22 {
    margin-left: 91.6666666667%; }
  .offset-xxl-23 {
    margin-left: 95.8333333333%; } }

@media (min-width: 1600px) {
  .col-max {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-max-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-max-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%; }
  .col-max-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-max-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-max-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-max-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%; }
  .col-max-6 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-max-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; }
  .col-max-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-max-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-max-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-max-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%; }
  .col-max-12 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-max-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%; }
  .col-max-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-max-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-max-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-max-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%; }
  .col-max-18 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-max-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%; }
  .col-max-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-max-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-max-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-max-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%; }
  .col-max-24 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-max-first {
    order: -1; }
  .order-max-last {
    order: 25; }
  .order-max-0 {
    order: 0; }
  .order-max-1 {
    order: 1; }
  .order-max-2 {
    order: 2; }
  .order-max-3 {
    order: 3; }
  .order-max-4 {
    order: 4; }
  .order-max-5 {
    order: 5; }
  .order-max-6 {
    order: 6; }
  .order-max-7 {
    order: 7; }
  .order-max-8 {
    order: 8; }
  .order-max-9 {
    order: 9; }
  .order-max-10 {
    order: 10; }
  .order-max-11 {
    order: 11; }
  .order-max-12 {
    order: 12; }
  .order-max-13 {
    order: 13; }
  .order-max-14 {
    order: 14; }
  .order-max-15 {
    order: 15; }
  .order-max-16 {
    order: 16; }
  .order-max-17 {
    order: 17; }
  .order-max-18 {
    order: 18; }
  .order-max-19 {
    order: 19; }
  .order-max-20 {
    order: 20; }
  .order-max-21 {
    order: 21; }
  .order-max-22 {
    order: 22; }
  .order-max-23 {
    order: 23; }
  .order-max-24 {
    order: 24; }
  .offset-max-0 {
    margin-left: 0; }
  .offset-max-1 {
    margin-left: 4.1666666667%; }
  .offset-max-2 {
    margin-left: 8.3333333333%; }
  .offset-max-3 {
    margin-left: 12.5%; }
  .offset-max-4 {
    margin-left: 16.6666666667%; }
  .offset-max-5 {
    margin-left: 20.8333333333%; }
  .offset-max-6 {
    margin-left: 25%; }
  .offset-max-7 {
    margin-left: 29.1666666667%; }
  .offset-max-8 {
    margin-left: 33.3333333333%; }
  .offset-max-9 {
    margin-left: 37.5%; }
  .offset-max-10 {
    margin-left: 41.6666666667%; }
  .offset-max-11 {
    margin-left: 45.8333333333%; }
  .offset-max-12 {
    margin-left: 50%; }
  .offset-max-13 {
    margin-left: 54.1666666667%; }
  .offset-max-14 {
    margin-left: 58.3333333333%; }
  .offset-max-15 {
    margin-left: 62.5%; }
  .offset-max-16 {
    margin-left: 66.6666666667%; }
  .offset-max-17 {
    margin-left: 70.8333333333%; }
  .offset-max-18 {
    margin-left: 75%; }
  .offset-max-19 {
    margin-left: 79.1666666667%; }
  .offset-max-20 {
    margin-left: 83.3333333333%; }
  .offset-max-21 {
    margin-left: 87.5%; }
  .offset-max-22 {
    margin-left: 91.6666666667%; }
  .offset-max-23 {
    margin-left: 95.8333333333%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #2e353f; }

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

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

.table-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 > th,
.table-primary > td {
  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 > th,
.table-secondary > td {
  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 > th,
.table-success > td {
  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 > th,
.table-info > td {
  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 > th,
.table-warning > td {
  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 > th,
.table-danger > td {
  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 > th,
.table-light > td {
  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 > th,
.table-dark > td {
  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 > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

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

.table .thead-dark th {
  color: #fff;
  background-color: #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 th,
  .table-dark td,
  .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: 447.98px) {
  .table-responsive-vsm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-vsm > .table-bordered {
      border: 0; } }

@media (max-width: 543.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: 1019.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: 1279.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; } }

@media (max-width: 1479.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

@media (max-width: 1599.98px) {
  .table-responsive-max {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-max > .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::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-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .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-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .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-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

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

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

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

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text: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-append > select.btn: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: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

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

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control: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,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

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

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

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

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

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

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-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: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control: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,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  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:hover, .btn:focus {
    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-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].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; }

.dropup,
.dropdown {
  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: #2e353f;
  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:hover, .dropdown-item:focus {
    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; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::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-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

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

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

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

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

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

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

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

.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:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    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;
  border-bottom-left-radius: 0; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

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

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

.media-body {
  flex: 1; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Helvetica, Arial, sans-serif;
  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 #00a0dc;
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: #00a0dc; }
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="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 - 1px);
  border-top-right-radius: calc(0 - 1px); }
  .popover-header:empty {
    display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
  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: flex !important; }

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

@media (min-width: 448px) {
  .d-vsm-none {
    display: none !important; }
  .d-vsm-inline {
    display: inline !important; }
  .d-vsm-inline-block {
    display: inline-block !important; }
  .d-vsm-block {
    display: block !important; }
  .d-vsm-table {
    display: table !important; }
  .d-vsm-table-row {
    display: table-row !important; }
  .d-vsm-table-cell {
    display: table-cell !important; }
  .d-vsm-flex {
    display: flex !important; }
  .d-vsm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 544px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

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

@media (min-width: 1020px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1480px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1600px) {
  .d-max-none {
    display: none !important; }
  .d-max-inline {
    display: inline !important; }
  .d-max-inline-block {
    display: inline-block !important; }
  .d-max-block {
    display: block !important; }
  .d-max-table {
    display: table !important; }
  .d-max-table-row {
    display: table-row !important; }
  .d-max-table-cell {
    display: table-cell !important; }
  .d-max-flex {
    display: flex !important; }
  .d-max-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 448px) {
  .flex-vsm-row {
    flex-direction: row !important; }
  .flex-vsm-column {
    flex-direction: column !important; }
  .flex-vsm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-vsm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-vsm-wrap {
    flex-wrap: wrap !important; }
  .flex-vsm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-vsm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-vsm-start {
    justify-content: flex-start !important; }
  .justify-content-vsm-end {
    justify-content: flex-end !important; }
  .justify-content-vsm-center {
    justify-content: center !important; }
  .justify-content-vsm-between {
    justify-content: space-between !important; }
  .justify-content-vsm-around {
    justify-content: space-around !important; }
  .align-items-vsm-start {
    align-items: flex-start !important; }
  .align-items-vsm-end {
    align-items: flex-end !important; }
  .align-items-vsm-center {
    align-items: center !important; }
  .align-items-vsm-baseline {
    align-items: baseline !important; }
  .align-items-vsm-stretch {
    align-items: stretch !important; }
  .align-content-vsm-start {
    align-content: flex-start !important; }
  .align-content-vsm-end {
    align-content: flex-end !important; }
  .align-content-vsm-center {
    align-content: center !important; }
  .align-content-vsm-between {
    align-content: space-between !important; }
  .align-content-vsm-around {
    align-content: space-around !important; }
  .align-content-vsm-stretch {
    align-content: stretch !important; }
  .align-self-vsm-auto {
    align-self: auto !important; }
  .align-self-vsm-start {
    align-self: flex-start !important; }
  .align-self-vsm-end {
    align-self: flex-end !important; }
  .align-self-vsm-center {
    align-self: center !important; }
  .align-self-vsm-baseline {
    align-self: baseline !important; }
  .align-self-vsm-stretch {
    align-self: stretch !important; } }

@media (min-width: 544px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 1020px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1480px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1600px) {
  .flex-max-row {
    flex-direction: row !important; }
  .flex-max-column {
    flex-direction: column !important; }
  .flex-max-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-max-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-max-wrap {
    flex-wrap: wrap !important; }
  .flex-max-nowrap {
    flex-wrap: nowrap !important; }
  .flex-max-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-max-start {
    justify-content: flex-start !important; }
  .justify-content-max-end {
    justify-content: flex-end !important; }
  .justify-content-max-center {
    justify-content: center !important; }
  .justify-content-max-between {
    justify-content: space-between !important; }
  .justify-content-max-around {
    justify-content: space-around !important; }
  .align-items-max-start {
    align-items: flex-start !important; }
  .align-items-max-end {
    align-items: flex-end !important; }
  .align-items-max-center {
    align-items: center !important; }
  .align-items-max-baseline {
    align-items: baseline !important; }
  .align-items-max-stretch {
    align-items: stretch !important; }
  .align-content-max-start {
    align-content: flex-start !important; }
  .align-content-max-end {
    align-content: flex-end !important; }
  .align-content-max-center {
    align-content: center !important; }
  .align-content-max-between {
    align-content: space-between !important; }
  .align-content-max-around {
    align-content: space-around !important; }
  .align-content-max-stretch {
    align-content: stretch !important; }
  .align-self-max-auto {
    align-self: auto !important; }
  .align-self-max-start {
    align-self: flex-start !important; }
  .align-self-max-end {
    align-self: flex-end !important; }
  .align-self-max-center {
    align-self: center !important; }
  .align-self-max-baseline {
    align-self: baseline !important; }
  .align-self-max-stretch {
    align-self: stretch !important; } }

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

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

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

@media (min-width: 448px) {
  .float-vsm-left {
    float: left !important; }
  .float-vsm-right {
    float: right !important; }
  .float-vsm-none {
    float: none !important; } }

@media (min-width: 544px) {
  .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: 1020px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1480px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

@media (min-width: 1600px) {
  .float-max-left {
    float: left !important; }
  .float-max-right {
    float: right !important; }
  .float-max-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: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  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;
  clip-path: none; }
.w150{width:150px;}
.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: 448px) {
  .m-vsm-0 {
    margin: 0 !important; }
  .mt-vsm-0,
  .my-vsm-0 {
    margin-top: 0 !important; }
  .mr-vsm-0,
  .mx-vsm-0 {
    margin-right: 0 !important; }
  .mb-vsm-0,
  .my-vsm-0 {
    margin-bottom: 0 !important; }
  .ml-vsm-0,
  .mx-vsm-0 {
    margin-left: 0 !important; }
  .m-vsm-1 {
    margin: 0.25rem !important; }
  .mt-vsm-1,
  .my-vsm-1 {
    margin-top: 0.25rem !important; }
  .mr-vsm-1,
  .mx-vsm-1 {
    margin-right: 0.25rem !important; }
  .mb-vsm-1,
  .my-vsm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-vsm-1,
  .mx-vsm-1 {
    margin-left: 0.25rem !important; }
  .m-vsm-2 {
    margin: 0.5rem !important; }
  .mt-vsm-2,
  .my-vsm-2 {
    margin-top: 0.5rem !important; }
  .mr-vsm-2,
  .mx-vsm-2 {
    margin-right: 0.5rem !important; }
  .mb-vsm-2,
  .my-vsm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-vsm-2,
  .mx-vsm-2 {
    margin-left: 0.5rem !important; }
  .m-vsm-3 {
    margin: 1rem !important; }
  .mt-vsm-3,
  .my-vsm-3 {
    margin-top: 1rem !important; }
  .mr-vsm-3,
  .mx-vsm-3 {
    margin-right: 1rem !important; }
  .mb-vsm-3,
  .my-vsm-3 {
    margin-bottom: 1rem !important; }
  .ml-vsm-3,
  .mx-vsm-3 {
    margin-left: 1rem !important; }
  .m-vsm-4 {
    margin: 1.5rem !important; }
  .mt-vsm-4,
  .my-vsm-4 {
    margin-top: 1.5rem !important; }
  .mr-vsm-4,
  .mx-vsm-4 {
    margin-right: 1.5rem !important; }
  .mb-vsm-4,
  .my-vsm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-vsm-4,
  .mx-vsm-4 {
    margin-left: 1.5rem !important; }
  .m-vsm-5 {
    margin: 3rem !important; }
  .mt-vsm-5,
  .my-vsm-5 {
    margin-top: 3rem !important; }
  .mr-vsm-5,
  .mx-vsm-5 {
    margin-right: 3rem !important; }
  .mb-vsm-5,
  .my-vsm-5 {
    margin-bottom: 3rem !important; }
  .ml-vsm-5,
  .mx-vsm-5 {
    margin-left: 3rem !important; }
  .p-vsm-0 {
    padding: 0 !important; }
  .pt-vsm-0,
  .py-vsm-0 {
    padding-top: 0 !important; }
  .pr-vsm-0,
  .px-vsm-0 {
    padding-right: 0 !important; }
  .pb-vsm-0,
  .py-vsm-0 {
    padding-bottom: 0 !important; }
  .pl-vsm-0,
  .px-vsm-0 {
    padding-left: 0 !important; }
  .p-vsm-1 {
    padding: 0.25rem !important; }
  .pt-vsm-1,
  .py-vsm-1 {
    padding-top: 0.25rem !important; }
  .pr-vsm-1,
  .px-vsm-1 {
    padding-right: 0.25rem !important; }
  .pb-vsm-1,
  .py-vsm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-vsm-1,
  .px-vsm-1 {
    padding-left: 0.25rem !important; }
  .p-vsm-2 {
    padding: 0.5rem !important; }
  .pt-vsm-2,
  .py-vsm-2 {
    padding-top: 0.5rem !important; }
  .pr-vsm-2,
  .px-vsm-2 {
    padding-right: 0.5rem !important; }
  .pb-vsm-2,
  .py-vsm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-vsm-2,
  .px-vsm-2 {
    padding-left: 0.5rem !important; }
  .p-vsm-3 {
    padding: 1rem !important; }
  .pt-vsm-3,
  .py-vsm-3 {
    padding-top: 1rem !important; }
  .pr-vsm-3,
  .px-vsm-3 {
    padding-right: 1rem !important; }
  .pb-vsm-3,
  .py-vsm-3 {
    padding-bottom: 1rem !important; }
  .pl-vsm-3,
  .px-vsm-3 {
    padding-left: 1rem !important; }
  .p-vsm-4 {
    padding: 1.5rem !important; }
  .pt-vsm-4,
  .py-vsm-4 {
    padding-top: 1.5rem !important; }
  .pr-vsm-4,
  .px-vsm-4 {
    padding-right: 1.5rem !important; }
  .pb-vsm-4,
  .py-vsm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-vsm-4,
  .px-vsm-4 {
    padding-left: 1.5rem !important; }
  .p-vsm-5 {
    padding: 3rem !important; }
  .pt-vsm-5,
  .py-vsm-5 {
    padding-top: 3rem !important; }
  .pr-vsm-5,
  .px-vsm-5 {
    padding-right: 3rem !important; }
  .pb-vsm-5,
  .py-vsm-5 {
    padding-bottom: 3rem !important; }
  .pl-vsm-5,
  .px-vsm-5 {
    padding-left: 3rem !important; }
  .m-vsm-auto {
    margin: auto !important; }
  .mt-vsm-auto,
  .my-vsm-auto {
    margin-top: auto !important; }
  .mr-vsm-auto,
  .mx-vsm-auto {
    margin-right: auto !important; }
  .mb-vsm-auto,
  .my-vsm-auto {
    margin-bottom: auto !important; }
  .ml-vsm-auto,
  .mx-vsm-auto {
    margin-left: auto !important; } }

@media (min-width: 544px) {
  .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: 1020px) {
  .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: 1280px) {
  .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; } }

@media (min-width: 1480px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

@media (min-width: 1600px) {
  .m-max-0 {
    margin: 0 !important; }
  .mt-max-0,
  .my-max-0 {
    margin-top: 0 !important; }
  .mr-max-0,
  .mx-max-0 {
    margin-right: 0 !important; }
  .mb-max-0,
  .my-max-0 {
    margin-bottom: 0 !important; }
  .ml-max-0,
  .mx-max-0 {
    margin-left: 0 !important; }
  .m-max-1 {
    margin: 0.25rem !important; }
  .mt-max-1,
  .my-max-1 {
    margin-top: 0.25rem !important; }
  .mr-max-1,
  .mx-max-1 {
    margin-right: 0.25rem !important; }
  .mb-max-1,
  .my-max-1 {
    margin-bottom: 0.25rem !important; }
  .ml-max-1,
  .mx-max-1 {
    margin-left: 0.25rem !important; }
  .m-max-2 {
    margin: 0.5rem !important; }
  .mt-max-2,
  .my-max-2 {
    margin-top: 0.5rem !important; }
  .mr-max-2,
  .mx-max-2 {
    margin-right: 0.5rem !important; }
  .mb-max-2,
  .my-max-2 {
    margin-bottom: 0.5rem !important; }
  .ml-max-2,
  .mx-max-2 {
    margin-left: 0.5rem !important; }
  .m-max-3 {
    margin: 1rem !important; }
  .mt-max-3,
  .my-max-3 {
    margin-top: 1rem !important; }
  .mr-max-3,
  .mx-max-3 {
    margin-right: 1rem !important; }
  .mb-max-3,
  .my-max-3 {
    margin-bottom: 1rem !important; }
  .ml-max-3,
  .mx-max-3 {
    margin-left: 1rem !important; }
  .m-max-4 {
    margin: 1.5rem !important; }
  .mt-max-4,
  .my-max-4 {
    margin-top: 1.5rem !important; }
  .mr-max-4,
  .mx-max-4 {
    margin-right: 1.5rem !important; }
  .mb-max-4,
  .my-max-4 {
    margin-bottom: 1.5rem !important; }
  .ml-max-4,
  .mx-max-4 {
    margin-left: 1.5rem !important; }
  .m-max-5 {
    margin: 3rem !important; }
  .mt-max-5,
  .my-max-5 {
    margin-top: 3rem !important; }
  .mr-max-5,
  .mx-max-5 {
    margin-right: 3rem !important; }
  .mb-max-5,
  .my-max-5 {
    margin-bottom: 3rem !important; }
  .ml-max-5,
  .mx-max-5 {
    margin-left: 3rem !important; }
  .p-max-0 {
    padding: 0 !important; }
  .pt-max-0,
  .py-max-0 {
    padding-top: 0 !important; }
  .pr-max-0,
  .px-max-0 {
    padding-right: 0 !important; }
  .pb-max-0,
  .py-max-0 {
    padding-bottom: 0 !important; }
  .pl-max-0,
  .px-max-0 {
    padding-left: 0 !important; }
  .p-max-1 {
    padding: 0.25rem !important; }
  .pt-max-1,
  .py-max-1 {
    padding-top: 0.25rem !important; }
  .pr-max-1,
  .px-max-1 {
    padding-right: 0.25rem !important; }
  .pb-max-1,
  .py-max-1 {
    padding-bottom: 0.25rem !important; }
  .pl-max-1,
  .px-max-1 {
    padding-left: 0.25rem !important; }
  .p-max-2 {
    padding: 0.5rem !important; }
  .pt-max-2,
  .py-max-2 {
    padding-top: 0.5rem !important; }
  .pr-max-2,
  .px-max-2 {
    padding-right: 0.5rem !important; }
  .pb-max-2,
  .py-max-2 {
    padding-bottom: 0.5rem !important; }
  .pl-max-2,
  .px-max-2 {
    padding-left: 0.5rem !important; }
  .p-max-3 {
    padding: 1rem !important; }
  .pt-max-3,
  .py-max-3 {
    padding-top: 1rem !important; }
  .pr-max-3,
  .px-max-3 {
    padding-right: 1rem !important; }
  .pb-max-3,
  .py-max-3 {
    padding-bottom: 1rem !important; }
  .pl-max-3,
  .px-max-3 {
    padding-left: 1rem !important; }
  .p-max-4 {
    padding: 1.5rem !important; }
  .pt-max-4,
  .py-max-4 {
    padding-top: 1.5rem !important; }
  .pr-max-4,
  .px-max-4 {
    padding-right: 1.5rem !important; }
  .pb-max-4,
  .py-max-4 {
    padding-bottom: 1.5rem !important; }
  .pl-max-4,
  .px-max-4 {
    padding-left: 1.5rem !important; }
  .p-max-5 {
    padding: 3rem !important; }
  .pt-max-5,
  .py-max-5 {
    padding-top: 3rem !important; }
  .pr-max-5,
  .px-max-5 {
    padding-right: 3rem !important; }
  .pb-max-5,
  .py-max-5 {
    padding-bottom: 3rem !important; }
  .pl-max-5,
  .px-max-5 {
    padding-left: 3rem !important; }
  .m-max-auto {
    margin: auto !important; }
  .mt-max-auto,
  .my-max-auto {
    margin-top: auto !important; }
  .mr-max-auto,
  .mx-max-auto {
    margin-right: auto !important; }
  .mb-max-auto,
  .my-max-auto {
    margin-bottom: auto !important; }
  .ml-max-auto,
  .mx-max-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: 448px) {
  .text-vsm-left {
    text-align: left !important; }
  .text-vsm-right {
    text-align: right !important; }
  .text-vsm-center {
    text-align: center !important; } }

@media (min-width: 544px) {
  .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: 1020px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1480px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1600px) {
  .text-max-left {
    text-align: left !important; }
  .text-max-right {
    text-align: right !important; }
  .text-max-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:hover, a.text-primary:focus {
  color: #0062cc !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

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

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

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.3; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "Icons";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

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

html, body {
  font-family: Arial, sans;
  font-weight: 400; }

body {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

header, footer, div, section, p, span, a, ul, form, h1, h2, h3, h4, h5, h6, button, label, li {
  position: relative;
  text-align: left; }

b, strong {
  font-weight: normal; }

:lang(zh) body, :lang(zh) .regular, :lang(zh) .italic, :lang(zh) .light, :lang(zh) p, :lang(zh) .pagecontent p, :lang(ja) body, :lang(ja) .regular, :lang(ja) .italic, :lang(ja) .light, :lang(ja) p, :lang(ja) .pagecontent p, :lang(ru) body, :lang(ru) .regular, :lang(ru) .italic, :lang(ru) .light, :lang(ru) p, :lang(ru) .pagecontent p {
  font-family: Arial, sans;
  font-weight: 400; }

:lang(zh) b, :lang(zh) strong, :lang(zh) .bold, :lang(zh) .heavy, :lang(zh) .black, :lang(zh) .btn,
:lang(zh) .pagecontent .h1, :lang(zh) .pagecontent .h2, :lang(zh) .pagecontent .h3:not(.section), :lang(zh) .pagecontent .h4, :lang(zh) .pagecontent .h5 .contenttable thead th, :lang(zh) .contenttable tr.sum td, :lang(zh) .contenttable tr.sum th,
:lang(zh) .card__content .h4, :lang(zh) .card__content .h5,
:lang(zh) .newsletter span, :lang(zh) .nav-tabs .nav-link, :lang(ja) b, :lang(ja) strong, :lang(ja) .bold, :lang(ja) .heavy, :lang(ja) .black, :lang(ja) .btn,
:lang(ja) .pagecontent .h1, :lang(ja) .pagecontent .h2, :lang(ja) .pagecontent .h3:not(.section), :lang(ja) .pagecontent .h4, :lang(ja) .pagecontent .h5 .contenttable thead th, :lang(ja) .contenttable tr.sum td, :lang(ja) .contenttable tr.sum th,
:lang(ja) .card__content .h4, :lang(ja) .card__content .h5,
:lang(ja) .newsletter span, :lang(ja) .nav-tabs .nav-link, :lang(ru) b, :lang(ru) strong, :lang(ru) .bold, :lang(ru) .heavy, :lang(ru) .black, :lang(ru) .btn,
:lang(ru) .pagecontent .h1, :lang(ru) .pagecontent .h2, :lang(ru) .pagecontent .h3:not(.section), :lang(ru) .pagecontent .h4, :lang(ru) .pagecontent .h5 .contenttable thead th, :lang(ru) .contenttable tr.sum td, :lang(ru) .contenttable tr.sum th,
:lang(ru) .card__content .h4, :lang(ru) .card__content .h5,
:lang(ru) .newsletter span, :lang(ru) .nav-tabs .nav-link {
  font-family: Arial, sans !important;
  font-weight: 700 !important; }

a {
  color: #00a0dc;
  outline: 0;
  text-decoration: none;
  border: none; }

a:hover {
  color: #00b9ff;
  text-decoration: underline; }

a:focus {
  text-decoration: none;
  outline: 0;
  border: none; }

*:before, *:after, a:hover:before, a:hover:after {
  text-decoration: underline; }

*:before, *:after, a:hover:before, a:hover:after {
  text-decoration: none; }

*:focus {
  outline: 0 !important;
  box-shadow: none !important; }

*:before, *:after {
  will-change: transform; }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

.hidden {
  display: none; }

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

.btn {
  text-decoration: none;
  outline: 0;
  border: none;
  font-size: 0.875rem;
  padding: 0.625rem 1.0rem 0.75rem 1.0rem;
  font-family: Arial, sans;
  font-weight: 400;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  max-width: 100%;
  white-space: normal; }

.btn:hover {
  text-decoration: none;
  outline: 0;
  border: none; }

.btn.btn--primary {
  background-color: #00a0dc;
  color: #fff;
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.btn.btn--primary:hover {
  background-color: #00b9ff; }

.btn.btn--primary.white {
  background-color: #fff;
  color: #001941;
  border-top: 1px solid #bec6d1;
  border-right: 1px solid #bec6d1;
  border-bottom: 1px solid #bec6d1;
  border-left: 1px solid #bec6d1; }

.btn.btn--primary.white:hover {
  background-color: #00a0dc;
  color: #fff;
  border-top: 1px solid #00a0dc;
  border-right: 1px solid #00a0dc;
  border-bottom: 1px solid #00a0dc;
  border-left: 1px solid #00a0dc; }

.btn.btn--text {
  text-align: left;
  padding-left: 0;
  font-size: 0.9375rem;
  line-height: 1.2; }

.btn.btn--primary.outline {
  background-color: #fff;
  color: #00a0dc;
  border-top: 1px solid #00a0dc;
  border-right: 1px solid #00a0dc;
  border-bottom: 1px solid #00a0dc;
  border-left: 1px solid #00a0dc;
  -moz-box-shadow: 0px 0px 0px 0px transparent;
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px 0px transparent; }

.btn.btn--primary.outline:hover {
  background-color: #00a0dc;
  color: #fff; }

.btn.icon_arrow {
  padding-right: 3.0rem; }

.btn.icon_arrow:after {
  position: absolute;
  right: 0.75rem;
  top: 0.1875rem;
  font-size: 1.5rem; }

.btn > .icon_arrow {
  display: inline-block;
  padding-right: 2.5rem; }

.btn > .icon_arrow:after {
  position: absolute;
  right: 0.25rem;
  top: -0.4125rem;
  font-size: 1.5rem; }

.btn.btn--text.icon_arrow:after {
  top: 50%;
  margin-top: -16px; }

span.icon {
  display: inline-block;
  padding-left: 2.5rem; }

span.icon::before {
  position: absolute;
  left: 4px;
  top: -5px;
  font-size: 1.75rem;
  color: #00a0dc; }

ul {
  margin: 0 0 1.125rem 0;
  padding: 0 0 0 1.25rem; }

ul li + li {
  margin-top: 0.5rem; }

ul.clean {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

ul.flh > li {
  float: left; }

ul li ul {
  list-style-type: none;
  margin-bottom: 1.0rem; }

ul li ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -14px;
  top: 12px;
  background-color: #2e353f; }

.container-fluid {
  padding: 0;
  width: 100%;
  overflow: hidden; }

.h1 {
  line-height: 3.125rem;
  margin-bottom: 1.0rem;
  font-family: Arial, sans;
  font-weight: 400; }

.h2, .h3 {
  line-height: 2.2rem;
  margin-bottom: 1.0rem;
  font-family: Arial, sans;
  font-weight: 400; }

.h3 {
  line-height: 2.0rem; }

.h4, .h5, .h6 {
  line-height: 1.5rem;
  margin-bottom: 0.875rem; }

.h3.icon {
  padding-left: 2.25rem;
  margin-bottom: 2.0rem; }

.h3.icon::before {
  position: absolute;
  left: -8px;
  top: 0px;
  font-size: 2.25rem; }

.h3.headline-section {
  margin-bottom: 3.0rem; }

.h3.section {
  color: #001941; }

.h3.section.icon::before {
  color: #a3acb7; }

* + h1 {
  padding-top: 0.75rem; }

h4 {
  margin-bottom: 0.875rem; }

.blue h3, .blue h4 {
  color: #fff; }

p {
  font-size: 0.9375rem; }

p {
  line-height: 1.5625rem; }

p.abstract {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  line-height: 1.5em; }

p.abstract.bold {
  font-family: Arial, sans;
  font-weight: 400;
  color: #001941; }

p > a:hover {
  color: #001941;
  text-decoration: underline; }

hr {
  border-top: 0.0625rem solid transparent; }

.h1 {
  font-size: 2.0rem; }

.h2 {
  font-size: 1.75rem; }

.h3 {
  font-size: 1.5rem; }

.h4 {
  font-size: 1.125rem; }

.h5 {
  font-size: 1.0rem; }

.h6 {
  font-size: 0.9375rem; }

@media (min-width: 768px) {
  .h1 {
    font-size: 2.25rem; }
  .h2 {
    font-size: 2.0rem; }
  .h3 {
    font-size: 1.75rem; }
  .h3.icon {
    padding-left: 3.0rem; }
  .h3.icon::before {
    font-size: 2.5rem; }
  .h4 {
    font-size: 1.25rem; }
  .h5 {
    font-size: 1.125rem; }
  p {
    font-size: 1.0rem; } }

@media (min-width: 1280px) {
  .h1 {
    font-size: 2.625rem; }
  .h2 {
    font-size: 2.25rem; }
  .h3 {
    font-size: 2.0rem; }
  .h3.icon {
    margin-bottom: 3.0rem; }
  .h3.icon::before {
    font-size: 2.75rem; }
  .h4 {
    font-size: 1.4375rem; }
  .h5 {
    font-size: 1.25rem; }
  .h6 {
    font-size: 1.125rem; }
  p {
    font-size: 1.0625rem; }
  p.abstract {
    font-size: 1.25rem; }
  .btn {
    font-size: 1.0rem;
    padding: 0.875rem 1.25rem 1.0rem 1.25rem; }
  .btn.icon_arrow {
    padding-right: 3.5rem; }
  .btn.icon_arrow:after {
    top: 0.375rem;
    right: 0.9375rem;
    font-size: 1.75rem; }
  .btn > .icon_arrow {
    padding-right: 3.0rem; }
  .btn > .icon_arrow:after {
    top: -0.4125rem;
    right: 0.125rem;
    font-size: 1.75rem; }
  .btn.btn--text {
    font-size: 1.125rem; }
  .btn.btn--text.icon_arrow:after {
    margin-top: -18px; } }

.col {
  padding: 0 1.25rem; }

.row.full {
  margin: 0; }

.row.full > .col {
  padding-left: 0;
  padding-right: 0; }

.row.short {
  margin-left: 0;
  margin-right: 0; }

.container {
  -webkit-transition-property: max-width;
  transition-property: max-width;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.valign {
  top: 50%;
  transform: translateY(-50%); }

.halign {
  text-align: center;
  padding: 0 2rem; }

.padding {
  padding: 2.5rem 1.25rem; }

.grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vH;
  display: none;
  z-index: 999; }
  .grid * {
    height: 100vH; }
  .grid .inner {
    background-color: rgba(255, 0, 255, 0.2); }
  .grid .container-fluid {
    padding: 0; }

.showgrid .grid {
  display: block; }

.togglegrid {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  outline: 0;
  z-index: 9999; }

.marked {
  background-color: rgba(0, 0, 0, 0.05);
  min-height: 300px;
  padding: 1em;
  margin-bottom: 1.5em; }
  .marked > p {
    text-align: center; }

.icon_weibo:before {content: "\e800"; }
.icon_wechat:before {content: "\f1d7"; }

.icon_facebook:before {
  content: "\ea18"; }

.icon_linked-in:before {
  content: "\ea19"; }

.icon_googleplus:before {
  content: "\ea1e"; }

.icon_twitter:before {
  content: "\ea1c"; }

.icon_xing:before {
  content: "\ea1b"; }

.icon_pinterest:before {
  content: "\ea20"; }

.icon_youtube:before {
  content: "\ea1a"; }

.icon_whatsapp:before {
  content: "\ea2a"; }

.icon_instagram:before {
  content: "\ea1d"; }

.icon_loesungen:before {
  content: "\ea2c"; }

.icon_unternehmen:before {
  content: "\ea30"; }

.icon_produkte:before {
  content: "\ea2b"; }

.icon_produktberater:before {
  content: "\ea1f"; }

.icon_neues:before {
  content: "\ea1e"; }

.icon_news:before {
  content: "\ea2e"; }

.icon_gruppe:before {
  content: "\ea30"; }

.icon_service:before {
  content: "\ea1f"; }

.icon_news-events:before {
  content: "\ea1e"; }

.icon_karriere:before {
  content: "\ea1c"; }

.icon_kontakt:before {
  content: "\ea2f"; }

.icon_login:before {
  content: "\ea33"; }

.icon_arbeiten:before {
  content: "\ea31"; }

.icon_email:before {
  content: "\ea0d"; }

.icon_phone:before {
  content: "\ea21"; }

.icon_callback:before {
  content: "\ea2f"; }

.icon_consulting:before {
  content: "\ea16"; }

.icon_check:before {
  content: "\ea1f"; }

.icon_functions:before {
  content: "\ea05"; }

.icon_nav-produkte:before {
  content: "\ea2b"; }

.icon_nav-loesungen:before, icon_nav-anwendungen:before {
  content: "\ea2c"; }

.icon_nav-service:before {
  content: "\ea2d"; }

.icon_nav-news-events:before {
  content: "\ea2e"; }

.icon_nav-unternehmen:before {
  content: "\ea30"; }

.icon_nav-karriere:before {
  content: "\ea31"; }

.icon_nav-kontakt:before {
  content: "\ea2f"; }

.icon_back:before {
  content: "\ea3f"; }

.icon_more:after, .icon_link:after {
  content: "\ea3d"; }

.icon_search:before {
  content: "\ea0f"; }

.icon_download:before {
  content: "\ea0e"; }

.icon_play:before {
  content: "\ea17"; }

.icon_language:before {
  content: "\ea32"; }

.icon_arrow:after {
  content: "\ea3d"; }

.icon_berufserfahrene:before {
  content: "\ea16"; }

.icon_absolventen:before {
  content: "\ea3c"; }

.icon_studierende:before {
  content: "\ea15"; }

.icon_schueler:before {
  content: "\ea0b"; }

.icon_loesung:before {
  content: "\ea2c"; }

.icon_productfinder:before {
  content: "\ea13"; }

.icon_share:before {
  content: "\ea1f"; }

.icon_advantages:before {
  content: "\ea13"; }

main {
  background-color: #fff; }

.cookie-consent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vH;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  overflow: hidden; }

.cookie-consent__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
  max-height: 460px;
  padding: 1.5rem 1.5rem 1.0rem 1.5rem;
  background-color: #fff; }
  .cookie-consent__content h4.h4 {
    font-family: Arial, sans;
    font-weight: 400; }
  .cookie-consent__content p {
    font-size: 0.875rem;
    line-height: 1.3; }
  .cookie-consent__content .icon_link {
    display: inline-block;
    padding-right: 1.25rem;
    font-size: 0.875rem; }
  .cookie-consent__content > .icon_link {
    margin: 0 0rem 0.5rem 0; }
  .cookie-consent__content .icon_link:after {
    position: absolute;
    right: 0px;
    top: 0px; }

.cookie-consent__inner {
  display: none;
  max-height: 220px;
  margin: 0 0 1.5rem 0;
  overflow: auto; }

.step-1 .cookie-consent__inner.inner-1, .step-2 .cookie-consent__inner.inner-2 {
  display: block; }

.step-2 #cookie-consent-more {
  opacity: 0.3;
  pointer-events: none; }

.cookie-consent__entry {
  border-top: 1px solid #bec6d1;
  border-right: 0 solid #bec6d1;
  border-bottom: 1px solid #bec6d1;
  border-left: 0 solid #bec6d1;
  margin-top: -1px;
  padding: 0.625rem 0 0.5rem 0;
  font-size: 0.875rem; }
  .cookie-consent__entry span {
    font-family: Arial, sans;
    font-weight: 400;
    display: block; }

@media (min-width: 768px) {
  .cookie-consent__content {
    width: 600px;
    padding: 2rem 2rem 1.5rem 2rem; }
  .cookie-consent__entry span {
    display: inline-block; }
  .cookie-consent__entry .icon_link {
    float: right; } }

@media (min-width: 1020px) {
  .cookie-consent__content p, .cookie-consent__content .icon_link {
    font-size: 0.9375rem; } }

@media (min-height: 640px) {
  .cookie-consent__content {
    max-height: 520px; }
    .cookie-consent__content > .icon_link {
      margin: 0 2rem 0 0; }
  .cookie-consent__inner {
    max-height: 280px; } }

#map-canvas {
  height: 300px;
  margin-bottom: 2.5rem; }

.map-consent-overlay {
  overflow: hidden;
  margin: 0;
  height: 100%; }
  .map-consent-overlay > img {
    width: auto;
    min-width: 100%; }

.map-consent-overlay__content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  padding: 1.5rem 1.5rem 1.0rem 1.5rem;
  text-align: center; }
  .map-consent-overlay__content * {
    color: #fff; }
  .map-consent-overlay__content p {
    margin: 0 0 1.25rem 0;
    text-align: center; }
  .map-consent-overlay__content .icon_link {
    display: inline-block;
    padding-right: 1.25rem;
    font-size: 0.875rem;
    color: #00b9ff; }
  .map-consent-overlay__content .icon_link:after {
    position: absolute;
    right: 0px;
    top: 0px; }

@media (min-width: 768px) {
  .map-consent-overlay__content {
    top: 50%;
    transform: translateY(-50%);
    padding: 0 2.5rem; } }
.pagecontent img{max-width:100% !important; height:auto !important;}
.pagecontent video{width:100% !important; height:405px !important;}
.pagecontent {
  padding: 3rem 0 3rem 0; }
  .pagecontent p, .pagecontent li, .pagecontent * + .h4 {
    font-family: Arial, sans;
    font-weight: 400; }
  .pagecontent b, .pagecontent strong, .pagecontent .h2, .pagecontent .h3:not(.section), .pagecontent .h4 {
    font-family: Arial, sans;
    font-weight: 400; }
  .pagecontent .meta {
    font-size: 1.0rem; }
  .pagecontent .meta + .h1 {
    margin-top: 1.875rem; }
  .pagecontent .h1 {
    color: #001941;
    margin-bottom: 1.125rem; }
  .pagecontent * + .h2 {
    margin: 2.5rem 0 1.125rem 0; }
  .pagecontent * + .h3:not(.section) {
    margin: 2.5rem 0 1.125rem 0; }
  .pagecontent h1.h1 + h4.h5 {
    font-family: Arial, sans;
    font-weight: 400;
    margin: -0.5rem 0 1.5rem 0; }
  .pagecontent *:not(.wrapper-carousel) + .h4 {
    margin: 2.25rem 0 0.875rem 0; }
  .pagecontent .h4 + ul {
    margin: 2.0rem 0; }
  .pagecontent p.abstract, .pagecontent .h2, .pagecontent .h3, .pagecontent .h4 {
    color: #001941; }
  .pagecontent p {
    line-height: 1.6; }
  .pagecontent p a:hover {
    color: #00a0dc; }
  .pagecontent .h3.section::before {
    color: #bec6d1; }
  .pagecontent p:not(.abstract) + p {
    margin-top: 1.375rem; }
  .pagecontent p.abstract + .wrapper-carousel {
    padding-top: 2.125rem; }
  .pagecontent ul.advantages{list-style-type:none !important;}
.ul--icons {
  display: block;
  margin: 0rem 0 2.0rem 0;
  padding: 1.75rem 1.75rem 1.0rem 1.75rem;
  list-style: outside none none; }
  .ul--icons > li {
    padding-left: 2.25rem;
    font-size: 1.125rem;
    position: relative;
    margin-bottom: 1.125rem; }
  .ul--icons > li::before {
    position: absolute;
    left: 0px;
    top: -5px;
    font-size: 1.625rem;
    color: #00a0dc; }

h3.advantages {
  margin: 2.75rem 0 1.625rem 0; }

ul.advantages {
  background-color: #f0f2f4;
  color: #2e353f; }
  ul.advantages > li::before {
    content: "\ea13"; }

.marginal {
  padding: 0.5rem 0 4rem 0; }
  .marginal .card__content p + p {
    margin-top: 0; }

.accordion {
  margin: 4rem 0; }
  .accordion * {
    font-family: Arial, sans;
    font-weight: 400; }
  .accordion .panel {
    border-top: 1px solid #bec6d1;
    border-right: 0 solid #bec6d1;
    border-bottom: 1px solid #bec6d1;
    border-left: 0 solid #bec6d1;
    margin-top: -1px;
    padding: 0;
    font-size: 1.0rem; }
    .accordion .panel table{width:100%;}
  .accordion .panel-heading {
    margin-bottom: 0; }
    .accordion .panel-heading a {
      display: block;
      color: #2e353f;
      text-decoration: none;
      cursor: pointer;
      z-index: 1;
      padding: 1.25rem 2rem 1.125rem 0; }
    .accordion .panel-heading a:hover, .accordion .panel-heading a:hover:after {
      color: #00a0dc; }
    .accordion .panel-heading a:after {
      content: "\ea35";
      font-size: 1.5rem;
      position: absolute;
      right: 0.25rem;
      bottom: 1.125rem;
      color: #2e353f; }
    .accordion .panel-heading a.collapsed:after {
      content: "\ea34"; }
  .accordion .panel-collapse {
    margin-top: 1.0em;
    padding: 0 0 1.5rem 0; }
    .accordion .panel-collapse ul {
      display: block;
      padding-top: 1rem; }
    .accordion .panel-collapse p:not(.abstract) + p {
      margin-top: -0.25rem; }
    .accordion .panel-collapse p + ul {
      margin-top: -1.25rem; }
    .accordion .panel-collapse h4 {
      margin-top: 2.75rem; }

.accordion__list {
  margin-top: 1rem; }
  .accordion__list > a {
    display: block;
    padding: 0.75em 0; }
  .accordion__list > a.icon {
    padding-left: 2.75em; }
  .accordion__list > a.icon:before {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    font-size: 1.25rem; }
  .accordion__list > a.icon.icon_download:before {
    top: 0.4875rem;
    font-size: 1.375rem; }
  .accordion__list > a + a {
    border-top: 1px solid #dee2e8;
    border-right: 0 solid #dee2e8;
    border-bottom: 0 solid #dee2e8;
    border-left: 0 solid #dee2e8; }

.wrapper-carousel + .accordion {
  margin-top: 2rem; }

.tabs {
  margin: 2rem 0; }

.nav-tabs {
  border: none;
  z-index: 1; }
  .nav-tabs li + li {
    margin-top: 0; }
  .nav-tabs .nav-item {
    margin-bottom: 0; }
  .nav-tabs li.nav-item + li.nav-item {
    margin-left: 0.5rem; }
  .nav-tabs .nav-link {
    padding: 0.5em 1em;
    background-color: #001941;
    border: none;
    color: #00a0dc;
    font-size: 1.25rem; }
  .nav-tabs .nav-link:hover {
    color: #fff; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    background-color: #fff;
    color: #2e353f; }

.tab-content {
  background-color: #fff; }

.tab-pane {
  padding: 1.5em; }

blockquote {
  padding: 2rem 1rem 1.75rem 1rem; }
  blockquote * {
    text-align: center;
    color: #69727d; }
  blockquote p:not(.sub) {
    font-size: 1.125rem;
    line-height: 1.5;
    font-family: Arial, sans;
    font-weight: 400;
    margin-bottom: 1.75rem; }
  blockquote p.sub {
    font-size: 0.875rem;
    margin: 0 !important; }

@media (min-width: 768px) {
  blockquote {
    padding: 2.5rem 6rem 2.25rem 6rem; }
    blockquote p:not(.sub) {
      font-size: 1.25rem; }
    blockquote p.sub {
      font-size: 1.0rem; } }

@media (min-width: 1280px) {
  blockquote {
    padding: 3rem 8rem 2.75rem 8rem; }
    blockquote p:not(.sub) {
      font-size: 1.375rem; }
    blockquote p.sub {
      font-size: 1.0625rem; } }

.image-element {
  padding: 2.5rem 0 1rem; }
  .image-element > img {
    max-width: 100%; }

.image-element.fit > img {
  width: 100%; }

.image__caption {
  padding: 1.5rem 0 0 0;
  color: #69727d;
  font-size: 1.0rem; }

.video {
  margin-bottom: 2.0rem; }

* + .video {
  margin-top: 3.4125rem; }

.video__wrapper {
  width: 100%;
  height: 0;
  padding-top: 56%; }
  .video__wrapper iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 0; }

.video__caption {
  color: #69727d;
  padding: 1.5rem 0 0 0;
  margin: 0;
  font-size: 1.0rem; }

.table-wrapper {
  margin-bottom: 2em;
  padding-bottom: 1em;
  overflow: auto; }

.table-wrapper + .table-wrapper h4 {
  margin-top: 0; }

.h4 + .table-wrapper {
  margin-top: -1.0rem; }

h4.table-headline {
  margin-bottom: 0.5rem; }

.contenttable {
  width: 100%;
  font-size: 1.0em; }
  .contenttable * {
    text-align: right; }
  .contenttable .txt-left, .contenttable tfoot * {
    text-align: left; }
  .contenttable thead {
    background-color: #bec6d1; }
  .contenttable thead th {
    text-align: center;
    font-family: Arial, sans;
    font-weight: 400; }
  .contenttable thead th:first-child {
    text-align: left; }
  .contenttable thead th + th {
    border-left: 1px solid #fff; }
  .contenttable thead .spacer {
    background-color: #fff; }
  .contenttable tbody:before {
    height: 1.5rem;
    content: " ";
    display: block; }
  .contenttable tbody tr {
    border-top: 1px solid #bec6d1; }
  .contenttable tr + tr.sum {
    border-top: 2px solid #bec6d1; }
  .contenttable tr.sum, .contenttable tbody tr:last-child:not(.sum) {
    border-bottom: 1px solid #bec6d1; }
  .contenttable tr.sum td, .contenttable tr.sum th {
    font-family: Arial, sans;
    font-weight: 400; }
  .contenttable .actual {
    background-color: #bec6d1; }
  .contenttable * + td, .contenttable * + th {
    border-left: 1px solid #bec6d1; }
  .contenttable th, .contenttable td {
    padding: 0.875rem 1.0rem;
    min-width: 5.5em;
    vertical-align: top; }
  .contenttable th.spacer-top, .contenttable td.spacer-top {
    padding-top: 1.5em; }
  .contenttable th.indent, .contenttable td.indent {
    padding-left: 1.625em; }
  .contenttable th.indent-double, .contenttable td.indent-double {
    padding-left: 2.625em; }
  .contenttable tr > *:first-child {
    text-align: left; }
  .contenttable th {
    font-weight: normal; }
  .contenttable tbody tr:hover td {
    background-color: #ccc; }
  .contenttable tbody tr:hover th {
    background-color: #ccc; }
  .contenttable tfoot p {
    margin: 0.75em 0 0 0;
    font-size: 0.875em;
    color: #666; }

.contenttable.timetable td {
  text-align: left; }

.contenttable.timetable td:first-child {
  font-family: Arial, sans;
  font-weight: 400;
  white-space: nowrap; }

.accordion .table-wrapper {
  margin-bottom: 0; }

.wrapper-all {
  position: absolute;
  right: 0;
  top: 0px;
  padding-top: 60px;
  -webkit-transition-property: padding-left;
  transition-property: padding-left;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 100%;
  overflow: hidden;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: white;
  border-top: 0 solid #dee2e8;
  border-right: 0 solid #dee2e8;
  border-bottom: 1px solid #dee2e8;
  border-left: 0 solid #dee2e8;
  z-index: 99;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.logo {
  display: block;
  float: right;
  margin: 0.5rem 0.5rem 0 0;
  width: 140px; }
  .logo > img {
    width: 100%; }

.nav-header {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: 1; }

.nav-header__bt {
  display: inline-block;
  width: 52px;
  height: 100%;
  overflow: hidden;
  text-align: left;
  padding: 1.0rem 0 0 0.75rem;
  background-color: #fff;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.nav-header__bt:hover {
  background-color: #00a0dc;
  text-decoration: none; }

.nav-header__bt:hover span, .nav-header__bt:hover span:before {
  color: #fff; }

.nav-header__bt span { color: transparent; }

.nav-header__bt span:before {
  position: absolute;
  left: 0rem;
  top: -0.5rem;
  font-size: 1.75rem;
  color: #bec6d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.nav-header__bt-menu span:before {
  content: "\ea09"; }

.navmode .nav-header__bt-menu:hover span:before {
  content: "\ea27"; }

.navmode.initial .nav-header__bt-menu span:before {
  content: "\ea09"; }

.nav-header__bt-search {
  margin-left: -4px; }

.nav-header__bt-search span:before {
  content: "\ea0a"; }

.searchmode .nav-header__bt-search span:before {
  content: "\ea27"; }
@media(max-width:543px)
{
.nav-header__bt-menu span.icon{color:#001941; padding-top:3px; padding-left:2rem;}
.nav-header__bt-menu{width:80px; font-size:14px;}
.nav-header__bt:hover span.icon{color:#fff;}
}
@media (min-width: 544px) {
  .nav-header > a {
    width: 160px;
    padding-left: 1.25rem; }
  .nav-header > a > span {
    padding-left: 3.5rem;
    visibility: visible; }
  :lang(fr) .nav-header > a.nav-header__bt-search > span {
    padding-left: 2.5rem; }
  .nav-header > a > span:before {
    left: 0.75rem; }
  :lang(fr) .nav-header > a.nav-header__bt-search > span:before {
    left: 0.75rem; }
  a.nav-header__bt-menu, a.nav-header__bt-search {
    border-top: 0 solid #dee2e8;
    border-right: 1px solid #dee2e8;
    border-bottom: 0 solid #dee2e8;
    border-left: 0 solid #dee2e8; }
  a.nav-header__bt-menu > span, a.nav-header__bt-search > span {
    color: #001941; } }

@media (min-width: 1020px) {
  header {
    height: 80px; }
  .logo {
    width: 200px;
    margin: 0.5rem 2.125rem 0 0; }
  .nav-header > a {
    padding-top: 1.75rem; } }

@media (min-width: 1280px) {
  .navmode.initial a.nav-header__bt-menu span:before {
    content: "\ea27"; } }

.nav-offcanvas {
  position: fixed;
  top: 0px;
  left: -320px;
  width: 320px;
  height: 100vH;
  z-index: 98;
  padding: 3.75rem 0 0 0;
  background-color: #fff;
  border-top: 0 solid #dee2e8;
  border-right: 1px solid #dee2e8;
  border-bottom: 0 solid #dee2e8;
  border-left: 0 solid #dee2e8;
  color: #fff;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.navmode .nav-offcanvas {
  left: 0; }

.navmode.initial .nav-offcanvas {
  left: -320px; }

.nav-offcanvas__wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  height: 100%;
  padding: 0 0 4em 0; }
  .nav-offcanvas__wrapper .nav-social {
    width: 320px;
    padding: 2.0rem 0.0rem 2.0rem 1.125rem; }
    .nav-offcanvas__wrapper .nav-social > p {
      text-align: center;
      color: #a3acb7;
      font-size: 0.8125rem;
      margin-bottom: 0.3125rem; }
    .nav-offcanvas__wrapper .nav-social > a {
      display: inline-block;
      width: 1.75rem;
      height: 2.5rem;
      color: #bec6d1;
      margin: 0 1rem 0 0;
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.15s;
      transition-duration: 0.15s;
      -webkit-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
    .nav-offcanvas__wrapper .nav-social > a:hover {
      color: #001941;
      text-decoration: none; }
    .nav-offcanvas__wrapper .nav-social > a + a {
      margin-left: 0.3125rem; }
    .nav-offcanvas__wrapper .nav-social > a:before {
      font-size: 1.5rem; }
    .nav-offcanvas__wrapper .nav-social > a.icon1:before{ font-size:1.55rem; margin-top:15px;}

.nav-offcanvas__list li + li {
  margin-top: 0; }

.nav-offcanvas__list a {
  display: block;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color: #001941; }

.nav-offcanvas__list a.icon:after {
  content: "\ea21";
  display: none;
  position: absolute;
  right: 1.125rem;
  top: 1.125rem;
  font-size: 1.0rem;
  color: #bec6d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.nav-offcanvas__list li.withsub a.icon:after {
  display: block; }

.nav-offcanvas__list a.act {
  color: #00a0dc; }

.nav-offcanvas__list .open > a.icon:after {
  content: "\ea22"; }

.nav-offcanvas__list .level-1st {
  border-top: 0 solid #dee2e8;
  border-right: 0 solid #dee2e8;
  border-bottom: 1px solid #dee2e8;
  border-left: 0 solid #dee2e8; }

.nav-offcanvas__list .level-1st.open {
  background-color: #fff; }

.nav-offcanvas__list .level-1st > ul {
  padding: 0.75rem 0 0.875rem 0;
  background-color: #f9f9f9; }

.nav-offcanvas__list .level-1st > a {
  padding: 1.0625rem 3.0rem 1.1875rem 4.75rem; }

.nav-offcanvas__list .level-1st > a:hover {
  background-color: #00a0dc;
  color: #fff;
  text-decoration: none; }

.nav-offcanvas__list .level-1st > .icon:before {
  position: absolute;
  left: 1.6875rem;
  top: 0.5rem;
  font-size: 1.875rem;
  color: #bec6d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.nav-offcanvas__list .level-1st > a.icon:hover:before, .nav-offcanvas__list .level-1st > a.icon:hover:after {
  color: #fff; }

.nav-offcanvas__list .level-1st.open > a {
  background-color: #69727d;
  color: #fff; }

.nav-offcanvas__list .level-1st.open > a.icon:before, .nav-offcanvas__list .level-1st.open > a.icon:after, .nav-offcanvas__list .level-1st.open > a.icon:hover:before, .nav-offcanvas__list .level-1st.open > a.icon:hover:after {
  color: #fff; }

.nav-offcanvas__list .level-2nd > a {
  padding: 0.3125rem 2.0rem 0.3125rem 1.875rem;
  font-size: 0.9375em; }

.nav-offcanvas__list .level-2nd > a.heading {
  font-family: Arial, sans;
  font-weight: 400; }

.nav-offcanvas__list .level-2nd > a:hover {
  color: #00a0dc; }

.nav-offcanvas__list .level-2nd > .icon:after {
  top: 0.25rem; }

.nav-offcanvas__list .level-2nd > ul {
  padding: 0.5rem 0 0.625rem 0;
  margin: 0;
  background-color: #f0f2f4; }

.nav-offcanvas__list .level-2nd.open > a {
  font-family: Arial, sans;
  font-weight: 400; }

.nav-offcanvas__list .level-3rd > a {
  padding: 0.3125rem 2.125rem 0.3125rem 2.75rem;
  font-size: 0.9375rem; }

.nav-offcanvas__list .level-3rd > a:hover {
  color: #00a0dc; }

.nav-offcanvas__switch {
  display: inline-block;
  width: 100%;
  padding: 1.125rem 3.0rem 1.125rem 4.75rem;
  border-top: 0 solid #dee2e8;
  border-right: 0 solid #dee2e8;
  border-bottom: 1px solid #dee2e8;
  border-left: 0 solid #dee2e8;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color: #001941;
  text-align: left; }

.nav-offcanvas__switch:hover {
  background-color: #dee2e8;
  text-decoration: none; }

.nav-offcanvas__switch:before {
  position: absolute;
  left: 1.6875rem;
  top: 0.5rem;
  font-size: 1.875rem;
  color: #bec6d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.nav-offcanvas__switch:hover {
  color: #001941; }

.nav-offcanvas__switch:hover:before {
  color: #001941; }

.nav-offcanvas__switch.icon_language:after {
  content: "\ea22";
  position: absolute;
  right: 1.125rem;
  top: 1.125rem;
  font-size: 1.0rem;
  color: #bec6d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.nav-offcanvas__switch.icon_language:hover:after {
  color: #001941; }

.nav-offcanvas__switch.icon_language.collapsed:after {
  content: "\ea21"; }

.nav-offcanvas__languages {
  padding: 0.5rem 1.1875rem 1.0rem 1.1875rem;
  margin-top: -1px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dee2e8; }
  .nav-offcanvas__languages > a {
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 0.5rem;
    font-size: 0.875rem; }

@media (min-width: 1020px) {
  .nav-offcanvas {
    padding-top: 80px; } }

@media (min-width: 1280px) {
  .navmode.initial .nav-offcanvas {
    left: 0px; } }

.search-offcanvas {
  position: fixed;
  top: 0px;
  left: -320px;
  width: 320px;
  height: 100vH;
  z-index: 98;
  padding: 6.5rem 2.0rem 0 1.5rem;
  background-color: #fff;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.searchmode .search-offcanvas {
  left: 0; }

@media (min-width: 768px) {
  .search-offcanvas {
    padding-top: 7.5rem; } }

@media (min-width: 1280px) {
  .search-offcanvas {
    padding-top: 8.5rem; } }

.carousel {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.stage .carousel__item:not(.caption) {
  max-height: 675px; }

.stage .carousel__image {
  background-color: #001941; }

.stage .form-search {
  width: 280px;
  left: 50%;
  transform: translateX(-50%); }

.stage .form-search__container {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 1rem 0;
  width: 100%; }

.stage .form-search__input {
  padding: 0.75rem 1.25rem 0.75rem 1.25rem;
  font-size: 1.125rem;
  color: #2e353f;
  background-color: transparent;
  font-family: Arial, sans;
  font-weight: 400; }
  .stage .form-search__input::-webkit-input-placeholder {
    color: #2e353f; }
  .stage .form-search__input:-moz-placeholder {
    color: #2e353f; }
  .stage .form-search__input::-moz-placeholder {
    color: #2e353f; }
  .stage .form-search__input:-ms-input-placeholder {
    color: #2e353f; }
  .stage .form-search__input::placeholder {
    color: #2e353f; }

.stage .form-search__btn {
  margin: 0;
  padding: 0.5375rem 1rem;
  border: 0;
  border-radius: 0;
  background-color: transparent; }

.stage .form-search__btn:before {
  top: 0.4375rem;
  left: 0.5rem;
  font-size: 1.625rem;
  color: #2e353f; }

.stage .form-search__btn:hover:before {
  color: #00a0dc; }

.stage__spacer {
  display: none; }
  .stage__spacer > img {
    width: 100%;
    height: auto;
    max-height: 675px; }

.wrapper-carousel {
  padding: 2.5rem 0 1.0rem 0;
  width: 100%;
  overflow: hidden; }

.carousel.slick-initialized, .carousel-content.slick-initialized {
  opacity: 1; }

.homepage .stage .slick-dots {
  display: none;
  bottom: -20px; }

.homepage .stage .slick-dots li {
  width: 22px;
  height: 30px;
  margin: 0; }

.homepage .stage .slick-dots li button {
  width: 100%;
  height: 100%; }

.slick-dots li:only-child {
  display: none; }

.carousel--news .card--wide {
  margin-bottom: 0 !important; }

.carousel--news .slick-dots li button:before {
  color: #bec6d1;
  opacity: 1; }

.carousel--news .slick-dots li.slick-active button:before {
  color: #001941;
  opacity: 1; }

.slick-dotted.slick-slider.carousel--news {
  margin-bottom: 3.75rem; }

.carousel--triple .slick-slide {
  margin: 0 20px; }

.carousel__image {
  width: 100%;
  max-height: 675px;
  overflow: hidden; }
  .carousel__image img {
    width: 544px;
    margin-left: 50%;
    transform: translateX(-50%); }
  .carousel__image video {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 544px;
    margin: 0 0 0 50%;
    transform: translateX(-50%);
    height: auto;
    opacity: 1.0; }

.carousel__caption {
  padding: 1.25rem 130px 0 0;
  font-size: 1.0rem;
  line-height: 1.45;
  color: #69727d; }

.carousel__overlay:not(.video) {
  width: 100%;
  max-width: 1600px;
  max-height: 675px;
  padding: 1.5rem 1.75rem; }
  .carousel__overlay:not(.video) h2 {
    font-family: Arial, sans;
    font-weight: 400;
    color: #001941; }
  .carousel__overlay:not(.video) h2 span:first-child {
    font-family: Arial, sans;
    font-weight: 400; }
  .carousel__overlay:not(.video) p {
    margin: 0;
    font-size: 0.9375rem; }

.carousel__overlay.video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0 !important; }
  .carousel__overlay.video > iframe {
    width: 100%;
    height: 100%; }

.homepage .carousel__overlay svg {
  position: absolute;
  left: 0;
  bottom: 6rem;
  display: none; }

.homepage .carousel__overlay .btn--primary {
  position: absolute;
  left: 3.5%;
  bottom: 1.75rem; }

.carousel--images .slick-dots {
  display: none !important; }

.carousel--images.slick-dotted.slick-slider {
  margin-bottom: 0; }

.carousel--captions .slick-prev, .carousel--captions .slick-next {
  width: 36px;
  height: 36px;
  z-index: 1;
  top: 34px; }

.carousel--captions .slick-prev:before, .carousel--captions .slick-next:before {
  color: #001941;
  font-size: 2.125rem; }

.carousel--captions .slick-prev:hover:before, .carousel--captions .slick-next:hover:before {
  color: #00a0dc; }

.carousel--captions .slick-prev {
  left: auto;
  right: 96px; }

.carousel--captions .slick-next {
  right: -5px; }

.carousel__counter {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 130px;
  height: 60px;
  padding: 1.25rem 0 0 0;
  background-color: #fff;
  font-family: Arial, sans;
  font-weight: 400;
  text-align: center;
  color: #001941; }

@media (min-width: 448px) {
  .carousel__overlay h2 span {
    display: block; } }

@media (min-width: 544px) {
  .carousel__image img, .carousel__image video {
    width: 100%;
    margin-left: 0;
    transform: translateX(0); } }

@media (min-width: 768px) {
  .carousel__item:not(.caption) .carousel__overlay:not(.video) {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 100%; }
    .carousel__item:not(.caption) .carousel__overlay:not(.video) > div {
      position: absolute;
      left: 4rem;
      bottom: 2rem;
      background-color: rgba(255, 255, 255, 0.9);
      margin: 0;
      padding: 1.25rem 1.5rem; }
    .carousel__item:not(.caption) .carousel__overlay:not(.video) h2.h3 {
      line-height: 1.45;
      margin: 0 0 0.5rem 0; }
    .carousel__item:not(.caption) .carousel__overlay:not(.video) .btn--text {
      float: right;
      margin: 0 -0.875rem 0 0; }
  .homepage .stage .slick-dots {
    bottom: 0px; }
  .homepage .stage .slick-dots li button:before {
    color: #fff;
    opacity: 0.5; }
  .homepage .stage .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1; }
  .homepage .stage .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .homepage .carousel__item:not(.caption) .carousel__overlay svg {
    display: block; }
  .homepage .carousel__item:not(.caption) .carousel__overlay svg + .h2 {
    display: none; }
  .stage .form-search {
    width: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .stage .form-search__container {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    background-color: rgba(0, 25, 65, 0.7); }
  .stage .form-search__input {
    padding: 0.75rem 1.25rem 0.75rem 1.25rem;
    font-size: 1.5rem;
    color: #fff; }
    .stage .form-search__input::-webkit-input-placeholder {
      color: #fff; }
    .stage .form-search__input:-moz-placeholder {
      color: #fff; }
    .stage .form-search__input::-moz-placeholder {
      color: #fff; }
    .stage .form-search__input:-ms-input-placeholder {
      color: #fff; }
    .stage .form-search__input::placeholder {
      color: #fff; }
  .stage .form-search__btn {
    width: 3.5rem;
    padding: 0.5375rem 1rem; }
  .stage .form-search__btn:before {
    top: 0.375rem;
    left: 0.75rem;
    font-size: 2.0rem;
    color: #fff; } }

@media (min-width: 1020px) {
  .stage .slick-list, .stage .slick-track {
    height: 100% !important; }
  .homepage .carousel__item:not(.caption) .carousel__overlay svg {
    bottom: 7rem; }
  .homepage .carousel__item:not(.caption) .carousel__overlay .btn--primary {
    bottom: 2.5rem; } }

@media (min-width: 1280px) {
  .homepage .carousel__item:not(.caption) .carousel__overlay svg {
    bottom: 8rem; }
  .homepage .carousel__item:not(.caption) .carousel__overlay .btn--primary {
    bottom: 2.75rem; }
  .carousel--news .slick-dots {
    bottom: -30px; }
  .carousel--news .slick-dots li button:before {
    font-size: 48px; }
  .slick-dotted.slick-slider.carousel--news {
    margin-bottom: 4.75rem; } }

@media (min-width: 1480px) {
  .stage .form-search {
    width: 660px; }
  .stage .form-search__input {
    padding: 1.0rem 1.75rem 1.125rem 1.75rem;
    font-size: 2.0rem; }
  .stage .form-search__btn {
    width: 3.5rem;
    padding: 0.5375rem 1rem; }
  .stage .form-search__btn:before {
    top: 0.6875rem;
    left: -0.5rem;
    font-size: 2.5rem;
    color: #fff; } }

@media (min-width: 1600px) {
  .homepage .carousel__item:not(.caption) .carousel__overlay {
    left: 50%;
    transform: translateX(-50%); } }

.call-to-action {
  margin-top: 1px;
  overflow: hidden; }
  .call-to-action a, .call-to-action div div {
    display: block;
    color: #fff;
    padding: 1.25rem 1.75rem 1.25rem 1.75rem;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
  .call-to-action a::after {
    position: absolute;
    right: 1.625rem;
    top: 1.125rem;
    font-size: 1.25rem; }
  .call-to-action a:hover {
    text-decoration: none; }
  .call-to-action > div + div::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    z-index: 1; }
  .call-to-action h4 {
    display: inline-block;
    margin: 0;
    font-family: Arial, sans;
    font-weight: 400;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    line-height: 1.3;
    color: #fff;
    padding-right: 2.25rem; }
    .call-to-action h4 span {
      font-family: Arial, sans;
      font-weight: 400;
      white-space: nowrap; }
  .call-to-action .bg-left div {
    background-color: #001941; }
  .call-to-action .bg-left h4 span {
    color: #00a0dc; }
  .call-to-action .bg-middle a {
    background-color: #00a0dc; }
  .call-to-action .bg-middle h4 span {
    color: #001941; }
  .call-to-action .bg-middle a::after {
    color: #fff; }
  .call-to-action .bg-right h4 {
    color: #001941; }
    .call-to-action .bg-right h4 span {
      color: #00a0dc; }
  .call-to-action .bg-right a::after {
    color: #00a0dc; }
  .call-to-action .bg-middle a:hover {
    background-color: #00b9ff; }
  .call-to-action .bg-right a:hover {
    background-color: #dee2e8; }
  .call-to-action .form-references {
    margin: 0;
    padding: 0;
    max-width: 400px; }
    .call-to-action .form-references .form-group {
      margin: 1.25rem 0 0.5rem 0; }
    .call-to-action .form-references .form-group-select {
      background: none !important;
      padding: 0;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      border-left: 1px solid #fff; }
    .call-to-action .form-references .form-group-select select {
      padding: 0.25rem 0.75rem 0.375rem 0.75rem;
      background: #001941 !important; }
    .call-to-action .form-references .form-group-select select:active, .call-to-action .form-references .form-group-select select:focus, .call-to-action .form-references .form-group-select select:visited, .call-to-action .form-references .form-group-select select:checked {
      background: #001941 !important;
      color: #fff; }
    .call-to-action .form-references .form-group-select:after {
      top: 0.375rem;
      right: 0.75rem; }

@media (min-width: 768px) {
  .call-to-action {
    max-height: 300px; }
    .call-to-action > div {
      width: 33.33%;
      float: left;
      height: 0;
      padding: 24% 0 0 0; }
    .call-to-action > div + div::before {
      width: 1px;
      height: 100%; }
    .call-to-action a, .call-to-action > div > div {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%; }
    .call-to-action a::after {
      top: auto;
      bottom: 1.125rem;
      right: 1.625rem;
      font-size: 1.5rem; }
    .call-to-action h4 {
      display: block; }
      .call-to-action h4 span {
        display: block; } }

@media (min-width: 1020px) {
  .call-to-action > div {
    padding: 20% 0 0 0; }
  .call-to-action h4 {
    font-size: 1.625rem; }
  .call-to-action a::after {
    bottom: 0.875rem;
    right: 1.25rem;
    font-size: 1.75rem; }
  .call-to-action .form-references .form-group-select select {
    font-size: 1.25rem;
    line-height: 1.3; } }

@media (min-width: 1280px) {
  body:not(.navmode) .call-to-action > div {
    padding: 18% 0 0 0; }
  body:not(.navmode) .call-to-action h4 {
    font-size: 2.0rem; }
  body:not(.navmode) .call-to-action .form-references .form-group-select select {
    font-size: 1.25rem; }
  body:not(.navmode) .call-to-action a::after {
    bottom: 1.125rem;
    right: 1.625rem;
    font-size: 2.25rem; } }

@media (min-width: 1600px) {
  .call-to-action h4 {
    font-size: 2.25rem; }
  .call-to-action > div {
    height: 300px;
    padding: 0; }
  body:not(.navmode) .call-to-action h4 {
    font-size: 2.5rem; }
  body:not(.navmode) .call-to-action > div {
    height: 300px;
    padding: 0; } }

a.icon_more, a.icon_back {
  display: inline-block;
  font-family: Arial, sans;
  font-weight: 400;
  font-size: 1.0rem;
  margin-top: 1.5rem;
  padding-left: 1.75rem;
  color: #001941; }

a.icon_more:after, a.icon_back:before {
  position: absolute;
  left: 0rem;
  top: -0.1875rem;
  font-size: 1.25rem;
  color: #00a0dc; }

.news {
  padding: 2rem 0 2.5rem 0;
  background-color: #f0f2f4; }
  .news .icon_more {
    float: right; }

.news + .news {
  padding-top: 0; }

.contentpage .news .col-lg-18 > .h4 {
  font-family: Arial, sans;
  font-weight: 400;
  color: #001941;
  margin-bottom: 2.0rem; }

.card {
  display: block;
  min-width: 100px;
  min-height: 100px;
  margin-bottom: 1.25rem;
  background-color: #fff;
  border-radius: 0;
  border: 0;
  overflow: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }
  .card img {
    width: 100%;
    height: auto; }

.card__content {
  padding: 1.25rem 1.5rem;
  width: 100%; }
  .card__content * {
    -webkit-transition-property: font-size;
    transition-property: font-size;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
  .card__content .h4, .card__content .h5 {
    font-family: Arial, sans;
    font-weight: 400;
    color: #001941;
    line-height: 1.25; }
  .card__content .h4 span {
    display: block;
    font-family: Arial, sans;
    font-weight: 400; }
  .card__content p:not(.abstract), .card__content a:not(.btn) {
    display: block;
    font-size: 0.875rem;
    margin: 0 0 0.3125rem 0;
    color: #2e353f;
    line-height: 1.5; }
  .card__content p.category {
    font-family: Arial, sans;
    font-weight: 400;
    color: #a3acb7; }
  .card__content .meta {
    color: #2e353f;
    margin-top: -0.25rem; }
  .card__content .link {
    display: inline-block;
    font-family: Arial, sans;
    font-weight: 400;
    font-size: 0.875rem;
    padding-left: 1.625rem;
    color: #001941; }
  .card__content .link.icon_arrow:after {
    position: absolute;
    left: 0;
    top: -0.10625rem;
    font-size: 1.25rem;
    color: #00a0dc; }

.card__image {
  overflow: hidden; position:relative; }
.card__image:before{float:left; width:100%; padding-top:56.25%; background-color:#dee2e8; content:'';}
  .card__image img {
      position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }

.card__inner {
  margin-top: 1.5rem; }

.card--news:hover, .card--products:hover {
  text-decoration: none; }
  .card--news:hover .card__content .h4, .card--products:hover .card__content .h4 {
    color: #00a0dc; }
  .card--news:hover .card__content p.category, .card--news:hover .card__content div.link, .card--products:hover .card__content p.category, .card--products:hover .card__content div.link {
    color: #00a0dc;
    text-decoration: underline; }
  .card--news:hover .card__image img, .card--products:hover .card__image img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
    opacity: 0.9; }

.card--wide .card__content {
  height: 100%;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.card--wide .card__image {
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.card--marginal {
  border-top: 1px solid #bec6d1;
  border-right: 1px solid #bec6d1;
  border-bottom: 1px solid #bec6d1;
  border-left: 1px solid #bec6d1; }
  .card--marginal .card__content {
    padding: 1.625rem 1.5rem 1.25rem 1.5rem; }
    .card--marginal .card__content p:not(.abstract), .card--marginal .card__content a:not(.btn) {
      font-size: 1.0rem; }
    .card--marginal .card__content *.icon {
      padding-left: 2rem; }
    .card--marginal .card__content *.icon:before {
      position: absolute;
      left: 0rem;
      top: -0.1875rem;
      font-size: 1.5rem;
      color: #a3acb7; }
    .card--marginal .card__content .h4 {
      margin-bottom: 2.25rem; }
    .card--marginal .card__content .btn {
      margin: 1.75rem 0 0.625rem 0;
      width: 100%; }
  .card--marginal .card__list > a {
    display: block;
    padding: 0.125rem 0 0.625rem 0;
    color: #001941; }
  .card--marginal .card__list > a.icon {
    padding-left: 2.0rem; }
  .card--marginal .card__list > a.icon:before, .card--marginal .card__list > a.icon:after {
    position: absolute;
    left: 0rem;
    top: 0rem;
    font-size: 1.25rem;
    color: #00a0dc; }
  .card--marginal .card__list > a.icon.icon_download:before {
    top: -0.0625rem;
    font-size: 1.375rem; }

.card--inline {
  border-top: 1px solid #bec6d1;
  border-right: 1px solid #bec6d1;
  border-bottom: 1px solid #bec6d1;
  border-left: 1px solid #bec6d1; }
  .card--inline .card__content p {
    font-size: 1.0rem; }
  .card--inline .card__content .btn {
    margin: 1.75rem 0 0.625rem 0;
    width: 100%; }

.card--info {
  margin: 2rem 0 2rem 0;
  border-top: 1px solid #bec6d1;
  border-right: 1px solid #bec6d1;
  border-bottom: 1px solid #bec6d1;
  border-left: 1px solid #bec6d1; }
  .card--info .card__image {
    margin: 1.5rem 0 2rem 0; }
  .card--info p:not(.abstract) {
    margin: -0.25rem 0 1.5rem 0; }
  .card--info .btn {
    margin-bottom: 1.0rem; }

.card:hover .card__content p {
  color: #2e353f; }

.card:hover .card__content link {
  color: #00a0dc; }

.card--products {
  border-top: 1px solid #dee2e8;
  border-right: 1px solid #dee2e8;
  border-bottom: 1px solid #dee2e8;
  border-left: 1px solid #dee2e8; }
  .card--products .card__content p {
    font-size: 1.0625rem; }

@media (min-width: 768px) {
  .news {
    padding: 3rem 0 2.5rem 0; }
  .card--news:not(.card--wide) .card__content, .card--products .card__content {
    height: 260px; }
  .card__inner {
    position: absolute;
    left: 1.5rem;
    bottom: 1rem;
    width: 100%;
    height: auto; }
  .card__content p:not(.abstract) {
    font-size: 0.9375rem; }
  .card__content .h4 {
    font-size: 1.25rem; }
  .card--wide .card__content {
    padding-bottom: 3.5rem; }
  .card--info .card__image {
    float: left;
    margin: 0 2rem 1rem 0;
    max-width: 46%; } }

@media (min-width: 1020px) {
  .card--wide {
    margin-bottom: 3.0rem; }
    .card--wide .card__image {
      width: 50%; }
    .card--wide .card__inner {
      bottom: 1.5rem; }
    .card--wide .card__content {
      width: 50%;
      position: absolute;
      right: 0px;
      top: 0px; }
      .card--wide .card__content .h4 {
        font-size: 1.375rem; }
      .card--wide .card__content p, .card--wide .card__content .link {
        font-size: 1.0rem; }
  .card__content a.icon_callback {
    pointer-events: none; } }

@media (min-width: 1280px) {
  .card--wide {
    margin-bottom: 4.75rem; }
    .card--wide .card__content {
      width: 32%; }
    .card--wide .card__image {
      width: 67.8%; }
  body:not(.navmode) .card__content .h4 {
    font-size: 1.4375rem; }
  body:not(.navmode) .card__content p:not(.abstract) {
    font-size: 1.0625rem; }
  body:not(.navmode) .card--news:not(.card--wide) .card__content, body:not(.navmode) .card--products .card__content {
    height: 240px; }
  body:not(.navmode) .card--wide {
    margin-bottom: 4.75rem; }
    body:not(.navmode) .card--wide .card__content .h4 {
      font-size: 1.5rem; }
    body:not(.navmode) .card--wide .card__content p {
      font-size: 1.0rem; }
    body:not(.navmode) .card--wide .card__content .link {
      font-size: 1.0rem; }
    body:not(.navmode) .card--wide .card__content .link.icon_arrow:after {
      top: -0.125rem; } }

@media (min-width: 1600px) {
  body.navmode .card__content .h4 {
    font-size: 1.4375rem; }
  body.navmode .card__content p:not(.abstract) {
    font-size: 1.0625rem; }
  body.navmode .card--news:not(.card--wide) .card__content, body.navmode .card--products .card__content {
    height: 240px; }
  .card--wide .card__content, body:not(.navmode) .card--wide .card__content {
    padding: 1.375rem 1.75rem; }
    .card--wide .card__content .h4, body:not(.navmode) .card--wide .card__content .h4 {
      font-size: 1.75rem; }
    .card--wide .card__content p, body:not(.navmode) .card--wide .card__content p {
      font-size: 1.0625rem; }
    .card--wide .card__content .link, body:not(.navmode) .card--wide .card__content .link {
      font-size: 1.0rem; }
    .card--wide .card__content .link.icon_arrow:after, body:not(.navmode) .card--wide .card__content .link.icon_arrow:after {
      top: -0.1875rem; } }

.homag-gruppe {
  padding: 2rem 0 2.5rem 0; }
  .homag-gruppe p.bold {
    padding: 0 2rem; }
  .homag-gruppe .col {
    text-align: center; }
  .homag-gruppe * {
    color: #001941; }

.homag-gruppe__map {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 0;
  padding-top: 40%;
  transform: translate(-50%, -50%); }
  .homag-gruppe__map > img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200%;
    height: auto;
    transform: translate(-50%, -50%);
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }

.homag-gruppe__text {
  padding: 1rem 1rem; }
  .homag-gruppe__text p.abstract {
    font-size: 0.9375rem;
    font-family: 'Helvetica',Arial, sans;
    font-weight: 400;
    margin: 0 auto 1.25rem auto; }
  .homag-gruppe__text .highlight {
    font-family: 'Helvetica',Arial, sans;
    font-weight: 400;
    white-space: nowrap; }

@media (min-width: 448px) {
  .homag-gruppe__map > img {
    width: 140%; } }

@media (min-width: 544px) {
  .homag-gruppe__text p.abstract {
    font-size: 1.125rem;
    line-height: 1.5em; } }

@media (min-width: 768px) {
  .homag-gruppe {
    padding: 3rem 0 3.5rem 0; }
  .homag-gruppe__map > img {
    width: 110%; }
  .homag-gruppe__text p.abstract {
    font-size: 1.375rem; } }

@media (min-width: 1020px) {
  body:not(.navmode) .homag-gruppe__map > img {
    width: 90%; }
  .homag-gruppe__text p {
    font-size: 1.125rem;
    max-width: 84%;
    margin: 0 auto 1.5rem auto; }
  .homag-gruppe__text p.abstract {
    font-size: 1.625rem; }
  .navmode .homag-gruppe__map {
    padding-top: 84.0%; } }

@media (min-width: 1280px) {
  .homag-gruppe {
    padding-top: 4em; }
  .homag-gruppe__map > img {
    width: 90%; }
  body:not(.navmode) .homag-gruppe__map > img {
    width: 80%; }
  .homag-gruppe__text p {
    font-size: 1.125rem;
    max-width: 64%;
    margin: 0 auto 1.5rem auto; }
  .homag-gruppe__text p.abstract {
    font-size: 1.75rem; } }

@media (min-width: 1600px) {
  .navmode .homag-gruppe__map {
    padding-top: 42.0%; } }

.arbeiten {
  padding: 2rem 0 2.5rem 0;
  background-color: #f0f2f4; }
  .arbeiten .h3.icon::before {
    top: -2px; }
  .arbeiten .col.col-lg-12 {
    padding: 0; }
  .arbeiten .btn.btn--primary:hover {
    background-color: #00b9ff; }
  .arbeiten .form-group-select {
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 0.125rem 0.75rem;
    margin-bottom: 0.75rem; }
    .arbeiten .form-group-select select {
      background: #fff;
      color: #001941; }
  .arbeiten .form-group-select + .form-group-select {
    margin-top: -0.6875rem; }
  .arbeiten .form-group-select:after {
    color: #001941; }
  .arbeiten .col:nth-child(2) .arbeiten__entry {
    height: 0px;
    padding-top: 56%;
    background-color: #000; }
    .arbeiten .col:nth-child(2) .arbeiten__entry .arbeiten__content {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      padding: 0; }
  .arbeiten .col:nth-child(3) {
    display: none; }
    .arbeiten .col:nth-child(3) .arbeiten__content {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      padding: 0; }
  .arbeiten .col:nth-child(4) .arbeiten__entry {
    background-color: #dee2e8; }
    .arbeiten .col:nth-child(4) .arbeiten__entry .h3 {
      color: #001941;
      margin-bottom: 0rem; }

.arbeiten__entry {
  background-color: #fff; }
  .arbeiten__entry .h3 {
    margin-bottom: 1.0rem; }
  .arbeiten__entry .btn {
    font-size: 0.875rem;
    padding: 0.625rem 1.0rem 0.75rem 1.0rem; }
  .arbeiten__entry .btn.icon_arrow {
    padding-right: 3.0rem; }
  .arbeiten__entry .btn.icon_arrow:after {
    position: absolute;
    right: 0.75rem;
    top: 0.1875rem;
    font-size: 1.5rem; }

.arbeiten__content {
  text-align: center;
  padding: 1.5rem 2.5rem; }
  .arbeiten__content h3, .arbeiten__content p, .arbeiten__content form {
    text-align: center; }
  .arbeiten__content > img {
    width: 100%;
    height: auto; }
  .arbeiten__content .inlinevideo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    margin: 0; }
    .arbeiten__content .inlinevideo > a {
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.1); }
    .arbeiten__content .inlinevideo > a::before {
      content: "\ea26";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 60px;
      height: 60px;
      margin: -60px 0 0 -40px;
      color: rgba(255, 255, 255, 0.7);
      font-size: 5.5rem; }
    .arbeiten__content .inlinevideo > a:hover::before {
      color: white; }
    .arbeiten__content .inlinevideo .video {
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .arbeiten__content .inlinevideo iframe {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%; }

select option > span {
  color: #ff3300; }

@media (min-width: 768px) {
  .arbeiten {
    padding: 3rem 0 3.5rem 0; } }

@media (min-width: 1020px) {
  body:not(.navmode) .arbeiten .col:nth-child(3), body.navmode.initial .arbeiten .col:nth-child(3) {
    display: block; }
  body:not(.navmode) .arbeiten__entry, body.navmode.initial .arbeiten__entry {
    height: 0px;
    padding-top: 56%; }
  body:not(.navmode) .arbeiten__content, body.navmode.initial .arbeiten__content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; }
  .arbeiten .col:nth-child(1) .arbeiten__entry, .arbeiten .col:nth-child(4) .arbeiten__entry {
    padding-bottom: 1px; }
  .arbeiten .col:nth-child(1) .arbeiten__content, .arbeiten .col:nth-child(4) .arbeiten__content {
    top: 50%;
    height: auto;
    transform: translateY(-50%);
    padding: 0 2.5rem; }
  .arbeiten .col:nth-child(1) .form-content, .arbeiten .col:nth-child(4) .form-content {
    padding: 1.0rem 0 0 0; } }

@media (min-width: 1280px) {
  .arbeiten .col:nth-child(3) {
    display: block; }
  .arbeiten__entry {
    height: 0px;
    padding-top: 56%; }
  .arbeiten__entry.valign .arbeiten__content {
    top: 50%;
    height: auto;
    transform: translateY(-50%);
    padding: 0 2.5rem; }
  .arbeiten__content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; }
  body.navmode .arbeiten__entry .h3 {
    font-size: 1.75rem; }
  body:not(.navmode) .arbeiten .col:nth-child(4) .arbeiten__entry .h3 {
    margin-bottom: 0rem; }
  body:not(.navmode) .arbeiten .col:nth-child(4) .arbeiten__entry .form-group-select {
    padding: 0.25rem 0.75rem;
    margin-bottom: 1.5rem; }
  body:not(.navmode) .arbeiten .col:nth-child(4) .arbeiten__entry .form-group-select + .form-group-select {
    margin-top: -1.25rem; }
  body:not(.navmode) .arbeiten__entry .btn {
    font-size: 1.0rem;
    padding: 0.875rem 1.25rem 1.0rem 1.25rem; }
  body:not(.navmode) .arbeiten__entry .btn.icon_arrow {
    padding-right: 3.5rem; }
  body:not(.navmode) .arbeiten__entry .btn.icon_arrow:after {
    top: 0.375rem;
    right: 0.9375rem;
    font-size: 1.75rem; } }

@media (min-width: 1600px) {
  body.navmode .arbeiten__entry .h3 {
    font-size: 2.0rem; }
  body.navmode .arbeiten__entry .btn {
    font-size: 1.0rem;
    padding: 0.875rem 1.25rem 1.0rem 1.25rem; }
  body.navmode .arbeiten__entry .btn.icon_arrow {
    padding-right: 3.5rem; }
  body.navmode .arbeiten__entry .btn.icon_arrow:after {
    top: 0.375rem;
    right: 0.9375rem;
    font-size: 1.75rem; }
  body.navmode .arbeiten .col:nth-child(4) .arbeiten__entry .h3 {
    margin-bottom: 0.5rem; }
  body.navmode .arbeiten .col:nth-child(4) .arbeiten__entry .form-group-select {
    padding: 0.25rem 0.75rem;
    margin-bottom: 1.5rem; }
  body.navmode .arbeiten .col:nth-child(4) .arbeiten__entry .form-group-select + .form-group-select {
    margin-top: -1.25rem; } }

.job-offers {
  margin: 0.5rem 0 3rem 0;
  padding: 2.25rem 2.5rem;
  background-color: #f0f2f4; }
  .job-offers .form-productfilter {
    margin-top: 1.5rem; }
    .job-offers .form-productfilter .form-group-select {
      max-width: 1000px; }

* + .job-offers {
  margin-top: 3rem; }

.job-offers__entry {
  margin-bottom: 1.375rem; }
  .job-offers__entry .h6 {
    color: #a3acb7;
    font-family: 'Helvetica',Arial, sans;
    font-weight: 400;
    margin-bottom: 1.0rem;
    font-size: 0.875rem; }
  .job-offers__entry .h4 {
    color: #001941;
    line-height: 1.3; }
  .job-offers__entry p {
    color: #2e353f;
    margin-bottom: 0; }
  .job-offers__entry a:hover {
    text-decoration: none; }
    .job-offers__entry a:hover h4 {
      text-decoration: underline; }

.job-offers__entry + .job-offers__entry {
  border-top: 1px solid #dee2e8;
  padding-top: 1.25rem; }

.pagecontent .job-offers__entry * + .h4 {
  margin: 0 0 0.625rem 0; }

.pagecontent .abstract.job-description {
  color: #69727d; }
  .pagecontent .abstract.job-description span:first-child {
    color: #001941;
    font-family: 'Helvetica',Arial, sans;
    font-weight: 400; }
  .pagecontent .abstract.job-description span:first-child::after {
    content: " "; }

.quicklinks {
  padding: 5rem 0 0 0; }

.quicklinks__entry {
  display: block;
  height: auto;
  background-color: #00a0dc;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color: #fff;
  padding: 1.5rem 1.25rem;
  margin: 0 0 1px 0; }
  .quicklinks__entry p {
    width: 100%;
    margin: 0;
    padding: 0 0 0 3.5rem;
    font-size: 1.0rem;
    line-height: 1.4em;
    font-family: 'Helvetica',Arial, sans;
    font-weight: 400; }
  .quicklinks__entry p.icon:before {
    position: absolute;
    left: 0rem;
    top: 50%;
    width: 2rem;
    height: 2rem;
    margin-top: -0.75rem;
    font-size: 2.5rem; }
  .quicklinks__entry p:not(.icon) {
    top: 50%;
    transform: translateY(-50%); }

.quicklinks__entry:hover {
  background-color: #00b9ff;
  color: #fff;
  text-decoration: none; }

@media (min-width: 544px) {
  .quicklinks__entry {
    height: 110px;
    margin: 0 0 1.5rem 0;
    padding: 0 1.25rem; }
    .quicklinks__entry p {
      top: 50%;
      transform: translateY(-50%); } }

@media (min-width: 768px) {
  .quicklinks__entry {
    height: 80px;
    padding: 0 1.75rem; } }

@media (min-width: 1020px) {
  .quicklinks__entry {
    height: 170px; }
    .quicklinks__entry p {
      padding: 7.25rem 0 0 0;
      text-align: center;
      top: auto;
      transform: translateY(0); }
    .quicklinks__entry p.icon:before {
      top: 4.5rem;
      left: 50%;
      margin-left: -2.625rem;
      font-size: 5.25rem; } }

.tabs {
  margin: 2rem 0; }

.nav-tabs {
  border: none;
  z-index: 1; }
  .nav-tabs li + li {
    margin-top: 0; }
  .nav-tabs .nav-item {
    margin-bottom: 0; }
  .nav-tabs li.nav-item + li.nav-item {
    margin-left: 1px; }
  .nav-tabs .nav-link {
    border-radius: 0;
    padding: 0.875rem 1.625rem 0.875rem 1.625rem;
    background-color: #a3acb7;
    border: none;
    color: #fff;
    font-size: 1.125rem;
    font-family: 'Helvetica',Arial, sans;
    font-weight: 400; }
  .nav-tabs .nav-link:hover {
    color: #fff; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    background-color: #f0f2f4;
    color: #2e353f; }

.tab-content {
  background-color: #f0f2f4; }

.tab-pane {
  padding: 1.5em; }

.newsletter {
  padding: 4rem 0 4rem 0; }
  .newsletter .h3.section {
    font-size: 2.25rem; }
  .newsletter p.abstract {
    padding: 2.5rem 0 0 0;
    font-size: 1.5rem;
    font-family: 'Helvetica',Arial, sans;
    font-weight: 400; }
  .newsletter span {
    font-family: 'Helvetica',Arial, sans;
    font-weight: 400;
    white-space: nowrap; }

.newsletter.grey {
  background-color: #f0f2f4; }

.campaign {
  margin-bottom: 1rem;
  font-size: 0.9375rem; }

.campaign + .campaign {
  margin-top: 1.375rem; }

.display_archive {
  margin-bottom: 1.25rem; }

@media (min-width: 768px) {
  .campaign {
    font-size: 1.0rem; } }

@media (min-width: 1280px) {
  .campaign {
    font-size: 1.0625rem; } }

.form-content {
  padding: 1.0rem 0; }
  .form-content .form-check-input {
    margin-left: -1.625rem; }
  .form-content .form-check-inline {
    padding-left: 2rem; }

.form-productfilter {
  margin-top: -1.5rem; }
  .form-productfilter .form-group {
    margin-bottom: 2.5rem; }
  .form-productfilter .form-group-select {
    width: 100%;
    max-width: 550px;
    margin-bottom: 1.75rem;
    margin-right: 2.5rem;
    padding: 0.75rem 2.5rem 0.9375rem 0.75rem;
    background-color: #fff;
    border-top: 1px solid #dee2e8;
    border-right: 1px solid #dee2e8;
    border-bottom: 2px solid #dee2e8;
    border-left: 1px solid #dee2e8; }
    .form-productfilter .form-group-select select {
      background: #fff;
      color: #2e353f;
      font-size: 1.0625rem;
      font-family: 'Helvetica',Arial, sans;
      font-weight: 400; }
  .form-productfilter .form-group-select:hover select {
    color: #00a0dc; }
  .form-productfilter .form-group-select::after {
    top: 0.75rem;
    font-size: 1.75rem;
    color: #bec6d1; }
  .form-productfilter .form-group-select:hover::after {
    color: #00a0dc; }
  .form-productfilter .form-check-inline {
    margin-bottom: 0.875rem;
    padding-left: 0; }
  .form-productfilter .form-check-input:not(:checked), .form-productfilter .form-check-input:checked {
    position: absolute;
    left: -9999px; }
  .form-productfilter .form-check-input:not(:checked) + label, .form-productfilter .form-check-input:checked + label {
    position: relative;
    padding: 4px 0 0 46px;
    cursor: pointer; }
  .form-productfilter .form-check-input:not(:checked) + label:before, .form-productfilter .form-check-input:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 28px;
    height: 28px;
    border: 1px solid #bec6d1;
    background: #fff; }
  .form-productfilter .form-check-input:not(:checked) + label:after, .form-productfilter .form-check-input:checked + label:after {
    content: '\ea3e';
    position: absolute;
    top: 6px;
    left: 4px;
    font-size: 22px;
    line-height: 0.8;
    color: #69727d;
    transition: all .2s; }
  .form-productfilter .form-check-input:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  .form-productfilter .form-check-input:checked + label:after {
    opacity: 1;
    transform: scale(1); }
  .form-productfilter .form-check-input:disabled:not(:checked) + label:before, .form-productfilter .form-check-input:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd; }
  .form-productfilter .form-check-input:disabled:checked + label:after {
    color: #999; }
  .form-productfilter .form-check-input:disabled + label {
    color: #aaa; }
  .form-productfilter .form-check-input + label:hover:before {
    border: 1px solid #4778d9 !important; }

.abstract + .form-productfilter {
  margin: -0.5rem 0 1.5rem 0; }

.product__resultcounter {
  font-size: 1.225rem;
  padding: 0.0rem 0 0.75rem 0; }
  .product__resultcounter > span {
    font-family: 'Helvetica',Arial, sans;
    font-weight: 400; }

.form-group + p.product__resultcounter {
  margin-top: -1rem;
  padding-top: 0.0rem; }

.products {
  background-color: #f0f2f4;
  padding: 3.5rem 0 2.25rem 0; }
  .products .col-lg-18 > .h4 {
    font-family: 'Helvetica',Arial, sans;
    font-weight: 400;
    color: #001941;
    margin-bottom: 2.0rem; }

.products + .pagecontent {
  margin-top: 2.0rem; }

@media (min-width: 768px) {
  .productfilter {
    padding: 1.125rem 0; }
  .form-productfilter .form-group, .form-productfilter .form-check-inline {
    float: left; }
  .form-productfilter .form-check-inline {
    margin: 0.75rem 2.5rem 0 0; } }

@media (min-width: 1280px) {
  .productfilter {
    padding: 1.75rem 0; }
  .form-productfilter .form-check-inline {
    margin: 1.125rem 3.25rem 0 0; }
  .form-productfilter .form-check-input:not(:checked) + label, .form-productfilter .form-check-input:checked + label {
    font-size: 1.0625rem;
    padding: 1px 0 0 44px; } }

footer .container {
  padding-top: 2rem;
  padding-bottom: 2rem; }

footer * {
  font-size: 0.875rem; }

footer .grey .container {
  padding-top: 0; }

footer .grey * {
  color: #fff; }

footer .grey .padding {
  padding: 1.5rem 4.25rem 0.75rem 4.25rem; }

footer .grey a.duerr {
  display: inline-block;
  width: 6.25rem;
  height: 2.5rem;
  margin-top: 2rem; }
  footer .grey a.duerr > img {
    width: 100%; }

.nav-secondary {
  padding: 0.0rem 0 0 0rem; }
  .nav-secondary a {
    float: left;
    display: block;
    width: 50%;
    margin: 0 0 0.75rem 0; }

@media (min-width: 768px) {
  .nav-secondary a {
    width: 33.33%; } }

@media (min-width: 1020px) {
  .footer__signon {
    padding-top: 2rem; }
  .nav-secondary a {
    width: 50.0%; }
  footer .grey a.duerr {
    float: right;
    margin-top: 0; } }

.servicebar {
  position: fixed;
  top: 80px;
  right: 12px;
  width: 36px; }
  .servicebar a {
    display: block;
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
    color: #fff;
    background-color: #a3acb7;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    border-top: 1px solid #a3acb7;
    border-right: 1px solid #a3acb7;
    border-bottom: 1px solid #a3acb7;
    border-left: 1px solid #a3acb7;
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
  .servicebar a.servicebar__loesung {
    background-color: #001941;
    border-top: 1px solid #001941;
    border-right: 1px solid #001941;
    border-bottom: 1px solid #001941;
    border-left: 1px solid #001941; }
  .servicebar a.servicebar__productfinder {
    background-color: #00a0dc;
    border-top: 1px solid #00a0dc;
    border-right: 1px solid #00a0dc;
    border-bottom: 1px solid #00a0dc;
    border-left: 1px solid #00a0dc; }
  .servicebar > a:hover {
    color: #00a0dc;
    background-color: #fff;
    border-top: 1px solid #00a0dc;
    border-right: 1px solid #00a0dc;
    border-bottom: 1px solid #00a0dc;
    border-left: 1px solid #00a0dc; }
  .servicebar a:before {
    position: absolute;
    left: 0.25rem;
    top: -0.125rem;
    font-size: 1.675rem; }
  .servicebar a.icon_kontakt:before {
    top: -0.125rem;
    left: 0.3125rem;
    font-size: 1.5rem; }
  .servicebar a.icon_share:before {
    left: 0.1875rem; }
.servicebar a.icon1{ text-align:center;}
.servicebar a.icon1:before{ font-size:1.2rem; left:0.35rem; margin-top:10px;}
.has-scrollbar .servicebar {
  right: 30px; }

.popover {
  max-width: 360px; }

.popover__title, .popover__title.icon_more {
  display: block;
  font-family: 'Helvetica',Arial, sans;
  font-weight: 400;
  font-size: 1.25rem;
  color: #001941;
  margin-top: 0;
  padding-left: 0; }

.popover__title > span {
  display: block;
  font-family: 'Helvetica',Arial, sans;
  font-weight: 400; }

.popover__title:hover {
  text-decoration: none; }

.popover__title.icon_more {
  padding-right: 1.75rem; }

.popover__title.icon_more::after {
  position: absolute;
  right: -6px;
  top: -3px;
  left: auto;
  font-size: 1.5rem; }

.popover__subtitle {
  font-size: 0.875rem;
  color: #69727d;
  font-family: 'Helvetica',Arial, sans;
  font-weight: 400;
  margin-bottom: 0.5rem; }

a + .popover__subtitle {
  margin-top: 1.5rem; }

.popover-header {
  display: none; }

.popover-body {
  padding: 0.5rem 1.0rem 0.5rem 1.0rem; }

.popover__contact {
  padding: 0.875rem 0.25rem 1.0rem 0.25rem; }
  .popover__contact .popover__title {
    margin-bottom: 1.75rem; }
  .popover__contact p, .popover__contact a:not(.btn) {
    display: block;
    font-size: 0.875rem;
    margin: 0 0 0.3125rem 0;
    color: #2e353f;
    line-height: 1.5; }
  .popover__contact *.icon {
    padding-left: 2rem; }
  .popover__contact *.icon:before {
    position: absolute;
    left: 0rem;
    top: -0.3125rem;
    font-size: 1.3125rem;
    color: #a3acb7; }
  .popover__contact * + a.btn {
    margin-top: 1.5rem; }

.popover__share {
  padding: 0 0 0.3125rem 0; }
  .popover__share a {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    color: #bec6d1; }
  .popover__share a:before {
    position: absolute;
    left: 0rem;
    top: -0.25rem;
    font-size: 1.875rem; }
  .popover__share a:hover {
    color: #00a0dc; }
  .popover__share a + a {
    margin-left: 0.5rem; }

@media (min-width: 768px) {
  .popover__title {
    font-size: 1.375rem; }
  .popover__title.icon_more {
    padding-right: 2.25rem; }
  .popover__title.icon_more::after {
    top: -6px;
    right: -6px;
    font-size: 1.75rem; }
  a + .popover__subtitle {
    margin-top: 1.625rem; }
  .popover__contact {
    padding: 1.0rem 0.5rem 1.25rem 0.5rem; }
    .popover__contact p, .popover__contact a:not(.btn), .popover__contact .popover__subtitle {
      font-size: 1.0rem; }
    .popover__contact *.icon:before {
      font-size: 1.5rem; }
  .popover-body {
    padding: 0.75rem 1.25rem 0.75rem 1.25rem; } }

@media (min-width: 1020px) {
  .popover a.icon_whatsapp {
    display: none; }
  .popover__contact a.icon_callback {
    pointer-events: none; }
  .popover-body {
    padding: 0.875rem 1.75rem 0.875rem 1.75rem; }
  .popover__share a + a {
    margin-left: 0.75rem; } }

@media (min-width: 1280px) {
  .popover__contact .popover__title {
    font-size: 1.5rem;
    margin-bottom: 2.25rem; }
  .popover__contact p, .popover__contact a:not(.btn), .popover__contact .popover__subtitle {
    font-size: 1.125rem; }
  .popover__contact *.icon {
    padding-left: 2.125rem; }
  .popover__contact *.icon:before {
    font-size: 1.625rem; }
  a + .popover__subtitle {
    margin-top: 1.75rem; } }

.searchresults__header .form-search__container {
  margin: 2rem 0 1.75rem 0;
  max-width: 524px;
  border-top: 0px solid #dee2e8;
  border-right: 0px solid #dee2e8;
  border-bottom: 0px solid #dee2e8;
  border-left: 0px solid #dee2e8;
  background-color: #f0f2f4; }

.searchresults__header .form-search__input {
  height: 52px;
  padding: 0.625rem 1.0rem 0.875rem 1.0rem;
  background-color: transparent; }

.searchresults__header .form-search__btn-group {
  z-index: 1; }
  .searchresults__header .form-search__btn-group button {
    width: 56px;
    height: 52px;
    background-color: transparent;
    cursor: pointer; }
  .searchresults__header .form-search__btn-group button:before {
    right: auto;
    left: 0.875rem;
    top: 0.325rem;
    color: #00a0dc;
    font-size: 1.75rem; }
  .searchresults__header .form-search__btn-group button:hover:before {
    color: #00b9ff; }

.searchresults__groupfilter {
  margin: 1.75rem 0 2.5rem 0; }
  .searchresults__groupfilter p {
    margin: 0 0 0.75rem 0;
    font-size: 0.875rem; }
  .searchresults__groupfilter .btn.btn--primary.outline {
    margin: 0 0.75rem 1.0rem 0;
    padding: 0.5rem 1.0rem 0.625rem 1.0rem;
    font-family: 'Helvetica',Arial, sans;
    font-weight: 400;
    color: #2e353f; }
  .searchresults__groupfilter .btn.btn--primary.outline:hover {
    color: #fff; }
  .searchresults__groupfilter .searchresults__btnwrap {
    display: inline-block;
    margin: 0 0.75rem 1.0rem 0; }
    .searchresults__groupfilter .searchresults__btnwrap .btn.btn--primary.outline {
      margin: 0;
      padding-right: 3.5rem; }
    .searchresults__groupfilter .searchresults__btnwrap .btn + .count {
      position: absolute;
      right: 1.125rem;
      top: 0.5875rem;
      font-size: 0.875rem;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.15s;
      transition-duration: 0.15s;
      -webkit-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      pointer-events: none; }
    .searchresults__groupfilter .searchresults__btnwrap .btn:hover + .count {
      color: #fff; }

.searchresults__count {
  font-size: 0.875rem; }

.searchresults__items-per-page label {
  display: inline-block;
  vertical-align: top;
  padding-top: 0.625rem;
  margin-right: 0.5rem;
  font-size: 0.875rem; }

.searchresults__items-per-page .form-group {
  margin: 0; }

.searchresults__items-per-page .form-group-select {
  display: inline-block;
  vertical-align: top;
  width: 46px;
  background-color: transparent;
  padding: 0.625rem 0 0.625rem 0; }
  .searchresults__items-per-page .form-group-select select {
    color: #2e353f;
    background: none;
    font-family: 'Helvetica',Arial, sans;
    font-weight: 400;
    margin: -0.5625rem 0 0 0;
    padding: 0 1.5rem 0 0;
    width: 200%;
    font-size: 0.875rem; }

.searchresults__items-per-page .form-group-select:after {
  color: #2e353f;
  font-size: 0.875rem;
  top: 0.6875rem;
  right: 0; }

.searchresults__list {
  margin: 0; }

.searchresults__entry a {
  display: block;
  padding: 1.0rem 0 2.0rem 0; }

.searchresults__entry a:hover {
  text-decoration: none; }
  .searchresults__entry a:hover .h5, .searchresults__entry a:hover p.small {
    color: #00a0dc;
    text-decoration: underline; }

.searchresults__entry a .h5 {
  margin: 0 0 0.375rem 0;
  color: #001941;
  font-family: 'Helvetica',Arial, sans;
  font-weight: 400; }

.searchresults__entry a p {
  margin: 0;
  color: #2e353f;
  font-size: 1.0rem;
  line-height: 1.4; }

.searchresults__entry a p.small {
  margin: 0.5rem 0 0 0;
  color: #69727d;
  font-size: 0.875rem;
  line-height: 1.4; }

@media (min-width: 768px) {
  .searchresults__items-per-page {
    display: inline-block;
    float: right; }
  .searchresults__count {
    display: inline-block;
    margin-top: 0.625rem; } }

@media (min-width: 1020px) {
  .searchresults__header .form-search__container {
    max-width: 580px; }
  .searchresults__header .form-search__input {
    height: 64px;
    padding: 0.625rem 1.25rem 0.9375rem 1.25rem;
    font-size: 1.5rem; }
  .searchresults__header .form-search__btn-group button {
    width: 64px;
    height: 64px; }
  .searchresults__header .form-search__btn-group button:before {
    left: 0.75rem;
    top: 0.325rem;
    font-size: 2.25rem; } }

@media (min-width: 1280px) {
  .searchresults__header .form-search__container {
    max-width: 742px; }
  .searchresults__header .form-search__input {
    height: 84px;
    padding: 0.875rem 1.5rem 1.125rem 1.5rem;
    font-size: 2.25rem; }
  .searchresults__header .form-search__btn-group button {
    width: 84px;
    height: 84px; }
  .searchresults__header .form-search__btn-group button:before {
    left: 0.75rem;
    top: 0.325rem;
    font-size: 3.0rem; }
  .searchresults__groupfilter .searchresults__btnwrap .btn + .count {
    font-size: 1.0rem; } }

.pagination {
  margin-top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0; }

.pagination li + li {
  margin-top: 0; }

.page-item .page-link, .page-item.active .page-link, .page-item.disabled .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover, .page-item.disabled .page-link:hover {
  background: none;
  border: none; }

.page-link {
  color: #69727d;
  font-size: 1.125rem; }

.page-link:hover, .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  color: #001941; }

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  font-family: 'Helvetica',Arial, sans;
  font-weight: 400; }

.page-item:first-child .page-link, .page-item:last-child .page-link {
  display: block;
  height: 36px;
  color: #00a0dc; }

.page-item:first-child .page-link:hover, .page-item:last-child .page-link:hover {
  color: #00b9ff; }

.page-item:first-child .page-link:before {
  content: "\ea07";
  font-size: 1.875rem;
  position: absolute;
  left: -0.25rem;
  top: 0.0625rem; }

.page-item:first-child {
  margin-right: 0.5rem; }

.page-item:last-child .page-link:before {
  content: "\ea08";
  font-size: 1.875rem;
  position: absolute;
  right: -0.25rem;
  top: 0.0625rem; }

.page-item:last-child {
  margin-left: 0.5rem; }

.form-content .row + .row {
  margin-top: 2.0rem;
  padding-top: 3.0rem;
  border-top: 1px solid #dee2e8;
  border-right: 0 solid #dee2e8;
  border-bottom: 0 solid #dee2e8;
  border-left: 0 solid #dee2e8; }

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

.form-group + p {
  margin: 1.0rem 0 0.5rem 0; }

.form-group + h4 {
  margin: 2.0rem 0 1.25rem 0; }

.form-control {
  border-radius: 0; }

.form-group-select {
  background-color: #001941;
  padding: 0.25rem 0.75rem;
  overflow: hidden; }
  .form-group-select select {
    width: 120%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: #001941;
    color: #fff; }

.form-group-select:after {
  content: "\ea34";
  font-size: 1.125rem;
  position: absolute;
  right: 1.25rem;
  top: 0.625rem;
  pointer-events: none;
  color: #fff; }

.form-check-inline, .form-radio-inline {
  margin-right: 1.5rem; }

.form-group-textarea textarea {
  padding: 0.75rem 1.25rem; }

.form-group-input .form-control {
  padding: 0.5rem 1rem; }

.form-group-input * + label {
  margin: 0.375rem 0 0 0;
  font-size: 0.875rem;
  color: #2e353f; }

.form-group-input + .form-group-input {
  margin-top: -0.25rem; }

.form-group-inline {
  display: inline-block;
  margin-right: 1.5rem; }
  .form-group-inline label {
    margin-right: 0.5rem; }
  .form-group-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

.form-group-input.short .form-control {
  width: 3rem;
  text-align: center;
  padding: 0.5rem 0.25rem; }

.form-group-input.medium .form-control {
  width: 6rem;
  text-align: center;
  padding: 0.5rem 0.25rem; }

.form-group-input.long .form-control {
  width: 9rem;
  text-align: center;
  padding: 0.5rem 0.25rem; }

.form-search__container {
  border-bottom: 1px solid #a3acb7; }

.form-search__input {
  padding: 0.5rem 0rem 0.5rem 0;
  border: 0;
  border-radius: 0;
  font-size: 1.125rem;
  background-color: transparent; }

.form-search__btn {
  width: 3rem;
  margin: 0 0 0 1px;
  padding: 0.5375rem 1rem;
  border: 0;
  border-radius: 0;
  background-color: transparent; }

.form-search__btn:before {
  content: "\ea08";
  position: absolute;
  left: 1.5rem;
  top: 0.25rem;
  font-size: 1.5rem;
  color: #a3acb7; }

.form-search__btn:hover:before {
  color: #001941; }

.has-error {
  border: 1px solid #eb5f0a; }

label.has-error {
  border: none;
  color: #eb5f0a; }

.form-control.has-error::-webkit-input-placeholder {
  color: #eb5f0a; }

.form-control.has-error:-moz-placeholder {
  color: #eb5f0a; }

.form-control.has-error::-moz-placeholder {
  color: #eb5f0a; }

.form-control.has-error:-ms-input-placeholder {
  color: #eb5f0a; }

.has-error select.form-control {
  color: #eb5f0a; }

.has-error.form-group-select:after {
  color: #eb5f0a; }

.formSubmit-error {
  padding-bottom: 15px;
  display: none;
  color: #eb5f0a; }

.formSubmit-error.is-error {
  display: block; }

.powermail_fieldwrap_type_check {
  margin: 0 0 1.75rem 0; }

.form-group-input + .powermail_fieldwrap_type_check {
  margin-top: 2.5rem; }

.powermail_label {
  padding: 0rem 0 0.125rem 0;
  font-family: 'Helvetica',Arial, sans;
  font-weight: 400; }

.powermail_field .checkbox label {
  padding: 0 0 0 1.75rem; }
  .powermail_field .checkbox label input {
    position: absolute;
    left: 0px;
    top: 3px; }

.serviceapp {
  margin: 2rem 0 2rem 0;
  padding: 1.5rem 1.25rem;
  background-color: #fff; }
  .serviceapp .form-group-inline {
    margin-right: 0; }
  .serviceapp .form-group-inline .form-control {
    padding: 0.5rem 0.75rem; }
  .serviceapp .form-group-inline.serviceapp_1ch .form-control {
    width: 2.25rem; }
  .serviceapp .form-group-inline.serviceapp_2ch .form-control {
    width: 3rem; }
  .serviceapp .form-group-inline.serviceapp_3ch .form-control {
    width: 3.5rem; }
  .serviceapp .form-group-inline.serviceapp_4ch .form-control {
    width: 4.25rem; }

@media (min-width: 544px) {
  .serviceapp {
    padding: 2.0rem 1.5rem; } }

@media (min-width: 1020px) {
  .serviceapp {
    padding: 2.5rem 2rem; } }

.blind {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 97;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -moz-transition: visibility 0.3s, opacity 0.3s linear;
  -webkit-transition: visibility 0.3s, opacity 0.3s linear;
  transition: visibility 0.3s, opacity 0.3s linear;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-backface-visibility: hidden; }

.navmode .wrapper-all, .searchmode .wrapper-all {
  height: 100%;
  overflow: hidden; }

.navmode .blind, .searchmode .blind {
  opacity: 1;
  visibility: visible;
  -moz-transition: visibility 0s, opacity 0.3s linear;
  -webkit-transition: visibility 0s, opacity 0.3s linear;
  transition: visibility 0s, opacity 0.3s linear;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-backface-visibility: hidden; }

.navmode.initial .wrapper-all {
  height: auto;
  overflow: auto; }

.navmode.initial .blind {
  visibility: hidden;
  opacity: 0;
  -moz-transition: visibility 0.3s, opacity 0.3s linear;
  -webkit-transition: visibility 0.3s, opacity 0.3s linear;
  transition: visibility 0.3s, opacity 0.3s linear;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-backface-visibility: hidden; }

.schuler .logo {
  margin: 1.125rem 1.25rem 0 0;
  width: 120px; }

.schuler .servicebar {
  /*
        > a.servicebar__productfinder 
        {
            @include bgc($c-6); color: $c-f;
            span {color: $c-f;}
        }
        > a.servicebar__productfinder:hover {@include bgc($c-4);}
        */ }

.schuler .btn.orange {
  background-color: #666;
  color: #fff; }

.schuler .btn.orange:hover {
  background-color: #444;
  color: #fff; }

.schuler .btn.btn--primary {
  background-color: #97bf0d;
  border: 0; }

.schuler .btn.btn--primary:hover {
  background-color: #83ab0d;
  border: 0; }

.schuler .carousel__overlay a.btn {
  color: #97bf0d; }

.schuler .carousel__overlay a.btn:hover {
  color: #83ab0d; }

.schuler .nav-offcanvas__list a.act {
  color: #97bf0d; }

.schuler .nav-offcanvas__list .level-1st > a:hover {
  background-color: #97bf0d; }

.schuler .nav-offcanvas__list .level-1st.open > a.act, .schuler .nav-offcanvas__list .level-1st > a.act:hover {
  color: #fff; }

.schuler .nav-offcanvas__list .level-2nd > a:hover {
  color: #97bf0d; }

.schuler .nav-offcanvas__list .level-2nd a.act {
  color: #97bf0d;
  font-family: 'Helvetica',Arial, sans;
  font-weight: 400; }

.schuler .nav-offcanvas__list .level-3rd > a:hover {
  color: #97bf0d; }

.schuler .nav-offcanvas__languages > a {
  color: #97bf0d; }

.schuler .nav-offcanvas__languages > a:hover {
  color: #83ab0d; }

.schuler .nav-header__bt:hover {
  background-color: #97bf0d; }

.schuler .card__content .link.icon_arrow:after {
  color: #97bf0d; }

.schuler a.card:hover .card__content .h4, .schuler a.card:hover .card__content p.category {
  color: #97bf0d; }

.schuler a.card:hover .card__content .link.icon_arrow, .schuler a.card:hover .card__content .link.icon_arrow:after {
  color: #97bf0d; }

.schuler a.icon_more:after, .schuler a.icon_back:before {
  color: #97bf0d; }

.schuler .servicebar a.servicebar__productfinder {
  background-color: #97bf0d;
  border-top: 1px solid #97bf0d;
  border-right: 1px solid #97bf0d;
  border-bottom: 1px solid #97bf0d;
  border-left: 1px solid #97bf0d; }

.schuler .servicebar > a:hover {
  color: #97bf0d;
  border-top: 1px solid #97bf0d;
  border-right: 1px solid #97bf0d;
  border-bottom: 1px solid #97bf0d;
  border-left: 1px solid #97bf0d; }

.schuler .servicebar a.servicebar__productfinder:hover {
  background-color: #83ab0d;
  color: #fff; }

.schuler .popover {
  border: 1px solid #97bf0d; }

.schuler .popover__share a:hover {
  color: #83ab0d; }

.schuler .accordion .panel-heading a:hover, .schuler .accordion .panel-heading a:hover:after {
  color: #97bf0d; }

.schuler .form-productfilter .form-group-select:hover select {
  color: #97bf0d; }

.schuler .form-productfilter .form-group-select:hover::after {
  color: #97bf0d; }

@media (min-width: 768px) {
  .schuler .logo {
    margin: 0.9375rem 2.0rem 0 0;
    width: 140px; } }

@media (min-width: 1020px) {
  .schuler .logo {
    margin: 1.375rem 2.5rem 0 0;
    width: 180px; } }

@media (min-width: 448px) {
  .padding {
    padding: 2.5rem 1.75rem; } }

@media (min-width: 544px) {
  .col {
    padding: 0 0.625rem; }
  .padding {
    padding: 2.5rem 2.25rem; } }

@media (min-width: 768px) {
  .padding {
    padding: 2.5rem 3.25rem; } }

@media (min-width: 1020px) {
  .wrapper-all {
    padding-top: 80px; }
  .navmode .grid, .searchmode .grid {
    padding-left: 320px; }
  .navmode .hidden-md-down, .navmode .hidden-lg-down, .searchmode .hidden-md-down, .searchmode .hidden-lg-down {
    display: none !important; }
  .padding {
    padding: 2.5rem 4.25rem; } }

@media (min-width: 1280px) {
  .navmode .container, .searchmode .container {
    max-width: 960px; }
  .navmode .col-lg-8, .searchmode .col-lg-8 {
    flex: 0 0 33.3333333333% !important;
    max-width: 33.3333333333% !important; }
  .navmode .col-lg-12, .searchmode .col-lg-12 {
    flex: 0 0 50% !important;
    max-width: 50% !important; }
  .navmode .col-lg-15, .searchmode .col-lg-15 {
    flex: 0 0 62.5% !important;
    max-width: 62.5% !important; }
  .navmode .col-lg-20, .searchmode .col-lg-20 {
    flex: 0 0 83.3333333333% !important;
    max-width: 83.3333333333% !important; }
  .navmode .col-lg-offset-2, .searchmode .col-lg-offset-2 {
    margin-left: 8.33% !important; }
  .navmode .hidden-md-down, .searchmode .hidden-md-down {
    display: block !important; }
  .navmode .blind, .searchmode .blind {
    display: none; }
  .navmode .wrapper-all, .searchmode .wrapper-all {
    padding-left: 320px;
    height: auto;
    overflow: auto; } }

@media (min-width: 1480px) {
  .navmode .col-xl-6, .searchmode .col-xl-6 {
    flex: 0 0 25% !important;
    max-width: 25% !important; } }

@media (min-width: 1600px) {
  .navmode .container, .searchmode .container {
    max-width: 80%; }
  .navmode .col-xl-12, .searchmode .col-xl-12 {
    flex: 0 0 50% !important;
    max-width: 50% !important; } }

@media print {
  body {
    position: relative;
    height: auto; }
  *, *:before, *:after, *:first-letter, p:first-line, div:first-line, blockquote:first-line, li:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .container, .container-fluid, .stage {
    max-width: 940px !important; }
  .col-lg-15, .col-vsm-22, .col-lg-20, .col-xl-18, .col-xxl-16, .stage, .slideshow, .col-lg-12.product-detail__info {
    width: 100% !important; }
  .col-lg-offset-2, .col-xl-offset-3, .col-xxl-offset-4 {
    margin-left: 0 !important; }
  header, .wrapper-all {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto; }
  .icon:before, .icon:after, .form-search__container, .searchresults__groupfilter, .searchresults__items-per-page, .pagination, .productfilter, .form-productfilter, .arbeiten, .loesungen, .produktberater, .quicklink, .job-offers, .job-offers-filter, a.icon_back, a.icon_more, .nav-offcanvas, .search-offcanvas, .video, .accordion__list, .nav-header, .marginal, .servicebar, .accordion .panel-heading a:before, .accordion .panel-heading a:after, .nav-tabs, .flex-direction-nav, .flex-slidecounter, a.btn, footer > .row:not(.grey), section.related {
    display: none !important; }
  .contactlist__entry {
    page-break-inside: avoid; }
  .flexslider, .product-detail__slideshow {
    display: none !important; }
  .slideshow__fallback {
    display: block; }
  header {
    height: auto;
    padding: 1.5rem 0 !important; }
  .logo {
    float: none;
    position: relative;
    margin: 0;
    width: 146px; }
  header:before {
    content: " ";
    display: table; }
  header:after {
    content: " ";
    display: table;
    clear: both; }
  .wrapper-all {
    padding: 0 !important; }
  .tab-content > .tab-pane {
    display: block; }
  .accordion .panel-collapse {
    display: block !important;
    margin: 0 0 20px 0;
    padding: 0;
    height: auto !important; }
  .accordion .panel-heading a {
    padding-left: 0; }
  .tab-pane {
    padding: 0.5em 0; }
  .teaser-double__content {
    padding: 1.5em 0; }
  blockquote {
    margin: 2rem 0; }
  .pagecontent {
    padding: 2em 0; }
  .product-detail__info {
    margin: 0 !important; }
  .col.product-detail__info > div {
    padding: 2.0rem 2rem 0 0 !important; }
  footer .grey .padding, footer .col {
    padding-left: 0; }
  h3.icon, .product-detail__highlights li {
    padding-left: 0 !important; } }


.cookie-policy{width: 100%; height: 100%;  position: fixed; z-index: 10000; background-color: rgba(0,0,0,0.4);  display: -ms-flexbox; display: flex; -ms-flex-align: center;  align-items: center;  -ms-flex-pack: center; justify-content: center; top: 0; left: 0; display: none;}
.cookie-policy .accept-button{display:flex; justify-content:space-between;}
.cookie-policy .accept-button button{width:100px; height:40px; background-color:#00a0dc; color:#fff; border:none; text-align:center; cursor:pointer; outline:none;}
.cookie-policy .accept-button button:hover{opacity:0.85;}
.cookie-policy .accept-button button:nth-child(1){margin-right:10px;}
.cookie-policy .accept-button button:nth-child(2){background-color:#001941;}
.cookie-policy .content {
    width: 80%;
    height: auto;
    background-color: #fff;
    padding: 24px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px
}

.cookie-policy .content .text-area {
    line-height: 32px;
    font-size: 16px
}

.cookie-policy .content .accept-button {
    min-width: 130px;
    margin-left: 30px
}

@media only screen and (max-width: 1280px) {
    .cookie-policy {
        -ms-flex-align:end;
        align-items: flex-end
    }
}

@media only screen and (max-width: 1280px) {
    .cookie-policy .content {
        display:block;
        width: 100%;
        border-radius: 0;
        position: absolute;
        top: 290px !important
    }

    .cookie-policy .content .accept-button {
        width: 100%;
        margin-left: 0 !important;
        margin-top: 20px
    }

    .cookie-policy .content .accept-button button {
        width: 100%
    }
}

@media only screen and (max-width: 768px) {
    .cookie-policy .content {
        display:block;
        position: absolute;
        top: unset !important;
        bottom: 0
    }
}

@media only screen and (max-width: 768px) and (max-width:215px) {
    .cookie-policy .content {
        width:100%;
        border-radius: 0;
        position: absolute;
        top: 290px !important
    }
}

@media only screen and (max-width: 768px) {
    .cookie-policy .content .accept-button {
        width:100%;
        margin-left: 0 !important;
        margin-top: 20px
    }

    .cookie-policy .content .accept-button button {
        width: 100%
    }
}