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

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

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

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

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

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

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

h1, aside.sidebar .sticky-wrapper .widget:first-child a[href*="tel"], footer.site-footer .footer-links .textwidget a[href*="tel"], h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .container {
      max-width: 768px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 992px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1180px; } }

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

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

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

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

@media (min-width: 320px) {
  .col-xxs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xxs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xxs-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xxs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xxs-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xxs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xxs-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xxs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xxs-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxs-first {
    order: -1; }
  .order-xxs-last {
    order: 13; }
  .order-xxs-0 {
    order: 0; }
  .order-xxs-1 {
    order: 1; }
  .order-xxs-2 {
    order: 2; }
  .order-xxs-3 {
    order: 3; }
  .order-xxs-4 {
    order: 4; }
  .order-xxs-5 {
    order: 5; }
  .order-xxs-6 {
    order: 6; }
  .order-xxs-7 {
    order: 7; }
  .order-xxs-8 {
    order: 8; }
  .order-xxs-9 {
    order: 9; }
  .order-xxs-10 {
    order: 10; }
  .order-xxs-11 {
    order: 11; }
  .order-xxs-12 {
    order: 12; }
  .offset-xxs-0 {
    margin-left: 0; }
  .offset-xxs-1 {
    margin-left: 8.3333333333%; }
  .offset-xxs-2 {
    margin-left: 16.6666666667%; }
  .offset-xxs-3 {
    margin-left: 25%; }
  .offset-xxs-4 {
    margin-left: 33.3333333333%; }
  .offset-xxs-5 {
    margin-left: 41.6666666667%; }
  .offset-xxs-6 {
    margin-left: 50%; }
  .offset-xxs-7 {
    margin-left: 58.3333333333%; }
  .offset-xxs-8 {
    margin-left: 66.6666666667%; }
  .offset-xxs-9 {
    margin-left: 75%; }
  .offset-xxs-10 {
    margin-left: 83.3333333333%; }
  .offset-xxs-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 576px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xs-first {
    order: -1; }
  .order-xs-last {
    order: 13; }
  .order-xs-0 {
    order: 0; }
  .order-xs-1 {
    order: 1; }
  .order-xs-2 {
    order: 2; }
  .order-xs-3 {
    order: 3; }
  .order-xs-4 {
    order: 4; }
  .order-xs-5 {
    order: 5; }
  .order-xs-6 {
    order: 6; }
  .order-xs-7 {
    order: 7; }
  .order-xs-8 {
    order: 8; }
  .order-xs-9 {
    order: 9; }
  .order-xs-10 {
    order: 10; }
  .order-xs-11 {
    order: 11; }
  .order-xs-12 {
    order: 12; }
  .offset-xs-0 {
    margin-left: 0; }
  .offset-xs-1 {
    margin-left: 8.3333333333%; }
  .offset-xs-2 {
    margin-left: 16.6666666667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.3333333333%; }
  .offset-xs-5 {
    margin-left: 41.6666666667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.3333333333%; }
  .offset-xs-8 {
    margin-left: 66.6666666667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.3333333333%; }
  .offset-xs-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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: 1760px) {
  .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: 1920px) {
  .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%; } }

@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: 1200px !important; }
  .container {
    min-width: 1200px !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; } }

html, body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  background: #202122;
  color: #171717;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input:focus, textarea:focus, select:focus, button:focus {
  outline: none; }

a {
  transition: color .3s ease-in-out;
  color: #0b7e13; }
  a:hover {
    color: #08670e;
    transition: color .3s ease-in-out;
    text-decoration: none; }
  a:active, a a.active {
    text-decoration: none; }

strong {
  font-weight: 700; }

h1, aside.sidebar .sticky-wrapper .widget:first-child a[href*="tel"], footer.site-footer .footer-links .textwidget a[href*="tel"], h2, h3, h4, h5, h6 {
  color: #171717;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 10px; }

h1, aside.sidebar .sticky-wrapper .widget:first-child a[href*="tel"], footer.site-footer .footer-links .textwidget a[href*="tel"] {
  font-size: 50px;
  letter-spacing: -0.25px;
  max-width: 800px;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    h1, aside.sidebar .sticky-wrapper .widget:first-child a[href*="tel"], footer.site-footer .footer-links .textwidget a[href*="tel"] {
      margin-top: 30px;
      font-size: 31px; } }

h2 {
  font-size: 20px; }

.wp-post-image {
  display: block;
  max-width: 100%;
  height: auto; }

.container {
  padding: 10px; }
  @media (max-width: 991px) {
    .container {
      padding: 10px 20px; } }

main.content {
  background-color: #f5f6f7;
  padding-top: 120px;
  padding-bottom: 20px; }
  @media (max-width: 991px) {
    main.content {
      padding-top: 60px; } }

aside.sidebar {
  padding-right: 15px;
  padding-top: 16px; }
  aside.sidebar .sticky-wrapper {
    position: sticky;
    top: 180px; }
    @media (min-width: 576px) and (max-width: 991px) {
      aside.sidebar .sticky-wrapper {
        display: flex;
        flex-direction: row; } }
    aside.sidebar .sticky-wrapper .widget {
      margin-bottom: 21px;
      background-color: white;
      padding: 15px;
      border-radius: 3px; }
      @media (min-width: 576px) and (max-width: 991px) {
        aside.sidebar .sticky-wrapper .widget {
          flex: 0 0 49%; } }
      aside.sidebar .sticky-wrapper .widget span.widget-title {
        font-family: 'Lato', sans-serif;
        font-weight: 900;
        font-size: 18px;
        padding: 5px 0px 15px 10px;
        display: block; }
      aside.sidebar .sticky-wrapper .widget ul {
        list-style-type: none;
        padding: 0;
        margin: 0; }
        aside.sidebar .sticky-wrapper .widget ul li {
          display: block;
          border-bottom: solid 1px #ECEFF4; }
          aside.sidebar .sticky-wrapper .widget ul li a {
            display: block;
            padding: 6px 8px;
            position: relative;
            color: #171717;
            transition: all .3s ease-in-out; }
            aside.sidebar .sticky-wrapper .widget ul li a span {
              position: absolute;
              right: 5px;
              top: 6px;
              background: #F5F6F7;
              font-size: 12px;
              line-height: 20px;
              width: 20px;
              text-align: center;
              border-radius: 50%;
              color: black; }
          aside.sidebar .sticky-wrapper .widget ul li:hover a {
            transition: all .3s ease-in-out;
            color: #08670e; }
          aside.sidebar .sticky-wrapper .widget ul li.current-menu-item {
            border-bottom-color: transparent; }
            aside.sidebar .sticky-wrapper .widget ul li.current-menu-item a {
              background-color: #249B2C;
              color: white;
              border-radius: 3px;
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }
              aside.sidebar .sticky-wrapper .widget ul li.current-menu-item a span {
                background: rgba(255, 255, 255, 0.3);
                color: white; }
            aside.sidebar .sticky-wrapper .widget ul li.current-menu-item:hover a {
              color: white; }
          aside.sidebar .sticky-wrapper .widget ul li:last-child {
            border-bottom-color: transparent; }
      aside.sidebar .sticky-wrapper .widget:first-child {
        background: #249B2C;
        padding: 16px;
        display: flex;
        flex-direction: column;
        text-align: center;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        color: white;
        font-size: 16px; }
        @media (min-width: 576px) and (max-width: 991px) {
          aside.sidebar .sticky-wrapper .widget:first-child {
            margin-right: 1%; } }
        @media (max-width: 575px) {
          aside.sidebar .sticky-wrapper .widget:first-child {
            display: none; } }
        aside.sidebar .sticky-wrapper .widget:first-child a[href*="tel"] {
          color: white;
          font-size: 21px;
          margin-top: 5px; }
        aside.sidebar .sticky-wrapper .widget:first-child a.button {
          display: inline-block;
          line-height: 250%;
          background: rgba(255, 255, 255, 0.5);
          font-size: 13px;
          border-radius: 3px;
          margin-top: 5px;
          letter-spacing: 0.25px;
          transition: all .3s ease-in-out; }
          aside.sidebar .sticky-wrapper .widget:first-child a.button:hover {
            background-color: white;
            transition: all .3s ease-in-out; }
        aside.sidebar .sticky-wrapper .widget:first-child img {
          width: 80px;
          height: 80px;
          margin: 20px auto; }

.navigation.pagination h2.screen-reader-text {
  display: none; }

.navigation.pagination .nav-links > * {
  display: inline-block;
  background: white;
  line-height: 40px;
  padding: 0 15px;
  font-weight: 700;
  margin-right: 1px;
  border-radius: 3px;
  transition: all .3s ease-in-out; }

.navigation.pagination .nav-links a.page-numbers:hover {
  background-color: #249B2C;
  color: white !important;
  transition: all .3s ease-in-out; }

.navigation.pagination .nav-links .page-numbers.current {
  background: black;
  color: white; }

.industry-description, .type-description {
  display: block;
  margin-bottom: 20px; }

.page-content > ul:not(.wp-block-gallery) {
  list-style-type: none;
  padding: 0; }
  .page-content > ul:not(.wp-block-gallery) li {
    padding-left: 20px;
    position: relative; }
    .page-content > ul:not(.wp-block-gallery) li:before {
      display: block;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      content: '';
      background-color: #249B2C;
      position: absolute;
      top: 9px;
      left: 3px; }

.wp-block-image {
  margin-top: 30px;
  margin-bottom: 30px; }

@media print {
  * {
    /* Keyword values */
    -webkit-print-color-adjust: economy;
    -webkit-print-color-adjust: exact !important;
    /* Global values */
    -webkit-print-color-adjust: inherit;
    -webkit-print-color-adjust: initial;
    -webkit-print-color-adjust: unset; } }

header.site-header {
  position: fixed;
  width: 100%;
  z-index: 10;
  padding: 15px;
  background: white;
  transition: all .8s ease-in-out; }
  @media (max-width: 991px) {
    header.site-header {
      padding: 5px 10px; } }
  header.site-header .container {
    position: relative;
    padding: 0; }
    header.site-header .container .hamburger {
      display: none;
      position: absolute;
      top: 0;
      right: 0; }
      @media (max-width: 991px) {
        header.site-header .container .hamburger {
          display: block; } }
    @media (min-width: 992px) {
      header.site-header .container a.custom-logo-link {
        position: absolute;
        top: 0;
        left: 15px;
        z-index: 11; } }
    @media (min-width: 992px) {
      header.site-header .container a.custom-logo-link:before {
        display: block;
        width: 92px;
        height: 90px;
        border-radius: 50%;
        background: white;
        content: '';
        position: absolute;
        top: 3px;
        left: -11px;
        z-index: -1;
        transition: all .8s ease-in-out; }
      header.site-header .container a.custom-logo-link:after {
        display: block;
        width: 120px;
        height: 80px;
        background: white;
        content: '';
        position: absolute;
        top: -15px;
        left: -20px;
        z-index: -1; } }
    header.site-header .container a.custom-logo-link img.custom-logo {
      width: 70px;
      height: 87.2px;
      z-index: 11; }
      @media (max-width: 991px) {
        header.site-header .container a.custom-logo-link img.custom-logo {
          width: 50px;
          height: 62px;
          margin-bottom: 5px; } }
    header.site-header .container .navigation {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      position: relative;
      padding-right: 44px; }
      @media (max-width: 991px) {
        header.site-header .container .navigation {
          padding-right: 0;
          justify-content: center;
          flex-direction: column;
          display: none; } }
      header.site-header .container .navigation ul.menu {
        list-style-type: none;
        padding: 0;
        margin: 0;
        line-height: 50px;
        display: inline-block; }
        @media (max-width: 991px) {
          header.site-header .container .navigation ul.menu {
            width: 100%;
            max-width: 300px;
            display: block;
            margin: 0 auto; } }
        header.site-header .container .navigation ul.menu li {
          display: inline-block;
          position: relative; }
          @media (max-width: 991px) {
            header.site-header .container .navigation ul.menu li {
              display: block;
              width: 100%;
              border-bottom: solid 1px #ECEFF4; } }
          header.site-header .container .navigation ul.menu li a {
            display: inline-block;
            padding: 0 6px;
            border-radius: 3px;
            font-family: 'Lato', sans-serif;
            font-weight: 900;
            color: #171717;
            letter-spacing: 0.25px;
            transition: all .3s ease-in-out; }
            @media (max-width: 991px) {
              header.site-header .container .navigation ul.menu li a {
                display: block; } }
          header.site-header .container .navigation ul.menu li:hover a {
            background-color: #F5F6F7;
            transition: all .3s ease-in-out; }
          header.site-header .container .navigation ul.menu li.current-menu-item a {
            color: white;
            background-color: #249B2C; }
      header.site-header .container .navigation .language-switcher {
        position: absolute;
        top: 4px;
        right: 0;
        background: transparent;
        padding: 3px;
        border-radius: 19px; }
        @media (max-width: 991px) {
          header.site-header .container .navigation .language-switcher {
            position: relative;
            max-width: 300px;
            margin: 0 auto;
            background: transparent;
            display: flex;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 8px; } }
        header.site-header .container .navigation .language-switcher .lang-item > a, header.site-header .container .navigation .language-switcher .lang-item > div {
          display: block;
          width: 32px;
          height: 32px;
          border-radius: 50%;
          margin-bottom: 2px;
          color: transparent;
          background-size: cover;
          border: solid 2px transparent;
          background-repeat: no-repeat;
          transition: all .3s ease-in-out; }
          header.site-header .container .navigation .language-switcher .lang-item > a:hover, header.site-header .container .navigation .language-switcher .lang-item > div:hover {
            border-color: #249B2C;
            transition: all .3s ease-in-out; }
        header.site-header .container .navigation .language-switcher .lang-item.lang-item-pl > * {
          background-image: url("../img/poland.png"); }
        header.site-header .container .navigation .language-switcher .lang-item.lang-item-de > * {
          background-image: url("../img/germany.png"); }
        header.site-header .container .navigation .language-switcher .lang-item.lang-item-en > * {
          background-image: url("../img/united-kingdom.png"); }
        header.site-header .container .navigation .language-switcher .lang-item.lang-item-es > * {
          background-image: url("../img/spain.png"); }
        header.site-header .container .navigation .language-switcher ul {
          padding: 0;
          margin: 0;
          transition: all .3s ease-in-out; }
          @media (min-width: 992px) {
            header.site-header .container .navigation .language-switcher ul {
              visibility: collapse;
              opacity: 0; } }
          @media (max-width: 991px) {
            header.site-header .container .navigation .language-switcher ul {
              display: inline-block; } }
          header.site-header .container .navigation .language-switcher ul li {
            list-style-type: none; }
            @media (max-width: 991px) {
              header.site-header .container .navigation .language-switcher ul li {
                display: inline-block; } }
        @media (min-width: 992px) {
          header.site-header .container .navigation .language-switcher:hover {
            background: #F5F6F7;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
            transition: all .3s ease-in-out; } }
        header.site-header .container .navigation .language-switcher:hover ul {
          visibility: visible;
          opacity: 1;
          transition: all .3s ease-in-out; }
  header.site-header.scrolled {
    transition: all .8s ease-in-out; }
    @media (min-width: 992px) {
      header.site-header.scrolled {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35); } }
    header.site-header.scrolled .container a.custom-logo-link:before {
      transition: all .8s ease-in-out; }
      @media (min-width: 992px) {
        header.site-header.scrolled .container a.custom-logo-link:before {
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35); } }
  header.site-header.expanded .navigation {
    display: flex; }

footer.site-footer {
  padding-top: 30px; }
  footer.site-footer .footer-links {
    margin-bottom: 30px; }
    footer.site-footer .footer-links .widget {
      padding-right: 30px; }
      @media (max-width: 991px) {
        footer.site-footer .footer-links .widget {
          margin-bottom: 30px; } }
      footer.site-footer .footer-links .widget h4 {
        color: white;
        font-size: 16px;
        margin-bottom: 10px; }
      footer.site-footer .footer-links .widget ul {
        list-style-type: none;
        padding: 0;
        margin: 0; }
        footer.site-footer .footer-links .widget ul li a {
          color: rgba(255, 255, 255, 0.7);
          font-size: 13px; }
          footer.site-footer .footer-links .widget ul li a:hover {
            color: #249B2C; }
      footer.site-footer .footer-links .widget:last-child h4 {
        display: none; }
    footer.site-footer .footer-links .textwidget {
      color: rgba(255, 255, 255, 0.7); }
      footer.site-footer .footer-links .textwidget a[href*="tel"] {
        color: white;
        font-size: 21px;
        margin-top: 0;
        margin-bottom: 10px;
        display: inline-block;
        position: relative;
        padding-left: 36px; }
        footer.site-footer .footer-links .textwidget a[href*="tel"]:before {
          content: '';
          width: 30px;
          height: 30px;
          display: inline-block;
          position: absolute;
          top: -2px;
          left: 0;
          background-image: url("../img/call-white.svg");
          background-size: contain; }
      footer.site-footer .footer-links .textwidget a[href*="facebook"] {
        width: 26px;
        height: 26px;
        display: inline-block;
        overflow: hidden;
        color: transparent;
        background-image: url("../img/facebook.svg");
        margin-right: 14px; }
      footer.site-footer .footer-links .textwidget a[href*="youtube"] {
        width: 30px;
        height: 30px;
        display: inline-block;
        overflow: hidden;
        color: transparent;
        background-image: url("../img/youtube.svg");
        transform: translateY(2px); }
  footer.site-footer .footer-copyright {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    margin-bottom: 20px; }
    footer.site-footer .footer-copyright a {
      color: rgba(255, 255, 255, 0.7);
      font-size: 13px; }
      footer.site-footer .footer-copyright a:hover {
        color: #249B2C; }
    footer.site-footer .footer-copyright .language-switcher {
      padding: 0;
      margin: 0;
      list-style-type: none;
      margin-right: 30px; }
      footer.site-footer .footer-copyright .language-switcher li {
        display: inline-block;
        margin-right: 10px; }

.wp-block-eedee-block-gutenslider .slide-content {
  justify-content: flex-end !important; }
  .wp-block-eedee-block-gutenslider .slide-content h3 {
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 12px;
    color: white;
    font-size: 31px;
    border-radius: 3px;
    text-transform: uppercase; }

.wp-block-eedee-block-gutenslider ul.slick-dots {
  transform: translateY(30px); }
  .wp-block-eedee-block-gutenslider ul.slick-dots li {
    width: 19px;
    height: 19px; }
    .wp-block-eedee-block-gutenslider ul.slick-dots li button:before {
      color: black;
      font-size: 16px; }
    .wp-block-eedee-block-gutenslider ul.slick-dots li.slick-active button:before {
      color: #249B2C; }

.front-page-content h1, .front-page-content aside.sidebar .sticky-wrapper .widget:first-child a[href*="tel"], aside.sidebar .sticky-wrapper .widget:first-child .front-page-content a[href*="tel"], .front-page-content footer.site-footer .footer-links .textwidget a[href*="tel"], footer.site-footer .footer-links .textwidget .front-page-content a[href*="tel"] {
  font-size: 20px; }

.industries-block {
  margin: 40px 0; }
  .industries-block ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    flex-wrap: wrap; }
    .industries-block ul li {
      padding: 3px;
      z-index: 1;
      flex: 0 0 25%; }
      @media (max-width: 767px) {
        .industries-block ul li {
          flex: 0 0 50%; } }
      .industries-block ul li a {
        display: block;
        background: white;
        height: 100%;
        border-radius: 3px; }
        .industries-block ul li a img {
          border-radius: 3px 3px 0 0;
          display: block;
          width: 100%;
          height: auto; }
        .industries-block ul li a .title {
          min-height: 60px;
          padding: 15px;
          color: black;
          display: flex;
          flex: 1;
          flex-direction: column;
          justify-content: center;
          font-weight: 700; }
          .industries-block ul li a .title h3 {
            margin: 0;
            text-align: center; }
      .industries-block ul li:hover {
        z-index: 2; }
        .industries-block ul li:hover a {
          z-index: 2;
          transition: all .3s ease-in-out;
          box-shadow: 0 10px 18px rgba(0, 0, 0, 0.5); }

dl.floated {
  margin: 30px 0 10px; }
  dl.floated dt {
    float: left;
    clear: left;
    width: 60px;
    text-align: left;
    color: #009D22;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 24px; }
  dl.floated dd {
    margin: 0 0 0 80px;
    padding: 0 0 0.5em 0; }

.wp-block-webfactory-map {
  margin-bottom: 45px; }

.industry-description, .type-description {
  padding: 8px; }

.industries-grid, .products-grid {
  display: flex;
  flex-wrap: wrap; }
  .industries-grid .item, .products-grid .item {
    padding: 7px;
    z-index: 1; }
    .industries-grid .item .wrapper, .products-grid .item .wrapper {
      background: white;
      height: 100%;
      transition: all .3s ease-in-out;
      display: flex;
      flex-direction: column;
      border-radius: 3px; }
      .industries-grid .item .wrapper img.attachment-full, .products-grid .item .wrapper img.attachment-full {
        object-fit: cover;
        background: white;
        width: 100%;
        height: 270px;
        border-radius: 3px 3px 0 0; }
        @media (max-width: 1199px) {
          .industries-grid .item .wrapper img.attachment-full, .products-grid .item .wrapper img.attachment-full {
            height: 230px; } }
        @media (max-width: 767px) {
          .industries-grid .item .wrapper img.attachment-full, .products-grid .item .wrapper img.attachment-full {
            height: 300px; } }
        @media (max-width: 575px) {
          .industries-grid .item .wrapper img.attachment-full, .products-grid .item .wrapper img.attachment-full {
            height: 270px; } }
      .industries-grid .item .wrapper .attachment-medium, .products-grid .item .wrapper .attachment-medium {
        object-fit: contain;
        background: white;
        height: 240px;
        width: 100%;
        border-radius: 3px 3px 0 0; }
      .industries-grid .item .wrapper .title, .products-grid .item .wrapper .title {
        min-height: 70px;
        padding: 15px;
        color: black;
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: center;
        font-weight: 700; }
    .industries-grid .item:hover, .products-grid .item:hover {
      z-index: 2; }
      .industries-grid .item:hover .wrapper, .products-grid .item:hover .wrapper {
        transition: all .3s ease-in-out;
        box-shadow: 0 10px 18px rgba(0, 0, 0, 0.5); }

.machines-grid {
  display: flex;
  flex-wrap: wrap; }
  .machines-grid .item {
    padding: 7px;
    z-index: 1; }
    .machines-grid .item .wrapper {
      background: white;
      height: 100%;
      transition: all .3s ease-in-out;
      display: flex;
      flex-direction: column;
      border-radius: 3px; }
      .machines-grid .item .wrapper a.fancybox img {
        height: 180px;
        object-fit: cover; }
      .machines-grid .item .wrapper .description {
        padding: 15px;
        color: black; }
        .machines-grid .item .wrapper .description h2 {
          margin-bottom: 10px; }
    .machines-grid .item:hover {
      z-index: 2; }
      .machines-grid .item:hover .wrapper {
        transition: all .3s ease-in-out;
        box-shadow: 0 10px 18px rgba(0, 0, 0, 0.5); }

.blog-grid .item {
  background: white;
  width: calc(50% - 40px);
  margin-bottom: 30px;
  border-radius: 3px;
  padding: 20px;
  transition: all .3s ease-in-out;
  color: #171717;
  z-index: 1; }
  @media (max-width: 575px) {
    .blog-grid .item {
      width: 100%; } }
  .blog-grid .item h2 {
    font-size: 24px; }
  .blog-grid .item img {
    margin: 10px 0; }
  .blog-grid .item:hover {
    z-index: 2;
    transition: all .3s ease-in-out;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.5); }

.article-meta {
  font-weight: 700;
  font-size: 12px;
  color: #249B2C;
  text-transform: uppercase;
  line-height: 12px;
  display: flex;
  flex-direction: row;
  padding: 4px 0; }
  .article-meta span:not(:last-child) {
    padding-right: 30px;
    position: relative; }
    .article-meta span:not(:last-child):after {
      position: absolute;
      top: 2px;
      right: 12px;
      content: '';
      display: block;
      width: 4px;
      height: 4px;
      background-color: #249B2C;
      border-radius: 4px; }

.aktualnosci-article {
  position: relative;
  max-width: 880px;
  margin: 0 auto; }
  .aktualnosci-article .wrapper {
    padding: 20px;
    background: white;
    border-radius: 3px; }
    .aktualnosci-article .wrapper img {
      margin-top: 20px;
      margin-bottom: 20px; }
      .aktualnosci-article .wrapper img:first-child {
        margin-top: 0; }

.single-aktualnosci h1, .single-aktualnosci aside.sidebar .sticky-wrapper .widget:first-child a[href*="tel"], aside.sidebar .sticky-wrapper .widget:first-child .single-aktualnosci a[href*="tel"], .single-aktualnosci footer.site-footer .footer-links .textwidget a[href*="tel"], footer.site-footer .footer-links .textwidget .single-aktualnosci a[href*="tel"] {
  text-align: center;
  max-width: 880px;
  margin-bottom: 5px; }

.single-aktualnosci .article-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px; }
  .single-aktualnosci .article-meta span:not(:last-child):after {
    top: 4px; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 23px 20px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: black; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: black;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

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