@charset "UTF-8";
h1 b, h1 i, h1 a, .h1 b, .h1 i, .h1 a, .has-large-font-size b, .has-large-font-size i, .has-large-font-size a, h1, .h1, .has-large-font-size, li, p, a, h6 b, h6 i, h6 a, .h6 b, .h6 i, .h6 a, h6, .h6, h4 i, .h4 i, h4, .h4, h3 b, h3 i, h3 a, .h3 b, .h3 i, .h3 a, .has-small-font-size b, .has-small-font-size i, .has-small-font-size a, h3, .h3, .has-small-font-size, h2 b, h2 i, h2 a, .h2 b, .h2 i, .h2 a, .has-medium-font-size b, .has-medium-font-size i, .has-medium-font-size a, h2, .h2, .has-medium-font-size, body, \:root {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
}

@font-face {
  font-family: "FuturaStd-Book";
  src: url("../fonts/FuturaStd-Book.woff2") format("woff2"), url("../fonts/FuturaStd-Book.woff") format("woff"), url("../fonts/FuturaStd-Book.eot") format("eot"), url("../fonts/FuturaStd-Book.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "FuturaStd-Medium";
  src: url("../fonts/FuturaStd-Medium.woff2") format("woff2"), url("../fonts/FuturaStd-Medium.woff") format("woff"), url("../fonts/FuturaStd-Medium.eot") format("eot"), url("../fonts/FuturaStd-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
li, p, a, h6 b, h6 i, h6 a, .h6 b, .h6 i, .h6 a, h6, .h6, h4 i, .h4 i, h4, .h4, h3 b, h3 i, h3 a, .h3 b, .h3 i, .h3 a, .has-small-font-size b, .has-small-font-size i, .has-small-font-size a, h3, .h3, .has-small-font-size, h2 b, h2 i, h2 a, .h2 b, .h2 i, .h2 a, .has-medium-font-size b, .has-medium-font-size i, .has-medium-font-size a, h2, .h2, .has-medium-font-size, body, \:root {
  font-family: "FuturaStd-Book", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
}

h1 b, h1 i, h1 a, .h1 b, .h1 i, .h1 a, .has-large-font-size b, .has-large-font-size i, .has-large-font-size a, h1, .h1, .has-large-font-size {
  font-family: "FuturaStd-Medium", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
}

@keyframes fadeInscr {
  from {
    opacity: 0;
    left: -50%;
  }
  to {
    opacity: 1;
    left: 0%;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 750px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1400px;
  --breakpoint-xxl: 1600px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::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: rgba(0, 0, 0, 0);
}

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

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

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

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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(8, 113, 129, 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: "— ";
}

\:root {
  font-size: 18px;
  line-height: 22px;
  color: #087181;
  font-weight: 300;
}
@media (max-width: 768px) {
  \:root {
    font-size: 15px;
  }
}
@media (max-width: 750px) {
  \:root {
    font-size: 14px;
  }
}

body {
  margin: 0;
  background: #EBB8C4;
  color: #087181;
  text-align: left;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
}

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

h1 b, h1 i, h1 a, .h1 b, .h1 i, .h1 a, .has-large-font-size b, .has-large-font-size i, .has-large-font-size a, h1, .h1, .has-large-font-size {
  font-size: 100px;
  font-size: 6.25rem;
  line-height: 120px;
  line-height: 7.5rem;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.15625rem;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  h1 b, h1 i, h1 a, .h1 b, .h1 i, .h1 a, .has-large-font-size b, .has-large-font-size i, .has-large-font-size a, h1, .h1, .has-large-font-size {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 120px;
    line-height: 7.5rem;
  }
}
@media (max-width: 768px) {
  h1 b, h1 i, h1 a, .h1 b, .h1 i, .h1 a, .has-large-font-size b, .has-large-font-size i, .has-large-font-size a, h1, .h1, .has-large-font-size {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 60px;
    line-height: 3.75rem;
  }
}

h2 b, h2 i, h2 a, .h2 b, .h2 i, .h2 a, .has-medium-font-size b, .has-medium-font-size i, .has-medium-font-size a, h2, .h2, .has-medium-font-size {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 46px;
  line-height: 2.875rem;
  color: #ffffff;
  letter-spacing: 0.046875rem;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  h2 b, h2 i, h2 a, .h2 b, .h2 i, .h2 a, .has-medium-font-size b, .has-medium-font-size i, .has-medium-font-size a, h2, .h2, .has-medium-font-size {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 46px;
    line-height: 2.875rem;
  }
}
@media (max-width: 768px) {
  h2 b, h2 i, h2 a, .h2 b, .h2 i, .h2 a, .has-medium-font-size b, .has-medium-font-size i, .has-medium-font-size a, h2, .h2, .has-medium-font-size {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}

h3 b, h3 i, h3 a, .h3 b, .h3 i, .h3 a, .has-small-font-size b, .has-small-font-size i, .has-small-font-size a, h3, .h3, .has-small-font-size {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 31px;
  line-height: 1.9375rem;
  color: #087181;
  letter-spacing: 0.046875rem;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  h3 b, h3 i, h3 a, .h3 b, .h3 i, .h3 a, .has-small-font-size b, .has-small-font-size i, .has-small-font-size a, h3, .h3, .has-small-font-size {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
@media (max-width: 768px) {
  h3 b, h3 i, h3 a, .h3 b, .h3 i, .h3 a, .has-small-font-size b, .has-small-font-size i, .has-small-font-size a, h3, .h3, .has-small-font-size {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 60px;
    line-height: 3.75rem;
  }
}

h4 i, .h4 i, h4, .h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 25px;
  line-height: 1.5625rem;
  color: #087181;
  letter-spacing: 0.020625rem;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  h4 i, .h4 i, h4, .h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}
@media (max-width: 768px) {
  h4 i, .h4 i, h4, .h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}

h5 i, .h5 i, h5, .h5 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 40px;
  line-height: 2.5rem;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  h5 i, .h5 i, h5, .h5 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
@media (max-width: 768px) {
  h5 i, .h5 i, h5, .h5 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
@media (max-width: 460px) {
  h5 i, .h5 i, h5, .h5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
@media (max-width: 350px) {
  h5 i, .h5 i, h5, .h5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

h6 b, h6 i, h6 a, .h6 b, .h6 i, .h6 a, h6, .h6 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 15px;
  line-height: 0.9375rem;
  letter-spacing: 0.15625rem;
  color: #087181;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  h6 b, h6 i, h6 a, .h6 b, .h6 i, .h6 a, h6, .h6 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}
@media (max-width: 768px) {
  h6 b, h6 i, h6 a, .h6 b, .h6 i, .h6 a, h6, .h6 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}
@media (max-width: 460px) {
  h6 b, h6 i, h6 a, .h6 b, .h6 i, .h6 a, h6, .h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media (max-width: 350px) {
  h6 b, h6 i, h6 a, .h6 b, .h6 i, .h6 a, h6, .h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}

li, p, a {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 31px;
  line-height: 1.9375rem;
  color: #087181;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  li, p, a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

b {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #087181;
}
@media (max-width: 1024px) {
  b {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
@media (max-width: 768px) {
  b {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media (max-width: 460px) {
  b {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media (max-width: 350px) {
  b {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

h4 i, .h4 i {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
}

h5 i, .h5 i {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
}

p, a {
  margin-top: 0;
}

a {
  color: #087181;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  outline: 0;
}
a i {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #087181;
}
a:hover i {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:active, a:focus {
  outline: none;
  background: none !important;
  box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0.5);
}

input::-moz-focus-inner {
  border: 0;
}

.align-left {
  text-align: left;
}

.alignleft {
  float: left;
}

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

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

.alignright {
  float: right;
}

.text-justify {
  text-align: justify;
}

.nowrap {
  white-space: nowrap;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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

a img {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #53A9B5;
  border: none;
}
a:hover img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@font-face {
  font-family: "hst";
  src: url("../fonts/hst.eot");
  src: url("../fonts/hst.eot?#iefix") format("embedded-opentype"), url("../fonts/hst.woff") format("woff"), url("../fonts/hst.ttf") format("truetype"), url("../fonts/hst.svg#hst") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "hst" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "hst" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-down:before {
  content: "b";
}

.icon-angle-left:before {
  content: "c";
}

.icon-angle-right:before {
  content: "d";
}

.icon-angle-up:before {
  content: "e";
}

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

.icon-chevron-left:before {
  content: "l";
}

.icon-chevron-right:before {
  content: "m";
}

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

.icon-circle-thin:before {
  content: "o";
}

.icon-circle:before {
  content: "q";
}

.icon-three-bars:before {
  content: "y";
}

.icon-triangle-down:before {
  content: "A";
}

.icon-triangle-left:before {
  content: "B";
}

.icon-triangle-right:before {
  content: "C";
}

.icon-triangle-up:before {
  content: "D";
}

.icon-align-justify-1:before {
  content: "E";
}

.icon-thumbnails:before {
  content: "G";
}

.icon-down-open-big:before {
  content: "H";
}

.icon-left-open-big:before {
  content: "I";
}

.icon-right-open-big:before {
  content: "J";
}

.icon-up-open-big:before {
  content: "L";
}

.icon-cancel:before {
  content: "T";
}

.icon-navicon:before {
  content: "U";
}

.icon-grid:before {
  content: "V";
}

.icon-close-round:before {
  content: "t";
}

.icon-arrow-left-2:before {
  content: "W";
}

.icon-arrow-right-2:before {
  content: "X";
}

.icon-arrow-up-2:before {
  content: "Y";
}

.icon-arrow-down-2:before {
  content: "Z";
}

.icon-chevron-down-1:before {
  content: "u";
}

.icon-chevron-left-1:before {
  content: "v";
}

.icon-chevron-right-1:before {
  content: "w";
}

.icon-chevron-up-1:before {
  content: "x";
}

.icon-drag:before {
  content: "2";
}

.icon-navicon-1:before {
  content: "3";
}

.icon-stop:before {
  content: "4";
}

.icon-content-41:before {
  content: "5";
}

.icon-square:before {
  content: "F";
}

.icon-square-line:before {
  content: "6";
}

.icon-square-1:before {
  content: "7";
}

.icon-square-stroked:before {
  content: "8";
}

.icon-cross:before {
  content: "9";
}

.icon-android-apps:before {
  content: "a";
}

.icon-android-menu:before {
  content: "g";
}

.icon-remove:before {
  content: "f";
}

.icon-arrow-down:before {
  content: "h";
}

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

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

.icon-arrow-up:before {
  content: "p";
}

.icon-arrow-down-1:before {
  content: "r";
}

.icon-arrow-left-1:before {
  content: "s";
}

.icon-arrow-right-1:before {
  content: "z";
}

.icon-arrow-up-1:before {
  content: "K";
}

.icon-arrow-cursor:before {
  content: "M";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #EBB8C4;
  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;
}

.container, .ghostkit-grid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 750px) {
  .container, .ghostkit-grid {
    max-width: 680px;
  }
}
@media (min-width: 768px) {
  .container, .ghostkit-grid {
    max-width: 750px;
  }
}
@media (min-width: 1024px) {
  .container, .ghostkit-grid {
    max-width: 960px;
  }
}
@media (min-width: 1400px) {
  .container, .ghostkit-grid {
    max-width: 1340px;
  }
}
@media (min-width: 1600px) {
  .container, .ghostkit-grid {
    max-width: 1550px;
  }
}

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

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

.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 8.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 750px) {
  .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 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .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 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .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 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .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 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .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;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.npl {
  padding-left: 0 !important;
}

.npr {
  padding-right: 0 !important;
}

.np {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.npb {
  padding-bottom: 0 !important;
}

.mbottom-10 {
  margin-bottom: 10px;
  display: inline-block;
}

.mtop-10 {
  margin-top: 10px;
  display: inline-block;
}

.mright-10 {
  margin-right: 10px;
  display: inline-block;
}

.mleft-10 {
  margin-left: 10px;
  display: inline-block;
}

.mbottomn-10 {
  margin-bottom: -10px;
  display: inline-block;
}

.mtopn-10 {
  margin-top: -10px;
  display: inline-block;
}

.mrightn-10 {
  margin-right: -10px;
  display: inline-block;
}

.mleftn-10 {
  margin-left: -10px;
  display: inline-block;
}

.m-10 {
  margin: 10px;
  display: inline-block;
}

.mbottom-20 {
  margin-bottom: 20px;
  display: inline-block;
}

.mtop-20 {
  margin-top: 20px;
  display: inline-block;
}

.mright-20 {
  margin-right: 20px;
  display: inline-block;
}

.mleft-20 {
  margin-left: 20px;
  display: inline-block;
}

.mbottomn-20 {
  margin-bottom: -20px;
  display: inline-block;
}

.mtopn-20 {
  margin-top: -20px;
  display: inline-block;
}

.mrightn-20 {
  margin-right: -20px;
  display: inline-block;
}

.mleftn-20 {
  margin-left: -20px;
  display: inline-block;
}

.m-20 {
  margin: 20px;
  display: inline-block;
}

.mbottom-30 {
  margin-bottom: 30px;
  display: inline-block;
}

.mtop-30 {
  margin-top: 30px;
  display: inline-block;
}

.mright-30 {
  margin-right: 30px;
  display: inline-block;
}

.mleft-30 {
  margin-left: 30px;
  display: inline-block;
}

.mbottomn-30 {
  margin-bottom: -30px;
  display: inline-block;
}

.mtopn-30 {
  margin-top: -30px;
  display: inline-block;
}

.mrightn-30 {
  margin-right: -30px;
  display: inline-block;
}

.mleftn-30 {
  margin-left: -30px;
  display: inline-block;
}

.m-30 {
  margin: 30px;
  display: inline-block;
}

.mbottom-40 {
  margin-bottom: 40px;
  display: inline-block;
}

.mtop-40 {
  margin-top: 40px;
  display: inline-block;
}

.mright-40 {
  margin-right: 40px;
  display: inline-block;
}

.mleft-40 {
  margin-left: 40px;
  display: inline-block;
}

.mbottomn-40 {
  margin-bottom: -40px;
  display: inline-block;
}

.mtopn-40 {
  margin-top: -40px;
  display: inline-block;
}

.mrightn-40 {
  margin-right: -40px;
  display: inline-block;
}

.mleftn-40 {
  margin-left: -40px;
  display: inline-block;
}

.m-40 {
  margin: 40px;
  display: inline-block;
}

.mbottom-50 {
  margin-bottom: 50px;
  display: inline-block;
}

.mtop-50 {
  margin-top: 50px;
  display: inline-block;
}

.mright-50 {
  margin-right: 50px;
  display: inline-block;
}

.mleft-50 {
  margin-left: 50px;
  display: inline-block;
}

.mbottomn-50 {
  margin-bottom: -50px;
  display: inline-block;
}

.mtopn-50 {
  margin-top: -50px;
  display: inline-block;
}

.mrightn-50 {
  margin-right: -50px;
  display: inline-block;
}

.mleftn-50 {
  margin-left: -50px;
  display: inline-block;
}

.m-50 {
  margin: 50px;
  display: inline-block;
}

.mbottom-60 {
  margin-bottom: 60px;
  display: inline-block;
}

.mtop-60 {
  margin-top: 60px;
  display: inline-block;
}

.mright-60 {
  margin-right: 60px;
  display: inline-block;
}

.mleft-60 {
  margin-left: 60px;
  display: inline-block;
}

.mbottomn-60 {
  margin-bottom: -60px;
  display: inline-block;
}

.mtopn-60 {
  margin-top: -60px;
  display: inline-block;
}

.mrightn-60 {
  margin-right: -60px;
  display: inline-block;
}

.mleftn-60 {
  margin-left: -60px;
  display: inline-block;
}

.m-60 {
  margin: 60px;
  display: inline-block;
}

.mbottom-70 {
  margin-bottom: 70px;
  display: inline-block;
}

.mtop-70 {
  margin-top: 70px;
  display: inline-block;
}

.mright-70 {
  margin-right: 70px;
  display: inline-block;
}

.mleft-70 {
  margin-left: 70px;
  display: inline-block;
}

.mbottomn-70 {
  margin-bottom: -70px;
  display: inline-block;
}

.mtopn-70 {
  margin-top: -70px;
  display: inline-block;
}

.mrightn-70 {
  margin-right: -70px;
  display: inline-block;
}

.mleftn-70 {
  margin-left: -70px;
  display: inline-block;
}

.m-70 {
  margin: 70px;
  display: inline-block;
}

.mbottom-80 {
  margin-bottom: 80px;
  display: inline-block;
}

.mtop-80 {
  margin-top: 80px;
  display: inline-block;
}

.mright-80 {
  margin-right: 80px;
  display: inline-block;
}

.mleft-80 {
  margin-left: 80px;
  display: inline-block;
}

.mbottomn-80 {
  margin-bottom: -80px;
  display: inline-block;
}

.mtopn-80 {
  margin-top: -80px;
  display: inline-block;
}

.mrightn-80 {
  margin-right: -80px;
  display: inline-block;
}

.mleftn-80 {
  margin-left: -80px;
  display: inline-block;
}

.m-80 {
  margin: 80px;
  display: inline-block;
}

.mbottom-90 {
  margin-bottom: 90px;
  display: inline-block;
}

.mtop-90 {
  margin-top: 90px;
  display: inline-block;
}

.mright-90 {
  margin-right: 90px;
  display: inline-block;
}

.mleft-90 {
  margin-left: 90px;
  display: inline-block;
}

.mbottomn-90 {
  margin-bottom: -90px;
  display: inline-block;
}

.mtopn-90 {
  margin-top: -90px;
  display: inline-block;
}

.mrightn-90 {
  margin-right: -90px;
  display: inline-block;
}

.mleftn-90 {
  margin-left: -90px;
  display: inline-block;
}

.m-90 {
  margin: 90px;
  display: inline-block;
}

.mbottom-100 {
  margin-bottom: 100px;
  display: inline-block;
}

.mtop-100 {
  margin-top: 100px;
  display: inline-block;
}

.mright-100 {
  margin-right: 100px;
  display: inline-block;
}

.mleft-100 {
  margin-left: 100px;
  display: inline-block;
}

.mbottomn-100 {
  margin-bottom: -100px;
  display: inline-block;
}

.mtopn-100 {
  margin-top: -100px;
  display: inline-block;
}

.mrightn-100 {
  margin-right: -100px;
  display: inline-block;
}

.mleftn-100 {
  margin-left: -100px;
  display: inline-block;
}

.m-100 {
  margin: 100px;
  display: inline-block;
}

.ptop-10 {
  padding-top: 10px;
  display: inline-block;
}

.pbottom-10 {
  padding-bottom: 10px;
  display: inline-block;
}

.pleft-10 {
  padding-left: 10px;
  display: inline-block;
}

.pright-10 {
  padding-right: 10px;
  display: inline-block;
}

.p-10 {
  padding: 10px;
  display: inline-block;
}

.ptop-20 {
  padding-top: 20px;
  display: inline-block;
}

.pbottom-20 {
  padding-bottom: 20px;
  display: inline-block;
}

.pleft-20 {
  padding-left: 20px;
  display: inline-block;
}

.pright-20 {
  padding-right: 20px;
  display: inline-block;
}

.p-20 {
  padding: 20px;
  display: inline-block;
}

.ptop-30 {
  padding-top: 30px;
  display: inline-block;
}

.pbottom-30 {
  padding-bottom: 30px;
  display: inline-block;
}

.pleft-30 {
  padding-left: 30px;
  display: inline-block;
}

.pright-30 {
  padding-right: 30px;
  display: inline-block;
}

.p-30 {
  padding: 30px;
  display: inline-block;
}

.ptop-40 {
  padding-top: 40px;
  display: inline-block;
}

.pbottom-40 {
  padding-bottom: 40px;
  display: inline-block;
}

.pleft-40 {
  padding-left: 40px;
  display: inline-block;
}

.pright-40 {
  padding-right: 40px;
  display: inline-block;
}

.p-40 {
  padding: 40px;
  display: inline-block;
}

.ptop-50 {
  padding-top: 50px;
  display: inline-block;
}

.pbottom-50 {
  padding-bottom: 50px;
  display: inline-block;
}

.pleft-50 {
  padding-left: 50px;
  display: inline-block;
}

.pright-50 {
  padding-right: 50px;
  display: inline-block;
}

.p-50 {
  padding: 50px;
  display: inline-block;
}

.ptop-60 {
  padding-top: 60px;
  display: inline-block;
}

.pbottom-60 {
  padding-bottom: 60px;
  display: inline-block;
}

.pleft-60 {
  padding-left: 60px;
  display: inline-block;
}

.pright-60 {
  padding-right: 60px;
  display: inline-block;
}

.p-60 {
  padding: 60px;
  display: inline-block;
}

.ptop-70 {
  padding-top: 70px;
  display: inline-block;
}

.pbottom-70 {
  padding-bottom: 70px;
  display: inline-block;
}

.pleft-70 {
  padding-left: 70px;
  display: inline-block;
}

.pright-70 {
  padding-right: 70px;
  display: inline-block;
}

.p-70 {
  padding: 70px;
  display: inline-block;
}

.ptop-80 {
  padding-top: 80px;
  display: inline-block;
}

.pbottom-80 {
  padding-bottom: 80px;
  display: inline-block;
}

.pleft-80 {
  padding-left: 80px;
  display: inline-block;
}

.pright-80 {
  padding-right: 80px;
  display: inline-block;
}

.p-80 {
  padding: 80px;
  display: inline-block;
}

.ptop-90 {
  padding-top: 90px;
  display: inline-block;
}

.pbottom-90 {
  padding-bottom: 90px;
  display: inline-block;
}

.pleft-90 {
  padding-left: 90px;
  display: inline-block;
}

.pright-90 {
  padding-right: 90px;
  display: inline-block;
}

.p-90 {
  padding: 90px;
  display: inline-block;
}

.ptop-100 {
  padding-top: 100px;
  display: inline-block;
}

.pbottom-100 {
  padding-bottom: 100px;
  display: inline-block;
}

.pleft-100 {
  padding-left: 100px;
  display: inline-block;
}

.pright-100 {
  padding-right: 100px;
  display: inline-block;
}

.p-100 {
  padding: 100px;
  display: inline-block;
}

.nmb {
  margin-bottom: 0 !important;
}

.nm {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 576px) {
  .sm-npl {
    padding-left: 0 !important;
  }
  .sm-npr {
    padding-right: 0 !important;
  }
  .sm-np {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .md-npl {
    padding-left: 0 !important;
  }
  .md-npr {
    padding-right: 0 !important;
  }
  .md-np {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .md-npl {
    padding-left: 0 !important;
  }
  .md-npr {
    padding-right: 0 !important;
  }
  .md-np {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .lg-npl {
    padding-left: 0 !important;
  }
  .lg-npr {
    padding-right: 0 !important;
  }
  .lg-np {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .xl-npl {
    padding-left: 0 !important;
  }
  .xl-npr {
    padding-right: 0 !important;
  }
  .xl-np {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.fullwidth {
  width: 100%;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

iframe {
  width: 100%;
}

.absolute {
  position: absolute;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

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

.relative {
  position: relative;
}

.align-left {
  text-align: left !important;
}

.none {
  display: none;
}

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

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

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

.col-md-33 {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}
.col-md-33:before, .col-md-33:after {
  box-sizing: border-box;
}

html, body {
  margin: 0 !important;
  padding: 0;
  background: #EBB8C4;
  background: linear-gradient(227deg, #f3c0cb, #e5a6b6);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 10s ease infinite;
  -moz-animation: AnimationName 10s ease infinite;
  -o-animation: AnimationName 10s ease infinite;
  animation: AnimationName 10s ease infinite;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 96% 0%;
  }
  50% {
    background-position: 5% 100%;
  }
  100% {
    background-position: 96% 0%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 96% 0%;
  }
  50% {
    background-position: 5% 100%;
  }
  100% {
    background-position: 96% 0%;
  }
}
@-o-keyframes AnimationName {
  0% {
    background-position: 96% 0%;
  }
  50% {
    background-position: 5% 100%;
  }
  100% {
    background-position: 96% 0%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 96% 0%;
  }
  50% {
    background-position: 5% 100%;
  }
  100% {
    background-position: 96% 0%;
  }
}
.ghostkit-grid-gap-md {
  margin-right: auto !important;
  margin-left: auto !important;
}

section {
  width: 100%;
}

.bottom {
  position: absolute;
  bottom: 0;
}

.npt {
  padding-top: 0;
}
.npt .ghostkit-col-content {
  padding-top: 0;
}

.npb {
  padding-bottom: 0;
}
.npb .ghostkit-col-content {
  padding-bottom: 0;
}

.w100 {
  width: 100%;
}

.wp-block-image img {
  width: 100%;
  height: auto;
}

.ghostkit-grid-with-bg, .ghostkit-col-with-bg {
  margin-bottom: 40px;
}
.ghostkit-grid-with-bg .ghostkit-grid-inner, .ghostkit-col-with-bg .ghostkit-grid-inner {
  padding: 61px 0;
}
@media (max-width: 768px) {
  .ghostkit-grid-with-bg .ghostkit-grid-inner, .ghostkit-col-with-bg .ghostkit-grid-inner {
    padding: 21px 0;
  }
}
.ghostkit-grid-with-bg .ghostkit-grid-inner .ghostkit-col-md-12 .ghostkit-col-content, .ghostkit-grid-with-bg .ghostkit-grid-inner .ghostkit-col-12 .ghostkit-col-content, .ghostkit-col-with-bg .ghostkit-grid-inner .ghostkit-col-md-12 .ghostkit-col-content, .ghostkit-col-with-bg .ghostkit-grid-inner .ghostkit-col-12 .ghostkit-col-content {
  margin-left: -10px;
}
@media (max-width: 768px) {
  .ghostkit-grid-with-bg .ghostkit-grid-inner .ghostkit-col-md-12 .ghostkit-col-content, .ghostkit-grid-with-bg .ghostkit-grid-inner .ghostkit-col-12 .ghostkit-col-content, .ghostkit-col-with-bg .ghostkit-grid-inner .ghostkit-col-md-12 .ghostkit-col-content, .ghostkit-col-with-bg .ghostkit-grid-inner .ghostkit-col-12 .ghostkit-col-content {
    margin-left: 0px;
  }
}

.ghostkit-col-md-12 .ghostkit-col-content, .ghostkit-col-12 .ghostkit-col-content {
  margin-left: -10px;
}
@media (max-width: 768px) {
  .ghostkit-col-md-12 .ghostkit-col-content, .ghostkit-col-12 .ghostkit-col-content {
    margin-left: 0px;
  }
}

.btn-primary {
  display: inline-block;
  width: 200px;
  background: transparent;
  border: 1px solid #087181;
  color: #087181;
  padding: 10px 0px;
  margin: 20px 10px;
  text-align: center;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 1024px) {
  .btn-primary {
    width: 150px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}
@media (max-width: 750px) {
  .btn-primary {
    width: 130px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}
.btn-primary:hover {
  background: #087181;
  color: #EBB8C4;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #087181;
}

.ghostkit-col-content ul {
  margin-left: 0;
}
.ghostkit-col-content ul li {
  padding-bottom: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.ghostkit-col-content ul li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #087181;
  left: -10px;
  margin-top: 19px;
}
@media (max-width: 768px) {
  .ghostkit-col-content ul li:before {
    left: -3px;
  }
}

.wp-block-image {
  border: 10px solid transparent;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  transition: all 2s ease-out;
}

.in-view .wp-block-image {
  border: 10px solid #ffffff;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
  transition: all 2s ease-out;
}

.smallwidth .ghostkit-col-content {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1024px) {
  .smallwidth .ghostkit-col-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .smallwidth .ghostkit-col-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.fullheighthomeSlider {
  width: 100%;
}

.headerwrapper {
  border-bottom: 10px solid white;
  background: #f1b7c2;
  margin-bottom: 120px;
}

.ani-op {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.ani-bottom {
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px);
  -moz-transform: translate3d(0px, 100px, 0px);
}

.ani-top {
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px);
  -moz-transform: translate3d(0px, 100px, 0px);
}

.ani-right {
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px);
  -moz-transform: translate3d(0px, 100px, 0px);
}

.ani-left {
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px);
  -moz-transform: translate3d(0px, 100px, 0px);
}

.ghostkit-col-content.in-view {
  opacity: 1;
  -moz-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
}

.ghostkit-col-content {
  opacity: 0;
  opacity: 0;
  -moz-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px);
  -moz-transform: translate3d(0px, 100px, 0px);
}

.ghostkit-col-content.in-view {
  opacity: 1;
  opacity: 1;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
}

.subnav {
  position: absolute;
  bottom: 40px;
}
.subnav ul {
  margin-left: 0;
}
.subnav ul li {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.subnav a {
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  letter-spacing: 0.125rem;
  padding: 0 0 10px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.subnav a:hover {
  padding-left: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 600px) {
  .subnav {
    position: relative;
    width: 100%;
    background: white;
    padding: 20px 0 0 0;
    margin-bottom: 0;
    bottom: 0;
  }
}

#serachinput {
  text-align: left;
  display: inline-block;
  width: 310px;
  background: transparent;
  border: 1px solid #087181;
  color: white;
  padding: 5px 15px;
  margin: 5px 0px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  outline: none;
  background: transparent url("..//img/hebammensalon-icon-search.svg") no-repeat right 15px center;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.accordionContent {
  display: none;
  margin-top: 40px;
}

.accordionWrap {
  margin: 0px 0 120px 0;
}

.accordionitem {
  border-bottom: 1px solid #087181;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.accordionitem .mlogo {
  text-align: center;
  display: inline-block;
  width: 200px;
  background: transparent;
  border: 1px solid #087181;
  color: #087181;
  padding: 5px 0px;
  margin: 5px 0px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.accordionitem .mlogo:hover {
  background: #087181;
  color: #EBB8C4;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #087181;
}
.accordionitem .mlogo svg {
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}
@media (max-width: 1024px) {
  .accordionitem .mlogo {
    width: 150px;
  }
}
@media (max-width: 600px) {
  .accordionitem .mlogo {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
}
.accordionitem:hover {
  border-bottom: 1px solid #53A9B5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.accordionitem .title {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.accordionitem .date {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.accordionitem .laenge {
  text-align: right;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  margin-bottom: 10px;
}
.accordionitem .description p, .accordionitem .description a, .accordionitem .description span, .accordionitem .description b, .accordionitem .description i {
  font-size: 16px;
  font-size: 1rem;
  line-height: 25px;
  line-height: 1.5625rem;
}
.accordionitem .description a {
  text-decoration: underline;
}
.accordionitem .folge {
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
}
.accordionitem .music {
  text-align: right;
}
@media (max-width: 768px) {
  .accordionitem .music {
    text-align: center;
  }
}
.accordionitem .pro {
  margin-top: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.smal {
  border-bottom: 1px solid #087181;
}
.smal p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
}

.accordionHeadline {
  padding-top: 25px;
}
.accordionHeadline:hover {
  cursor: pointer;
}
.accordionHeadline:hover * {
  color: #53A9B5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.topBtn {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.topBtn svg {
  width: 30px;
  height: 30px;
}

.hr:before {
  border-top: 1px solid white;
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: 1px;
}
.hr .ghostkit-col-content {
  padding-top: 20px;
}

footer {
  margin-top: 200px;
}
footer ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
footer li {
  list-style-type: none;
  display: inline-block;
  padding-top: 0;
}
footer li a {
  padding: 0 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

video {
  width: 100%;
  margin-bottom: 80px;
}

.mobile {
  display: none;
}
@media (max-width: 600px) {
  .mobile {
    display: block;
  }
}

.desktop {
  display: block;
}
@media (max-width: 600px) {
  .desktop {
    display: none;
  }
}

@media (max-width: 768px) {
  .hidemd {
    display: none;
  }
}
@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: 1024px !important;
  }
  .container {
    min-width: 1024px !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;
  }
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=styles.css.map */
