@charset "UTF-8";
/*

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

*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
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;
  -ms-grid-row-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;
  -ms-grid-row-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;
  -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
/*
COLORS
*/
/*
FONTS
*/
body,
html,
textarea,
input {
  font-family: "Inter", sans-serif;
  line-height: 1.25;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "alverata", serif;
}

h1 {
  font-size: calc(36px + (58 - 36) * ((100vw - 320px) / (1920 - 320)));
}

h2 {
  font-size: calc(30px + (55 - 30) * ((100vw - 320px) / (1920 - 320)));
}

h3 {
  font-size: calc(22px + (35 - 22) * ((100vw - 320px) / (1920 - 320)));
}

h4 {
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
}

.button {
  text-decoration: none;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-size: 1.8rem;
  padding: 1.8rem 2.7rem !important;
  border-radius: 0 !important;
  font-weight: 500 !important;
  font-family: "Inter", sans-serif !important;
}

@media (max-width: 576px) {
  .button {
    font-size: 1.6rem;
    padding: 1.6rem 2.2rem !important;
  }
}

.black-button {
  background-color: black !important;
  color: white !important;
}

.green-button {
  background-color: #138667 !important;
  color: white !important;
  border: none !important;
}

.white-button {
  background-color: white;
  color: #138667;
}

.white-angular-arrow:after {
  content: '';
  margin-left: 1rem;
  width: 4.4rem;
  height: 2.6rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/svg/white-angular-arrow.svg);
}

.white-right-arrow:after {
  content: '';
  margin-left: 1.8rem;
  width: 3.7rem;
  height: 1.2rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/svg/white-right-arrow.svg);
}

.white-cart:after {
  content: '';
  margin-left: 1.8rem;
  min-width: 2.4rem;
  min-height: 2.4rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/svg/white-cart.svg);
}

.green-download:after {
  content: '';
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 1.8rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/svg/green-download.svg);
}

.green-right-arrow:before {
  content: '';
  width: 3.7rem;
  height: 1.2rem;
  margin-right: 1.8rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/svg/green-right-arrow.svg);
}

.black-angular-arrow:after {
  content: '';
  margin-left: 1rem;
  width: 4.4rem;
  height: 2.6rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/svg/black-angular-arrow.svg);
}

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

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

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

header {
  height: 16rem;
  position: absolute;
  z-index: 100;
  width: 100%;
}

header .mobile-button-wrapper {
  display: none;
  z-index: 2;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #d7d7d7;
  height: 100%;
}

header .logo-wrapper {
  z-index: 2;
}

header .logo-wrapper img {
  max-width: 28rem;
}

header .menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .menu-wrapper ul li {
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  padding: 0 2.5rem;
  position: relative;
}

header .menu-wrapper ul li a {
  text-decoration: none;
  color: #858585;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

header .menu-wrapper ul li a:hover {
  color: black;
}

header .menu-wrapper ul li ul.sub-menu {
  display: none;
}

header .menu-wrapper ul li.current-menu-item:before {
  content: '';
  width: calc(100% - 6rem);
  height: 5px;
  background-color: #138667;
  position: absolute;
  left: 3rem;
  bottom: -69px;
}

header .menu-wrapper ul li.current-menu-item a {
  color: black;
}

header .menu-wrapper ul li.menu-item-98 a {
  position: relative;
  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;
}

header .menu-wrapper ul li.menu-item-98 a:before {
  content: '';
  margin-right: 1rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/svg/green-cart.svg);
}

@media (max-width: 1400px) {
  header .logo-wrapper img {
    max-width: 25rem;
  }
  header .menu-wrapper ul li {
    padding: 0 1.8rem;
  }
  header .menu-wrapper ul li.current-menu-item:before {
    width: calc(100% - 3.6rem);
    left: 1.8rem;
  }
}

@media (max-width: 1200px) {
  header .menu-wrapper {
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100vw;
    left: -100%;
    -webkit-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.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: 16rem;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .menu-wrapper ul li {
    padding: 2rem 0;
  }
  header .mobile-button-wrapper {
    display: block;
  }
}

@media (max-width: 576px) {
  header {
    height: 10rem;
  }
  header .menu-wrapper ul {
    padding-top: 10rem;
  }
  header .logo-wrapper img {
    max-width: 18rem;
  }
}

footer {
  background-color: #f6f6f6;
}

footer div.row {
  padding: 4rem 0;
}

footer div.row:first-of-type {
  border-bottom: 2px solid #dcdcdc;
}

footer div.row:first-of-type .col {
  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 div.row:last-of-type .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer div.row:last-of-type .col > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .menu-wrapper ul li a {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  color: black;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  margin-right: 2.5rem;
}

footer .menu-wrapper ul li a:hover {
  color: #138667;
}

footer .menu-wrapper ul li:last-of-type a {
  margin-right: 0;
}

footer .phone-wrapper a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .phone-wrapper a span {
  display: block;
  font-family: "alverata", serif;
  color: #138667;
  font-size: 2.4rem;
}

footer .phone-wrapper a span:last-of-type {
  color: black;
  font-size: 5.4rem;
  line-height: 1;
}

footer a.button {
  margin: 0 4rem !important;
}

footer a ~ span {
  margin: 0 2rem;
}

footer a:not(.button) {
  color: black;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

footer a:not(.button):hover {
  color: #138667;
}

footer p {
  font-size: 1.8rem;
  font-weight: 600;
}

footer p a:not(.button) {
  color: #138667;
}

@media (max-width: 1440px) {
  footer div.row:last-of-type .col-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  footer div.row:last-of-type .col-12 > div:first-of-type {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .phone-wrapper a span:last-of-type {
    font-size: 4rem;
  }
}

@media (max-width: 1200px) {
  footer a.button {
    margin: 2rem 0 !important;
  }
  footer .phone-wrapper {
    margin-top: 2rem;
  }
  footer div.row:first-of-type .col-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer div.row:last-of-type .col-12 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer div.row:last-of-type .col-12 > div:first-of-type {
    width: 100%;
    -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;
    margin-bottom: 2rem;
  }
}

@media (max-width: 992px) {
  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 1rem 0 1rem;
  }
  footer .menu-wrapper ul li a {
    margin: 0;
  }
}

@media (max-width: 576px) {
  footer p {
    font-size: 1.6rem;
  }
  footer a:not(.button) {
    font-size: 1.6rem;
  }
  footer a ~ span {
    margin: 0 0.5rem;
  }
  footer div.row {
    padding: 2rem 0;
  }
  footer .menu-wrapper ul li a {
    font-size: 1.6rem;
  }
  footer .phone-wrapper a span {
    font-size: 1.8rem;
  }
  footer .phone-wrapper a span:last-of-type {
    font-size: 2.4rem;
  }
}

*,
*::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;
}

.primary-component {
  width: 36rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.primary-component .image-wrapper {
  height: 23rem;
}

.primary-component .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.primary-component .text-wrapper {
  background-color: white;
  padding: 1.6rem;
  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-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.primary-component .text-wrapper p {
  font-weight: 500;
}

.primary-component .text-wrapper p.price {
  color: #138667;
  font-size: 3.6rem;
}

.primary-component .text-wrapper p.name {
  font-size: 2.2rem;
  margin: 1.6rem 0;
}

.primary-component .text-wrapper p.excerpt {
  color: #616060;
  font-size: 1.4rem;
}

.primary-component .text-wrapper a,
.primary-component .text-wrapper button {
  width: 100%;
  margin-top: 1.6rem;
}

@media (max-width: 576px) {
  .primary-component .image-wrapper {
    height: 20rem;
  }
  .primary-component .text-wrapper p.price {
    color: #138667;
    font-size: 2.4rem;
  }
  .primary-component .text-wrapper p.name {
    font-size: 1.8rem;
  }
}

section.header-section {
  padding-top: calc(16rem + 8rem);
  background: #f6f6f6 url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/img/header-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}

@media (max-width: 576px) {
  section.header-section {
    padding-top: calc(10rem + 4.8rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.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: #c4c4c4;
  text-decoration: none;
  color: black;
  font-size: 2rem;
  width: 6rem;
  height: 6rem;
  font-weight: 500;
  border: 2px solid transparent;
  -webkit-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: #138667;
}

.pagination ul li span {
  border-color: #138667;
}

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

.pagination ul li .prev:before,
.pagination ul li .next:before {
  content: '';
  width: 3.1rem;
  height: 1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/svg/white-right-arrow.svg);
}

@media (max-width: 768px) {
  .pagination ul li .prev:before,
  .pagination ul li .next:before {
    width: 2.5rem;
  }
}

.pagination ul li .prev.next,
.pagination ul li .next.next {
  background-color: #138667;
}

.pagination ul li .prev.prev:before,
.pagination ul li .next.prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

section.all-specializations {
  position: relative;
}

section.all-specializations .container {
  position: relative;
  z-index: 2;
}

section.all-specializations:before {
  content: '';
  position: absolute;
  background: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/img/lines.png);
  width: 100%;
  height: 100%;
  bottom: -60%;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
}

section.all-specializations .specializations-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: unset;
}

section.all-specializations .specializations-wrapper .single-specialization {
  height: 47rem;
}

section.all-specializations .specializations-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.all-specializations .specializations-wrapper .box-wrapper {
  width: 50%;
  padding: 2rem;
  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;
}

section.all-specializations .specializations-wrapper .box-wrapper h2 {
  font-weight: 300;
}

section.all-specializations .specializations-wrapper .box-wrapper h2 span {
  color: #138667;
  font-weight: inherit;
}

section.all-specializations .specializations-wrapper .box-wrapper a {
  margin-top: 2rem;
}

@media (max-width: 1200px) {
  section.all-specializations .specializations-wrapper > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.all-specializations .specializations-wrapper .single-specialization {
    height: 45rem;
  }
  section.all-specializations .specializations-wrapper .box-wrapper {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 576px) {
  section.all-specializations .specializations-wrapper .single-specialization {
    height: 35rem;
  }
}

section.specialization-description .image-wrapper img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

section.specialization-description .text-wrapper {
  padding: 4rem;
  position: relative;
}

section.specialization-description .text-wrapper p,
section.specialization-description .text-wrapper h3 {
  position: relative;
  z-index: 2;
}

section.specialization-description .text-wrapper p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #616060;
  margin-top: 2rem;
  text-align: justify;
}

section.specialization-description .text-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 150%;
  border: 2px solid #eaeaea;
}

section.specialization-description .text-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: -3rem;
  height: calc(100% + 3rem);
  width: 150%;
  background: #ffffff;
  -webkit-box-shadow: 0px 36px 38px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 36px 38px rgba(0, 0, 0, 0.11);
  z-index: -1;
}

@media (max-width: 992px) {
  section.specialization-description .image-wrapper {
    margin-bottom: 4rem;
  }
}

@media (max-width: 576px) {
  section.specialization-description .image-wrapper {
    margin-bottom: 2rem;
  }
  section.specialization-description .text-wrapper {
    padding: 2rem;
  }
  section.specialization-description .text-wrapper:after {
    height: calc(100% + 1.6rem);
  }
}

section.available-letters {
  position: relative;
}

section.available-letters:after {
  content: '';
  position: absolute;
  background: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/img/lines.png);
  width: 100%;
  height: 100%;
  bottom: -60%;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
}

section.available-letters .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.available-letters a.button {
  color: black;
}

section.available-letters h2 {
  color: white;
}

section.available-letters:before {
  content: '';
  position: absolute;
  top: 0;
  left: 5%;
  height: 100%;
  width: 100%;
  background-color: #138667;
}

section.available-letters .similar-products-wrapper:before {
  display: none;
}

section.available-letters .similar-products-wrapper .product-wrapper {
  width: 25%;
}

@media (max-width: 1440px) {
  section.available-letters .similar-products-wrapper .product-wrapper {
    width: 33.33%;
  }
}

@media (max-width: 992px) {
  section.available-letters .similar-products-wrapper .product-wrapper {
    width: 50%;
  }
}

@media (max-width: 768px) {
  section.available-letters .similar-products-wrapper .product-wrapper {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  section.available-letters:before {
    left: 0;
  }
}

@media (max-width: 768px) {
  section.available-letters .header-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;
  }
  section.available-letters .header-wrapper h2 {
    margin-bottom: 2rem;
  }
  section.available-letters .similar-products-wrapper {
    margin-top: 2rem;
  }
}

section.other-specializations .header-wrapper {
  margin-bottom: 2rem;
}

section.other-specializations .header-wrapper h2 span {
  color: #138667;
}

body.page-template-o-kancelarii section.header-section {
  background: #f6f6f6 url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/img/o-kancelarii-header-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 0;
}

body.page-template-o-kancelarii section.header-section .row {
  padding-bottom: 0;
}

body.page-template-o-kancelarii section.header-section .image-wrapper img {
  max-width: 100%;
}

body.page-template-o-kancelarii section.header-section .header-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  body.page-template-o-kancelarii section.header-section .image-wrapper {
    margin-top: 4rem;
  }
}

section.about p,
section.about li {
  font-size: 1.8rem;
  font-weight: 500;
  color: #616060;
}

section.about .text-wrapper {
  position: relative;
  padding: 4rem;
  margin-left: 6rem;
}

section.about .text-wrapper h3 {
  margin-bottom: 2rem;
}

section.about .text-wrapper p,
section.about .text-wrapper h3 {
  position: relative;
  z-index: 2;
}

section.about .text-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 150%;
  border: 2px solid #eaeaea;
}

section.about .text-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: -3rem;
  height: calc(100% + 3rem);
  width: 150%;
  background: #ffffff;
  -webkit-box-shadow: 0px 36px 38px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 36px 38px rgba(0, 0, 0, 0.11);
  z-index: -1;
}

section.about .col-xl-7 {
  position: relative;
}

section.about .col-xl-7:after {
  content: '';
  position: absolute;
  bottom: 10%;
  left: 20%;
  height: 50%;
  width: 150%;
  background: #138667;
  z-index: -2;
}

@media (max-width: 1200px) {
  section.about .col-xl-7:after {
    bottom: -12%;
  }
}

@media (max-width: 992px) {
  section.about .text-wrapper {
    margin-left: 0;
    margin-top: 4rem;
  }
}

@media (max-width: 576px) {
  section.about p,
  section.about li {
    font-size: 1.6rem;
  }
  section.about .text-wrapper {
    padding: 2rem;
  }
  section.about .text-wrapper:after {
    height: calc(100% + 1.6rem);
  }
}

ul.check {
  padding: 2rem 0;
}

ul.check li {
  position: relative;
  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;
  padding-bottom: 2rem;
}

ul.check li:before {
  margin-right: 1.8rem;
  content: '';
  min-width: 1.9rem;
  min-height: 1.3rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/svg/check.svg);
}

ul.check li:last-of-type {
  padding-bottom: 0;
}

section.team {
  position: relative;
}

section.team:before {
  content: '';
  position: absolute;
  background: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/img/lines.png);
  width: 100%;
  height: 100%;
  top: -10%;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
}

section.team .team-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}

section.team .team-wrapper .member-wrapper {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  padding-bottom: 3.2rem;
  width: 50%;
}

@media (max-width: 992px) {
  section.team .team-wrapper .member-wrapper {
    width: 100%;
  }
}

section.team .team-wrapper .member-wrapper .member-wrapper-inner {
  background: #ffffff;
  -webkit-box-shadow: 0px 36px 38px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 36px 38px rgba(0, 0, 0, 0.11);
  padding: 3rem;
  height: 100%;
}

section.team .team-wrapper .member-wrapper .member-wrapper-inner .info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

section.team .team-wrapper .member-wrapper .member-wrapper-inner .info-wrapper img {
  max-width: 16rem;
  -o-object-fit: contain;
     object-fit: contain;
  padding-right: 2rem;
}

section.team .team-wrapper .member-wrapper .member-wrapper-inner .info-wrapper div p {
  color: #138667;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "alverata", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.team .team-wrapper .member-wrapper .member-wrapper-inner .info-wrapper div p span {
  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.team .team-wrapper .member-wrapper .member-wrapper-inner .info-wrapper div p span.dot:after {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: black;
  margin: 0 0.5rem;
}

section.team .team-wrapper .member-wrapper .member-wrapper-inner .text-wrapper p {
  font-size: 1.4rem;
  color: #616060;
}

@media (max-width: 992px) {
  section.team:before {
    top: 0;
  }
}

@media (max-width: 576px) {
  section.team .team-wrapper .member-wrapper .member-wrapper-inner {
    padding: 1.5rem;
  }
  section.team .team-wrapper .member-wrapper .member-wrapper-inner .info-wrapper img {
    max-width: 12rem;
  }
  section.team .team-wrapper .member-wrapper .member-wrapper-inner .info-wrapper div p {
    font-size: 1.6rem;
  }
}

section.questions {
  padding-bottom: 0;
  padding-top: 0;
}

section.questions .row {
  padding-bottom: 0;
}

section.questions .header-wrapper {
  height: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.questions .header-wrapper h2 {
  margin-bottom: 4rem;
}

section.questions .header-wrapper h2 span {
  color: #138667;
}

section.questions .image-wrapper {
  position: relative;
}

section.questions .image-wrapper:before {
  position: absolute;
  content: '';
  background-color: #138667;
  width: 160%;
  height: 65%;
  bottom: 0;
  right: -80%;
  z-index: -1;
}

@media (max-width: 768px) {
  section.questions .image-wrapper {
    margin-top: 4rem;
  }
  section.questions .image-wrapper img {
    max-width: 100%;
  }
}

section.filter-section h3 {
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}

section.filter-section .col-xl-11 {
  position: relative;
}

section.filter-section .col-xl-11:after {
  content: '';
  position: absolute;
  bottom: 10%;
  left: 20%;
  height: 20%;
  width: 150%;
  background: #138667;
  z-index: -2;
}

.filter-search-wrapper {
  position: relative;
  padding: 4rem;
}

.filter-search-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 150%;
  border: 2px solid #eaeaea;
}

.filter-search-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: -3rem;
  height: calc(100% + 3rem);
  width: 150%;
  background: #ffffff;
  -webkit-box-shadow: 0px 36px 38px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 36px 38px rgba(0, 0, 0, 0.11);
  z-index: -1;
}

@media (max-width: 576px) {
  .filter-search-wrapper {
    padding: 2rem;
  }
  .filter-search-wrapper:after {
    height: calc(100% + 1.6rem);
  }
}

.filter-wrapper a.button {
  font-weight: 600;
  border: 2px solid #eaeaea;
  color: #858585;
  margin: 0 1rem 1rem 0;
  padding: 1rem 1.6rem;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  position: relative;
  z-index: 2;
}

.filter-wrapper a.button:hover {
  background-color: #138667;
  color: white;
  border-color: #138667;
}

.filter-wrapper a.button.chosen {
  background-color: #138667;
  color: white;
  border-color: #138667;
}

@media (max-width: 576px) {
  .filter-wrapper a.button {
    font-size: 1.4rem;
    padding: 0.8rem 1.2rem !important;
  }
}

.search-wrapper {
  margin-top: 2rem;
}

.search-wrapper p {
  position: relative;
  z-index: 2;
  font-size: 1.8rem;
  font-family: "alverata", serif;
}

.search-wrapper form {
  position: relative;
  z-index: 2;
  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;
}

.search-wrapper form label {
  position: absolute;
  font-size: 1.4rem;
  color: #858585;
  top: 33px;
  left: 40px;
  background-color: white;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  padding: 0 5px;
}

.search-wrapper form input#search {
  width: 100%;
  font-size: 1.4rem;
  color: #858585;
  border: 2px solid #eaeaea;
  padding: 1.6rem;
  padding-left: 3.6rem;
  margin: 1.6rem 0;
  background-image: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/svg/loop.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
}

.search-wrapper form input.button {
  border: none;
}

section.all-posts {
  position: relative;
}

section.all-posts:before {
  content: '';
  position: absolute;
  background: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/img/lines.png);
  width: 100%;
  height: 100%;
  top: 20%;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
}

section.all-posts article {
  margin-bottom: 3.2rem;
}

section.post-intro .col-xl-7 {
  position: relative;
}

section.post-intro .col-xl-7:after {
  content: '';
  position: absolute;
  bottom: -25%;
  left: 20%;
  height: 50%;
  width: 150%;
  background: #138667;
  z-index: -2;
}

@media (max-width: 576px) {
  section.post-intro .col-xl-7:after {
    bottom: -20%;
  }
}

section.post-intro .text-wrapper p.date {
  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;
}

section.post-intro .text-wrapper p.date:before {
  content: '';
  background-image: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/svg/green-calendar.svg);
  width: 1.7rem;
  height: 1.7rem;
  background-size: contain;
  background-position: center;
  margin-right: 1rem;
}

.formatted-content {
  line-height: 1.5;
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
  color: #616060;
  text-align: justify;
}

.formatted-content strong {
  font-weight: bold;
}

.formatted-content em {
  font-style: italic;
}

.formatted-content a {
  color: black;
  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 + (65 - 35) * ((100vw - 320px) / (1920 - 320)));
}

.formatted-content h2 {
  font-size: calc(28px + (55 - 28) * ((100vw - 320px) / (1920 - 320)));
}

.formatted-content h3 {
  font-size: calc(25px + (48 - 25) * ((100vw - 320px) / (1920 - 320)));
}

.formatted-content h4 {
  font-size: calc(20px + (38 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.formatted-content h5 {
  font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1920 - 320)));
}

.formatted-content h6 {
  font-size: calc(15px + (22 - 15) * ((100vw - 320px) / (1920 - 320)));
}

section.need-help {
  position: relative;
}

section.need-help:before {
  content: '';
  position: absolute;
  background: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/img/wpis-lines.png);
  width: 100%;
  height: 100%;
  top: -25%;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
}

section.need-help h3 {
  font-weight: 500;
}

section.need-help .header-wrapper {
  margin-bottom: 4rem;
}

section.need-help .header-wrapper h2 {
  font-weight: 300;
}

section.need-help .header-wrapper h2 span {
  color: #138667;
}

section.need-help .box-wrapper {
  background-color: #138667;
  padding: 4rem;
  position: relative;
  margin-top: 6rem;
}

section.need-help .box-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  right: -50%;
  height: 100%;
  width: 50%;
  background-color: #138667;
}

section.need-help .box-wrapper h2 {
  color: white;
}

section.need-help .box-wrapper p {
  color: #7cd9c0;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 1rem;
}

section.need-help .phone-wrapper {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.need-help .phone-wrapper img {
  width: 6rem;
  height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 2rem;
}

section.need-help .phone-wrapper a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.need-help .phone-wrapper a span {
  display: block;
  font-family: "alverata", serif;
  color: black;
  font-size: 2.4rem;
}

section.need-help .phone-wrapper a span:last-of-type {
  color: white;
  font-size: 6.4rem;
  line-height: 1;
}

section.need-help .recommended-products-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}

section.need-help .recommended-products-wrapper .product-wrapper {
  width: calc((100% - 3.2rem) / 2);
}

section.need-help .recommended-products-wrapper .product-wrapper .primary-component {
  width: unset;
}

@media (max-width: 768px) {
  section.need-help .header-wrapper {
    margin-bottom: 2rem;
  }
  section.need-help .recommended-products-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.need-help .recommended-products-wrapper .product-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }
  section.need-help .box-wrapper {
    margin-top: 2rem;
    padding: 2rem;
  }
  section.need-help .box-wrapper p {
    font-size: 1.8rem;
  }
  section.need-help .phone-wrapper {
    margin-top: 2rem;
  }
  section.need-help .phone-wrapper img {
    width: 3rem;
    height: 3rem;
  }
  section.need-help .phone-wrapper a span {
    font-size: 1.6rem;
  }
  section.need-help .phone-wrapper a span:last-of-type {
    font-size: 2.4rem;
  }
}

section.why .box-wrapper {
  -webkit-box-shadow: 0px 36px 38px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 36px 38px rgba(0, 0, 0, 0.11);
  padding: 2rem;
  margin-bottom: 2rem;
  background-color: white;
}

section.why .box-wrapper .text-wrapper {
  border: 2px solid #eaeaea;
  padding: 2rem;
}

section.why .box-wrapper .text-wrapper .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem 0;
}

section.why .box-wrapper .text-wrapper p:first-of-type {
  font-family: "alverata", serif;
  color: #138667;
  font-size: 2.8rem;
  margin-bottom: 2rem;
}

section.why .box-wrapper .text-wrapper p:last-of-type {
  font-size: 1.4rem;
  font-weight: 500;
  color: #858585;
}

body.page-template-konsultacje section.questions {
  position: relative;
}

body.page-template-konsultacje section.questions:before {
  content: '';
  position: absolute;
  background: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/img/konsultacje-lines.png);
  width: 100%;
  height: 150%;
  top: -50%;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
}

section.contact-section .text-wrapper ul {
  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;
  padding: 4rem 0;
}

section.contact-section .text-wrapper p,
section.contact-section .text-wrapper li {
  font-size: 2.2rem;
  font-weight: 600;
}

section.contact-section .text-wrapper p a,
section.contact-section .text-wrapper p span,
section.contact-section .text-wrapper li a,
section.contact-section .text-wrapper li span {
  color: #138667;
  text-decoration: none;
}

section.contact-section .text-wrapper > p:last-of-type {
  color: #6c6c6c;
}

@media (max-width: 1200px) {
  section.contact-section .col-xl-1 {
    display: none;
  }
}

@media (max-width: 992px) {
  section.contact-section .form-wrapper {
    margin-top: 4rem;
  }
}

@media (max-width: 576px) {
  section.contact-section .text-wrapper p,
  section.contact-section .text-wrapper li {
    font-size: 1.6rem;
  }
}

.form-wrapper {
  position: relative;
  padding: 3rem;
  -webkit-box-shadow: 0px 36px 38px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 36px 38px rgba(0, 0, 0, 0.11);
  z-index: 1;
  background-color: white;
}

.form-wrapper .wrapper-inner {
  border: 2px solid #eaeaea;
  padding: 3rem;
  background-color: white;
}

.form-wrapper form {
  margin-top: 2rem;
}

.form-wrapper .input-wrapper {
  padding-bottom: 2rem;
}

.form-wrapper .input-wrapper input,
.form-wrapper .input-wrapper textarea {
  border: none;
  border-bottom: 2px solid black;
  width: 100%;
  color: #616060;
  font-size: 1.8rem;
  padding: 1.6rem;
}

.form-wrapper .button {
  border: none;
}

.form-wrapper:after {
  content: '';
  position: absolute;
  bottom: 25%;
  height: 50%;
  width: 50%;
  right: -50%;
  background: #138667;
  z-index: -2;
}

.form-wrapper .acceptance-wrapper {
  margin: 2rem 0;
}

.form-wrapper .acceptance-wrapper span.wpcf7-list-item {
  margin-left: 0;
}

.form-wrapper .acceptance-wrapper span.wpcf7-list-item-label {
  color: #9b938e;
  font-size: 1.4rem;
}

.form-wrapper .acceptance-wrapper span.wpcf7-list-item-label a {
  color: inherit;
  text-decoration: underline;
}

.form-wrapper .acceptance-wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-wrapper .acceptance-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 .acceptance-wrapper input:after {
  background-color: transparent;
  width: 50%;
  height: 50%;
  content: '';
}

.form-wrapper .acceptance-wrapper input:checked:after {
  background-color: #138667;
}

@media (max-width: 576px) {
  .form-wrapper {
    padding: 1.5rem;
  }
  .form-wrapper .wrapper-inner {
    padding: 1.5rem;
  }
  .form-wrapper .input-wrapper {
    padding-bottom: 1rem;
  }
  .form-wrapper .input-wrapper input,
  .form-wrapper .input-wrapper textarea {
    font-size: 1.4rem;
  }
}

section.all-products-section {
  position: relative;
  padding-bottom: 12rem;
}

section.all-products-section:before {
  content: '';
  position: absolute;
  background: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/img/lines.png);
  width: 100%;
  height: 100%;
  bottom: -60%;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
}

section.all-products-section .col-xl-7 {
  padding-left: 5rem;
}

section.all-products-section .all-products {
  margin-top: 2rem;
}

section.all-products-section .filter-search-wrapper .filter-wrapper {
  margin-top: 2rem;
}

section.all-products-section .filter-search-wrapper .filter-wrapper .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.all-products-section .filter-search-wrapper .filter-wrapper .buttons-wrapper a.button {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

section.all-products-section .filter-search-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: unset;
  right: 0;
  height: 100%;
  width: 150%;
  border: 2px solid #eaeaea;
}

section.all-products-section .filter-search-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: unset;
  right: -3rem;
  height: calc(100% + 3rem);
  width: 150%;
  background: #ffffff;
  -webkit-box-shadow: 0px 36px 38px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 36px 38px rgba(0, 0, 0, 0.11);
  z-index: -1;
}

@media (max-width: 992px) {
  section.all-products-section .filter-search-wrapper {
    margin-bottom: 6rem;
  }
  section.all-products-section .col-xl-7 {
    padding-left: 1.5rem;
  }
}

@media (max-width: 576px) {
  section.all-products-section .filter-search-wrapper:after {
    height: calc(100% + 1.6rem);
  }
}

.single-product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 2rem;
}

.single-product-wrapper .image-wrapper {
  width: 50%;
}

.single-product-wrapper .image-wrapper img {
  max-width: 36rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.single-product-wrapper .text-wrapper {
  width: 50%;
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
}

.single-product-wrapper .text-wrapper p.name {
  font-size: 2.2rem;
  font-weight: 500;
  padding: 1rem 0;
}

.single-product-wrapper .text-wrapper p.desc {
  font-size: 1.4rem;
  font-weight: 500;
  color: #616060;
}

.single-product-wrapper .text-wrapper p.category span {
  background-color: #138667;
  font-size: 1.4rem;
  color: white;
  padding: 0.9rem 1.8rem;
  display: inline-block;
  margin-top: 1rem;
  margin-right: 1rem;
}

.single-product-wrapper .overlay-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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: rgba(209, 209, 209, 0.82);
  opacity: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.single-product-wrapper:hover .overlay-wrapper {
  opacity: 1;
}

@media (max-width: 1200px) {
  .single-product-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-product-wrapper .image-wrapper {
    width: 100%;
  }
  .single-product-wrapper .image-wrapper img {
    max-width: unset;
  }
  .single-product-wrapper .text-wrapper {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .single-product-wrapper .image-wrapper {
    height: 35rem;
  }
}

@media (max-width: 576px) {
  .single-product-wrapper .image-wrapper {
    height: 25rem;
  }
}

.rendered-price-wrapper .current-price {
  font-size: 3.5rem;
  font-weight: 500;
  color: #138667;
}

.rendered-price-wrapper .regular-price {
  text-decoration: line-through;
}

@media (max-width: 576px) {
  .rendered-price-wrapper .current-price {
    font-size: 2.4rem;
  }
}

section.next-steps {
  background: #138667 url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/img/sklep-next-steps-bg.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
}

section.next-steps h2 {
  color: white;
  font-weight: 300;
  margin-bottom: 2rem;
}

section.next-steps .box-wrapper {
  padding: 2rem;
  border: 2px solid #31a385;
  height: 100%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

section.next-steps .box-wrapper h3 {
  color: white;
}

section.next-steps .box-wrapper p {
  color: rgba(255, 255, 255, 0.7);
  text-align: justify;
  margin: 2rem 0;
  font-size: 1.4rem;
}

@media (max-width: 1200px) {
  section.next-steps .col-lg-6 {
    margin-bottom: 3rem;
  }
}

@media (max-width: 992px) {
  section.next-steps .col-lg-6 {
    margin-bottom: 2rem;
  }
}

section.post-intro .text-wrapper .rendered-price-wrapper {
  margin: 2rem 0;
}

section.product-description-section {
  position: relative;
}

section.product-description-section:before {
  content: '';
  position: absolute;
  background: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/img/lines.png);
  width: 100%;
  height: 100%;
  top: 10%;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
}

section.product-description-section .header-wrapper h2 {
  font-weight: 300;
}

section.product-description-section .header-wrapper h2 span {
  font-weight: 300;
  color: #138667;
}

section.product-description-section p,
section.product-description-section li {
  font-size: 2.2rem;
  font-weight: 500;
}

section.product-description-section .text-wrapper li:before {
  min-width: 3rem;
  min-height: 2rem;
}

section.product-description-section .box-wrapper {
  border: 2px solid #d8d8d8;
  background-color: white;
  padding: 6rem;
}

section.product-description-section .box-wrapper p {
  margin-top: 2rem;
}

section.product-description-section .box-wrapper p a {
  text-decoration: none;
  color: #138667;
}

section.product-description-section .desc-wrapper {
  margin-top: 4rem;
}

section.product-description-section .desc-wrapper h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

section.product-description-section .desc-wrapper h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

section.product-description-section .desc-wrapper h3 {
  font-size: 1.33em;
  display: block;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

section.product-description-section .desc-wrapper h4 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

section.product-description-section .desc-wrapper h5 {
  display: block;
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

section.product-description-section .desc-wrapper h6 {
  display: block;
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

section.product-description-section .desc-wrapper ul {
  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: start;
  list-style: inside;
  list-style-type: disc;
  margin: 1.5rem 0 1.5rem 2rem;
}

section.product-description-section .desc-wrapper ul li {
  font-size: 2rem;
  font-weight: 600;
}

section.product-description-section .desc-wrapper a {
  text-decoration: underline;
  font-style: italic;
}

section.product-description-section .desc-wrapper a:link {
  color: #191716;
}

section.product-description-section .desc-wrapper a:visited {
  color: #353535;
}

section.product-description-section .desc-wrapper a:hover {
  font-weight: 700;
}

section.product-description-section .desc-wrapper ol {
  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: start;
  list-style: inside;
  list-style-type: decimal;
  margin: 1.5rem 0 1.5rem 2rem;
}

section.product-description-section .desc-wrapper ol li {
  font-size: 2rem;
  font-weight: 600;
}

section.product-description-section .desc-wrapper em {
  font-style: italic;
}

section.product-description-section .desc-wrapper strong {
  font-weight: 700;
}

section.product-description-section .desc-wrapper p {
  margin: 2rem 0 2rem 0;
}

@media (max-width: 1200px) {
  section.product-description-section .row:nth-of-type(2) .col-xl-1 {
    display: none;
  }
}

@media (max-width: 992px) {
  section.product-description-section .box-wrapper {
    margin-top: 2rem;
  }
  section.product-description-section .desc-wrapper {
    margin-top: 2rem;
  }
}

@media (max-width: 576px) {
  section.product-description-section .box-wrapper {
    padding: 2rem;
  }
  section.product-description-section p,
  section.product-description-section li {
    font-size: 1.6rem;
  }
}

section.linked-posts .header-wrapper h2 {
  font-weight: 300;
}

section.linked-posts .header-wrapper h2 span {
  font-weight: 300;
  color: #138667;
}

section.linked-posts .articles-wrapper {
  padding-left: 4rem;
}

section.linked-posts .articles-wrapper article {
  border-bottom: 2px solid #eaeaea;
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.linked-posts .articles-wrapper article .text-wrapper p.date {
  font-size: 2rem;
  color: #707070;
  font-weight: 500;
  margin-top: 2rem;
}

section.linked-posts .articles-wrapper article .text-wrapper h4 a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

section.linked-posts .articles-wrapper article .text-wrapper h4 a:hover {
  color: #138667;
}

section.linked-posts .articles-wrapper article .image-wrapper {
  min-width: 16.5rem;
  width: 16.5rem;
  margin-left: 2rem;
  height: 13.4rem;
}

section.linked-posts .articles-wrapper article .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.similar-products-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  margin-top: 5rem;
  position: relative;
}

.similar-products-wrapper:before {
  height: calc(100% + 6rem - 3.2rem);
  top: -3rem;
  left: -1.4rem;
  width: 150%;
  content: '';
  position: absolute;
  background-color: #138667;
  background-image: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/img/letters-slider.png);
  background-size: cover;
  z-index: -1;
}

.similar-products-wrapper .product-wrapper {
  width: 33%;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  padding-bottom: 3.2rem;
}

.similar-products-wrapper .product-wrapper .primary-component {
  width: unset;
  height: 100%;
}

@media (max-width: 992px) {
  .similar-products-wrapper .product-wrapper {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .similar-products-wrapper .product-wrapper {
    width: 100%;
  }
}

section.home-header-section {
  padding-top: calc(16rem + 8rem);
  padding-bottom: 0;
  background: #f6f6f6 url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/img/home-header-bg.png);
  min-height: 100vh;
}

section.home-header-section .container,
section.home-header-section .row,
section.home-header-section .col {
  height: 100%;
}

section.home-header-section .row {
  padding-bottom: 0;
}

section.home-header-section .col-xl-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.home-header-section .header-wrapper {
  height: 100%;
  min-height: calc(100vh - 24rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.home-header-section .header-wrapper h1 {
  font-size: calc(36px + (42 - 36) * ((100vw - 320px) / (1920 - 320)));
}

section.home-header-section .header-wrapper p {
  font-size: 2.5rem;
  color: #858585;
  margin: 3rem 0;
}

section.home-header-section .header-wrapper img {
  max-width: 100%;
}

section.home-header-section .header-wrapper a {
  width: 7rem;
  height: 20vh;
  background-color: #b5b5b5;
  display: block;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 2rem;
}

section.home-header-section .header-wrapper a:after {
  margin-top: 2rem;
  content: '';
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 4rem;
  height: 1.2rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/svg/gray-right-arrow.svg);
}

section.home-header-section .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  width: 100%;
  max-height: calc(100vh - 24rem);
}

section.home-header-section .image-wrapper img {
  width: auto;
  max-height: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 992px) {
  section.home-header-section .image-wrapper {
    display: none;
  }
}

@media (max-width: 576px) {
  section.home-header-section {
    min-height: calc(100vh - 10rem);
    padding-top: calc(10rem + 4.8rem);
    height: unset;
  }
  section.home-header-section .header-wrapper p {
    font-size: 1.8rem;
  }
  section.home-header-section .header-wrapper a {
    width: 5rem;
    height: 11rem;
    background-color: #b5b5b5;
    display: block;
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 2rem;
  }
  section.home-header-section .header-wrapper a:after {
    margin-top: 2rem;
    content: '';
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 3rem;
    height: 1.2rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/svg/gray-right-arrow.svg);
  }
}

.specializations-wrapper {
  height: 47rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 4;
}

.specializations-wrapper .single-specialization {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  mix-blend-mode: overlay;
  z-index: 3;
  background-position: center;
  -webkit-transition: all 550ms ease;
  transition: all 550ms ease;
}

.specializations-wrapper .single-specialization .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 550ms ease;
  transition: all 550ms ease;
}

.specializations-wrapper .single-specialization .text-wrapper {
  padding: 3rem;
  z-index: 2;
}

.specializations-wrapper .single-specialization .text-wrapper p {
  color: white;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.specializations-wrapper .single-specialization .text-wrapper img {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.specializations-wrapper .single-specialization.green-box {
  background-color: #138667;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.specializations-wrapper .single-specialization.green-box .text-wrapper {
  background-color: #138667;
}

.specializations-wrapper .single-specialization.green-box .overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 134, 103, 0.3)), color-stop(69.79%, #138667));
  background: linear-gradient(180deg, rgba(19, 134, 103, 0.3) 0%, #138667 69.79%);
}

.specializations-wrapper .single-specialization.gray-box {
  background-color: #b2b2b2;
}

.specializations-wrapper .single-specialization.gray-box .text-wrapper {
  background-color: #b2b2b2;
}

.specializations-wrapper .single-specialization.gray-box .overlay {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30.35%, #b4b4b4), to(rgba(196, 196, 196, 0)));
  background: linear-gradient(180deg, #b4b4b4 30.35%, rgba(196, 196, 196, 0) 100%);
}

.specializations-wrapper .single-specialization.green-box-1 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  background-color: #063327;
}

.specializations-wrapper .single-specialization.green-box-1 .text-wrapper {
  background-color: #063327;
}

.specializations-wrapper .single-specialization.green-box-1 .overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 51, 39, 0.3)), color-stop(69.83%, #063327));
  background: linear-gradient(180deg, rgba(6, 51, 39, 0.3) 0%, #063327 69.83%);
}

.specializations-wrapper .single-specialization.gray-box-1 {
  background-color: #c4c4c4;
}

.specializations-wrapper .single-specialization.gray-box-1 .text-wrapper {
  background-color: #c4c4c4;
}

.specializations-wrapper .single-specialization.gray-box-1 .overlay {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25.35%, #c4c4c4), to(rgba(196, 196, 196, 0.7)));
  background: linear-gradient(180deg, #c4c4c4 25.35%, rgba(196, 196, 196, 0.7) 100%);
}

.specializations-wrapper .single-specialization:hover .text-wrapper img {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.specializations-wrapper .single-specialization:hover .overlay {
  opacity: 0;
}

@media (max-width: 1200px) {
  .specializations-wrapper {
    height: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .specializations-wrapper .single-specialization {
    width: 50%;
    height: 45rem;
  }
}

@media (max-width: 768px) {
  .specializations-wrapper .single-specialization {
    width: 100%;
    height: 35rem;
  }
  .specializations-wrapper .single-specialization .text-wrapper {
    padding: 1.5rem;
  }
  .specializations-wrapper .single-specialization .text-wrapper p {
    font-size: 1.8rem;
  }
}

section.letter-patterns {
  position: relative;
}

section.letter-patterns:before {
  content: '';
  position: absolute;
  background: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/img/lines.png);
  width: 100%;
  height: 100%;
  top: -25%;
  left: 0;
  background-repeat: no-repeat;
}

section.letter-patterns .header-wrapper {
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.letter-patterns .header-wrapper p {
  color: #616060;
  font-size: 1.8rem;
  margin-top: 3rem;
}

section.letter-patterns .row:last-of-type {
  padding: 4rem 0;
  position: relative;
}

section.letter-patterns .row:last-of-type:before {
  width: 150%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  background-color: #138667;
  background-image: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/img/letters-slider.png);
}

section.letter-patterns .button-wrapper {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 992px) {
  section.letter-patterns .header-wrapper {
    margin-bottom: 2rem;
  }
}

@media (max-width: 400px) {
  section.letter-patterns .button-wrapper {
    padding-bottom: 6rem;
  }
}

.demo-letter-wrapper {
  padding: 6rem;
  background-image: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/img/demo-letter.png);
}

.demo-letter-wrapper h3 {
  color: white;
  margin-bottom: 2rem;
}

@media (max-width: 576px) {
  .demo-letter-wrapper {
    padding: 2rem;
  }
}

.letters-slider-wrapper .slick-list {
  width: 140%;
}

.letters-slider-wrapper .single-slide {
  padding-right: 2rem;
}

.letters-slider-wrapper .single-slide .primary-component {
  width: unset;
}

.letters-slider-wrapper .slick-slide,
.letters-slider-wrapper > div,
.letters-slider-wrapper .single-slide {
  height: 100%;
}

.letters-slider-wrapper button.slick-arrow {
  top: calc(-7.8rem - 2rem - 1.6rem);
}

.letters-slider-wrapper button.slick-arrow.slick-next {
  left: 10rem;
}

.letters-slider-wrapper button.slick-arrow.slick-prev {
  left: 0;
}

@media (max-width: 576px) {
  .letters-slider-wrapper .slick-list {
    width: 180%;
  }
  .letters-slider-wrapper button.slick-arrow {
    top: -10rem;
  }
  .letters-slider-wrapper button.slick-arrow.slick-next {
    right: unset;
    left: 6rem;
  }
  .letters-slider-wrapper button.slick-arrow.slick-prev {
    left: unset;
    right: unset;
  }
}

section.blog .header-wrapper {
  margin-bottom: 4rem;
}

section.blog .button-wrapper {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

section.blog .button-wrapper a {
  font-size: 2.5rem;
  color: black;
  text-decoration: none;
  font-weight: 500;
  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;
  padding: 0 1rem;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

section.blog .button-wrapper a:after {
  content: '';
  margin-left: 1.8rem;
  width: 3.7rem;
  height: 1.1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/svg/gray-right-arrow.svg);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

section.blog .button-wrapper a:hover {
  padding: 0 0.5rem;
}

section.blog .button-wrapper a:hover:after {
  margin-left: 2.8rem;
}

section.blog .articles-wrapper {
  padding-left: 4rem;
}

section.blog .articles-wrapper article {
  border-bottom: 2px solid #eaeaea;
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.blog .articles-wrapper article .text-wrapper p.date {
  font-size: 2rem;
  color: #707070;
  font-weight: 500;
  margin-top: 2rem;
}

section.blog .articles-wrapper article .text-wrapper h4 a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

section.blog .articles-wrapper article .text-wrapper h4 a:hover {
  color: #138667;
}

section.blog .articles-wrapper article .image-wrapper {
  min-width: 16.5rem;
  width: 16.5rem;
  margin-left: 2rem;
  height: 13.4rem;
}

section.blog .articles-wrapper article .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

section.blog .articles-wrapper article:last-of-type {
  border-bottom: unset;
}

@media (max-width: 992px) {
  section.blog .button-wrapper {
    margin-bottom: 2rem;
    margin-top: 4rem;
  }
  section.blog .button-wrapper a {
    font-size: 1.8rem;
  }
  section.blog .articles-wrapper {
    padding-left: 0;
  }
  section.blog .articles-wrapper article {
    padding: 2rem 0;
  }
  section.blog .articles-wrapper article .text-wrapper p.date {
    font-size: 1.4rem;
  }
}

@media (max-width: 576px) {
  section.blog .articles-wrapper article .image-wrapper {
    min-width: 13.5rem;
    width: 13.5rem;
    margin-left: 2rem;
    height: 10.4rem;
  }
}

article.main-article .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

article.main-article .text-wrapper {
  padding-top: 1rem;
}

article.main-article .text-wrapper span {
  font-size: 1.8rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
}

article.main-article .text-wrapper span.category {
  background-color: #138667;
  color: white;
  padding: 0.9rem 1.8rem;
  margin-right: 1.8rem;
}

article.main-article .text-wrapper span.date {
  color: #707070;
}

article.main-article .text-wrapper h3 {
  margin: 1.5rem 0 2rem 0;
}

article.main-article .text-wrapper h3 a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

article.main-article .text-wrapper h3 a:hover {
  color: #138667;
}

article.main-article .text-wrapper p {
  color: #616060;
  font-weight: 500;
  text-align: justify;
}

@media (max-width: 768px) {
  article.main-article .image-wrapper img {
    height: 30rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  article.main-article .text-wrapper span {
    font-size: 1.4rem;
  }
  article.main-article .text-wrapper span.category {
    background-color: #138667;
    color: white;
    padding: 0.9rem 1.8rem;
    margin-right: 1.8rem;
  }
  article.main-article .text-wrapper p {
    font-size: 1.4rem;
  }
}

@media (max-width: 576px) {
  article.main-article .image-wrapper img {
    height: 25rem;
  }
}

section.recommendations .header-wrapper {
  margin-bottom: 4rem;
}

section.recommendations .row:last-of-type {
  background-color: #138667;
  padding: 4rem 0 8rem 0;
  position: relative;
}

section.recommendations .row:last-of-type:before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background-color: #138667;
}

@media (max-width: 576px) {
  section.recommendations .header-wrapper {
    margin-bottom: 2rem;
  }
}

@media (max-width: 400px) {
  section.recommendations .header-wrapper {
    padding-bottom: 6rem;
  }
}

.recommendations-slider-wrapper .slick-list {
  width: 140% !important;
  margin-left: -40%;
}

.recommendations-slider-wrapper .slick-slide {
  padding: 4rem 4rem 0 0;
}

.recommendations-slider-wrapper .single-slide {
  border: 2px solid #519892;
  padding: 3rem;
  position: relative;
}

.recommendations-slider-wrapper .single-slide p.name {
  font-size: 2.5rem;
  font-family: "alverata", serif;
  color: white;
}

.recommendations-slider-wrapper .single-slide p.date {
  color: #84d1bd;
  margin: 1.6rem 0;
  font-family: "alverata", serif;
  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;
}

.recommendations-slider-wrapper .single-slide p.date:before {
  content: '';
  background-image: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/svg/white-calendar.svg);
  width: 1.7rem;
  height: 1.7rem;
  background-size: contain;
  background-position: center;
  margin-right: 1.6rem;
  background-repeat: no-repeat;
}

.recommendations-slider-wrapper .single-slide p.text {
  color: #84d1bd;
  font-size: 1.4rem;
  font-weight: 500;
}

.recommendations-slider-wrapper .single-slide:after {
  content: '';
  position: absolute;
  background-image: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/svg/quote.svg);
  width: 9rem;
  height: 6rem;
  background-position: center;
  background-size: contain;
  right: 3rem;
  top: -3rem;
}

.recommendations-slider-wrapper button.slick-arrow {
  top: calc(-7.8rem - 4rem - 1.6rem);
}

.recommendations-slider-wrapper button.slick-arrow.slick-next {
  right: 50%;
}

.recommendations-slider-wrapper button.slick-arrow.slick-prev {
  left: calc(50% - 18rem);
}

@media (max-width: 1200px) {
  .recommendations-slider-wrapper button.slick-arrow {
    top: -12rem;
  }
  .recommendations-slider-wrapper button.slick-arrow.slick-next {
    right: 0;
    left: unset;
  }
  .recommendations-slider-wrapper button.slick-arrow.slick-prev {
    left: unset;
    right: 10rem;
  }
}

@media (max-width: 768px) {
  .recommendations-slider-wrapper .slick-slide {
    padding: 2rem 2rem 0 0;
  }
  .recommendations-slider-wrapper .single-slide {
    padding: 2rem;
  }
  .recommendations-slider-wrapper .single-slide p.name {
    font-size: 1.8rem;
  }
  .recommendations-slider-wrapper .single-slide p.date {
    font-size: 1.4rem;
  }
  .recommendations-slider-wrapper .single-slide:after {
    width: 6rem;
    height: 4rem;
    right: 3rem;
    top: -2rem;
  }
}

@media (max-width: 576px) {
  .recommendations-slider-wrapper .slick-list {
    width: 180% !important;
    margin-left: -80%;
  }
  .recommendations-slider-wrapper button.slick-arrow {
    top: -10rem;
  }
  .recommendations-slider-wrapper button.slick-arrow.slick-prev {
    left: unset;
    right: 7rem;
  }
}

button.slick-arrow {
  width: 7.8rem;
  height: 7.8rem;
  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;
  z-index: 10;
}

button.slick-arrow:before {
  display: none;
}

button.slick-arrow:after {
  content: '';
  width: 3.7rem;
  height: 1.2rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../../../../wp-content/themes/kancelaria-adwokacka-theme/assets/svg/white-right-arrow.svg);
}

button.slick-arrow.slick-next {
  background-color: #c4c4c4;
}

button.slick-arrow.slick-prev {
  background-color: #138667;
}

button.slick-arrow.slick-prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 576px) {
  button.slick-arrow {
    width: 4.8rem;
    height: 4.8rem;
  }
  button.slick-arrow:after {
    width: 2.7rem;
  }
}

/*!
 * 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;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-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: #138667;
}

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 3px;
  background-color: #138667;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -9px;
}

.hamburger-inner::after {
  bottom: -9px;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider .hamburger-inner::before {
  top: 9px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 18px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
          transform: translate3d(0, 9px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(-90deg);
          transform: translate3d(0, -18px, 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);
  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%);
  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;
}

.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-message {
  background-color: white;
}

.woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: #138667;
}

.woocommerce-notices-wrapper .woocommerce-message:before {
  color: #138667;
}

.woocommerce-notices-wrapper .woocommerce-message a {
  color: black;
}

.woocommerce-notices-wrapper .woocommerce-message a.button {
  background-color: #138667;
  color: white;
  font-weight: 500;
}

.woocommerce-info {
  background-color: white;
  border-top-color: #138667;
}

.woocommerce-info:before {
  color: #138667;
}

.woocommerce-info a {
  color: black;
}

p.return-to-shop a.button {
  background-color: #138667;
  color: white;
  font-weight: 500;
}

p.return-to-shop a.button:hover {
  background-color: #138667;
  color: white;
}

section.gray-section {
  background: #f6f6f6;
}

input#coupon_code {
  border: none;
  border-bottom: 2px solid black;
  color: #616060;
  width: 20rem;
  padding: 1.6rem;
  margin-right: 2rem;
}

.custom-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-cart .left-col {
  width: 75%;
}

.custom-cart .left-col form {
  padding: 2rem;
  background-color: white;
}

.custom-cart .left-col form table {
  border: none;
}

.custom-cart .left-col form table tbody td.product-thumbnail a img {
  width: 13rem;
  min-width: 13rem;
  height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-cart .left-col form table tbody td.product-name a {
  font-size: 2rem;
  font-weight: 500;
  text-decoration: none;
  color: black;
}

.custom-cart .left-col form table tbody td.product-price,
.custom-cart .left-col form table tbody td.product-subtotal {
  color: #138667;
  font-weight: 600;
  font-size: 2.2rem;
}

.custom-cart .left-col form table tbody td.product-quantity input {
  border: 2px solid #ececec;
  font-weight: 600;
  font-size: 2rem;
  padding: 5px;
}

.custom-cart .left-col form table tbody td.product-remove a {
  width: 4rem;
  height: 4rem;
  background-color: #138667;
  border-radius: 0;
  color: white !important;
  font-weight: 400;
  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;
}

.custom-cart .left-col form table tbody tr.coupon-row input#coupon_code {
  border: none;
  border-bottom: 2px solid black;
  color: #616060;
  width: 20rem;
  padding: 1.6rem;
  margin-right: 2rem;
}

.custom-cart .right-col {
  width: 25%;
  padding: 2rem;
  padding-top: 0;
  min-width: 34rem;
}

.custom-cart .right-col .custom-collaterals {
  background: #ffffff;
  -webkit-box-shadow: 0px 36px 38px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 36px 38px rgba(0, 0, 0, 0.11);
  padding: 2rem;
  width: unset !important;
  float: unset !important;
}

.custom-cart .right-col .custom-collaterals .wrapper-inner {
  padding: 2rem;
  border: 2px solid #eaeaea;
}

.custom-cart .right-col .custom-collaterals p.title {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.custom-cart .right-col .custom-collaterals .subtotal,
.custom-cart .right-col .custom-collaterals .total {
  margin-bottom: 2rem;
}

.custom-cart .right-col .custom-collaterals .subtotal span,
.custom-cart .right-col .custom-collaterals .total span {
  color: #138667;
  font-size: 2.6rem;
  font-weight: 500;
}

.custom-cart .right-col .custom-collaterals .subtotal p,
.custom-cart .right-col .custom-collaterals .total p {
  font-size: 1.8rem;
  font-weight: bold;
}

.custom-cart .right-col .custom-collaterals .coupon {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.custom-cart .right-col .custom-collaterals .coupon span {
  color: #138667;
}

.custom-cart .right-col .custom-collaterals .coupon a {
  color: #858585;
}

.custom-cart .right-col .custom-collaterals a.button {
  font-weight: 500 !important;
  background-color: #138667;
}

@media (max-width: 1200px) {
  .custom-cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .custom-cart .left-col {
    width: 100%;
  }
  .custom-cart .left-col form table tbody td.product-thumbnail a img {
    width: 10rem;
    min-width: 10rem;
    height: 8rem;
  }
  .custom-cart .left-col form table tbody td.product-name a {
    font-size: 1.6rem;
  }
  .custom-cart .left-col form table tbody td.product-price,
  .custom-cart .left-col form table tbody td.product-subtotal {
    font-size: 1.8rem;
  }
  .custom-cart .left-col form table tbody td.product-quantity input {
    font-size: 1.6rem;
  }
  .custom-cart .right-col {
    width: 50%;
    padding: 0;
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .custom-cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .custom-cart .left-col {
    width: 100%;
  }
  .custom-cart .left-col form {
    padding: 1.5rem;
  }
  .custom-cart .left-col form table tbody tr.coupon-row .coupon {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .custom-cart .left-col form table tbody tr.coupon-row .coupon input {
    margin-bottom: 1rem !important;
  }
  .custom-cart .left-col form table tbody tr.coupon-row .coupon button {
    margin-bottom: 1rem;
    min-width: 20rem;
  }
  .custom-cart .right-col {
    width: 100%;
    min-width: unset;
  }
  .custom-cart .right-col .custom-collaterals {
    padding: 1.5rem;
  }
  .custom-cart .right-col .custom-collaterals .wrapper-inner {
    padding: 1.5rem;
  }
  .custom-cart .right-col .custom-collaterals p.title {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
  }
  .custom-cart .right-col .custom-collaterals .subtotal,
  .custom-cart .right-col .custom-collaterals .total {
    margin-bottom: 1.8rem;
  }
  .custom-cart .right-col .custom-collaterals .subtotal span,
  .custom-cart .right-col .custom-collaterals .total span {
    font-size: 2.2rem;
  }
  .custom-cart .right-col .custom-collaterals .subtotal p,
  .custom-cart .right-col .custom-collaterals .total p {
    font-size: 1.6rem;
  }
  .custom-cart .right-col .custom-collaterals .coupon {
    font-size: 1.6rem;
    margin-bottom: 1.8rem;
  }
}

.order-summary {
  background-color: white;
  padding: 2rem;
  -webkit-box-shadow: 0px 36px 38px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 36px 38px rgba(0, 0, 0, 0.11);
}

.order-summary .wrapper-inner {
  padding: 2rem;
  border: 2px solid #eaeaea;
}

.order-summary h3 {
  margin-bottom: 2rem;
}

.order-summary table {
  border: none !important;
}

.order-summary table tr.cart-subtotal {
  display: none;
}

.order-summary table tr.cart-discount a {
  color: #858585;
}

.order-summary table tr.order-total span {
  color: #138667;
  font-size: 2.2rem;
}

.order-summary div#payment {
  border-radius: 0;
}

.order-summary div#payment .woocommerce-privacy-policy-text p a {
  color: black;
}

.order-summary div#payment button#place_order {
  background-color: #138667;
  margin-top: 1rem;
}

@media (max-width: 1200px) {
  .order-summary {
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .order-summary {
    padding: 1.5rem;
  }
  .order-summary form #billing_first_name_field {
    width: 100%;
  }
}

form.woocommerce-form-coupon {
  background-color: white;
  padding: 2rem !important;
  border: 2px solid #eaeaea !important;
  border-radius: 0 !important;
}

form.woocommerce-form-coupon button.button {
  background-color: black !important;
  color: white !important;
}

form.woocommerce-form-coupon p:not(.form-row) {
  margin-bottom: 2rem;
}

form.woocommerce-form-coupon .form-row {
  width: unset;
}

form.woocommerce-form-coupon .form-row-last {
  float: unset;
}

#customer_details {
  background-color: white;
  padding: 2rem;
}

#customer_details h3 {
  margin-bottom: 2rem;
}

#customer_details label {
  color: #616060;
  font-size: 1.4rem;
}

#customer_details input,
#customer_details textarea {
  border: none;
  border-bottom: 2px solid black;
  color: #616060;
  padding: 1.6rem;
}

#customer_details .woocommerce-additional-fields {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  #customer_details {
    padding: 1.5rem;
  }
  #customer_details #billing_first_name_field,
  #customer_details #billing_last_name_field {
    width: 100%;
  }
}

body.woocommerce-checkout section.available-letters {
  display: none;
}

body.woocommerce-cart section.available-letters:after {
  display: none;
}

ul.woocommerce-order-overview {
  margin: 2rem 0 0 0 !important;
  background-color: white;
  padding: 2rem;
  padding-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 36px 38px black;
          box-shadow: 0px 36px 38px black;
}

ul.woocommerce-order-overview li {
  border-right: 0 !important;
  padding-bottom: 2rem !important;
  display: inline-block;
  margin-right: 0 !important;
  padding-right: 0 !important;
  font-size: 14px !important;
}

ul.woocommerce-order-overview li strong {
  font-weight: 500;
}

section.woocommerce-order-downloads,
section.woocommerce-order-details {
  margin-bottom: 0;
  padding-bottom: 0;
}

section.woocommerce-order-downloads table.woocommerce-table,
section.woocommerce-order-details table.woocommerce-table {
  background: white;
  border-radius: 0;
  padding: 2rem;
  margin-top: 2rem;
}

section.woocommerce-order-downloads table.woocommerce-table td a,
section.woocommerce-order-details table.woocommerce-table td a {
  color: black;
  font-weight: 500;
}

section.woocommerce-customer-details {
  display: none;
}
/*# sourceMappingURL=style.css.map */