@charset "UTF-8";
@font-face {
  font-family: "CeraPro-Bold";
  src: url("webfonts/CeraPro-Bold.eot");
  src: url("webfonts/CeraPro-Bold.eot%3F") format("embedded-opentype"), url("webfonts/CeraPro-Bold.woff2") format("woff2"), url("webfonts/CeraPro-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CeraPro-Regular";
  src: url("webfonts/CeraPro-Regular.eot");
  src: url("webfonts/CeraPro-Regular.eot%3F") format("embedded-opentype"), url("webfonts/CeraPro-Regular.woff2") format("woff2"), url("webfonts/CeraPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.btn:hover, .btn {
  padding: 6px 30px;
  font-size: calc(14px + 2 * ((100vw - 1366px) / 554 ));
  display: inline-block;
  line-height: 1.45;
  cursor: pointer;
  font-family: "CeraPro-Regular";
  text-transform: uppercase;
}
@media screen and (max-width: 1366px) {
  .btn:hover, .btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .btn:hover, .btn {
    font-size: 16px;
  }
}
@media (max-width: 1599px) {
  .btn:hover, .btn {
    padding: 11px 22px;
  }
}

#footer a, .btn {
  transition: 0.4s all;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot%3Fuhafv2");
  src: url("fonts/icomoon.eot%3Fuhafv2") format("embedded-opentype"), url("fonts/icomoon.ttf%3Fuhafv2") format("truetype"), url("fonts/icomoon.woff%3Fuhafv2") format("woff"), url("fonts/icomoon.svg%3Fuhafv2") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clock:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-map-marker-alt:before {
  content: "";
}

.icon-caret-left:before {
  content: "";
}

.icon-caret-right:before {
  content: "";
}

.icon-caret-up:before {
  content: "";
}

.icon-caret-down:before {
  content: "";
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

button,
input {
  border: 0;
  background: none;
  border-radius: 0;
  box-shadow: 0;
}

input,
input[type=text],
input[type=button],
input[type=submit],
textarea {
  -webkit-appearance: none;
}

#homeArticles.container,
.container,
.container_small {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  #homeArticles.container,
.container,
.container_small {
    max-width: 494px;
  }
}
@media (min-width: 1200px) {
  #homeArticles.container,
.container,
.container_small {
    max-width: 664px;
  }
}
@media (min-width: 1600px) {
  #homeArticles.container,
.container,
.container_small {
    max-width: 930px;
  }
}

.mwcenter {
  max-width: 1175px;
  width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .mwcenter {
    max-width: 100%;
    padding: 0 15px;
  }
}

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

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

.row-in-flex {
  flex: 1 !important;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1024px) {
  .col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 25px;
    padding-left: 25px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1600px) {
  .col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

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

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

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

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

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

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

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.text-left {
  text-align: left !important;
}

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

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

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.mb-1 {
  margin-top: 140px;
}

.checkbox,
.radios {
  padding-top: 8px;
  display: inline-block;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: left;
  width: 100%;
  padding-left: 23px;
  font-size: calc(12px + 4 * ((100vw - 1366px) / 554 ));
  text-align: left;
}
@media screen and (max-width: 1366px) {
  .checkbox,
.radios {
    font-size: 12px;
  }
}
@media screen and (min-width: 1920px) {
  .checkbox,
.radios {
    font-size: 16px;
  }
}

.radios {
  float: right;
  width: auto;
}

.radiobutton {
  font-size: calc(16px + 4 * ((100vw - 1366px) / 554 ));
}
@media screen and (max-width: 1366px) {
  .radiobutton {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .radiobutton {
    font-size: 20px;
  }
}

input[type=radio],
input[type=checkbox] {
  position: absolute;
  width: 15px;
  margin: 0;
  border: 2px solid #707070;
  border-radius: 50%;
  height: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  cursor: pointer;
  display: inline-block;
  left: 0;
  top: 12px;
}
@media (max-width: 767px) {
  input[type=radio],
input[type=checkbox] {
    top: 8px;
  }
}

input[type=checkbox] {
  border-color: white;
}
input[type=checkbox]:checked {
  background: white;
}

input[type=radio] {
  top: 2px;
}
@media (max-width: 767px) {
  input[type=radio] {
    top: 0;
  }
}
input[type=radio]:checked {
  border-color: #2b2b2b;
  background: #2b2b2b;
}

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

input::-moz-placeholder {
  color: #fccacc;
}

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

input:-moz-placeholder {
  color: #fccacc;
}

textarea::-webkit-input-placeholder {
  color: #fccacc;
}

textarea::-moz-placeholder {
  color: #fccacc;
}

textarea:-ms-input-placeholder {
  color: #fccacc;
}

textarea:-moz-placeholder {
  color: #fccacc;
}

select {
  -webkit-appearance: button;
  -moz-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  -webkit-padding-start: 2px;
  -moz-padding-start: 2px;
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 48px;
  padding: 4px 0;
  border: 0;
  width: 100%;
  border-bottom: 2px solid #dad7d0;
  font-size: 18px;
}

.arrowSelect {
  position: absolute;
  top: 11px;
  right: 7px;
}
@media (max-width: 767px) {
  .arrowSelect {
    top: 8px;
  }
}
.arrowSelect i {
  font-size: 16px;
  color: #2b2b2b;
}

@font-face {
  font-family: "CeraPro-Bold";
  src: url("webfonts/CeraPro-Bold.eot");
  src: url("webfonts/CeraPro-Bold.eot%3F") format("embedded-opentype"), url("webfonts/CeraPro-Bold.woff2") format("woff2"), url("webfonts/CeraPro-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CeraPro-Regular";
  src: url("webfonts/CeraPro-Regular.eot");
  src: url("webfonts/CeraPro-Regular.eot%3F") format("embedded-opentype"), url("webfonts/CeraPro-Regular.woff2") format("woff2"), url("webfonts/CeraPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.btn:hover, .btn {
  padding: 6px 30px;
  font-size: calc(14px + 2 * ((100vw - 1366px) / 554 ));
  display: inline-block;
  line-height: 1.45;
  cursor: pointer;
  font-family: "CeraPro-Regular";
  text-transform: uppercase;
}
@media screen and (max-width: 1366px) {
  .btn:hover, .btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  .btn:hover, .btn {
    font-size: 16px;
  }
}
@media (max-width: 1599px) {
  .btn:hover, .btn {
    padding: 11px 22px;
  }
}

#footer a, .btn {
  transition: 0.4s all;
}

body {
  background: white;
  color: #2b2b2b;
  line-height: 22px;
  font-family: "CeraPro-Regular";
  font-feature-settings: "kern", "salt";
  font-size: calc(13px + 1 * ((100vw - 1366px) / 554 ));
}
@media screen and (max-width: 1366px) {
  body {
    font-size: 13px;
  }
}
@media screen and (min-width: 1920px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  color: #d6001c;
}
a:hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

img {
  display: block;
  width: 100%;
}

h1,
h2,
h3 {
  color: #2b2b2b;
  font-family: "CeraPro-Regular";
}

h1 {
  font-size: 30px;
  font-family: "CeraPro-Regular";
  margin-bottom: 23px;
  line-height: 1.25;
  text-transform: lowercase;
  font-family: "CeraPro-Regular";
  font-size: 20px;
  position: relative;
  margin: 0;
  display: inline-block;
  color: #d6001c;
}

.page-header {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}

h2 {
  font-size: 30px;
  font-family: "CeraPro-Regular";
  margin-bottom: 23px;
  line-height: 1.25;
  text-transform: lowercase;
  font-family: "CeraPro-Regular";
  font-size: calc(16px + 2 * ((100vw - 1366px) / 554 ));
}
@media screen and (max-width: 1366px) {
  h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font: 25px/35px "CeraPro-Bold";
  color: #d6001c;
  font-size: calc(18px + 7 * ((100vw - 1366px) / 554 ));
}
@media screen and (max-width: 1366px) {
  h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1920px) {
  h3 {
    font-size: 25px;
  }
}

.btn {
  background: #d6001c;
  color: white;
}
.btn:hover {
  background: #2b2b2b;
  color: white;
}

.readmore {
  margin-top: 40px;
}

input:not([type=submit]),
textarea,
select {
  border: 0;
  width: 100%;
  border: 1px solid #fccacc;
  padding-left: 10px;
  font-size: 18px;
  font-family: "CeraPro-Regular";
  background: transparent;
}
input:not([type=submit]):focus,
textarea:focus,
select:focus {
  outline: 0;
}

textarea {
  padding-top: 10px;
}

input:not([type=submit]) {
  height: 46px;
}

label {
  color: #fccacc;
  font-size: 14px;
  text-transform: lowercase;
  font-weight: 700;
}
label.error {
  right: 0;
  top: 0;
  padding: 5px 10px;
}

select {
  color: #fccacc;
  font-size: 20px;
}

.pinkBg {
  background-color: #fccacc;
}
@media (max-width: 1023px) {
  .pinkBg .header-tools {
    background-color: #fccacc;
  }
}

@media (max-width: 1023px) {
  .header-tools {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 65px;
    width: 100%;
    background-color: #ffffff;
    z-index: 9999;
  }
  .header-tools.active {
    background-color: #fccacc;
  }
}
.control-group.active label {
  top: -10px;
  font-size: 14px;
}

.home #backToHome {
  display: none;
}

fieldset > div > div > div {
  position: relative;
  margin-bottom: 50px;
}

.contact-info {
  line-height: 20px;
  margin-bottom: 30px;
  text-align: left;
}
.contact-info a {
  color: #2b2b2b;
}
.contact-info a:hover {
  text-decoration: underline;
}
.contact-info a[href^="tel:"] {
  font-weight: bold;
}
.contact-info > div {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.contact-info > div:first-child .adressSection,
.contact-info > div:first-child i {
  float: left;
}
.contact-info > div:first-child .adressSection {
  width: calc(100% - 30px);
}
.contact-info > div:first-child i {
  margin-top: 3px;
  font-size: 19px;
  margin-left: -3px;
}
.contact-info i {
  margin-right: 13px;
  font-size: 16px;
}

p.errorcontainer {
  width: 100%;
  position: absolute;
}

p.errorcontainer:after {
  display: none !important;
}

.light-bg {
  background: #fccacc;
}

#togglerMenu {
  display: inline-block;
  font: inherit;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, -webkit-filter, opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  height: 14px;
  top: 35px;
  left: 25px;
  z-index: 99999;
  position: fixed;
}
#togglerMenu .close {
  display: none;
  position: absolute;
  top: -4px;
  height: 22px;
}
@media (min-width: 768px) {
  #togglerMenu .close {
    width: 43px;
    background: url("../../images/arrow-tablet.svg") center/cover no-repeat;
  }
}
@media (max-width: 1023px) {
  #togglerMenu .close {
    width: 21px;
    background: url("../../images/small-arrow.svg") center/cover no-repeat;
  }
}
#togglerMenu > span {
  font-size: 14px;
  margin-right: 5px;
  color: #2b2b2b;
  display: inline-block;
  position: relative;
  top: -12px;
  font-weight: 900;
}
#togglerMenu > div {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
}
#togglerMenu > div > span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #d6001c;
  font-weight: 900;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#togglerMenu > div > span:nth-child(1) {
  top: 0;
}
#togglerMenu > div > span:nth-child(2), #togglerMenu > div > span:nth-child(3) {
  top: 10px;
}
#togglerMenu > div > span:nth-child(4) {
  top: 20px;
}
#togglerMenu > div.active > span:nth-child(1) {
  top: 7px;
  width: 0;
  left: 50%;
}
#togglerMenu > div.active > span:nth-child(2) {
  transform: rotate(45deg);
}
#togglerMenu > div.active > span:nth-child(3) {
  transform: rotate(-45deg);
}
#togglerMenu > div.active > span:nth-child(4) {
  top: 7px;
  width: 0;
  left: 50%;
}
#togglerMenu > div.active span {
  display: none;
}
#togglerMenu > div.active .close {
  display: block;
}
@media (min-width: 1024px) {
  #togglerMenu {
    display: none;
  }
}

.scroll-content {
  will-change: transform;
}

#logoWebsite,
#logoWebsite2 {
  position: fixed;
  top: 19px;
  right: 25px;
  z-index: 0;
  width: 178px;
  transform: translateZ(0);
}
@media (min-width: 1024px) {
  #logoWebsite,
#logoWebsite2 {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 126px;
    padding: 0 119px;
    width: 100%;
    transition: unset;
  }
}
@media (min-width: 1200px) {
  #logoWebsite,
#logoWebsite2 {
    top: 157px;
    padding: 0 160px;
  }
}
#logoWebsite img,
#logoWebsite2 img {
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
}

#logoWebsite2 {
  z-index: 2;
  position: fixed;
}
#logoWebsite2 img {
  height: auto;
}
@media (max-width: 1023px) {
  #logoWebsite2 {
    display: none;
  }
}

#imageContent {
  position: relative;
}
#imageContent:hover .imageContentText {
  opacity: 1;
}
#imageContent img {
  height: auto;
}
#imageContent .imageContentText.home {
  opacity: 1;
}
#imageContent .imageContentText {
  width: 230px;
  position: absolute;
  opacity: 0;
  z-index: 4;
  transition: opacity 0.2s ease-in-out;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: -14px 16px -5px;
}
@media (min-width: 1024px) {
  #imageContent .imageContentText {
    margin: 0;
    left: calc(100% - 72px);
    top: 66.61%;
    bottom: auto;
  }
}
#imageContent .imageContentText .label {
  font: 20px/35px "CeraPro-Bold";
  display: inline;
  color: #d6001c;
  padding: 0px 8px 1px 8px;
  margin-bottom: 6px;
  background-color: #fccacc;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 32px;
}
@media (min-width: 1200px) {
  #imageContent .imageContentText .label {
    font: 25px/35px "CeraPro-Bold";
  }
}
#imageContent .imageContentText .label span {
  display: inline-block;
  background-color: #fccacc;
  padding: 0px 4px;
  margin-right: -7px;
  margin-bottom: 6px;
}
#imageContent .imageContentText .label span:first-child {
  padding-left: 8px;
}
#imageContent .imageContentText .label span:last-child {
  padding-right: 8px;
  margin-bottom: 5px;
}
#imageContent .imageContentText h2.label {
  background: none;
  box-shadow: none;
  padding: 0;
}

.items-leading > article {
  position: relative;
  margin-bottom: 0;
  padding: 25px;
  z-index: 0;
}
.items-leading > article:nth-child(2n+1) {
  z-index: 3;
}
@media (min-width: 768px) {
  .items-leading > article {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .items-leading > article {
    padding: 0;
    margin-bottom: 94px;
  }
}
@media (min-width: 1200px) {
  .items-leading > article {
    margin-bottom: 119px;
  }
}
@media (min-width: 1600px) {
  .items-leading > article {
    margin-bottom: 182px;
  }
}

.singlePost #imageContent .imageContentText {
  opacity: 1;
}

.portfolioPage .content {
  position: relative;
}
.portfolioPage .headerContainer {
  line-height: 31px;
  position: absolute;
  margin: auto;
  left: calc(100% - 71px);
  bottom: 22.44%;
  z-index: 9;
  width: 230px;
  text-align: left;
}
@media (max-width: 1199px) {
  .portfolioPage .headerContainer {
    left: 20px;
    bottom: -7px;
  }
}
.portfolioPage .label {
  font: 20px/35px "CeraPro-Bold";
  display: inline;
  color: #d6001c;
  padding: 0px 8px 1px 8px;
  margin-bottom: 6px;
  background-color: #fccacc;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 1200px) {
  .portfolioPage .label {
    font: 25px/35px "CeraPro-Bold";
  }
}
.portfolioPage .singlePost .container {
  max-width: 50%;
}
@media (max-width: 767px) {
  .portfolioPage .singlePost .container {
    max-width: 80.3%;
  }
}
.contactContent {
  font: 25px/35px "CeraPro-Bold";
  color: #d6001c;
  position: relative;
  z-index: 2;
}
.contactContent figure {
  margin-top: 99px;
  position: relative;
  z-index: 2;
}
.contactContent .row {
  margin: 0 -25px;
}
@media (min-width: 1600px) {
  .contactContent .row {
    margin: 0 -15px;
  }
}
@media (max-width: 1023px) {
  .contactContent .row {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .contactContent {
    margin: 0 25px;
    padding-top: 79px;
    font: 20px/31px "CeraPro-Bold";
  }
}
.contactContent span {
  display: inline;
  padding: 0px 10px;
  background-color: #fccacc;
  margin-right: -10px;
  margin-left: -10px;
  color: #d6001c;
  box-decoration-break: clone;
}
@media (max-width: 767px) {
  .contactContent span {
    padding: 0px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .contactContent span {
    margin-bottom: 34px;
  }
}
@media (max-width: 1199px) {
  .contactContent .contactCol {
    max-width: 100%;
  }
}
.contactContent .contactContentDetails a {
  display: inline;
  padding: 0px 10px;
  background-color: #fccacc;
  margin-right: -10px;
  margin-left: -10px;
  color: #d6001c;
  box-decoration-break: clone;
}
@media (max-width: 767px) {
  .contactContent .contactContentDetails a {
    padding: 0px;
    margin: 0;
  }
}
.contactContent .contactContentDetails a:hover {
  color: white;
}
@media (max-width: 1199px) {
  .contactContent .contactContentDetails address {
    margin-bottom: 57px;
  }
}
.contactContent .contactContentDetails p {
  font: 25px/30px "CeraPro-Bold";
}
.contactContent .socialMedia {
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.contactContent .socialMedia a {
  font-family: "CeraPro-Bold";
  display: inline;
  padding: 0px;
  background-color: #fccacc;
  margin-right: -10px;
}
@media (min-width: 1200px) {
  .contactContent .socialMedia a {
    padding: 0px 10px;
  }
}
.contactContent .socialMedia a:hover {
  color: white;
}
.contactContent .socialMedia a:hover {
  font-family: "CeraPro-Bold";
}

.listBlock .row {
  margin: 0 -14px;
}
.listBlock .item {
  margin-bottom: 83px;
}

.mainContent h2 {
  font: 25px/35px "CeraPro-Bold";
  color: #d6001c;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .mainContent {
    padding: 79px 25px 0 25px;
  }
}

.aboutUs .aboutUsContent {
  position: relative;
  z-index: 2;
}
.aboutUs .aboutUsContent h2 {
  font: 20px/35px "CeraPro-Bold";
  display: inline;
  color: #d6001c;
  padding: 0px 8px 1px 8px;
  margin-bottom: 6px;
  background-color: white;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  text-transform: none;
  display: inline-block;
}
@media (min-width: 1200px) {
  .aboutUs .aboutUsContent h2 {
    font: 25px/35px "CeraPro-Bold";
  }
}
.aboutUs .aboutUsContent .qx-element-person-pro__wrapper {
  position: relative;
}
.aboutUs .aboutUsContent .qx-element-person-pro__profile {
  position: absolute;
  left: calc(100% - 67px);
  top: 66.61%;
  max-width: 350px;
  width: 100%;
  text-align: left;
  line-height: 42px;
}
@media (max-width: 1199px) {
  .aboutUs .aboutUsContent .qx-element-person-pro__profile {
    width: 230px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: -14px 16px -5px;
    top: 0;
  }
}
.aboutUs .aboutUsContent .qx-element-person-pro__profile * {
  width: auto !important;
}
.aboutUs .aboutUsContent .qx-element-person-pro__profile .qx-element-person-pro__position {
  font: 20px/35px "CeraPro-Bold";
  display: inline;
  color: #d6001c;
  padding: 0px 8px 1px 8px;
  margin-bottom: 6px;
  background-color: white;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline-block;
}
@media (min-width: 1200px) {
  .aboutUs .aboutUsContent .qx-element-person-pro__profile .qx-element-person-pro__position {
    font: 25px/35px "CeraPro-Bold";
  }
}
.aboutUs .aboutUsContent .qx-element-person-pro .qx-element-person-pro__description {
  position: relative !important;
  top: 0 !important;
  padding: 0;
  opacity: 1 !important;
  animation: none;
  margin: 0;
}
.aboutUs .aboutUsContent .qx-element-person-pro .qx-element-person-pro__image .overlay {
  opacity: 1;
}
.aboutUs .aboutUsContent .content {
  line-height: 30px;
}
.aboutUs .aboutUsContent .content p {
  display: inline;
  padding: 0px 10px;
  background-color: #fccacc;
  margin-right: -10px;
  margin-left: -10px;
  color: #d6001c;
  box-decoration-break: clone;
}
@media (max-width: 767px) {
  .aboutUs .aboutUsContent .content p {
    padding: 0px;
    margin: 0;
  }
}
.aboutUs .aboutUsContent .content .trustUs {
  display: block !important;
  max-width: 331px;
}
.aboutUs .aboutUsContent p {
  font: 25px/35px "CeraPro-Bold";
  color: #d6001c;
}
@media (max-width: 767px) {
  .aboutUs .aboutUsContent p {
    font: 20px/31px "CeraPro-Bold";
  }
}
.aboutUs .aboutUsContent small {
  font: 35px/42px "CeraPro-Regular";
}
.aboutUs .aboutUsContent .arrow.left,
.aboutUs .aboutUsContent .arrow.right {
  display: inline-block;
  position: relative;
  font-family: "CeraPro-Bold";
}
.aboutUs .aboutUsContent .arrow.left {
  transition: transform 0.2s ease-in-out;
}
.aboutUs .aboutUsContent .arrow.right {
  transition: transform 0.2s ease-in-out;
}
.aboutUs .aboutUsContent .trustUs a {
  display: inline-block;
  margin: 0 15px;
}
.aboutUs .aboutUsContent .trustUs:hover .arrow.right {
  transform: translatex(-10px);
}
.aboutUs .aboutUsContent .trustUs:hover .arrow.left {
  transform: translatex(10px);
}
.aboutUs .aboutUsImage {
  margin-top: 72px;
  padding: 0 138px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .aboutUs .aboutUsImage {
    padding: 0 25px;
  }
}
@media (min-width: 1024px) {
  .aboutUs .aboutUsImage {
    padding: 0 127px;
  }
}
@media (min-width: 1200px) {
  .aboutUs .aboutUsImage {
    padding: 0 138px;
  }
}
.aboutUs .aboutUsImage img {
  position: relative;
  display: block;
  float: left;
}
@media (max-width: 767px) {
  .aboutUs .aboutUsImage img {
    float: none;
    margin: 0 0 30px 0 !important;
  }
}
.aboutUs .aboutUsImage img:nth-child(1) {
  margin-top: 321px;
  padding-right: 175px;
}
@media (max-width: 767px) {
  .aboutUs .aboutUsImage img:nth-child(1) {
    margin-top: 0;
    padding: 0;
  }
}
.aboutUs .aboutUsImage img:nth-child(2) {
  z-index: 3;
}
.aboutUs .aboutUsImage img:nth-child(3) {
  margin: -45px 0 0 -565px;
}
.aboutUs .aboutUsImage img:nth-child(4) {
  margin: 124px 0 0 80px;
}
.aboutUs .aboutUsImage .row {
  margin: 0 -25px;
}

.qx-element-person-pro .qx-element-person-pro__description,
.aboutUsTags,
.portfolioTags {
  line-height: 22px !important;
}
.qx-element-person-pro .qx-element-person-pro__description ul,
.aboutUsTags ul,
.portfolioTags ul {
  display: flex;
  max-width: 545px;
  flex-wrap: wrap;
}
.qx-element-person-pro .qx-element-person-pro__description li,
.aboutUsTags li,
.portfolioTags li {
  display: inline-block;
  margin: 0 6px 6px 0;
  width: auto !important;
}
.qx-element-person-pro .qx-element-person-pro__description li:last-child,
.aboutUsTags li:last-child,
.portfolioTags li:last-child {
  margin: 0 0 6px 0;
}
.qx-element-person-pro .qx-element-person-pro__description a,
.aboutUsTags a,
.portfolioTags a {
  display: block;
  color: #fccacc;
  font: 18px/30px "CeraPro-Bold";
  padding: 0px 6px;
  background-color: #d6001c;
}
@media (min-width: 1200px) {
  .qx-element-person-pro .qx-element-person-pro__description a,
.aboutUsTags a,
.portfolioTags a {
    font: 25px/35px "CeraPro-Bold";
  }
}

.tagsStyle span {
  display: block;
  color: #fccacc;
  font: 18px/30px "CeraPro-Bold";
  padding: 0px 6px;
  background-color: #d6001c;
  display: inline;
}
@media (min-width: 1200px) {
  .tagsStyle span {
    font: 25px/35px "CeraPro-Bold";
  }
}

.imageSignature {
  color: #d6001c;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.imageSignature h2 {
  font: 25px/35px "CeraPro-Bold";
  padding: 5px;
  margin-bottom: 6px;
  background-color: #fccacc;
}
.imageSignature span {
  background-color: #fccacc;
  padding: 5px;
}

#wrapper {
  padding-top: 80px;
}
@media (max-width: 767px) {
  #wrapper {
    padding-top: 40px;
  }
}
#wrapper > section {
  padding-bottom: 114px;
}
@media (max-width: 767px) {
  #wrapper > section {
    padding-bottom: 40px;
  }
}
#wrapper > section.primarycontainer {
  padding-top: 100px;
}

.home #wrapper > section:first-child {
  padding-bottom: 0;
}

.content .page-header {
  max-width: 680px;
  margin-bottom: 35px;
}

#footer {
  color: white;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 2;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 767px) {
  #footer {
    line-height: 2.4;
    text-align: center;
  }
}
#footer a {
  color: #2b2b2b;
  font-weight: normal;
}
#footer a:hover {
  color: #2b2b2b;
}
#footer img {
  width: 100%;
  max-width: 265px;
}
@media (max-width: 1199px) {
  #footer img {
    margin: 0 auto 30px;
    display: block;
  }
}

#author {
  color: #fccacc;
  font-size: 14px;
  padding: 10px 0;
  margin-top: 30px;
}

.blog .product {
  margin-bottom: 70px;
}
.blog img {
  line-height: 0;
  width: 100%;
  display: block;
  height: 300px;
  object-fit: cover;
}
.blog .items-leading > div {
  margin-bottom: 52px;
  padding-bottom: 52px;
  position: relative;
}
.blog .blogImg {
  object-fit: cover;
  width: calc(100% - 104px);
  float: left;
  max-width: 250px;
  height: 164px;
}
@media (max-width: 767px) {
  .blog .blogImg {
    width: calc(100% - 84px);
  }
}
.blog .blogImg img {
  height: 100%;
  object-fit: cover;
}
.blog .blogImg > div,
.blog .blogImg a {
  float: left;
  height: inherit;
}

.control-group {
  margin-top: 15px;
  position: relative;
}

.counter.pull-right {
  float: left;
}

.sliderPhoto {
  width: 100%;
  height: auto;
}

.popover {
  display: none !important;
}

#system-message {
  background: #fccacc;
  color: #fff;
  position: relative;
}
#system-message > div {
  padding: 20px;
  margin-bottom: 30px;
}
#system-message h4 {
  font-size: 17px;
}
#system-message .close {
  right: 3px;
  top: 0;
  padding: 10px;
  position: absolute;
  font-size: 22px;
  font-weight: 700;
  color: white;
}

#panel_cookie_dol {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  width: 100%;
  padding: 40px;
}
#panel_cookie_dol h4 {
  font-size: 17px;
  margin-bottom: 17px;
}
#panel_cookie_dol #ukryj {
  display: inline-block;
  border: 0;
}

.first-item-on-list {
  position: relative;
}

.accordion .moreText {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: 0.4s all;
  display: block;
}
.more,
.less {
  cursor: pointer;
  color: white;
  padding-right: 5px;
  display: none;
}
.more.active,
.less.active {
  display: inline;
}

.active .more {
  display: none;
}
.active .less {
  display: inline;
}
.active > .moreText {
  visibility: visible;
  height: 100%;
  opacity: 1;
  display: contents;
}

.qx-col-wrap,
.qx-section {
  padding: 0 !important;
}

.scroll-content {
  height: 100vh;
}

.item-pageaboutUs {
  background: none;
}

.fake-scroll {
  position: absolute;
  top: 0;
  width: 1px;
}

#portfolio_More {
  padding: 55px 0 50px 0;
}

.qx-container {
  padding: 0 !important;
  width: 100%;
  max-width: 100%;
}

.qx-row {
  margin: auto;
}

.qx-elements-wrap {
  /* margin-bottom: 25px;
  @media (min-width: 1024px) {
      margin-bottom: 74px;  
  }*/
  line-height: 0;
}

.contact-page .qx-elements-wrap {
  margin-bottom: 0;
}

.qx-elements-wrap .qx-element-wrap {
  margin-top: 25px !important;
}
@media (min-width: 1024px) {
  .qx-elements-wrap .qx-element-wrap {
    margin-top: 72px !important;
  }
}
@media (min-width: 768px) {
  .qx-elements-wrap .qx-element-wrap {
    margin-top: 45px !important;
  }
}
.qx-elements-wrap .qx-element-wrap .qx-element-text-v2 {
  margin-top: 45px !important;
}
@media (min-width: 1024px) {
  .qx-elements-wrap .qx-element-wrap .qx-element-text-v2 {
    margin-top: 72px !important;
  }
}
.qx-elements-wrap .qx-element-wrap .portfolioTags {
  margin-top: 45px !important;
  margin-bottom: calc(45px - 25px) !important;
}
@media (min-width: 1024px) {
  .qx-elements-wrap .qx-element-wrap .portfolioTags {
    margin-top: 72px !important;
  }
}
.qx-elements-wrap .qx-element-wrap .first-item-on-list {
  margin-top: -25px !important;
}
@media (min-width: 1024px) {
  .qx-elements-wrap .qx-element-wrap .first-item-on-list {
    margin-top: -72px !important;
  }
}

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