@charset "UTF-8";
/*

Theme Name: JW theme
Author: FASTSITE
Author URI: https://fastsite.pl/
Description: Theme for our beloved client. Developed by FASTSITE.
Version: 1.0
Text Domain: jw-theme

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

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* 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:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*!
 * Bootstrap Grid v4.1.3 (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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          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;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            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;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            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: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            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;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            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%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: 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;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

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

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 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;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

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

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

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-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;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-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;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/*
COLORS
*/
/*
FONTS
*/
@font-face {
  font-family: "Satoshi-Regular";
  src: url(../../../../../wp-content/themes/jw-theme/assets/fonts/Satoshi-Regular.woff2) format("woff2"), url(../../../../../wp-content/themes/jw-theme/assets/fonts/Satoshi-Regular.woff) format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "NexaBold";
  src: url(../../../../../wp-content/themes/jw-theme/assets/fonts/NexaBold.otf) format("woff"), url(../../../../../wp-content/themes/jw-theme/assets/fonts/NexaBold.otf) format("eot");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
body,
html,
textarea {
  font-family: "Satoshi-Regular", sans-serif;
  line-height: 1.25;
}

h1 {
  font-size: calc(46px + 32 * (100vw - 320px) / 1600);
  font-family: "NexaBold", sans-serif;
}

h2 {
  font-size: calc(36px + 28 * (100vw - 320px) / 1600);
}

h3 {
  font-size: calc(28px + 17 * (100vw - 320px) / 1600);
}

h4 {
  font-size: calc(24px + 8 * (100vw - 320px) / 1600);
}

h5 {
  font-size: calc(20px + 8 * (100vw - 320px) / 1600);
}

.button {
  text-decoration: none;
  border-radius: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.25;
  padding: 1.5rem 2.5rem;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  border: 2px solid transparent;
}
@media (max-width: 576px) {
  .button {
    font-size: 1.6rem;
    padding: 1.6rem 2.4rem;
  }
}

.white-button {
  background-color: white;
  color: #e84920;
}
.white-button:hover {
  border-color: white;
  background-color: transparent;
  color: white;
}

.simple-button {
  background-color: transparent;
  color: white;
  position: relative;
  border-radius: 0;
}
.simple-button:after {
  content: "";
  width: calc(100% - 4rem);
  height: 3px;
  background-color: #fba97d;
  position: absolute;
  bottom: 0;
  left: 2rem;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.simple-button:hover:after {
  width: calc(100% - 8rem);
  left: 4rem;
}

.orange-button {
  background-color: #e84920;
  color: white;
}
.orange-button:hover {
  background-color: white;
  color: #e84920;
  border-color: #e84920;
}

.gray-button {
  background-color: #38454e;
  color: white;
}
.gray-button:hover {
  background-color: white;
  color: #38454e;
  border-color: #38454e;
}

.arrow-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.arrow-button:hover {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.arrow-button:before {
  content: "";
  width: 4.4rem;
  height: 2.6rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/arrow-gray.svg);
}
@media (max-width: 576px) {
  .arrow-button:before {
    width: 2.6rem;
    height: 1.6rem;
  }
}

.white-square-button {
  width: 7.8rem;
  height: 7.1rem;
  border-radius: 2rem;
  background-color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.white-square-button:before {
  content: "";
  width: 1.8rem;
  height: 2.4rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/arrow-black.svg);
}
@media (max-width: 576px) {
  .white-square-button {
    width: 5.4rem;
    height: 5.1rem;
  }
  .white-square-button:before {
    width: 1.6rem;
    height: 2rem;
  }
}

.orange-button-angular {
  background-color: #e84920;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.orange-button-angular:after {
  content: "";
  width: 1.2rem;
  height: 1.8rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/arrow-white.svg);
  margin-left: 1rem;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.orange-button-angular:hover:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.orange-button-right {
  background-color: #e84920;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.orange-button-right:after {
  content: "";
  width: 1.2rem;
  height: 1.8rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/arrow-white.svg);
  margin-left: 1rem;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.orange-button-right:hover:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/arrow-orange4.svg);
}

/*
ADDITIONAL
*/
.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  -webkit-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
header {
  background-color: white;
  height: 17.7rem;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .mobile-button-wrapper {
  display: none;
  z-index: 2;
}
header .logo-wrapper {
  z-index: 2;
}
header .logo-wrapper img {
  max-height: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
}
header a {
  text-decoration: none;
  color: #38454e;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.8rem;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
header a:hover {
  color: #e84920;
}
header .contact-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .contact-item a:before {
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/phone-orange.svg);
  margin-right: 1rem;
}
header .menu-wrapper {
  height: 100%;
}
header .menu-wrapper .contact-item {
  display: none;
}
header .menu-wrapper > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .menu-wrapper li {
  margin: 0 4rem;
  position: relative;
  padding: 4rem 0;
}
header .menu-wrapper li a:after {
  content: "";
  height: calc(100% - 8rem);
  width: 3px;
  background: #e7e6ed;
  position: absolute;
  top: 4rem;
  right: -4rem;
}
header .menu-wrapper li:last-of-type a:after {
  display: none;
}
header .menu-wrapper li.current-menu-item:before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #e84920;
  position: absolute;
  left: 0;
  bottom: -37px;
}
header .menu-wrapper li.menu-item-has-children {
  position: relative;
}
header .menu-wrapper li.menu-item-has-children:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
}
header .menu-wrapper li.menu-item-has-children ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  width: 35rem;
  z-index: 1;
  position: absolute;
  top: 8rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
header .menu-wrapper li.menu-item-has-children ul.sub-menu li {
  margin: 0 2rem;
  padding: 2rem 0;
  border-bottom: 3px solid #e7e6ed;
}
header .menu-wrapper li.menu-item-has-children ul.sub-menu li:after {
  display: none;
}
header .menu-wrapper li.menu-item-has-children ul.sub-menu li:last-of-type {
  border-bottom: unset;
}
header .menu-wrapper li.menu-item-has-children ul.sub-menu li.current-menu-item:before {
  display: none;
}
@media (max-width: 1440px) {
  header a {
    font-size: 1.6rem;
  }
  header .menu-wrapper ul li {
    margin: 0 2rem;
  }
  header .menu-wrapper ul li a:after {
    right: -2rem;
  }
  header .menu-wrapper ul li.current-menu-item:before {
    bottom: -38px;
  }
}
@media (max-width: 1200px) {
  header {
    height: 10rem;
  }
  header .menu-menu-naglowka-container {
    height: unset !important;
    background-color: white;
  }
  header .contact-item {
    display: none !important;
  }
  header .logo-wrapper img {
    max-height: 7rem;
  }
  header .menu-wrapper {
    position: absolute;
    top: 0;
    min-height: 100vh;
    width: 100vw;
    left: -100%;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    background-color: white;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .menu-wrapper .contact-item {
    display: inline-block !important;
    padding-left: 2rem;
    padding-top: 1rem;
    background-color: white;
  }
  header .menu-wrapper.is-visible {
    left: 0;
  }
  header .menu-wrapper ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10rem;
    width: 100%;
  }
  header .menu-wrapper ul li {
    padding: 2rem 0;
  }
  header .menu-wrapper ul li:after {
    display: none;
  }
  header .menu-wrapper ul li.current-menu-item:before {
    display: none;
  }
  header .menu-wrapper ul li.current-menu-item a {
    color: #e84920;
  }
  header .menu-wrapper ul li.menu-item-has-children span {
    background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/menu-arrow.svg);
    margin-left: 1rem;
    width: 15px;
    height: 10px;
    background-size: contain;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    left: 45px;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  header .menu-wrapper ul li.menu-item-has-children span.toggled {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  header .menu-wrapper ul li.menu-item-has-children.menu-item-240 span {
    left: 165px;
  }
  header .menu-wrapper ul li.menu-item-has-children ul.sub-menu {
    top: 1rem;
    padding-top: 0;
    left: 2rem;
    height: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    border-radius: unset;
    visibility: visible !important;
    opacity: 1 !important;
    height: 0 !important;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    overflow: hidden;
  }
  header .menu-wrapper ul li.menu-item-has-children ul.sub-menu.visible-sub-menu {
    visibility: visible !important;
    height: unset !important;
    position: relative;
  }
  header .menu-wrapper ul li.menu-item-has-children ul.sub-menu li a {
    font-size: 1.4rem;
    color: #38454e;
  }
  header .mobile-button-wrapper {
    display: block;
  }
}

.media-wrapper a {
  color: #919da5;
  font-size: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  font-weight: bold;
}
.media-wrapper a:hover {
  color: white;
}
.media-wrapper a:before {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1.6rem;
}
.media-wrapper a.tw:before {
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/tw.svg);
}
.media-wrapper a.fb {
  padding: 0 2rem;
}
.media-wrapper a.fb:before {
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/fb.svg);
}
.media-wrapper a.li:before {
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/li.svg);
}

footer {
  background: #38454e;
  padding: 4rem 0;
}
footer div.row {
  padding: 0;
}
footer .logo-wrapper img {
  max-height: 13.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  -o-object-position: left;
     object-position: left;
}
footer a {
  text-decoration: none;
}
footer .menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .menu-wrapper ul li {
  margin: 0 4rem;
  position: relative;
}
footer .menu-wrapper ul li:after {
  content: "";
  height: 100%;
  width: 3px;
  background: #919da5;
  position: absolute;
  top: 0;
  right: -4rem;
}
footer .menu-wrapper ul li:first-of-type {
  margin-left: 0;
}
footer .menu-wrapper ul li:last-of-type {
  margin-right: 0;
}
footer .menu-wrapper ul li:last-of-type::after {
  display: none;
}
footer .menu-wrapper ul li a {
  color: white;
  font-size: 1.8rem;
  text-transform: uppercase;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  font-weight: bold;
}
footer .menu-wrapper ul li a:hover {
  color: #e84920;
}
footer .links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .links-wrapper a {
  font-size: 1.8rem;
  color: #919da5;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  font-weight: bold;
}
footer .links-wrapper a:hover {
  color: white;
}
footer .row-1 {
  padding-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .row-1 > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .row-1 > a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .row-2 {
  padding: 4rem 0;
  border-top: 3px solid #4e5d67;
  border-bottom: 3px solid #4e5d67;
}
footer .row-3 {
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .row-3 p {
  color: #919da5;
  font-size: 1.8rem;
  font-weight: bold;
}
footer .row-3 p a {
  color: white;
}
@media (max-width: 1200px) {
  footer .links-wrapper a {
    font-size: 1.6;
  }
  footer .row-3 p {
    font-size: 1.6rem;
  }
}
@media (max-width: 992px) {
  footer .logo-wrapper {
    margin-bottom: 2rem;
  }
  footer .logo-wrapper img {
    max-height: 10rem;
    -o-object-position: center;
       object-position: center;
  }
  footer .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .menu-wrapper ul li {
    margin: 0 2rem;
  }
  footer .menu-wrapper ul li a {
    font-size: 1.6rem;
  }
  footer .menu-wrapper ul li:after {
    right: -2rem;
  }
  footer .links-wrapper a {
    font-size: 1.6rem;
  }
  footer .row-3 p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  footer .row-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .row-1 .media-wrapper {
    margin-top: 4rem;
  }
  footer .row-1 .media-wrapper a {
    font-size: 1.6rem;
  }
  footer .menu-wrapper ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .menu-wrapper ul li {
    padding: 1rem 0;
  }
  footer .menu-wrapper ul li:after {
    height: calc(100% - 2rem);
    top: 1rem;
  }
  footer .row-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .row-3 p {
    margin-top: 2rem;
  }
}
@media (max-width: 576px) {
  footer {
    padding: 2rem 0;
  }
  footer .row-1 > a img {
    width: 80%;
  }
  footer .row-2 {
    padding: 2rem 0;
  }
  footer .row-3 {
    padding-top: 2rem;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  overflow: hidden;
  font-size: 1.6rem;
}

section {
  padding: 8rem 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 4.8rem 0;
  }
}

div.row {
  padding: 1.6rem 0;
}

.slick-slider {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

section .title-wrapper {
  margin-bottom: 4rem;
}
section .title-wrapper h4 {
  color: #e84920;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
section .title-wrapper h2 {
  color: #38454e;
  text-align: center;
  font-weight: bold;
}
section .title-wrapper.revert-colors h2 {
  color: white;
}
@media (max-width: 768px) {
  section .title-wrapper {
    margin-bottom: 0;
  }
}

section.page-main-section {
  background: -o-linear-gradient(356.58deg, #cb3d19 -14.39%, #ffb156 97.72%);
  background: linear-gradient(93.42deg, #cb3d19 -14.39%, #ffb156 97.72%);
  min-height: calc(80vh - 17.7rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.page-main-section .header-wrapper h1 {
  color: white;
  font-weight: bold;
}
section.page-main-section .header-wrapper h4 {
  color: #ffccaf;
  font-weight: bold;
  padding: 3rem 0;
}
section.page-main-section .image-wrapper img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
    opacity: 0;
  }
}
@keyframes move {
  0% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
    opacity: 0;
  }
}
section.page-main-section a {
  -webkit-animation: move 5s linear infinite;
          animation: move 5s linear infinite;
}
@media (max-width: 1200px) {
  section.page-main-section .image-wrapper {
    padding-top: 8rem;
  }
}
@media (max-width: 576px) {
  section.page-main-section .image-wrapper {
    padding-top: 4rem;
  }
}

.breadcrumbs-wrapper {
  display: inline-block;
  padding-bottom: 2rem;
}
.breadcrumbs-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs-wrapper ul li {
  font-size: 1.8rem;
  color: #848f97;
  font-weight: 700;
  padding-right: 4rem;
}
.breadcrumbs-wrapper ul li a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  position: relative;
}
.breadcrumbs-wrapper ul li a:hover {
  color: #38454e;
}
.breadcrumbs-wrapper ul li a:after {
  position: absolute;
  top: 0;
  right: -2rem;
  content: "/";
}
@media (max-width: 576px) {
  .breadcrumbs-wrapper ul li {
    font-size: 1.6rem;
  }
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination ul li {
  margin-right: 1rem;
}
.pagination ul li a,
.pagination ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3f1f0;
  text-decoration: none;
  color: #38454e;
  font-size: 2rem;
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  font-weight: 700;
  border: 2px solid transparent;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
@media (max-width: 768px) {
  .pagination ul li a,
.pagination ul li span {
    font-size: 1.6rem;
    width: 4rem;
    height: 4rem;
  }
}
.pagination ul li a:hover,
.pagination ul li span:hover {
  border-color: #38454e;
}
.pagination ul li span {
  background-color: #e84920;
  color: #f3f1f0;
}
.pagination ul li span:hover {
  border-color: #e84920;
}
.pagination ul li .prev,
.pagination ul li .next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #38454e;
}
.pagination ul li .prev:before,
.pagination ul li .next:before {
  content: "";
  width: 2rem;
  height: 1.6rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/arrow-white.svg);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pagination ul li .prev.next:before,
.pagination ul li .next.next:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}
.filter-wrapper p {
  font-size: 2.5rem;
  color: black;
  font-weight: 700;
  margin-right: 2rem;
}
.filter-wrapper .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f3f1f0;
  border-radius: 68px;
  padding: 1rem 2rem;
}
.filter-wrapper .buttons-wrapper .button {
  text-transform: uppercase;
  color: #9b928e;
  font-size: 1.8rem;
  border: 2px solid #9b928e;
  padding: 1rem 3rem;
  border-radius: 128px;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  margin-right: 2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.filter-wrapper .buttons-wrapper .button:hover {
  color: white;
  background: #38454e;
  border-color: #38454e;
}
.filter-wrapper .buttons-wrapper .button.chosen {
  color: white;
  background: #38454e;
  border-color: #38454e;
}
@media (max-width: 1200px) {
  .filter-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .filter-wrapper p {
    margin-bottom: 2rem;
  }
  .filter-wrapper .buttons-wrapper {
    border-radius: 46px;
  }
}
@media (max-width: 768px) {
  .filter-wrapper {
    margin-bottom: 2rem;
  }
  .filter-wrapper p {
    font-size: 2rem;
  }
  .filter-wrapper .buttons-wrapper {
    border-radius: 30px;
  }
  .filter-wrapper .buttons-wrapper .button {
    text-transform: uppercase;
    color: #9b928e;
    font-size: 1.4rem;
    border: 2px solid #9b928e;
    padding: 0.8rem 1.6rem;
    border-radius: 128px;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    margin-right: 1.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .filter-wrapper .buttons-wrapper .button:hover {
    color: white;
    background: #38454e;
    border-color: #38454e;
  }
}

section#about {
  padding-bottom: 0;
}
section#about .box-wrapper h2 {
  font-weight: 600;
  color: #38454e;
  font-size: calc(32px + 28 * (100vw - 320px) / 1600);
}
section#about .box-wrapper img {
  margin: 3rem 0;
  width: 100%;
  padding-right: 10rem;
}
section#about .box-wrapper .info-wrapper p {
  color: #38454e;
  font-size: 2.4rem;
  font-weight: 600;
}
section#about .box-wrapper .info-wrapper a {
  color: #38454e;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}
section#about .box-wrapper .info-wrapper a:before {
  content: "";
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/li-orange.svg);
  width: 2.6rem;
  height: 2.6rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1rem;
}
section#about .text-wrapper {
  background-color: #38454e;
  border-radius: 2rem;
  padding: 5rem;
}
section#about .text-wrapper p {
  font-size: 1.8rem;
  font-weight: 600;
  color: #919da5;
  text-align: justify;
}
section#about .photos-row {
  margin-top: 4rem;
}
section#about .photos-row .col {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section#about .photos-row .col img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  margin: 0 1rem;
}
section#about .photos-row .col .img1 {
  margin-top: 5rem;
  max-width: calc(40% - 2rem);
}
section#about .photos-row .col .img2 {
  max-width: calc(20% - 2rem);
}
section#about .photos-row .col .img3 {
  margin-top: 7rem;
  max-width: calc(20% - 2rem);
}
section#about .photos-row .col .img4 {
  max-width: calc(20% - 2rem);
}
@media (max-width: 992px) {
  section#about .box-wrapper img {
    padding-right: 0;
    padding: 0 3rem;
  }
  section#about .box-wrapper .info-wrapper {
    padding: 0 0 3rem 3rem;
  }
  section#about .photos-row {
    margin-top: 0;
    display: none;
  }
}
@media (max-width: 576px) {
  section#about .box-wrapper img {
    padding: 0;
    margin: 2rem 0;
  }
  section#about .box-wrapper .info-wrapper {
    padding: 0;
    padding-bottom: 2rem;
  }
  section#about .box-wrapper .info-wrapper p {
    font-size: 1.8rem;
  }
  section#about .box-wrapper .info-wrapper a {
    font-size: 1.6rem;
  }
  section#about .text-wrapper {
    padding: 2rem;
  }
  section#about .text-wrapper p {
    font-size: 1.6rem;
  }
}

section.our-brands {
  position: relative;
  padding: 10rem 0;
  margin-top: -4rem;
}
section.our-brands .title-wrapper h2,
section.our-brands .title-wrapper h4 {
  text-align: unset;
}
section.our-brands:before {
  content: "";
  position: absolute;
  background-color: #f3f1f0;
  height: 100%;
  width: 94%;
  top: 0;
  left: 3%;
  border-radius: 25px;
}
section.our-brands .container {
  position: relative;
}
section.our-brands .container:before {
  content: "";
  position: absolute;
  background: #e0dcdb;
  height: 3px;
  width: 100%;
  bottom: -6rem;
  left: 0;
}
section.our-brands .image-wrapper img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.our-brands .text-wrapper {
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.our-brands .text-wrapper p {
  color: #9b9b9a;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 6rem;
}
@media (max-width: 1200px) {
  section.our-brands .title-wrapper {
    margin-bottom: 0;
  }
  section.our-brands .image-wrapper {
    margin-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.our-brands .image-wrapper img {
    max-width: 80%;
  }
  section.our-brands .text-wrapper p {
    margin-bottom: 3rem;
  }
}
@media (max-width: 992px) {
  section.our-brands {
    margin-top: 0;
    padding: 5rem 0;
    margin-top: 4rem;
  }
  section.our-brands .title-wrapper h2,
section.our-brands .title-wrapper h4 {
    text-align: center;
  }
  section.our-brands .container {
    position: relative;
  }
  section.our-brands .container:before {
    bottom: -2rem;
  }
}
@media (max-width: 576px) {
  section.our-brands:before {
    content: "";
    position: absolute;
    background-color: #f3f1f0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
  }
}

body.page-template-o-nas section#cooperation {
  margin-bottom: 8rem;
}

section#recommendations-slider .title-wrapper h2,
section#recommendations-slider .title-wrapper h4 {
  text-align: unset;
}
section#recommendations-slider .slider-nav .slick-list {
  padding: 2rem 0 0 0 !important;
}
section#recommendations-slider .slider-nav .slide-wrapper p {
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 1.8rem;
  color: #38454e;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.6rem;
}
section#recommendations-slider .slider-nav .slide-wrapper p:before {
  content: "";
  border: 3px solid #dbdbd8;
  background-color: #dbdbd8;
  width: 3.5rem;
  height: 1.6rem;
  margin-right: 2.5rem;
  border-radius: 34px;
}
section#recommendations-slider .slider-nav .slide-wrapper p:hover {
  cursor: pointer;
}
section#recommendations-slider .slider-nav .slick-current .slide-wrapper p {
  color: #e84920;
}
section#recommendations-slider .slider-nav .slick-current .slide-wrapper p:before {
  border: 3px solid #e84920;
  background: #e84920;
  width: 7rem;
  height: 1.6rem;
  margin-right: 1rem;
  border-radius: 34px;
}
section#recommendations-slider .slider-nav button.slick-arrow {
  width: 20rem;
  left: 0;
  right: 0;
  top: unset;
  bottom: 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  height: 6.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2rem;
  border-radius: 2rem;
}
section#recommendations-slider .slider-nav button.slick-arrow:before {
  display: none;
}
section#recommendations-slider .slider-nav button.slick-arrow:after {
  content: "";
  height: 3rem;
  width: 13.5rem;
  min-width: 13rem;
  background-size: contain;
  background-repeat: no-repeat;
}
section#recommendations-slider .slider-nav button.slick-arrow.slick-prev {
  background-color: #38454e;
  bottom: 0;
  left: 0;
}
section#recommendations-slider .slider-nav button.slick-arrow.slick-prev:after {
  z-index: 1000000;
  background-image: url("../../../../../wp-content/themes/jw-theme/assets/svg/prev.svg");
}
section#recommendations-slider .slider-nav button.slick-arrow.slick-next {
  background-color: #e84920;
  left: 23rem;
  top: unset;
  bottom: 0;
}
section#recommendations-slider .slider-nav button.slick-arrow.slick-next:after {
  z-index: 1000000;
  background-image: url("../../../../../wp-content/themes/jw-theme/assets/svg/next.svg");
}
@media (max-width: 1200px) {
  section#recommendations-slider .slider-nav button.slick-arrow.slick-next {
    left: 0;
    bottom: -8rem;
  }
}
@media (max-width: 992px) {
  section#recommendations-slider .slider-nav button.slick-arrow.slick-next {
    bottom: 0;
    left: 22rem;
  }
}
@media (max-width: 576px) {
  section#recommendations-slider .slider-nav button.slick-arrow {
    width: 18rem;
    height: 4.4rem;
    padding: 0 1.6rem;
    border-radius: 2rem;
  }
  section#recommendations-slider .slider-nav button.slick-arrow:after {
    height: 2rem;
    width: 11.5rem;
    background-position: center;
    min-width: 11rem;
  }
  section#recommendations-slider .slider-nav button.slick-arrow.slick-prev {
    left: 1.6rem;
  }
  section#recommendations-slider .slider-nav button.slick-arrow.slick-next {
    left: 1.6rem;
    bottom: -6rem;
  }
}
section#recommendations-slider .recommendations-slider-wrapper .slide-wrapper {
  background-color: #f3f1f0;
  border-radius: 2rem;
  padding: 4rem;
}
section#recommendations-slider .recommendations-slider-wrapper .slide-wrapper p.text {
  color: #9b9b9a;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  font-weight: 600;
}
section#recommendations-slider .recommendations-slider-wrapper .slide-wrapper .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#recommendations-slider .recommendations-slider-wrapper .slide-wrapper .image-wrapper img {
  width: 9.4rem;
  height: 9.4rem;
  min-width: 9.4rem;
  min-height: 9.4rem;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  margin-right: 2rem;
}
section#recommendations-slider .recommendations-slider-wrapper .slide-wrapper .image-wrapper p {
  font-weight: bold;
}
section#recommendations-slider .recommendations-slider-wrapper .slide-wrapper .image-wrapper p.name {
  font-size: 2.2rem;
  color: #38454e;
}
section#recommendations-slider .recommendations-slider-wrapper .slide-wrapper .image-wrapper p.position {
  color: #9b9b9a;
  margin: 0.5rem 0;
}
section#recommendations-slider .recommendations-slider-wrapper .slide-wrapper .image-wrapper p.company {
  color: #e84920;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  section#recommendations-slider .slider-nav {
    height: 10rem;
  }
  section#recommendations-slider .slider-nav .slick-list {
    display: none;
  }
}
@media (max-width: 576px) {
  section#recommendations-slider .recommendations-slider-wrapper .slide-wrapper {
    padding: 2rem;
  }
  section#recommendations-slider .recommendations-slider-wrapper .slide-wrapper p.text {
    font-size: 1.6rem;
  }
  section#recommendations-slider .recommendations-slider-wrapper .slide-wrapper .image-wrapper > div p.name {
    font-size: 1.8rem;
  }
}

.realization-wrapper,
.intro-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10rem;
}
.realization-wrapper .image-wrapper,
.intro-wrapper .image-wrapper {
  width: 50%;
  padding-bottom: 36.5%;
  position: relative;
}
.realization-wrapper .image-wrapper a img,
.intro-wrapper .image-wrapper a img {
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.realization-wrapper .text-wrapper,
.intro-wrapper .text-wrapper {
  width: 50%;
  padding: 0 3rem;
  padding-bottom: 67px;
  position: relative;
}
.realization-wrapper .text-wrapper:before,
.intro-wrapper .text-wrapper:before {
  background-color: #f3f1f0;
  content: "";
  position: absolute;
  top: -5%;
  height: 110%;
  border-radius: 25px;
  right: 0;
  width: 130%;
  z-index: -1;
}
.realization-wrapper .text-wrapper p.category,
.intro-wrapper .text-wrapper p.category {
  color: white;
  background: #9b938e;
  border-radius: 62px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding: 1rem 2rem;
}
.realization-wrapper .text-wrapper h4,
.intro-wrapper .text-wrapper h4 {
  color: #38454e;
  margin: 2rem 0;
  font-weight: 700;
}
.realization-wrapper .text-wrapper h4 a,
.intro-wrapper .text-wrapper h4 a {
  color: inherit;
  text-decoration: none;
}
.realization-wrapper .text-wrapper p.excerpt,
.intro-wrapper .text-wrapper p.excerpt {
  color: #8d989f;
  font-weight: 700;
  font-size: 1.8rem;
}
.realization-wrapper .text-wrapper .button,
.intro-wrapper .text-wrapper .button {
  position: absolute;
  bottom: 0;
  left: 3rem;
}
@media (max-width: 992px) {
  .realization-wrapper,
.intro-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .realization-wrapper .image-wrapper,
.intro-wrapper .image-wrapper {
    width: 90%;
    margin-left: 5%;
    padding-bottom: 30rem;
  }
  .realization-wrapper .text-wrapper,
.intro-wrapper .text-wrapper {
    width: 100%;
    padding-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .realization-wrapper .text-wrapper:before,
.intro-wrapper .text-wrapper:before {
    top: -10%;
    height: 110%;
    border-radius: 25px;
    right: 0;
    width: 100%;
    z-index: -1;
  }
  .realization-wrapper .text-wrapper .button,
.intro-wrapper .text-wrapper .button {
    position: relative;
    left: unset;
    bottom: unset;
    margin-top: 2rem;
  }
}
@media (max-width: 576px) {
  .realization-wrapper .image-wrapper,
.intro-wrapper .image-wrapper {
    width: 90%;
    margin-left: 5%;
  }
}

section.all-realizations {
  padding-bottom: 0;
}
section.all-realizations .all-realizations-wrapper .realization-wrapper:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
section.all-realizations .all-realizations-wrapper .realization-wrapper:nth-child(even) .text-wrapper:before {
  right: unset;
  left: 0;
}
section.all-realizations .all-realizations-wrapper .realization-wrapper .text-wrapper {
  padding-bottom: calc(67px + 2rem);
}
@media (max-width: 992px) {
  section.all-realizations .all-realizations-wrapper .realization-wrapper {
    margin-bottom: 5rem;
  }
  section.all-realizations .all-realizations-wrapper .realization-wrapper:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.all-realizations .all-realizations-wrapper .realization-wrapper .text-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 576px) {
  section.all-realizations .all-realizations-wrapper .realization-wrapper {
    margin-bottom: 2rem;
  }
  section.all-realizations .all-realizations-wrapper .realization-wrapper .text-wrapper {
    padding: 2rem;
  }
  section.all-realizations .all-realizations-wrapper .realization-wrapper .text-wrapper p.excerpt {
    font-size: 1.6rem;
  }
}

section.all-posts .row.latest-posts {
  background-color: #f3f1f0;
  border-radius: 25px;
  padding: 5rem 0;
  margin-bottom: 5rem;
}
section.all-posts .row.all-posts .col .article-box-wrapper {
  margin-bottom: 3rem;
}
section.all-posts .title-wrapper h2 {
  text-align: left;
}
section.all-posts .latest-posts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.all-posts .latest-posts-wrapper .article-box-wrapper {
  width: calc((100% - 3rem) / 2);
}
section.all-posts .latest-posts-wrapper .article-box-wrapper .image-wrapper {
  height: 27rem;
}
@media (max-width: 768px) {
  section.all-posts .row.latest-posts {
    padding: 2rem;
  }
  section.all-posts .title-wrapper {
    margin-bottom: 2rem;
  }
  section.all-posts .latest-posts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.all-posts .latest-posts-wrapper .article-box-wrapper {
    width: 100%;
  }
  section.all-posts .latest-posts-wrapper .article-box-wrapper .image-wrapper {
    height: 24rem;
  }
  section.all-posts .latest-posts-wrapper .article-box-wrapper:first-of-type {
    margin-bottom: 2rem;
  }
}

.form-wrapper {
  background: #f3f1f0;
  border-radius: 40px;
  padding: 4rem;
}
.form-wrapper .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
}
.form-wrapper .input-wrapper br {
  display: none;
}
.form-wrapper .input-wrapper input,
.form-wrapper .input-wrapper textarea {
  border: 2px solid #dbdad9;
  border-radius: 10px;
  background-color: transparent;
  padding: 2rem;
  color: #38454e;
  width: 100%;
  font-size: 1.8rem;
}
.form-wrapper .input-wrapper label {
  color: #38454e;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.form-wrapper .acceptane-wrapper {
  margin: 2rem 0;
}
.form-wrapper .acceptane-wrapper span.wpcf7-list-item {
  margin-left: 0;
}
.form-wrapper .acceptane-wrapper span.wpcf7-list-item-label {
  color: #9b938e;
  font-size: 1.4rem;
}
.form-wrapper .acceptane-wrapper span.wpcf7-list-item-label a {
  color: inherit;
  text-decoration: underline;
}
.form-wrapper .acceptane-wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-wrapper .acceptane-wrapper input {
  margin-right: 1.6rem;
  width: 2.2rem;
  min-width: 2.2rem;
  height: 2.2rem;
  border: 2px solid #9b938e;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.form-wrapper .acceptane-wrapper input:after {
  background-color: #9b938e;
  width: 50%;
  height: 50%;
  content: "";
}
.form-wrapper .acceptane-wrapper input:checked:after {
  background-color: #e84920;
}
@media (max-width: 576px) {
  .form-wrapper {
    padding: 2rem;
    border-radius: 2rem;
  }
  .form-wrapper .input-wrapper input,
.form-wrapper .input-wrapper textarea {
    padding: 1.6rem;
    font-size: 1.4rem;
  }
  .form-wrapper .input-wrapper label {
    font-size: 1.6rem;
  }
}

section#contact .col-xl-5 h4 {
  padding: 2rem;
  font-weight: 700;
}
section#contact .data-wrapper {
  border-radius: 20px;
  background-color: #38454e;
  padding: 5rem;
}
section#contact .data-wrapper h4 {
  color: white;
  font-weight: 700;
}
section#contact .data-wrapper .info-wrapper {
  margin: 3rem 0;
}
section#contact .data-wrapper .info-wrapper p {
  color: #919da5;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
section#contact .data-wrapper .info-wrapper p span {
  color: #e84920;
  font-size: 2.8rem;
}
section#contact .data-wrapper .info-wrapper ~ div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section#contact .data-wrapper .info-wrapper ~ div a:first-of-type {
  margin-bottom: 1rem;
}
section#contact .data-wrapper .info-wrapper ~ div a:first-of-type:before {
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/tel.svg);
}
section#contact .data-wrapper a {
  color: #919da5;
  font-size: 2.4rem;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
section#contact .data-wrapper a:hover {
  color: #e84920;
}
section#contact .data-wrapper a:before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1.6rem;
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/at.svg);
}
section#contact .image-wrapper {
  margin-top: 6rem;
}
section#contact .image-wrapper img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1200px) {
  section#contact .col-xl-1 {
    display: none;
  }
}
@media (max-width: 992px) {
  section#contact .data-wrapper {
    margin-top: 6rem;
  }
  section#contact .image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section#contact .image-wrapper img {
    max-width: 80%;
  }
}
@media (max-width: 576px) {
  section#contact .data-wrapper {
    padding: 2rem;
  }
  section#contact .data-wrapper h4 {
    color: white;
    font-weight: 700;
  }
  section#contact .data-wrapper .info-wrapper {
    margin: 2rem 0;
  }
  section#contact .data-wrapper .info-wrapper p {
    font-size: 1.8rem;
  }
  section#contact .data-wrapper .info-wrapper p span {
    font-size: 2rem;
  }
  section#contact .data-wrapper .info-wrapper ~ div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section#contact .data-wrapper .info-wrapper ~ div a:first-of-type {
    margin-bottom: 1rem;
  }
  section#contact .data-wrapper .info-wrapper ~ div a:first-of-type:before {
    background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/tel.svg);
  }
  section#contact .data-wrapper a {
    font-size: 1.8rem;
  }
  section#contact .data-wrapper a:before {
    width: 1.8rem;
    height: 1.8rem;
  }
}

section#description .text-wrapper h3 {
  color: #38454e;
  font-weight: 700;
  margin-bottom: 2rem;
}
section#description .text-wrapper p {
  color: #848f97;
  text-align: justify;
  font-size: 1.8rem;
  font-weight: bold;
}
section#description .image-wrapper {
  margin-bottom: 2rem;
  position: relative;
}
section#description .image-wrapper:before {
  content: "";
  background: #38454e;
  height: 110%;
  width: 130%;
  position: absolute;
  bottom: 0;
  left: 10%;
  border-radius: 100px 0px 0px 100px;
  z-index: -1;
}
section#description .image-wrapper img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  section#description .image-wrapper {
    margin-top: 10%;
  }
}
@media (max-width: 576px) {
  section#description .text-wrapper p {
    font-size: 1.6rem;
  }
}

body.page-template-oferta-pojedyncza section#why-us {
  position: relative;
  margin-bottom: 42rem;
}
body.page-template-oferta-pojedyncza section#why-us:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: -42rem;
  left: 0;
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/img/home-cooperations-2.png);
  height: 42rem;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transform: translateX(-8rem);
      -ms-transform: translateX(-8rem);
          transform: translateX(-8rem);
  z-index: 1;
}
@media (max-width: 1200px) {
  body.page-template-oferta-pojedyncza section#why-us {
    margin-bottom: 20rem;
    padding-bottom: 0;
  }
  body.page-template-oferta-pojedyncza section#why-us:after {
    height: 22rem;
    background-size: cover;
    bottom: -22rem;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    background-position: center;
    background-image: url(../../../../../wp-content/themes/jw-theme/assets/img/home-cooperations-mobile-2.png);
    border-radius: 0 0 100px 0;
  }
}
body.page-template-oferta-pojedyncza section#why-us .product-wrapper {
  margin-bottom: 4rem;
}
body.page-template-oferta-pojedyncza section#why-us .product-wrapper .image-wrapper {
  padding-top: 48%;
  position: relative;
}
body.page-template-oferta-pojedyncza section#why-us .product-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 2rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.page-template-oferta-pojedyncza section#why-us .product-wrapper .text-wrapper {
  color: #38454e;
  font-weight: 700;
  margin-top: 1.8rem;
}
body.page-template-oferta-pojedyncza section#why-us .product-wrapper .text-wrapper .buttons {
  margin-top: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.page-template-oferta-pojedyncza section#why-us .product-wrapper .text-wrapper .buttons .ghost-button {
  background-color: transparent !important;
  color: #e84920;
  border-color: #e84920;
}
body.page-template-oferta-pojedyncza section#why-us .product-wrapper .text-wrapper .buttons .ghost-button:hover {
  background-color: #e84920 !important;
  color: white;
}
body.page-template-oferta-pojedyncza section#contact {
  padding-top: 0;
}
body.page-template-oferta-pojedyncza section#contact .image-wrapper img {
  max-width: unset;
  border-radius: 150px 0 0 0;
  position: relative;
  top: 5px;
}
body.page-template-oferta-pojedyncza section#contact .phone-wrapper {
  background: #f3f1f0;
  border-radius: 40px;
  padding: 4rem;
  margin-left: -4rem;
  position: relative;
}
body.page-template-oferta-pojedyncza section#contact .phone-wrapper:after {
  content: "";
  height: 100%;
  background: inherit;
  position: absolute;
  top: 0;
  width: 100%;
  right: -90%;
}
body.page-template-oferta-pojedyncza section#contact .phone-wrapper a {
  color: #38454e;
  font-size: calc(28px + 17 * (100vw - 320px) / 1600);
  text-decoration: none;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page-template-oferta-pojedyncza section#contact .phone-wrapper a:before {
  content: "";
  width: 3.4rem;
  height: 3.4rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1.6rem;
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/tel.svg);
  -webkit-filter: invert(0.75);
          filter: invert(0.75);
}
body.page-template-oferta-pojedyncza section#contact .phone-wrapper p {
  color: #919da5;
  font-size: 2rem;
  font-weight: 700;
  padding-left: 5rem;
}
@media (max-width: 1200px) {
  body.page-template-oferta-pojedyncza section#contact .phone-wrapper {
    margin-left: unset;
  }
  body.page-template-oferta-pojedyncza section#contact .image-wrapper img {
    max-width: 120%;
    margin-left: 4rem;
  }
}
@media (max-width: 992px) {
  body.page-template-oferta-pojedyncza section#contact .image-wrapper img {
    max-width: 120%;
    margin-left: 40%;
  }
}
@media (max-width: 576px) {
  body.page-template-oferta-pojedyncza section#contact .phone-wrapper a:before {
    width: 2.8rem;
    height: 2.8rem;
  }
}

section.default-page-section h2 {
  margin-bottom: 4rem;
}
section.default-page-section p {
  font-size: 1.6rem;
}

section.main-section {
  background: -o-linear-gradient(356.58deg, #cb3d19 -14.39%, #ffb156 97.72%);
  background: linear-gradient(93.42deg, #cb3d19 -14.39%, #ffb156 97.72%);
  min-height: calc(100vh - 17.7rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.main-section .header-wrapper h1 {
  color: white;
  font-weight: bold;
}
section.main-section .header-wrapper h4 {
  color: #ffccaf;
  font-weight: bold;
  padding: 3rem 0;
}
section.main-section .header-wrapper .white-button {
  margin-right: 2rem;
}
section.main-section .image-wrapper img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1200px) {
  section.main-section .image-wrapper {
    padding-top: 8rem;
  }
}
@media (max-width: 576px) {
  section.main-section .image-wrapper {
    padding-top: 4rem;
  }
}

section#offer .box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 59rem;
  border: 3px solid #e7e6ed;
  border-radius: 25px;
  overflow: hidden;
}
section#offer .box-wrapper .single-offer {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  background-color: white;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
}
section#offer .box-wrapper .single-offer .image-wrapper {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: white;
  -webkit-transition: all 550ms linear;
  -o-transition: all 550ms linear;
  transition: all 550ms linear;
}
section#offer .box-wrapper .single-offer .text-wrapper {
  padding: 4rem;
  z-index: 1;
}
section#offer .box-wrapper .single-offer .text-wrapper h3 {
  color: #38454e;
  font-weight: bold;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
section#offer .box-wrapper .single-offer .text-wrapper p {
  color: #8d989f;
  margin: 2rem 0 4rem 0;
  font-weight: bold;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
section#offer .box-wrapper .single-offer:hover .image-wrapper {
  opacity: 1;
  background: -o-linear-gradient(6.68deg, rgba(56, 69, 78, 0.68) -3.02%, rgba(219, 96, 43, 0.68) 96.39%), url(../../../../../wp-content/themes/jw-theme/assets/img/home-offer-bg1-2.png) no-repeat center;
  background: linear-gradient(83.32deg, rgba(56, 69, 78, 0.68) -3.02%, rgba(219, 96, 43, 0.68) 96.39%), url(../../../../../wp-content/themes/jw-theme/assets/img/home-offer-bg1-2.png) no-repeat center;
  background-size: cover;
}
section#offer .box-wrapper .single-offer:hover .text-wrapper h3,
section#offer .box-wrapper .single-offer:hover .text-wrapper p {
  color: white;
}
section#offer .box-wrapper .single-offer:hover .text-wrapper span {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
section#offer .box-wrapper .single-offer:hover .text-wrapper span:before {
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/arrow-white1.svg);
}
section#offer .box-wrapper .single-offer:last-of-type {
  border-left: 3px solid #e7e6ed;
}
section#offer .box-wrapper .single-offer:last-of-type:hover .image-wrapper {
  background: -o-linear-gradient(6.68deg, rgba(56, 69, 78, 0.68) -3.02%, rgba(219, 96, 43, 0.68) 96.39%), url(../../../../../wp-content/themes/jw-theme/assets/img/home-offer-bg2.jpg) no-repeat center;
  background: linear-gradient(83.32deg, rgba(56, 69, 78, 0.68) -3.02%, rgba(219, 96, 43, 0.68) 96.39%), url(../../../../../wp-content/themes/jw-theme/assets/img/home-offer-bg2.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 768px) {
  section#offer .box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: unset;
  }
  section#offer .box-wrapper .single-offer {
    width: 100%;
  }
  section#offer .box-wrapper .single-offer .text-wrapper {
    padding: 2rem;
  }
  section#offer .box-wrapper .single-offer .text-wrapper p {
    margin: 2rem 0 2rem 0;
  }
  section#offer .box-wrapper .single-offer:last-of-type {
    border-left: unset;
    border-top: 3px solid #e7e6ed;
  }
}

section#why-us {
  position: relative;
  padding-bottom: 16rem;
}
section#why-us:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #f3f1f0;
  border-radius: 0 200px 0px 0px;
  -webkit-transform: translateX(-8rem);
      -ms-transform: translateX(-8rem);
          transform: translateX(-8rem);
}
section#why-us .box-wrapper h5 {
  color: #38454e;
  margin: 2rem 0;
  font-weight: bold;
}
section#why-us .box-wrapper p {
  color: #9b9b9a;
  font-weight: bold;
}
section#why-us .box-wrapper a {
  margin-top: 3rem;
}
section#why-us .text-button-wrapper {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#why-us .text-button-wrapper p {
  color: #38454e;
  font-size: 2rem;
  font-weight: bold;
}
section#why-us .text-button-wrapper .line {
  height: 2px;
  background: #e0e0e0;
  width: calc(100% - 209px - 410px - 8rem);
}
@media (max-width: 1200px) {
  section#why-us .box-wrapper {
    margin-bottom: 4rem;
  }
  section#why-us:before {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 768px) {
  section#why-us .text-button-wrapper {
    margin-top: 4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section#why-us .text-button-wrapper p {
    margin-bottom: 2rem;
  }
  section#why-us .text-button-wrapper .line {
    display: none;
  }
}
@media (max-width: 576px) {
  section#why-us:before {
    border-radius: 0 100px 0px 0px;
  }
  section#why-us .box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section#why-us .box-wrapper p {
    text-align: justify;
  }
  section#why-us .box-wrapper img {
    max-width: 11rem;
  }
}

section#realizations {
  position: relative;
  margin-top: -11rem;
}
section#realizations:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #38454e;
  position: absolute;
  top: 0;
  left: 0%;
  border-radius: 200px 0px 0px 200px;
  -webkit-transform: translateX(30%);
      -ms-transform: translateX(30%);
          transform: translateX(30%);
}
section#realizations .title-wrapper {
  max-width: 69rem;
  margin-bottom: 6rem;
}
section#realizations .title-wrapper h4,
section#realizations .title-wrapper h2 {
  text-align: unset;
}
section#realizations .realizations-slider .slide-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
section#realizations .realizations-slider .slide-wrapper .image-wrapper {
  width: 50%;
}
section#realizations .realizations-slider .slide-wrapper .image-wrapper img {
  height: 50rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
section#realizations .realizations-slider .slide-wrapper .text-wrapper {
  padding-left: 6rem;
  padding-top: 4rem;
  width: 50%;
}
section#realizations .realizations-slider .slide-wrapper .text-wrapper p.number {
  color: #a2b4bf;
  font-size: 2rem;
  font-weight: bold;
}
section#realizations .realizations-slider .slide-wrapper .text-wrapper h4 {
  color: white;
  font-weight: bold;
  padding: 3rem 0;
}
section#realizations .realizations-slider .slide-wrapper .text-wrapper p:not(.number) {
  font-size: 1.8rem;
  font-weight: bold;
  color: #919da5;
  padding-bottom: 3rem;
}
section#realizations .realizations-slider .slick-arrow {
  width: 3.2rem;
  height: 1.9rem;
  top: 1rem;
  right: unset;
  left: calc(50% + 12rem);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
section#realizations .realizations-slider .slick-arrow:before {
  display: none;
}
section#realizations .realizations-slider .slick-arrow:after {
  content: "";
  width: 3.2rem;
  height: 1.9rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/arrow-orange2.svg);
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
section#realizations .realizations-slider .slick-arrow:hover:after {
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/arrow-gray7.svg);
}
section#realizations .realizations-slider .slick-arrow.slick-prev {
  left: calc(50% + 6rem);
}
section#realizations .realizations-slider .slick-arrow.slick-prev:after {
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/arrow-gray5.svg);
}
section#realizations .realizations-slider .slick-arrow.slick-prev:hover:after {
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/arrow-orange3.svg);
}
@media (max-width: 1200px) {
  section#realizations:before {
    border-radius: 100px 0px 0px 100px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 992px) {
  section#realizations .title-wrapper {
    max-width: unset;
    margin-bottom: 2rem;
  }
  section#realizations .title-wrapper h4,
section#realizations .title-wrapper h2 {
    text-align: center;
  }
  section#realizations .realizations-slider .slide-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section#realizations .realizations-slider .slide-wrapper .image-wrapper {
    width: 100%;
  }
  section#realizations .realizations-slider .slide-wrapper .image-wrapper img {
    height: 41rem;
  }
  section#realizations .realizations-slider .slide-wrapper .text-wrapper {
    width: 100%;
    padding-left: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  section#realizations .realizations-slider .slick-arrow {
    top: 46rem;
    left: unset;
    right: 2rem;
  }
  section#realizations .realizations-slider .slick-arrow.slick-prev {
    right: 8rem;
    left: unset;
  }
}
@media (max-width: 576px) {
  section#realizations .realizations-slider .slide-wrapper .image-wrapper img {
    height: 24rem;
  }
  section#realizations .realizations-slider .slick-arrow {
    top: 29rem;
  }
}

section#cooperation {
  position: relative;
  padding-bottom: 36rem;
}
section#cooperation .title-wrapper {
  max-width: 54rem;
  margin-bottom: 2rem;
}
section#cooperation .title-wrapper h4,
section#cooperation .title-wrapper h2 {
  text-align: unset;
}
section#cooperation .cooperation-slider {
  background: -o-linear-gradient(356.58deg, #cb3d19 -14.39%, #ffb156 97.72%);
  background: linear-gradient(93.42deg, #cb3d19 -14.39%, #ffb156 97.72%);
  border-radius: 25px;
  padding: 6rem;
}
section#cooperation .cooperation-slider .slide-wrapper a {
  display: block;
  max-width: 80%;
}
section#cooperation .cooperation-slider .slide-wrapper a img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section#cooperation .cooperation-slider .slick-arrow {
  width: 4.5rem;
  height: 2.7rem;
  top: -12rem;
  right: -6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#cooperation .cooperation-slider .slick-arrow:before {
  display: none;
}
section#cooperation .cooperation-slider .slick-arrow:after {
  content: "";
  width: 4.5rem;
  height: 2.7rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/arrow-orange.svg);
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
section#cooperation .cooperation-slider .slick-arrow:hover:after {
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/arrow-gray2.svg);
}
section#cooperation .cooperation-slider .slick-arrow.slick-prev {
  left: unset;
  right: 0;
}
section#cooperation .cooperation-slider .slick-arrow.slick-prev:after {
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/arrow-gray1.svg);
}
section#cooperation .cooperation-slider .slick-arrow.slick-prev:hover:after {
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/arrow-orange1.svg);
}
section#cooperation:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/img/home-cooperations-2.png);
  height: 42rem;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transform: translateX(-8rem);
      -ms-transform: translateX(-8rem);
          transform: translateX(-8rem);
}
@media (max-width: 1200px) {
  section#cooperation {
    padding-bottom: 16rem;
  }
  section#cooperation:after {
    height: 22rem;
    background-size: cover;
    bottom: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    background-position: center;
    background-image: url(../../../../../wp-content/themes/jw-theme/assets/img/home-cooperations-mobile-2.png);
    border-radius: 0 0 100px 0;
  }
}
@media (max-width: 992px) {
  section#cooperation .title-wrapper {
    max-width: unset;
    margin-bottom: 3rem;
  }
  section#cooperation .title-wrapper h4,
section#cooperation .title-wrapper h2 {
    text-align: center;
  }
  section#cooperation .cooperation-slider {
    padding: 4rem;
  }
  section#cooperation .cooperation-slider .slide-wrapper a {
    display: block;
  }
  section#cooperation .cooperation-slider .slide-wrapper a img {
    max-width: 80%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  section#cooperation .cooperation-slider .slick-arrow {
    top: -7rem;
    right: -3rem;
  }
  section#cooperation .cooperation-slider .slick-arrow.slick-prev {
    right: 3rem;
  }
  section#cooperation .cooperation-slider .slick-arrow:after {
    width: 3.2rem;
    height: 1.9rem;
  }
}

@media (max-width: 992px) {
  section#blog {
    padding: 0;
  }
  section#blog .article-box-wrapper {
    margin-bottom: 4rem;
  }
}

.article-box-wrapper .image-wrapper {
  border-radius: 20px;
  height: 24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.article-box-wrapper .image-wrapper .date-wrapper {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.07);
  border-radius: 59px;
  padding: 1rem 2rem;
  position: relative;
  top: 1.6rem;
}
.article-box-wrapper .image-wrapper .date-wrapper p {
  color: #e84920;
  font-weight: bold;
}
.article-box-wrapper .text-wrapper {
  margin-top: 3rem;
}
.article-box-wrapper .text-wrapper p {
  font-size: 1.8rem;
  color: #38454e;
  margin-bottom: 2rem;
  font-weight: bold;
}

section#about-us .text-wrapper p {
  font-size: 1.8rem;
  font-weight: bold;
}
section#about-us .col:nth-of-type(1) .text-wrapper p {
  color: #38454e;
}
section#about-us .col:nth-of-type(2) .text-wrapper {
  background: #38454e;
  padding: 5rem 0 5rem 5rem;
  border-radius: 100px 0px 0px 100px;
  position: relative;
}
section#about-us .col:nth-of-type(2) .text-wrapper:after {
  content: "";
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  right: -50%;
  background: #38454e;
}
section#about-us .col:nth-of-type(2) .text-wrapper p {
  color: #919da5;
}
@media (max-width: 992px) {
  section#about-us .col:nth-of-type(2) .text-wrapper {
    margin-top: 2rem;
    margin-left: -5rem;
  }
}

section.contact-section .box-wrapper {
  border: 2px solid #c4c4c4;
  border-radius: 25px;
  padding: 6rem 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/img/cta1-bg.png);
}
section.contact-section .box-wrapper .text-wrapper h3 {
  font-size: calc(35px + 15 * (100vw - 320px) / 1600);
  color: #38454e;
  font-weight: bold;
}
section.contact-section .box-wrapper .text-wrapper p {
  color: #8d989f;
  font-size: 2rem;
  margin-top: 2rem;
  font-weight: bold;
}
section.contact-section .box-wrapper a {
  position: relative;
}
section.contact-section .box-wrapper a:after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #e84920;
  left: 0;
  position: absolute;
  bottom: -89px;
}
@media (max-width: 1200px) {
  section.contact-section .box-wrapper a:after {
    bottom: -80px;
  }
}
@media (max-width: 992px) {
  section.contact-section .box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem;
  }
  section.contact-section .box-wrapper a {
    margin-top: 2rem;
  }
  section.contact-section .box-wrapper a:after {
    bottom: -34px;
  }
}

section.single-page-main-section {
  background: -o-linear-gradient(356.58deg, #cb3d19 -14.39%, #ffb156 97.72%);
  background: linear-gradient(93.42deg, #cb3d19 -14.39%, #ffb156 97.72%);
  min-height: calc(50vh - 17.7rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.single-page-main-section .header-wrapper h1 {
  color: white;
  font-weight: bold;
}

.intro-wrapper {
  margin-bottom: 5rem;
}
.intro-wrapper .image-wrapper {
  padding-bottom: 33%;
  position: relative;
}
.intro-wrapper .image-wrapper img {
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.intro-wrapper .text-wrapper {
  padding: 3rem;
  padding-bottom: calc(67px + 3rem);
  position: relative;
}
.intro-wrapper .text-wrapper h3 {
  color: #38454e;
  margin: 2rem 0;
  font-weight: 700;
}
.intro-wrapper .text-wrapper p.date {
  font-size: 2.2rem;
  color: #9b9b9a;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro-wrapper .text-wrapper p.date:before {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
  background-image: url(../../../../../wp-content/themes/jw-theme/assets/svg/calendar.svg);
}
.intro-wrapper .text-wrapper .button {
  bottom: 3rem;
}
.intro-wrapper .text-wrapper .button:after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
@media (max-width: 992px) {
  .intro-wrapper {
    margin-bottom: 2rem;
  }
  .intro-wrapper .image-wrapper {
    padding-bottom: 28rem;
  }
  .intro-wrapper .text-wrapper {
    padding-bottom: 3rem;
  }
  .intro-wrapper .text-wrapper h3 {
    margin-top: 0;
  }
  .intro-wrapper .text-wrapper .button {
    bottom: unset;
  }
}
@media (max-width: 576px) {
  .intro-wrapper {
    margin-bottom: 0;
  }
  .intro-wrapper .text-wrapper p.date {
    font-size: 1.8rem;
  }
  .intro-wrapper .text-wrapper p.date:before {
    width: 2.2rem;
    height: 2.2rem;
  }
}

.formatted-content {
  line-height: 1.5;
  font-size: calc(16px + 8 * (100vw - 320px) / 1600);
  color: #38454e;
  text-align: justify;
}
.formatted-content strong {
  font-weight: bold;
}
.formatted-content em {
  font-style: italic;
}
.formatted-content a {
  color: #38454e;
  text-decoration: underline;
}
.formatted-content ol {
  margin-bottom: 1.2rem;
}
.formatted-content ol li {
  list-style: decimal;
  list-style-position: inside;
}
.formatted-content ul {
  margin-bottom: 1.2rem;
}
.formatted-content ul li {
  list-style: circle;
  list-style-position: outside;
  margin-left: 20px;
}
.formatted-content p {
  margin-bottom: 1.2rem;
}
.formatted-content h1,
.formatted-content h2,
.formatted-content h3,
.formatted-content h4,
.formatted-content h5,
.formatted-content h6 {
  letter-spacing: 0.05em;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 1rem;
}
.formatted-content h1 {
  font-size: calc(35px + 30 * (100vw - 320px) / 1600);
}
.formatted-content h2 {
  font-size: calc(28px + 27 * (100vw - 320px) / 1600);
}
.formatted-content h3 {
  font-size: calc(25px + 23 * (100vw - 320px) / 1600);
}
.formatted-content h4 {
  font-size: calc(20px + 18 * (100vw - 320px) / 1600);
}
.formatted-content h5 {
  font-size: calc(18px + 10 * (100vw - 320px) / 1600);
}
.formatted-content h6 {
  font-size: calc(15px + 7 * (100vw - 320px) / 1600);
}

.share-wrapper {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.share-wrapper p {
  font-size: 2.4rem;
  color: #38454e;
  font-weight: 700;
  min-width: 17rem;
}
.share-wrapper .decorator {
  background: #e0e0e0;
  height: 2px;
  width: 100%;
  margin: 0 3rem;
}
.share-wrapper .media-wrapper {
  min-width: 28rem;
}
.share-wrapper .media-wrapper a {
  text-decoration: none;
}
.share-wrapper .media-wrapper a:hover {
  color: #38454e;
}
.share-wrapper .media-wrapper a:before {
  -webkit-filter: invert(0.5);
          filter: invert(0.5);
}
@media (max-width: 576px) {
  .share-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .share-wrapper p {
    font-size: 1.8rem;
    min-width: unset;
  }
  .share-wrapper .decorator {
    margin: 2rem 0;
  }
  .share-wrapper .media-wrapper {
    min-width: unset;
  }
  .share-wrapper .media-wrapper a {
    font-size: 1.6rem;
  }
}

section.other-posts {
  padding-top: 0;
}
@media (max-width: 992px) {
  section.other-posts .article-box-wrapper {
    margin-bottom: 2rem;
  }
}

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

.hamburger-box {
  width: 40px;
  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: 40px;
  height: 4px;
  background-color: #e84920;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
}

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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