@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.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;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-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,
.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,
.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,
.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,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../assets/fonts/icons/icomoon.eot?ptslwz");
  src: url("../assets/fonts/icons/icomoon.eot?ptslwz#iefix") format("embedded-opentype"), url("../assets/fonts/icons/icomoon.ttf?ptslwz") format("truetype"), url("../assets/fonts/icons/icomoon.woff?ptslwz") format("woff"), url("/assets/img/icomoon.svg?ptslwz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bar-chart-box-fill:before {
  content: "\e922";
}

.icon-file-text-line:before {
  content: "\e923";
}

.icon-layout:before {
  content: "\e924";
}

.icon-links-line:before {
  content: "\e925";
}

.icon-time-line:before {
  content: "\e926";
}

.icon-plus-circle:before {
  content: "\e91c";
}

.icon-minus-circle:before {
  content: "\e91d";
}

.icon-home:before {
  content: "\e917";
}

.icon-eye:before {
  content: "\e918";
}

.icon-info:before {
  content: "\e919";
}

.icon-article:before {
  content: "\e91a";
}

.icon-arrow-drop-down:before {
  content: "\e900";
}

.icon-arrow-drop-left:before {
  content: "\e901";
}

.icon-arrow-drop-right:before {
  content: "\e902";
}

.icon-arrow-left:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e904";
}

.icon-categories:before {
  content: "\e905";
}

.icon-chat:before {
  content: "\e906";
}

.icon-check:before {
  content: "\e907";
}

.icon-close:before {
  content: "\e908";
}

.icon-facebook:before {
  content: "\e909";
}

.icon-file:before {
  content: "\e90a";
}

.icon-invision:before {
  content: "\e90b";
}

.icon-mail:before {
  content: "\e90c";
}

.icon-map-pin:before {
  content: "\e90d";
}

.icon-menu:before {
  content: "\e90e";
}

.icon-phone:before {
  content: "\e90f";
}

.icon-play:before {
  content: "\e910";
}

.icon-refresh:before {
  content: "\e911";
}

.icon-search:before {
  content: "\e912";
}

.icon-time:before {
  content: "\e913";
}

.icon-twitter:before {
  content: "\e914";
}

.icon-user:before {
  content: "\e915";
}

.icon-xing:before {
  content: "\e916";
}

.icon-chevron-down:before {
  content: "\e920";
}

.icon-chevron-up:before {
  content: "\e921";
}

.icon-envelope:before {
  content: "\e91e";
}

.icon-checkmark:before {
  content: "\e91f";
}

.icon-bin:before {
  content: "\e9ac";
}

.icon-star-full:before {
  content: "\e9d9";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-linkedin:before {
  content: "\eaca";
}

.icon-lamp:before {
  content: "\e91b";
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bar-chart-box-fill:before {
  content: "\e922";
}

.icon-file-text-line:before {
  content: "\e923";
}

.icon-layout:before {
  content: "\e924";
}

.icon-links-line:before {
  content: "\e925";
}

.icon-time-line:before {
  content: "\e926";
}

.icon-plus-circle:before {
  content: "\e91c";
}

.icon-minus-circle:before {
  content: "\e91d";
}

.icon-home:before {
  content: "\e917";
}

.icon-eye:before {
  content: "\e918";
}

.icon-info:before {
  content: "\e919";
}

.icon-article:before {
  content: "\e91a";
}

.icon-arrow-drop-down:before {
  content: "\e900";
}

.icon-arrow-drop-left:before {
  content: "\e901";
}

.icon-arrow-drop-right:before {
  content: "\e902";
}

.icon-arrow-left:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e904";
}

.icon-categories:before {
  content: "\e905";
}

.icon-chat:before {
  content: "\e906";
}

.icon-check:before {
  content: "\e907";
}

.icon-close:before {
  content: "\e908";
}

.icon-facebook:before {
  content: "\e909";
}

.icon-file:before {
  content: "\e90a";
}

.icon-invision:before {
  content: "\e90b";
}

.icon-mail:before {
  content: "\e90c";
}

.icon-map-pin:before {
  content: "\e90d";
}

.icon-menu:before {
  content: "\e90e";
}

.icon-phone:before {
  content: "\e90f";
}

.icon-play:before {
  content: "\e910";
}

.icon-refresh:before {
  content: "\e911";
}

.icon-search:before {
  content: "\e912";
}

.icon-time:before {
  content: "\e913";
}

.icon-twitter:before {
  content: "\e914";
}

.icon-user:before {
  content: "\e915";
}

.icon-xing:before {
  content: "\e916";
}

.icon-chevron-down:before {
  content: "\e920";
}

.icon-chevron-up:before {
  content: "\e921";
}

.icon-envelope:before {
  content: "\e91e";
}

.icon-checkmark:before {
  content: "\e91f";
}

.icon-bin:before {
  content: "\e9ac";
}

.icon-star-full:before {
  content: "\e9d9";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-linkedin:before {
  content: "\eaca";
}

.icon-lamp:before {
  content: "\e91b";
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

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

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

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

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.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 {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

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

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}
body .container {
  max-width: 1280px;
}
body .headline {
  text-align: center;
  justify-content: center;
}
body .headline h2 {
  color: #312783;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  width: 100%;
}
@media (min-width: 768px) {
  body .headline h2 {
    font-size: 30px;
  }
}
body .headline p {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #7c838d;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  body .headline p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 36px;
  }
}
@media (min-width: 992px) {
  body .headline p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 48px;
  }
}
body .section {
  padding: 36px 0px;
}
@media (min-width: 768px) {
  body .section {
    padding: 84px 0px;
  }
}
body .section-button {
  height: 40px;
  background: #EC6608;
  border-radius: 6px;
  display: flex;
  align-items: center;
  margin: 48px auto 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0px 48px;
}
body .section-button img {
  margin-right: 12px;
}
@media (min-width: 768px) {
  body .section-button {
    height: 55px;
  }
}

#toggle-menu {
  border: none;
  background: none;
  width: 30px;
  height: 24px;
  position: absolute;
  z-index: 9;
  right: 15px;
  top: 18px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (min-width: 680px) {
  #toggle-menu {
    display: none;
  }
}
#toggle-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #312783;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#toggle-menu span:nth-child(1) {
  top: 0px;
}
#toggle-menu span:nth-child(2),
#toggle-menu span:nth-child(3) {
  top: 10px;
}
#toggle-menu span:nth-child(4) {
  top: 20px;
}
#toggle-menu.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
#toggle-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#toggle-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#toggle-menu.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
#toggle-menu:focus {
  outline: 0;
  box-shadow: none;
}

.header {
  border-bottom: 1px solid #e7e7eb;
}

.main-menu {
  background: #fff;
  transition: all 0.3s ease;
}
.main-menu .row {
  height: 60px;
  justify-content: space-between;
}
@media (min-width: 660px) {
  .main-menu .row {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .main-menu .row {
    height: 96px;
    align-items: center;
  }
}
.main-menu .row .logo {
  display: flex;
  z-index: 1;
  align-items: center;
}
.main-menu .row .logo a {
  display: flex;
  height: 40px;
  width: 200px;
  align-items: center;
}
@media (min-width: 840px) {
  .main-menu .row .logo a {
    height: 77px;
    width: 240px;
  }
}
.main-menu .row .logo a img {
  width: 100%;
  height: auto;
}
.main-menu .row .menu {
  flex: 00 100%;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  z-index: 3;
  display: flex;
  position: absolute;
  margin-top: 60px;
  background: #fff;
}
@media (min-width: 680px) {
  .main-menu .row .menu {
    position: static;
    margin: 0;
    width: auto;
    flex: 0 0 auto;
    max-height: none;
  }
}
.main-menu .row .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu .row .menu ul li {
  display: block;
  margin-bottom: 16px;
}
@media (min-width: 660px) {
  .main-menu .row .menu ul li {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .main-menu .row .menu ul li {
    margin-right: 24px;
  }
}
@media (min-width: 1200px) {
  .main-menu .row .menu ul li {
    margin-right: 36px;
  }
}
.main-menu .row .menu ul li:last-of-type {
  margin-right: 0px;
}
.main-menu .row .menu ul li a {
  color: #7c838d;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
}
@media (min-width: 768px) {
  .main-menu .row .menu ul li a {
    font-size: 18px;
  }
}
.main-menu .row .menu ul li a:hover {
  color: #312783;
}
.main-menu .row .menu ul li.active a {
  font-weight: 700;
  color: #312783;
}
.main-menu .row .telephone {
  display: none;
  z-index: 2;
  position: absolute;
  right: 50px;
  top: 18px;
}
@media (min-width: 400px) {
  .main-menu .row .telephone {
    display: flex;
  }
}
@media (min-width: 680px) {
  .main-menu .row .telephone {
    display: none;
  }
}
@media (min-width: 992px) {
  .main-menu .row .telephone {
    display: block;
    position: static;
  }
}
.main-menu .row .telephone a {
  font-size: 16px;
  color: #7c838d;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 768px) {
  .main-menu .row .telephone a {
    font-size: 18px;
  }
}
.main-menu .row .telephone a:hover {
  color: #312783;
}

body.menu-open .main-menu .row .menu {
  padding-top: 16px;
  max-height: 5000px;
  height: auto;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.hero {
  position: relative;
  border-bottom: 1px solid #e7e7eb;
  height: auto;
}
@media (min-width: 992px) {
  .hero {
    height: 620px;
  }
}
.hero.home .bgd {
  display: block;
  width: 100%;
  max-width: 1440px;
  height: 320px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .hero.home .bgd {
    height: 420px;
  }
}
@media (min-width: 992px) {
  .hero.home .bgd {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    height: 100%;
  }
}
.hero .slider {
  max-width: 850px;
  width: 100%;
  position: absolute;
  height: 320px;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .hero .slider {
    height: 420px;
    top: 0px;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .hero .slider {
    height: 290px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.hero .slider .item.content {
  width: 100vw;
  height: 240px;
  box-shadow: 0px 0px 36px #ccc;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.36);
  padding: 12px;
}
@media (min-width: 768px) {
  .hero .slider .item.content {
    height: 290px;
  }
}
@media (min-width: 850px) {
  .hero .slider .item.content {
    height: 290px;
    width: 100%;
    max-width: 850px;
  }
}
.hero .slider .item.content .inner {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero .slider .item.content .inner h2 {
  text-align: center;
  color: #312783;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .hero .slider .item.content .inner h2 {
    font-size: 30px;
    line-height: 41px;
  }
}
.hero .slider .item.content .inner p {
  text-align: center;
  letter-spacing: 0px;
  color: #7c838d;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .hero .slider .item.content .inner p {
    font-size: 18px;
    line-height: 24px;
  }
}
.hero .slider .item.content .inner .section-button {
  margin-top: 24px;
}
.hero .slider .item.content.slick-active {
  position: absolute !important;
}
.hero .nav-arrows-rr {
  position: absolute;
  height: 1px;
  left: 50%;
  top: 295px;
  transform: translateX(-50%);
  width: 80px;
}
@media (min-width: 768px) {
  .hero .nav-arrows-rr {
    top: 380px;
  }
}
@media (min-width: 992px) {
  .hero .nav-arrows-rr {
    width: 826px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.hero .nav-arrows-rr a {
  padding: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/assets/img/caret-left-light.svg) no-repeat center;
  background-size: cover !important;
}
@media (min-width: 992px) {
  .hero .nav-arrows-rr a {
    left: 24px;
  }
}
.hero .nav-arrows-rr a.next {
  left: auto;
  right: 0px;
  background: url(/assets/img/caret-right-light.svg) no-repeat center;
}
@media (min-width: 992px) {
  .hero .nav-arrows-rr a.next {
    right: 24px;
  }
}
.hero .nav-arrows-rr a.slick-disabled {
  opacity: 0;
}
.hero .nav-arrows-rr a:hover {
  cursor: pointer;
}
.hero .info-bar {
  width: 100%;
}
@media (min-width: 992px) {
  .hero .info-bar {
    position: absolute;
    bottom: 0px;
  }
}
.hero .info-bar .container {
  background: #fff;
  border-radius: 12px 12px 0px 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .hero .info-bar .container {
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .hero .info-bar .container {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
.hero .info-bar .container .row {
  justify-content: space-between;
  display: inline-block;
}
@media (min-width: 768px) {
  .hero .info-bar .container .row {
    padding: 0px 40px;
    display: flex;
  }
}
.hero .info-bar .container .row .inner {
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  text-align: left;
}
@media (min-width: 768px) {
  .hero .info-bar .container .row .inner {
    flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .hero .info-bar .container .row .inner {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .hero .info-bar .container .row .inner {
    height: 100px;
    flex-direction: row;
    text-align: left;
  }
}
.hero .info-bar .container .row .inner .icon-wrapper {
  margin-right: 24px;
  flex: 0 0 30px;
  width: 30px;
}
@media (min-width: 768px) {
  .hero .info-bar .container .row .inner .icon-wrapper {
    margin-right: 0px;
    margin-bottom: 12px;
    align-items: center;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .hero .info-bar .container .row .inner .icon-wrapper {
    margin-right: 24px;
    margin-bottom: 0px;
    flex: 0 0 auto;
    width: auto;
  }
}
.hero .info-bar .container .row .inner .icon-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.hero .info-bar .container .row .inner .content p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #7c838d;
}
.hero .info-bar .container .row .inner .content p.title {
  font-weight: 700;
  color: #EC6608;
}
.hero.inner-page {
  height: auto;
}
@media (min-width: 768px) {
  .hero.inner-page {
    height: 400px;
  }
}
.hero.inner-page .bgd {
  display: block;
  width: 100%;
  max-width: 1440px;
  height: 180px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .hero.inner-page .bgd {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .hero.inner-page .bgd {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    height: 100%;
  }
}
.hero.inner-page .item.content {
  padding: 24px 15px;
}
@media (min-width: 768px) {
  .hero.inner-page .item.content {
    width: 100%;
    max-width: 850px;
    height: 205px;
    box-shadow: 0px 0px 36px #ccc;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.36);
    padding: 12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
  }
}
.hero.inner-page .item.content .inner {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero.inner-page .item.content .inner h1 {
  text-align: center;
  color: #312783;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .hero.inner-page .item.content .inner h1 {
    font-size: 24px;
    line-height: 31px;
  }
}
@media (min-width: 992px) {
  .hero.inner-page .item.content .inner h1 {
    font-size: 30px;
    line-height: 41px;
  }
}
.hero.inner-page .item.content .inner p {
  text-align: center;
  letter-spacing: 0px;
  color: #7c838d;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .hero.inner-page .item.content .inner p {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (min-width: 992px) {
  .hero.inner-page .item.content .inner p {
    font-size: 18px;
    line-height: 24px;
  }
}
.hero.inner-page .item.content .inner .section-button {
  margin-top: 24px;
}
.hero.inner-page .row {
  flex-direction: column;
  align-items: center;
  position: static;
  padding: 24px 15px;
}
@media (min-width: 768px) {
  .hero.inner-page .row {
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
  }
}
.hero.inner-page .row:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  border: 1px solid blue;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: -1;
  filter: blur(20px);
  opacity: 0.8;
}
.hero.inner-page .row h1 {
  text-align: center;
  color: #312783;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .hero.inner-page .row h1 {
    font-size: 24px;
    line-height: 31px;
  }
}
@media (min-width: 992px) {
  .hero.inner-page .row h1 {
    font-size: 30px;
    line-height: 41px;
  }
}
.hero.inner-page .row p {
  text-align: center;
  letter-spacing: 0px;
  color: #7c838d;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .hero.inner-page .row p {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (min-width: 992px) {
  .hero.inner-page .row p {
    font-size: 18px;
    line-height: 24px;
  }
}

.leistungen {
  background: #fcfaf9;
}
.leistungen a {
  height: 40px;
  background: #EC6608;
  border-radius: 6px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0px 48px;
}
@media (min-width: 768px) {
  .leistungen a {
    height: 55px;
  }
}
.leistungen .container {
  position: relative;
}
.leistungen .leistungen-slider {
  margin-bottom: 64px;
}
@media (min-width: 1380px) {
  .leistungen .leistungen-slider {
    margin-bottom: 48px;
  }
}
.leistungen .leistungen-slider .item {
  width: 312px;
  padding: 0px 12px;
}
.leistungen .nav-arrows-r {
  position: absolute;
  height: 1px;
  left: 50%;
  bottom: 70px;
  transform: translateX(-50%);
  width: 80px;
}
@media (min-width: 768px) {
  .leistungen .nav-arrows-r {
    bottom: 85px;
  }
}
@media (min-width: 1380px) {
  .leistungen .nav-arrows-r {
    top: 300px;
    width: 100%;
  }
}
.leistungen .nav-arrows-r a {
  padding: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/assets/img/caret-left-light.svg) no-repeat center;
  background-size: cover !important;
}
.leistungen .nav-arrows-r a.next {
  left: auto;
  right: -25px;
  background: url(/assets/img/caret-right-light.svg) no-repeat center;
}
.leistungen .nav-arrows-r a.slick-disabled {
  opacity: 0;
}
.leistungen .nav-arrows-r a:hover {
  cursor: pointer;
}

.leistung .inner {
  background: #fff;
  box-shadow: 0px 0px 3px #0000000f;
  border-radius: 12px;
  padding: 6px 6px 0px 6px;
  text-align: center;
}
.leistung .inner .image-wrapper {
  height: 160px;
  background-size: cover !important;
  border-radius: 12px 12px 0px 0px;
}
.leistung .inner h3 {
  text-align: center;
  letter-spacing: 0px;
  color: #014873;
  font-size: 14px;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 12px;
}
.leistung .inner a {
  background: #fff;
  display: inline-flex;
  height: 35px;
  align-items: center;
  border: 1px solid #EC6608;
  border-radius: 3px;
  color: #EC6608;
  padding: 0px 30px;
  font-size: 12px;
  font-weight: 700;
  margin: 0 auto 30px;
  text-decoration: none;
}
.leistung .inner a:hover {
  background: #EC6608;
  color: #fff;
}

.teaser {
  padding: 36px 0px;
  background-size: cover !important;
}
@media (min-width: 768px) {
  .teaser {
    padding: 48px 0px;
  }
}
@media (min-width: 992px) {
  .teaser {
    padding: 110px 0px;
  }
}
.teaser p {
  display: block;
  text-align: center;
  letter-spacing: 0px;
  color: #312783;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
  width: 100%;
}
@media (min-width: 768px) {
  .teaser p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .teaser p {
    font-size: 18px;
    line-height: 32px;
  }
}
.teaser p.quote {
  text-align: center;
  letter-spacing: 0px;
  color: #014873;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .teaser p.quote {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .teaser p.quote {
    font-size: 24px;
  }
}

.praxis .col:first-of-type {
  padding-right: 12px;
}
.praxis .col:first-of-type .inner {
  border-radius: 12px 12px 0px 0px;
}
@media (min-width: 768px) {
  .praxis .col:first-of-type .inner {
    border-radius: 12px 0px 0px 12px;
  }
}

.praxis .col:last-of-type {
  padding-left: 12px;
}
.praxis .col:last-of-type .inner {
  border-radius: 0px 0px 12px 12px;
}
@media (min-width: 768px) {
  .praxis .col:last-of-type .inner {
    border-radius: 12px 0px 0px 12px;
  }
}

.praxis .col:nth-child(2) {
  padding: 0px 12px;
}
.praxis .col:nth-child(2) .inner {
  padding: 24px;
  height: auto;
}
@media (min-width: 768px) {
  .praxis .col:nth-child(2) .inner {
    padding: 36px;
  }
}

.praxis .inner {
  background: #fcfaf9;
  position: relative;
  height: 240px;
  width: 100%;
  background-size: cover !important;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 768px) {
  .praxis .inner {
    height: 100%;
  }
}
.praxis .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  width: auto;
  flex-direction: column;
}
.praxis .inner ul li {
  text-align: left;
  letter-spacing: 0px;
  color: #7c838d;
  font-size: 14px;
  line-height: 32px;
  display: inline-flex;
}
@media (min-width: 768px) {
  .praxis .inner ul li {
  }
}
.praxis .inner ul li span {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  display: block;
  background: url(/assets/img/bullet.svg) no-repeat center;
  position: relative;
  top: 11px;
  margin-right: 12px;
}

.leistungen-list {
  background: #fcfaf9;
  padding: 36px 0px 46px 0px;
}
@media (min-width: 768px) {
  .leistungen-list {
    padding: 48px 0px 48px 0px;
  }
}
@media (min-width: 992px) {
  .leistungen-list {
    padding: 90px 0px 90px 0px;
  }
}
.leistungen-list .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .leistungen-list .row {
    justify-content: start;
  }
}
.leistungen-list .col {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .leistungen-list .col {
    margin-bottom: 30px;
  }
}
.leistungen-list .col:last-of-type {
  margin-bottom: 0px;
}

.content-wrapper {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .content-wrapper {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .content-wrapper {
    margin-bottom: 84px;
  }
}
.content-wrapper .breadcrumbs {
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #7c838d3d;
  display: none;
}
@media (min-width: 992px) {
  .content-wrapper .breadcrumbs {
    margin-bottom: 84px;
  }
}
@media (min-width: 768px) {
  .content-wrapper .breadcrumbs {
    display: block;
  }
}
.content-wrapper .breadcrumbs a {
  color: #7c838d;
  font-size: 14px;
}
.content-wrapper .breadcrumbs a:hover {
  color: #312783;
}
.content-wrapper .breadcrumbs span {
  color: #312783;
  font-weight: 700;
  font-size: 14px;
}
.content-wrapper .breadcrumbs em {
  position: relative;
  top: -2px;
}
.content-wrapper .sidebar {
  padding: 0;
  max-width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .content-wrapper .sidebar {
    max-width: 240px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
.content-wrapper .sidebar .inner {
  width: 100%;
  background: #fcfaf9;
  border-radius: 12px;
  padding: 18px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .content-wrapper .sidebar .inner {
    border-radius: 12px 0px 0px 12px;
    padding: 24px;
  }
}
.content-wrapper .sidebar .inner a {
  font-size: 14px;
  margin-bottom: 18px;
  color: #7c838d;
  text-decoration: none;
  display: none;
}
@media (min-width: 992px) {
  .content-wrapper .sidebar .inner a {
    display: block;
  }
}
.content-wrapper .sidebar .inner a:last-of-type {
  margin-bottom: 0px;
}
.content-wrapper .sidebar .inner a:hover {
  color: #312783;
}
.content-wrapper .sidebar .inner a.active {
  color: #312783;
  font-weight: 700;
  display: block;
  margin-bottom: 0px;
  position: relative;
}
@media (min-width: 992px) {
  .content-wrapper .sidebar .inner a.active {
    margin-bottom: 18px;
  }
}
.content-wrapper .sidebar .inner a.active:after {
  content: "\e920";
  display: block;
  font-family: icomoon;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .content-wrapper .sidebar .inner a.active:after {
    content: none;
  }
}
.content-wrapper .sidebar .inner a.active:hover {
  cursor: pointer;
}
.content-wrapper .sidebar .inner.open a {
  display: block;
}
.content-wrapper .sidebar .inner.open a.active {
  margin-bottom: 18px;
}
.content-wrapper .sidebar .inner.open a.active:after {
  content: "\e921";
}
.content-wrapper .content-block {
  padding-left: 30px;
}
.content-wrapper .content.single-post {
  justify-content: center;
}
.content-wrapper h2 {
  color: #312783;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .content-wrapper h2 {
    font-size: 24px;
  }
}
.content-wrapper h3 {
  color: #312783;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .content-wrapper h3 {
    font-size: 18px;
  }
}
.content-wrapper h4 {
  color: #312783;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 768px) {
  .content-wrapper h4 {
    font-size: 16px;
  }
}
.content-wrapper p {
  font-size: 14px;
  color: #7c838d;
  line-height: 22px;
  display: inline-block;
  float: left;
  margin-bottom: 30px;
}
.content-wrapper p img {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0px 30px 0px 0px;
}
.content-wrapper ul {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-wrapper ul li {
  display: flex;
  font-size: 14px;
  color: #7c838d;
  line-height: 22px;
  margin-bottom: 12px;
}
.content-wrapper ul li:last-of-type {
  margin-bottom: 0px;
}
.content-wrapper ul li:before {
  content: "";
  display: flex;
  height: 12px;
  width: 12px;
  flex: 0 0 12px;
  background: url(/assets/img/bullet-orange.svg) no-repeat center;
  background-size: cover !important;
  margin-right: 6px;
  position: relative;
  top: 5px;
}
.content-wrapper .highlight-block {
  border: 1px solid #EC6608;
  border-radius: 12px;
  padding: 18px;
  display: flex;
  align-items: start;
  flex-direction: column;
}
@media (min-width: 768px) {
  .content-wrapper .highlight-block {
    margin-top: 0px;
    padding: 24px;
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .content-wrapper .highlight-block {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .content-wrapper .highlight-block {
    margin-top: 30px;
    padding: 24px 36px;
    clear: both;
  }
}
.content-wrapper .highlight-block .image-wrapper {
  margin-right: 18px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .content-wrapper .highlight-block .image-wrapper {
    margin-right: 24px;
    margin-bottom: 0px;
  }
}
.content-wrapper .highlight-block p {
  margin: 0;
  color: #7c838d;
  font-size: 14px;
  line-height: 22px;
}
.content-wrapper .highlight-block p.title {
  color: #EC6608;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.content-wrapper.legal .content {
  justify-content: center;
}
.content-wrapper.legal .content h1 {
  color: #312783;
  text-transform: uppercase;
  margin: 36px 0px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .content-wrapper.legal .content h1 {
    font-size: 28px;
    margin: 48px 0px;
  }
}
@media (min-width: 992px) {
  .content-wrapper.legal .content h1 {
    font-size: 32px;
    margin: 72px 0px;
  }
}
.content-wrapper.legal .content h2 {
  color: #312783;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .content-wrapper.legal .content h2 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .content-wrapper.legal .content h2 {
    font-size: 22px;
  }
}
.content-wrapper.legal .content h3 {
  color: #312783;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .content-wrapper.legal .content h3 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .content-wrapper.legal .content h3 {
    font-size: 20px;
  }
}
.content-wrapper.legal .content .content-block {
  padding-left: 15px;
}
.content-wrapper.legal .content .content-block p {
  display: block;
  float: none;
}

#accordion {
  margin: 24px auto;
  max-width: 1000px;
}
@media (min-width: 768px) {
  #accordion {
    margin: 48px auto;
  }
}
@media (min-width: 992px) {
  #accordion {
    margin: 84px auto;
  }
}
#accordion h3 {
  padding: 12px 18px;
  color: #014873;
  font-size: 14px;
  font-weight: 700;
  background: #fcfaf9;
  margin-bottom: 12px;
  position: relative;
}
@media (min-width: 768px) {
  #accordion h3 {
    padding: 18px 24px;
  }
}
#accordion h3:after {
  content: "+";
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #014873;
  border: 1px solid #014873;
  border-radius: 100%;
  text-align: center;
  font-size: 19px;
  line-height: 19px;
}
#accordion h3.ui-state-active {
  background: #EC6608;
  color: #fff;
  margin-bottom: 0px;
}
#accordion h3.ui-state-active:after {
  content: "-";
  color: #fff;
  border: 1px solid #fff;
  line-height: 15px;
}
#accordion .ui-accordion-content {
  padding: 24px;
}
#accordion .ui-accordion-content p {
  color: #7c838d;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.posts {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .posts {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .posts {
    margin-bottom: 84px;
  }
}
.posts #posts-wrapper {
  position: relative;
}
.posts #posts-wrapper:after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: transparent linear-gradient(0deg, #ffffff 0%, #ffffff 41%, #ffffff00 100%) 0% 0% no-repeat padding-box;
}
.posts #posts-wrapper.all:after {
  display: none;
}
.posts .post {
  background: #fcfaf9;
  padding: 24px;
  margin-bottom: 24px;
}
.posts .post span {
  color: #014873;
  font-size: 12px;
  display: block;
  margin-bottom: 12px;
}
.posts .post h3 {
  color: #312783;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.posts .post p {
  font-size: 14px;
  line-height: 22px;
  color: #7c838d;
  margin-bottom: 12px;
}
.posts .post a {
  font-size: 14px;
  line-height: 18px;
  color: #EC6608;
  font-weight: 700;
}
.posts .col.hidden {
  display: none;
}
.posts #loadMore {
  padding: 0px 40px;
  font-size: 14px;
  font-weight: 700;
  color: #EC6608;
  border: 1px solid #EC6608;
  border-radius: 6px;
  display: inline-block;
  margin: 0 auto 0;
  height: 40px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .posts #loadMore {
    height: 55px;
    line-height: 55px;
  }
}
.posts #loadMore:hover {
  cursor: pointer;
  background: #EC6608;
  color: #fff;
}

.hero.map {
  height: 240px;
  text-align: center;
}
@media (min-width: 768px) {
  .hero.map {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .hero.map {
    height: 400px;
  }
}
.hero.map iframe {
  width: 100%;
  max-width: 1440px;
  height: 100%;
}

.kontakt-content .row.telephone {
  background: #fcfaf9;
  padding: 30px 0px;
  border-top: 1px solid #7c838d3d;
  border-bottom: 1px solid #7c838d3d;
  justify-content: center;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .kontakt-content .row.telephone {
    margin-bottom: 48px;
    padding: 40px 0px;
  }
}
@media (min-width: 992px) {
  .kontakt-content .row.telephone {
    margin-bottom: 84px;
    padding: 60px 0px;
  }
}
.kontakt-content .row.telephone .col-auto span {
  color: #312783;
  font-size: 18px;
  font-weight: 700;
  padding-left: 50px;
}
@media (min-width: 768px) {
  .kontakt-content .row.telephone .col-auto span {
    font-size: 20px;
    padding-left: 70px;
  }
}
@media (min-width: 992px) {
  .kontakt-content .row.telephone .col-auto span {
    font-size: 24px;
    padding-left: 80px;
  }
}
.kontakt-content .row.telephone .col-auto p {
  margin-bottom: 0px;
}
.kontakt-content .row.telephone .col-auto p.tel {
  font-size: 24px;
  font-weight: 700;
  color: #EC6608;
  padding-left: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .kontakt-content .row.telephone .col-auto p.tel {
    font-size: 32px;
    padding-left: 70px;
  }
}
@media (min-width: 992px) {
  .kontakt-content .row.telephone .col-auto p.tel {
    font-size: 48px;
    padding-left: 80px;
  }
}
.kontakt-content .row.telephone .col-auto p.tel:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(/assets/img/icon-phone.svg) no-repeat center;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover !important;
}
@media (min-width: 768px) {
  .kontakt-content .row.telephone .col-auto p.tel:before {
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 992px) {
  .kontakt-content .row.telephone .col-auto p.tel:before {
    width: 62px;
    height: 62px;
  }
}
.kontakt-content .row.telephone .col-auto p.hrs {
  font-size: 14px;
  color: #7c838d;
  padding-left: 50px;
}
@media (min-width: 768px) {
  .kontakt-content .row.telephone .col-auto p.hrs {
    font-size: 16px;
    padding-left: 70px;
  }
}
@media (min-width: 992px) {
  .kontakt-content .row.telephone .col-auto p.hrs {
    font-size: 18px;
    padding-left: 80px;
  }
}

.kontakt-content .row.form {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .kontakt-content .row.form {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .kontakt-content .row.form {
    margin-bottom: 84px;
  }
}
.kontakt-content .row.form .col-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .kontakt-content .row.form .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.kontakt-content .row.form .form-input {
  border: 1px solid #7c838d3d;
  border-radius: 9px;
  height: 50px;
  line-height: 48px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .kontakt-content .row.form .form-input {
    height: 67px;
    line-height: 67px;
    margin-bottom: 24px;
  }
}
.kontakt-content .row.form .form-input:last-of-type {
  margin-bottom: 0px;
}
.kontakt-content .row.form .form-input.textarea {
  height: 100%;
  position: relative;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .kontakt-content .row.form .form-input.textarea {
    margin-top: 0px;
  }
}
.kontakt-content .row.form .form-input.textarea textarea {
  width: 100%;
  line-height: normal;
  height: calc(100% - 50px);
  padding: 24px;
  border: none;
  background: none;
  resize: none;
}
.kontakt-content .row.form .form-input.textarea textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #014873;
}
.kontakt-content .row.form .form-input.textarea textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #014873;
}
.kontakt-content .row.form .form-input.textarea textarea::placeholder {
  font-size: 14px;
  color: #014873;
}
.kontakt-content .row.form .form-input.textarea textarea:focus {
  outline: 0;
  box-shadow: none;
}
.kontakt-content .row.form .form-input input {
  width: 100%;
  padding: 0px 24px;
  border: none;
  background: none;
  font-size: 14px;
}
.kontakt-content .row.form .form-input input::-webkit-input-placeholder {
  font-size: 14px;
  color: #014873;
}
.kontakt-content .row.form .form-input input:-ms-input-placeholder {
  font-size: 14px;
  color: #014873;
}
.kontakt-content .row.form .form-input input::placeholder {
  font-size: 14px;
  color: #014873;
}
.kontakt-content .row.form .form-input input:focus {
  outline: 0;
  box-shadow: none;
}
.kontakt-content .row.form .form-input .select-wrapper {
  width: 100%;
  height: 50px;
  overflow: hidden;
  background: url(/assets/img/dropdown.svg) no-repeat 96% center;
  padding: 0px 24px;
}
@media (min-width: 768px) {
  .kontakt-content .row.form .form-input .select-wrapper {
    height: 65px;
  }
}
.kontakt-content .row.form .form-input .select-wrapper select {
  background: transparent;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 50px;
  -webkit-appearance: none;
  color: #014873;
}
@media (min-width: 768px) {
  .kontakt-content .row.form .form-input .select-wrapper select {
    height: 65px;
  }
}
.kontakt-content .row.form .form-input .select-wrapper select:focus {
  outline: 0;
  box-shadow: none;
}
.kontakt-content .row.form .form-input .select-wrapper select.empty {
  color: #014873 !important;
}
.kontakt-content .row.form .form-input .wpcf7-form-control-wrap {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 9px;
  overflow: hidden;
}
.kontakt-content .row.form .form-input .wpcf7-form-control-wrap.error {
  border: 1px solid #d9402b;
  position: relative;
}
.kontakt-content .row.form .form-input .wpcf7-form-control-wrap.error:after {
  content: "!";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid #d9402b;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #d9402b;
  font-weight: 700;
}
.kontakt-content .row.form .form-input .wpcf7-form-control-wrap.success {
  border: 1px solid #20a525;
}
.kontakt-content .row.form .form-input .wpcf7-form-control-wrap.success:after {
  content: "\e907";
  font-family: icomoon;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid #20a525;
  text-align: center;
  line-height: 17px;
  font-size: 14px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #20a525;
}
.kontakt-content .row.form .form-input .wpcf7-form-control-wrap.menu-select,
.kontakt-content .row.form .form-input .wpcf7-form-control-wrap.comment {
  border: none !important;
}
.kontakt-content .row.form .form-input .wpcf7-form-control-wrap.menu-select:after,
.kontakt-content .row.form .form-input .wpcf7-form-control-wrap.comment:after {
  display: none;
}
.kontakt-content .row.form .form-input .wpcf7-form-control-wrap.telefon {
  overflow: hidden;
}
.kontakt-content .row.form .form-input .wpcf7-form-control-wrap.telefon input {
  width: 150%;
}
.kontakt-content .row.form .form-input .wpcf7-form-control-wrap.file-upload {
  display: inline-block;
  width: auto;
  height: auto;
}
.kontakt-content .row.form .custom-file-upload {
  position: absolute;
  overflow: hidden;
  color: #014873;
  bottom: 16px;
  left: 20px;
  margin: 0;
  padding: 0;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding-left: 15px;
}
.kontakt-content .row.form .custom-file-upload:before {
  content: "+";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #014873;
  color: #014873;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 16px;
  font-weight: 700;
  font-size: 18px;
}
.kontakt-content .row.form .custom-file-upload input {
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  left: -9999%;
}
.kontakt-content .row.form .custom-file-upload span {
  margin-left: 10px;
  color: #7c838d;
}
.kontakt-content .row.form .send-button {
  margin-top: 36px;
  text-align: center;
  position: relative;
  height: 40px;
}
@media (min-width: 768px) {
  .kontakt-content .row.form .send-button {
    margin-top: 24px;
    text-align: right;
    height: 55px;
  }
}
.kontakt-content .row.form .send-button input[type="submit"] {
  background: #EC6608;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0px 40px;
  border: none;
  box-shadow: none;
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 15px;
  top: 0px;
}
@media (min-width: 768px) {
  .kontakt-content .row.form .send-button input[type="submit"] {
    height: 55px;
    line-height: 55px;
    right: 15px;
    left: auto;
  }
}
.kontakt-content .row.form .send-button .wpcf7-spinner {
  float: left;
}

.kontakt-content .wpcf7-response-output {
  border: none !important;
  margin: 0px 0px 84px 0px !important;
  text-align: center;
}

.footer {
  background: #312783;
  color: #fff;
}
.footer.no-kontakt {
  padding-top: 36px;
}
@media (min-width: 768px) {
  .footer.no-kontakt {
    padding-top: 36px;
  }
}
@media (min-width: 992px) {
  .footer.no-kontakt {
    padding-top: 48px;
  }
}
.footer .map {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .footer .map {
    margin-bottom: 36px;
  }
}
@media (min-width: 992px) {
  .footer .map {
    margin-bottom: 48px;
  }
}
.footer .map .inner {
  height: 270px;
  width: 100%;
  max-width: 600px;
  border-radius: 12px;
  overflow: hidden;
}
.footer .map > div {
  border-radius: 12px;
}
#mapPlaceholder,
#mapContainer {
  height: 100%;
  background-color: #d1ebfb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#mapPlaceholder p {
  padding: 20px;
  font-size: small;
  color: #014873;
  max-width: 600px;
}
#mapPlaceholder button {
  background: #EC6608;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0px 40px;
  border: none;
  box-shadow: none;
  height: 40px;
  line-height: 40px;
  outline: none;
}
.inner iframe {
  height: 100%;
  width: 100%;
}
.footer .info {
  text-align: center;
}
.footer .info .inner {
  display: inline-block;
  text-align: left;
}
.footer .info p {
  font-size: 14px;
  line-height: 22px;
}
.footer .info p a {
  color: #EC6608;
}
.footer .bottom-bar {
  background: #110b3d;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .footer .bottom-bar {
    margin-top: 0px;
  }
}
.footer .bottom-bar .row {
  padding-top: 12px;
  padding-bottom: 12px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer .bottom-bar .row {
    justify-content: space-between;
    height: 68px;
  }
}
.footer .bottom-bar .row .copyright {
  font-size: 14px;
  display: none;
}
@media (min-width: 768px) {
  .footer .bottom-bar .row .copyright {
    display: block;
  }
}
.footer .bottom-bar .row .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .bottom-bar .row .links ul li {
  display: inline-block;
  margin-right: 50px;
}
.footer .bottom-bar .row .links ul li:last-of-type {
  margin-right: 0px;
}
.footer .bottom-bar .row .links ul li a {
  color: #fff;
  font-size: 14px;
  display: block;
}

.cookie-consent {
  padding: 24px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999999;
  transition: all 0.2s ease;
  width: 100%;
  max-width: 500px;
  background-color: #3f9fdb !important;
  border-radius: 6px;
}
@media (min-width: 520px) {
  .cookie-consent {
    bottom: 0px;
    top: auto;
  }
}
.cookie-consent.hide {
  opacity: 0;
  left: -900px;
}
@media (min-width: 520px) {
  .cookie-consent {
    left: 10px;
    bottom: 10px;
  }
}
.cookie-consent p {
  margin-bottom: 0px;
  color: #fff;
  letter-spacing: 0.4px;
  font-size: 14px;
}
.cookie-consent a {
  color: #191c41;
  font-weight: 600;
}
.cookie-consent button {
  margin: 20px 20px 0px 0px;
  background: none;
  border: none;
  height: 40px;
  line-height: 43px;
  padding: 0 18px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.cookie-consent button#cookie-set-necessary {
  background: none;
  border: 1px solid #191c41;
}
.cookie-consent button#cookie-set-necessary:hover {
  background: #191c41;
  color: #fff;
}
.cookie-consent button#cookie-set {
  margin-right: 0px;
  margin-left: 0px;
  background: #191c41;
  color: #fff;
}

h1,
h2,
h3 {
  clear: both;
}

/*# sourceMappingURL=/assets/css/main.css.map */
