@charset "UTF-8";
/*

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

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

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  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] {
  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 */
  /* 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 {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  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%;
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 6.25vw;
}

@media (max-width: 1280px) {
  .container-fluid {
    padding-left: 0;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-1 {
    margin-left: 8.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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }

  .d-sm-inline-flex {
    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: flex !important;
  }

  .d-md-inline-flex {
    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: flex !important;
  }

  .d-lg-inline-flex {
    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: flex !important;
  }

  .d-xl-inline-flex {
    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: flex !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

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

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

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

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

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

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

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

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-md-around {
    justify-content: space-around !important;
  }

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

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

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

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

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

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

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

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

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

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

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

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

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

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

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

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

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

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

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

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

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

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

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

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/*
COLORS
*/
/*
FONTS
*/
@font-face {
  font-family: "Nippo-Variable";
  src: url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Nippo/Nippo-Variable.woff2") format("woff2"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Nippo/Nippo-Variable.woff") format("woff"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Nippo/Nippo-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Nippo-Extralight";
  src: url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Nippo/Nippo-Extralight.woff2") format("woff2"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Nippo/Nippo-Extralight.woff") format("woff"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Nippo/Nippo-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Nippo-Light";
  src: url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Nippo/Nippo-Light.woff2") format("woff2"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Nippo/Nippo-Light.woff") format("woff"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Nippo/Nippo-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Nippo-Regular";
  src: url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Nippo/Nippo-Regular.woff2") format("woff2"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Nippo/Nippo-Regular.woff") format("woff"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Nippo/Nippo-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Nippo-Medium";
  src: url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Nippo/Nippo-Medium.woff2") format("woff2"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Nippo/Nippo-Medium.woff") format("woff"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Nippo/Nippo-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Nippo-Bold";
  src: url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Nippo/Nippo-Bold.woff2") format("woff2"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Nippo/Nippo-Bold.woff") format("woff"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Nippo/Nippo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Variable";
  src: url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-Variable.woff2") format("woff2"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-Variable.woff") format("woff"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-VariableItalic";
  src: url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-VariableItalic.woff2") format("woff2"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-VariableItalic.woff") format("woff"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Light";
  src: url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-Light.woff2") format("woff2"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-Light.woff") format("woff"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-LightItalic";
  src: url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-LightItalic.woff2") format("woff2"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-LightItalic.woff") format("woff"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-Regular.woff2") format("woff2"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-Regular.woff") format("woff"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Italic";
  src: url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-Italic.woff2") format("woff2"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-Italic.woff") format("woff"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-Medium.woff2") format("woff2"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-Medium.woff") format("woff"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-MediumItalic";
  src: url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-MediumItalic.woff2") format("woff2"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-MediumItalic.woff") format("woff"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-Bold.woff2") format("woff2"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-Bold.woff") format("woff"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BoldItalic";
  src: url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-BoldItalic.woff2") format("woff2"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-BoldItalic.woff") format("woff"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Black";
  src: url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-Black.woff2") format("woff2"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-Black.woff") format("woff"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BlackItalic";
  src: url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-BlackItalic.woff2") format("woff2"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-BlackItalic.woff") format("woff"), url("../../../../../wp-content/themes/esi-grupa/assets/fonts/Satoshi/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
.btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font-family: "Nippo-Medium", sans-serif;
  letter-spacing: 1.5px;
  outline: 0;
  overflow: hidden;
  padding: 20px 25px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: middle;
  position: relative;
  align-items: center;
  transition: all 0.3s ease;
}
.btn:hover .icon-right {
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.btn .icon-left {
  margin-right: 10px;
  width: 24px;
}
.btn .icon-right {
  margin-left: 10px;
  width: 15px;
  transition: all 0.3s ease;
}

@media (max-width: 1280px) {
  .btn {
    padding: 12px 17px;
    font-size: 16px;
  }
  .btn .icon-left {
    margin-right: 10px;
    width: 18px;
    transition: all 0.3s ease;
  }
}
.btn-primary.full-width {
  width: 100%;
  display: flex;
}

.btn-primary {
  background: #004F71;
  color: white;
}
.btn-primary:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #ffffff transparent;
  bottom: 0;
  transition: all 0.3s ease;
  right: 0;
}
.btn-primary:hover {
  transition: all 0.3s ease;
  background: black;
}
.btn-primary:hover:after {
  border-width: 0 0 0px 0px;
  transition: all 0.3s ease;
}

.btn-outline {
  background: transparent;
  box-shadow: inset 0px 0px 0px 3px #eee;
  color: black;
}
.btn-outline:after {
  border: 3px solid #eee;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  transform: rotate(45deg);
  bottom: -15px;
  right: -15px;
  transition: all 0.3s ease;
}
.btn-outline:hover {
  box-shadow: inset 0px 0px 0px 3px #000;
  transition: all 0.3s ease;
}
.btn-outline:hover:after {
  border: 3px solid #000;
  transition: all 0.3s ease;
}

.btn-empty {
  background: transparent;
  color: black;
  padding: 10px 5px;
}

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

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

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 {
  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%;
  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;
}

body {
  margin: 0;
  font-family: "Satoshi-Regular", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  font-size: 2em;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  position: relative;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

img {
  max-width: 100%;
}

.font-primary {
  font-family: "Satoshi-Regular", sans-serif;
}

.font-secondary {
  font-family: "Nippo-Regular", sans-serif;
}

/*****/
/***** Row's, grid layout *****/
/*****/
.row {
  display: flex;
  flex-wrap: wrap;
}

[class*=col_] {
  width: 100%;
}

.col_1 {
  width: 8.33333%;
}

.col_2 {
  width: 16.66667%;
}

.col_3 {
  width: 25%;
}

.col_4 {
  width: 33.33333%;
}

.col_5 {
  width: 41.66667%;
}

.col_6 {
  width: 50%;
}

.col_7 {
  width: 58.33333%;
}

.col_8 {
  width: 66.66667%;
}

.col_9 {
  width: 75%;
}

.col_10 {
  width: 83.33333%;
}

.col_11 {
  width: 91.66667%;
}

.col_12 {
  width: 100%;
}

@media (min-width: 1px) {
  .col_s_1 {
    width: 8.33333%;
  }

  .col_s_2 {
    width: 16.66667%;
  }

  .col_s_3 {
    width: 25%;
  }

  .col_s_4 {
    width: 33.33333%;
  }

  .col_s_5 {
    width: 41.66667%;
  }

  .col_s_6 {
    width: 50%;
  }

  .col_s_7 {
    width: 58.33333%;
  }

  .col_s_8 {
    width: 66.66667%;
  }

  .col_s_9 {
    width: 75%;
  }

  .col_s_10 {
    width: 83.33333%;
  }

  .col_s_11 {
    width: 91.66667%;
  }

  .col_s_12 {
    width: 100%;
  }

  /** Offset's **/
  .col_s_1_offset {
    margin-left: 8.33333%;
  }

  .col_s_2_offset {
    margin-left: 16.66667%;
  }

  .col_s_3_offset {
    margin-left: 25%;
  }

  .col_s_4_offset {
    margin-left: 33.33333%;
  }

  .col_s_5_offset {
    margin-left: 41.66667%;
  }

  .col_s_6_offset {
    margin-left: 50%;
  }

  .col_s_7_offset {
    margin-left: 58.33333%;
  }

  .col_s_8_offset {
    margin-left: 66.66667%;
  }

  .col_s_9_offset {
    margin-left: 75%;
  }

  .col_s_10_offset {
    margin-left: 83.33333%;
  }

  .col_s_11_offset {
    margin-left: 91.66667%;
  }

  .col_s_12_offset {
    margin-left: 100%;
  }

  .col_s_0_offset {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .col_m_1 {
    width: 8.33333%;
  }

  .col_m_2 {
    width: 16.66667%;
  }

  .col_m_3 {
    width: 25%;
  }

  .col_m_4 {
    width: 33.33333%;
  }

  .col_m_5 {
    width: 41.66667%;
  }

  .col_m_6 {
    width: 50%;
  }

  .col_m_7 {
    width: 58.33333%;
  }

  .col_m_8 {
    width: 66.66667%;
  }

  .col_m_9 {
    width: 75%;
  }

  .col_m_10 {
    width: 83.33333%;
  }

  .col_m_11 {
    width: 91.66667%;
  }

  .col_m_12 {
    width: 100%;
  }

  /** Offset's **/
  .col_m_1_offset {
    margin-left: 8.33333%;
  }

  .col_m_2_offset {
    margin-left: 16.66667%;
  }

  .col_m_3_offset {
    margin-left: 25%;
  }

  .col_m_4_offset {
    margin-left: 33.33333%;
  }

  .col_m_5_offset {
    margin-left: 41.66667%;
  }

  .col_m_6_offset {
    margin-left: 50%;
  }

  .col_m_7_offset {
    margin-left: 58.33333%;
  }

  .col_m_8_offset {
    margin-left: 66.66667%;
  }

  .col_m_9_offset {
    margin-left: 75%;
  }

  .col_m_10_offset {
    margin-left: 83.33333%;
  }

  .col_m_11_offset {
    margin-left: 91.66667%;
  }

  .col_m_12_offset {
    margin-left: 100%;
  }

  .col_m_0_offset {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col_l_1 {
    width: 8.33333%;
  }

  .col_l_2 {
    width: 16.66667%;
  }

  .col_l_3 {
    width: 25%;
  }

  .col_l_4 {
    width: 33.33333%;
  }

  .col_l_5 {
    width: 41.66667%;
  }

  .col_l_6 {
    width: 50%;
  }

  .col_l_7 {
    width: 58.33333%;
  }

  .col_l_8 {
    width: 66.66667%;
  }

  .col_l_9 {
    width: 75%;
  }

  .col_l_10 {
    width: 83.33333%;
  }

  .col_l_11 {
    width: 91.66667%;
  }

  .col_l_12 {
    width: 100%;
  }

  /** Offset's **/
  .col_l_1_offset {
    margin-left: 8.33333%;
  }

  .col_l_2_offset {
    margin-left: 16.66667%;
  }

  .col_l_3_offset {
    margin-left: 25%;
  }

  .col_l_4_offset {
    margin-left: 33.33333%;
  }

  .col_l_5_offset {
    margin-left: 41.66667%;
  }

  .col_l_6_offset {
    margin-left: 50%;
  }

  .col_l_7_offset {
    margin-left: 58.33333%;
  }

  .col_l_8_offset {
    margin-left: 66.66667%;
  }

  .col_l_9_offset {
    margin-left: 75%;
  }

  .col_l_10_offset {
    margin-left: 83.33333%;
  }

  .col_l_11_offset {
    margin-left: 91.66667%;
  }

  .col_l_12_offset {
    margin-left: 100%;
  }

  .col_l_0_offset {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col_h_1 {
    width: 8.33333%;
  }

  .col_h_2 {
    width: 16.66667%;
  }

  .col_h_3 {
    width: 25%;
  }

  .col_h_4 {
    width: 33.33333%;
  }

  .col_h_5 {
    width: 41.66667%;
  }

  .col_h_6 {
    width: 50%;
  }

  .col_h_7 {
    width: 58.33333%;
  }

  .col_h_8 {
    width: 66.66667%;
  }

  .col_h_9 {
    width: 75%;
  }

  .col_h_10 {
    width: 83.33333%;
  }

  .col_h_11 {
    width: 91.66667%;
  }

  .col_h_12 {
    width: 100%;
  }

  /** Offset's **/
  .col_h_1_offset {
    margin-left: 8.33333%;
  }

  .col_h_2_offset {
    margin-left: 16.66667%;
  }

  .col_h_3_offset {
    margin-left: 25%;
  }

  .col_h_4_offset {
    margin-left: 33.33333%;
  }

  .col_h_5_offset {
    margin-left: 41.66667%;
  }

  .col_h_6_offset {
    margin-left: 50%;
  }

  .col_h_7_offset {
    margin-left: 58.33333%;
  }

  .col_h_8_offset {
    margin-left: 66.66667%;
  }

  .col_h_9_offset {
    margin-left: 75%;
  }

  .col_h_10_offset {
    margin-left: 83.33333%;
  }

  .col_h_11_offset {
    margin-left: 91.66667%;
  }

  .col_h_12_offset {
    margin-left: 100%;
  }

  .col_h_0_offset {
    margin-left: 0;
  }
}
nav.nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1080px) {
  nav.nav {
    margin: 20px 0;
  }
}
nav.nav .logo img {
  width: 160px;
}
nav.nav .menu ul {
  display: flex;
}
nav.nav .menu ul li {
  text-decoration: none;
  color: black;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 30px;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}
nav.nav .menu ul li:hover {
  border-bottom: 3px solid #000;
  transition: all 0.3s ease;
}
nav.nav .menu ul li:not(:last-child):after {
  content: "/";
  font-size: 18px;
  position: absolute;
  right: -30px;
  color: #d1d1d1;
}
nav.nav .menu ul li a {
  height: 140px;
  display: flex;
  align-items: center;
  list-style-type: none;
  font-size: 18px;
  font-family: "Nippo-Medium", sans-serif;
  color: black;
  position: relative;
  text-decoration: none;
}
@media (max-width: 1280px) {
  nav.nav .menu ul li a {
    font-size: 1.338vw;
  }
}
@media (max-width: 1080px) {
  nav.nav .menu ul {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
}

/** Hamburger menu **/
/* nav-icon-1 */
.nav-icon-1 {
  width: 30px;
  height: 30px;
  position: relative;
  transition: 0.1s;
  margin: 10px 10px;
  cursor: pointer;
  display: inline-block;
}

.nav-icon-1 span {
  width: 5px;
  height: 5px;
  background-color: #000;
  display: block;
  border-radius: 50%;
  position: absolute;
}

.nav-icon-1:hover span {
  transform: scale(1.2);
  transition: 350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.nav-icon-1 span:nth-child(1) {
  left: 0;
  top: 0;
}

.nav-icon-1 span:nth-child(2) {
  left: 12px;
  top: 0;
}

.nav-icon-1 span:nth-child(3) {
  right: 0;
  top: 0;
}

.nav-icon-1 span:nth-child(4) {
  left: 0;
  top: 12px;
}

.nav-icon-1 span:nth-child(5) {
  position: absolute;
  left: 12px;
  top: 12px;
}

.nav-icon-1 span:nth-child(6) {
  right: 0px;
  top: 12px;
}

.nav-icon-1 span:nth-child(7) {
  left: 0px;
  bottom: 0px;
}

.nav-icon-1 span:nth-child(8) {
  position: absolute;
  left: 12px;
  bottom: 0px;
}

.nav-icon-1 span:nth-child(9) {
  right: 0px;
  bottom: 0px;
}

.nav-icon-1.open {
  transform: rotate(180deg);
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.nav-icon-1.open span {
  border-radius: 50%;
  transition-delay: 200ms;
  transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.nav-icon-1.open span:nth-child(2) {
  left: 6px;
  top: 6px;
}

.nav-icon-1.open span:nth-child(4) {
  left: 6px;
  top: 18px;
}

.nav-icon-1.open span:nth-child(6) {
  right: 6px;
  top: 6px;
}

.nav-icon-1.open span:nth-child(8) {
  left: 18px;
  bottom: 6px;
}

.mobile-menu.open {
  transition: all 0.3s ease;
  opacity: 1;
}

.mobile-menu.close {
  display: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.mobile-menu {
  transition: all 0.3s ease;
  left: 0;
  position: absolute;
  z-index: 100;
  background: white;
  right: 0;
  opacity: 0;
}
.mobile-menu ul {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
  padding: 20px 35px;
  position: relative;
}
.mobile-menu ul li {
  text-decoration: none;
  color: black;
  position: relative;
  display: flex;
  align-items: center;
  margin: 2vw 2vw;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}
.mobile-menu ul li a {
  display: flex;
  align-items: center;
  list-style-type: none;
  font-size: 18px;
  font-family: "Nippo-Medium", sans-serif;
  color: black;
  position: relative;
  text-decoration: none;
}
@media (max-width: 1280px) {
  .mobile-menu ul li a {
    font-size: 4.338vw;
  }
}
@media (max-width: 650px) {
  .mobile-menu ul li a {
    font-size: 7.338vw;
  }
}

div.div-header .header-text {
  padding: 60px;
  background: #004F71;
  min-height: 650px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 1280px) {
  div.div-header .header-text {
    min-height: 50.781vw;
    padding: 4.688vw;
  }
}
div.div-header .header-text:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: #fff;
  transform: rotate(45deg);
  bottom: -90px;
  left: -90px;
}
@media (max-width: 650px) {
  div.div-header .header-text:before {
    width: 23.077vw;
    height: 23.077vw;
  }
}
div.div-header .header-text a {
  color: white;
  margin-top: 30px;
  margin-bottom: 70px;
}
@media (max-width: 1280px) {
  div.div-header .header-text a {
    margin-top: 3.469vw;
    margin-bottom: 3.469vw;
  }
}
@media (max-width: 650px) {
  div.div-header .header-text a {
    font-size: 4vw;
    margin-top: 3.469vw;
    margin-bottom: 0;
  }
  div.div-header .header-text a .icon-right {
    width: 4vw;
  }
}
div.div-header .header-text h1 {
  font-size: 72px;
  font-family: "Nippo-Medium", sans-serif;
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  div.div-header .header-text h1 {
    font-size: 5.625vw;
  }
}
@media (max-width: 650px) {
  div.div-header .header-text h1 {
    font-size: 9.625vw;
  }
}
div.div-header .header-text h2 {
  font-size: 25px;
  color: #9ECEE2;
  font-family: "Satoshi-Bold", sans-serif;
}
@media (max-width: 1280px) {
  div.div-header .header-text h2 {
    font-size: 1.953vw;
  }
}
@media (max-width: 650px) {
  div.div-header .header-text h2 {
    font-size: 3.625vw;
  }
}
div.div-header .header-text h2.margin {
  margin-bottom: 70px;
}
div.div-header .header-image {
  display: flex;
  justify-content: center;
  max-height: 650px;
  height: 100%;
  overflow: hidden;
  background: url("assets/images/header.png") center/cover no-repeat;
}
div.div-header .header-image-products {
  display: flex;
  justify-content: center;
  max-height: 650px;
  height: 100%;
  overflow: hidden;
  background: url("assets/images/products-page.png") center/cover no-repeat;
}
div.div-header .header-image-services {
  display: flex;
  justify-content: center;
  max-height: 650px;
  height: 100%;
  overflow: hidden;
  background: url("assets/images/services.png") center/cover no-repeat;
}
div.div-header .header-image-product {
  display: flex;
  justify-content: center;
  max-height: 650px;
  height: 100%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
div.div-header .header-image-joinus {
  display: flex;
  justify-content: center;
  max-height: 650px;
  height: 100%;
  overflow: hidden;
  background: url("assets/images/joinus.jpg") center/cover no-repeat;
}

@media (max-width: 1280px) {
  aside {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
aside {
  width: 6.25vw;
  height: calc(100% - 140px);
  border-right: 2px solid #eeeeee;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
aside .social {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
  position: relative;
  margin-top: 450px;
}
aside .social img {
  padding: 8px 0;
}
aside .arrow {
  margin-top: 550px;
}

.title {
  width: 100%;
  display: flex;
  padding: 60px;
  font-size: 50px;
  color: black;
  padding-left: 90px;
  border-bottom: 2px solid #eee;
  font-family: "Nippo-Medium", sans-serif;
}
@media (max-width: 1280px) {
  .title {
    font-size: 3.906vw;
    padding: 4.688vw;
  }
}

@media (min-width: 1280px) {
  section.about {
    border-right: 2px solid #eee;
    border-left: 2px solid #eee;
    margin-left: -2px;
  }
}
section.about .about-left {
  border-right: 2px solid #eee;
  padding: 60px;
}
@media (max-width: 1280px) {
  section.about .about-left {
    padding: 4.688vw;
  }
}
section.about .about-left h5 {
  color: #82969C;
  font-size: 22px;
  font-family: "Nippo-Medium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  section.about .about-left h5 {
    font-size: 5.031vw;
  }
}
section.about .about-left h4 {
  color: #82969C;
  font-size: 20px;
  font-family: "Nippo-Medium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  section.about .about-left h4 {
    font-size: 5.031vw;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
section.about .about-left p {
  font-size: 18px;
  color: black;
  font-family: "Satoshi-Bold", sans-serif;
  line-height: 1.25em;
}
@media (max-width: 650px) {
  section.about .about-left p {
    font-size: 4.031vw;
  }
}
section.about .about-right .buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #eee;
  position: relative;
  z-index: 12;
}
@media (max-width: 1280px) {
  section.about .about-right .buttons-container {
    flex-direction: column;
  }
  section.about .about-right .buttons-container h4 {
    padding: 20px;
  }
}
section.about .about-right .buttons-container .buttons {
  display: flex;
  flex-direction: row;
}
section.about .about-right .buttons-container .buttons button:nth-child(1) {
  border: 0px;
  border-left: 2px solid #eee;
  border-right: 2px solid #eee;
  background: white;
  padding: 40px 60px;
}
section.about .about-right .buttons-container .buttons button:nth-child(1) img {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
section.about .about-right .buttons-container .buttons button:nth-child(1):hover {
  background: #eee;
  transition: all 0.3s ease;
}
section.about .about-right .buttons-container .buttons button:nth-child(1):hover img {
  transform: translateX(-10px) rotate(90deg);
  transition: all 0.3s ease;
}
section.about .about-right .buttons-container .buttons button:nth-child(2) {
  padding: 40px 60px;
  border: 0px;
  background: white;
}
section.about .about-right .buttons-container .buttons button:nth-child(2) img {
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
section.about .about-right .buttons-container .buttons button:nth-child(2):hover {
  background: #eee;
  transition: all 0.3s ease;
}
section.about .about-right .buttons-container .buttons button:nth-child(2):hover img {
  transform: translateX(10px) rotate(-90deg);
  transition: all 0.3s ease;
}
@media (max-width: 1280px) {
  section.about .about-right .buttons-container .buttons {
    width: 100%;
  }
  section.about .about-right .buttons-container .buttons button:nth-child(1),
section.about .about-right .buttons-container .buttons button:nth-child(2) {
    padding: 20px 30px;
    width: 50%;
    border-top: 2px solid #eee;
  }
  section.about .about-right .buttons-container .buttons button:nth-child(1) {
    border-left: 0;
  }
}
section.about .about-right .buttons-container h4 {
  padding-left: 60px;
  color: black;
  font-size: 30px;
  font-family: "Nippo-Medium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-right: 40px;
}
section.about .about-right .slider-container {
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 10;
  top: 0;
  margin-top: 150px;
}
@media (max-width: 1024px) {
  section.about .about-right .slider-container {
    margin-top: 4.63vw;
    padding: 4.63vw;
  }
}
section.about .about-right .slider-container .slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
section.about .about-right .slider-container .slide p {
  text-align: left;
  margin-right: 55px;
}
section.about .about-right .slider-container h4 {
  font-size: 34px;
  color: #004F71;
  font-family: "Nippo-Medium", sans-serif;
}
@media (max-width: 1080px) {
  section.about .about-right .slider-container h4 {
    font-size: 3.148vw;
    text-align: left;
  }
}
@media (max-width: 650px) {
  section.about .about-right .slider-container h4 {
    font-size: 6.031vw;
  }
}
section.about .about-right .slider-container p {
  font-size: 18px;
  color: black;
  font-family: "Satoshi-Bold", sans-serif;
  line-height: 1.25em;
  margin-top: 20px;
}
@media (max-width: 1080px) {
  section.about .about-right .slider-container p {
    font-size: 1.667vw;
    text-align: left;
  }
}
@media (max-width: 650px) {
  section.about .about-right .slider-container p {
    font-size: 4.031vw;
  }
}
section.about .products {
  border-top: 2px solid #eee;
}
section.about .products h2 {
  font-size: 34px;
  color: black;
  font-family: "Nippo-Medium", sans-serif;
  text-transform: uppercase;
  line-height: 1.3em;
}
@media (max-width: 1280px) {
  section.about .products h2 {
    font-size: 2.656vw;
  }
}
@media (max-width: 650px) {
  section.about .products h2 {
    font-size: 5.231vw;
  }
}
section.about .products .products-text {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1280px) {
  section.about .products .products-text {
    padding: 4.688vw;
  }
}
section.about .products .products-image {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 370px;
  overflow: hidden;
}
section.about .products .products-image img {
  background-size: cover;
}
section.about .products .buttons-products {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}
section.about .products .buttons-products a:nth-child(1) {
  margin-right: 30px;
}
section.about .products .buttons-products a:nth-child(2) {
  margin-right: 30px;
}

section.pattern {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  overflow: hidden;
  background: url("assets/images/pattern.svg") no-repeat;
  background-size: 110%;
  background-position: center;
  border: 2px solid #eee;
  margin-left: -2px;
}
@media (max-width: 1280px) {
  section.pattern {
    min-height: 170px;
  }
}

section.joinus {
  padding: 60px;
  font-size: 26px;
  font-family: "Satoshi-Medium", sans-serif;
  color: black;
  line-height: 1.2em;
}
@media (max-width: 968px) {
  section.joinus {
    font-size: 3.906vw;
    padding: 4.688vw;
    border: 0;
  }
}
section.joinus h3 {
  color: black;
  font-size: 25px;
  font-family: "Nippo-Medium", sans-serif;
  letter-spacing: 1.5px;
  color: #004F71;
}
section.joinus h3 a {
  color: #004F71;
  text-decoration: none;
}
section.joinus ul {
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
section.joinus ul li {
  padding: 5px 0;
  list-style-type: square;
}

section.service-text {
  font-size: 26px;
  font-family: "Satoshi-Medium", sans-serif;
  color: black;
  padding: 60px;
  border-bottom: 2px solid #eee;
  border-right: 2px solid #eee;
  border-left: 2px solid #eee;
  margin-left: -2px;
}
@media (max-width: 1280px) {
  section.service-text {
    font-size: 2.656vw;
  }
}
@media (max-width: 650px) {
  section.service-text {
    padding: 9.231vw;
    font-size: 4.631vw;
  }
}

section.contact-text {
  font-size: 26px;
  font-family: "Satoshi-Medium", sans-serif;
  color: black;
  padding: 60px;
  border-top: 2px solid #eee;
}
section.contact-text h3 {
  color: #004F71;
  font-family: "Nippo-Medium", sans-serif;
  margin: 20px 0;
}
section.contact-text p > a {
  color: black;
  text-decoration: none;
}
@media (max-width: 1280px) {
  section.contact-text {
    font-size: 2.656vw;
  }
}
@media (max-width: 650px) {
  section.contact-text {
    padding: 9.231vw;
    font-size: 4.631vw;
  }
}

section.service-form {
  padding: 60px;
  border-right: 2px solid #eee;
  border-left: 2px solid #eee;
  margin-left: -2px;
}
@media (max-width: 1280px) {
  section.service-form {
    padding: 4.688vw;
  }
}
section.service-form h4 {
  color: black;
  font-size: 30px;
  font-family: "Nippo-Medium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
section.service-form form {
  margin-top: 50px;
}
section.service-form form .label {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-family: "Satoshi-Bold", sans-serif;
  color: #004F71;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  section.service-form form .label:nth-child(2) {
    margin-left: 30px;
  }
}
@media (max-width: 1280px) {
  section.service-form form .label {
    width: 100%;
  }
}
section.service-form form .label label {
  margin-bottom: 5px;
}
section.service-form form .label input {
  min-width: 450px;
  max-width: 450px;
  border: 2px solid #eee;
  background: #fff;
  padding: 20px;
  font-family: "Satoshi-Bold", sans-serif;
}
@media (max-width: 1280px) {
  section.service-form form .label input {
    width: 100%;
    min-width: unset;
  }
}
section.service-form form .label textarea {
  min-width: 930px;
  min-height: 70px;
  height: 180px;
  border: 2px solid #eee;
  background: #fff;
  padding: 20px;
  font-family: "Satoshi-Bold", sans-serif;
}
@media (max-width: 1280px) {
  section.service-form form .label textarea {
    width: 100%;
    min-width: unset;
  }
}

section.offer {
  border-right: 2px solid #eee;
  border-left: 2px solid #eee;
  margin-left: -2px;
}
section.offer .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-right: 60px;
  grid-gap: 2px;
}
@media (max-width: 968px) {
  section.offer .grid {
    grid-template-columns: 1fr 1fr;
    margin-right: 4.688vw;
  }
}
@media (max-width: 425px) {
  section.offer .grid {
    grid-template-columns: 1fr;
    margin-right: 0;
  }
}
section.offer .grid .col {
  padding: 25px;
  box-shadow: 0 0 0 2px #eee;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 768px) {
  section.offer .grid .col {
    padding: 2.755vw;
  }
}
section.offer .grid .col:hover {
  box-shadow: 0 0 0 6px #000;
  transition: all 0.3s ease;
  z-index: 50;
}
section.offer .grid .col .grid-picture {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
@media (max-width: 768px) {
  section.offer .grid .col .grid-picture {
    height: 25.25vw;
  }
}
section.offer .grid .col p {
  font-size: 26px;
  margin-top: 20px;
  text-transform: uppercase;
  color: black;
  font-family: "Nippo-Medium", sans-serif;
}
@media (max-width: 768px) {
  section.offer .grid .col p {
    font-size: 2.685vw;
  }
}
@media (max-width: 650px) {
  section.offer .grid .col p {
    font-size: 4vw;
  }
}
section.offer h3.subtitle {
  font-size: 35px;
  color: black;
  font-family: "Nippo-Medium", sans-serif;
  line-height: 1.3em;
  padding: 60px;
}
@media (max-width: 1280px) {
  section.offer h3.subtitle {
    font-size: 2.734vw;
    padding: 4.688vw;
  }
}
@media (max-width: 650px) {
  section.offer h3.subtitle {
    font-size: 5.385vw;
  }
}
section.offer .offer-text {
  padding: 60px;
  font-size: 25px;
  color: black;
  font-family: "Satoshi-Bold", sans-serif;
  line-height: 1.3em;
}
@media (max-width: 1280px) {
  section.offer .offer-text {
    font-size: 2.553vw;
    padding: 4.688vw;
  }
}
@media (max-width: 650px) {
  section.offer .offer-text {
    font-size: 4.154vw;
  }
}
section.offer .offer-list {
  padding: 60px;
}
@media (max-width: 1280px) {
  section.offer .offer-list {
    padding: 4.688vw;
  }
}
section.offer .offer-list p {
  font-size: 18px;
  color: #82969C;
  font-family: "Satoshi-Bold", sans-serif;
  line-height: 1.3em;
}
@media (max-width: 650px) {
  section.offer .offer-list p {
    font-size: 3.569vw;
  }
}
section.offer .offer-list ul {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
section.offer .offer-list ul li {
  box-shadow: inset 0px -2px 0px 0px #eee;
  font-size: 20px;
  color: black;
  font-family: "Nippo-Medium", sans-serif;
  flex-direction: row;
  align-items: center;
  display: flex;
}
@media (max-width: 1280px) {
  section.offer .offer-list ul li {
    font-size: 2.075vw;
  }
}
@media (max-width: 650px) {
  section.offer .offer-list ul li {
    font-size: 3.477vw;
  }
}
section.offer .offer-list ul li:hover .number {
  color: black;
  transition: all 0.3s ease;
}
section.offer .offer-list ul li .number {
  color: #82969C;
  margin-right: 20px;
  transition: all 0.3s ease;
}
section.offer .offer-list ul li .text {
  padding: 25px 0;
  border-bottom: 2px solid #000;
  line-height: 1.3em;
}

section.categories {
  border-right: 2px solid #eee;
  border-left: 2px solid #eee;
  margin-left: -2px;
}

section.about-product {
  border-bottom: 2px solid #eee;
  border-right: 2px solid #eee;
  border-left: 2px solid #eee;
  margin-left: -2px;
}
section.about-product h4 {
  padding: 60px;
  color: black;
  font-size: 30px;
  font-family: "Nippo-Medium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-bottom: 2px solid #eee;
}
@media (max-width: 1280px) {
  section.about-product h4 {
    font-size: 3.906vw;
    padding: 4.688vw;
  }
}
@media (max-width: 1280px) {
  section.about-product .about-right {
    border-top: 2px solid #eee;
  }
}
section.about-product .product-text {
  padding: 60px;
  color: black;
  font-size: 22px;
  font-family: "Satoshi-Medium", sans-serif;
  text-transform: uppercase;
  line-height: 1.4em;
}
@media (max-width: 1280px) {
  section.about-product .product-text {
    padding: 4.688vw;
  }
}
section.about-product .product-text:nth-child(1) {
  border-right: 2px solid #eee;
}
section.about-product .product-text .bold {
  font-family: "Satoshi-Bold", sans-serif;
  color: #004F71;
}

section.categories .categories-text {
  padding: 40px;
  color: black;
  font-size: 22px;
  font-family: "Satoshi-Medium", sans-serif;
  text-transform: uppercase;
  line-height: 1.4em;
}
section.categories .categories-text .categories-text-inner {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 1280px) {
  section.categories .categories-text {
    padding: 4.688vw;
  }
  section.categories .categories-text .categories-text-inner {
    -moz-column-count: 1;
         column-count: 1;
  }
}
section.categories .categories-text .bold {
  font-family: "Satoshi-Bold", sans-serif;
  color: #004F71;
}
section.categories .categories-text p {
  margin-bottom: 30px;
}
section.categories .categories-image {
  height: 500px;
  overflow: hidden;
}

section.cta {
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
@media (max-width: 1280px) {
  section.cta {
    border-right: 0;
  }
}
section.cta .cta-text {
  padding: 60px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1280px) {
  section.cta .cta-text {
    padding: 4.688vw;
  }
}
section.cta .cta-text h2 {
  font-size: 34px;
  color: black;
  font-family: "Nippo-Medium", sans-serif;
  text-transform: uppercase;
  line-height: 1.3em;
}
@media (max-width: 1280px) {
  section.cta .cta-text h2 {
    font-size: 2.656vw;
  }
}
@media (max-width: 650px) {
  section.cta .cta-text h2 {
    font-size: 5.231vw;
  }
}
section.cta .cta-text a {
  margin-top: 30px;
}
@media (max-width: 1280px) {
  section.cta .cta-text a {
    margin-top: 15px;
  }
}
section.cta .cta-image {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 370px;
  overflow: hidden;
}
section.cta .cta-image img {
  background-size: cover;
}

@media (max-width: 450px) {
  .contact {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}

footer.footer .copy {
  border-top: 2px solid #eee;
}
footer.footer ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 40px;
}
@media (max-width: 968px) {
  footer.footer ul {
    margin: 4.132vw;
  }
}
footer.footer ul li {
  color: black;
  text-decoration: none;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  margin: 10px;
  font-family: "Nippo-Medium", sans-serif;
}
footer.footer ul li a {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 968px) {
  footer.footer ul li {
    font-size: 2.2vw;
    padding: 5px 10px;
  }
  footer.footer ul li svg {
    width: 2.2vw;
  }
}
@media (max-width: 650px) {
  footer.footer ul li {
    font-size: 4.3vw;
  }
  footer.footer ul li svg {
    width: 4.3vw;
  }
}
footer.footer ul li:hover svg {
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
footer.footer ul li svg {
  margin-left: 8px;
  transition: all 0.3s ease;
}
footer.footer .footer-logo {
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid #eee;
}
footer.footer .footer-copy {
  padding: 40px;
  font-size: 18px;
  color: black;
  font-family: "Nippo-Medium", sans-serif;
  display: flex;
  line-height: 1.3em;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  border-right: 2px solid #eee;
}
@media (max-width: 968px) {
  footer.footer .footer-copy {
    flex-direction: column;
    text-align: center;
    font-size: 2.2vw;
  }
}
@media (max-width: 650px) {
  footer.footer .footer-copy {
    font-size: 3.8vw;
  }
}
footer.footer .footer-copy a {
  color: #004F71;
  text-decoration: none;
}

section.products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-right: 60px;
  grid-gap: 20px;
  margin-top: 150px;
}
@media (max-width: 968px) {
  section.products-grid {
    grid-template-columns: 1fr 1fr;
    margin-right: 4.688vw;
    margin-top: 10.496vw;
  }
}
@media (max-width: 425px) {
  section.products-grid {
    grid-template-columns: 1fr;
    margin-right: 0;
  }
}
section.products-grid .col-padding {
  padding: 40px;
}
@media (max-width: 768px) {
  section.products-grid .col-padding {
    padding: 2.755vw;
  }
}
section.products-grid .col {
  box-shadow: 0 0 0 2px #eee;
  transition: all 0.3s ease;
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  section.products-grid .col {
    min-height: 200px;
  }
}
section.products-grid .col:hover {
  box-shadow: 0 0 0 6px #000;
  transition: all 0.3s ease;
  z-index: 50;
}
section.products-grid .col p {
  font-size: 26px;
  margin-top: 20px;
  text-transform: uppercase;
  color: black;
  font-family: "Nippo-Medium", sans-serif;
}
@media (max-width: 768px) {
  section.products-grid .col p {
    font-size: 2.685vw;
  }
}
@media (max-width: 650px) {
  section.products-grid .col p {
    font-size: 4vw;
  }
}
@media (max-width: 425px) {
  section.products-grid .col p {
    font-size: 6vw;
  }
}

@media (min-width: 1080px) {
  .hamburger {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.page-template-pojedynczy-produkt section#header-text h1 {
  font-size: calc(20px + 30 * (100vw - 320px) / 1600);
}

.service-form form .acceptance-wrapper input[type=submit] {
  border: none;
}
.service-form form .acceptance-wrapper label {
  font-size: 1rem;
  font-family: inherit;
}
.service-form form .acceptance-wrapper label a {
  color: inherit;
}
.service-form form .acceptance-wrapper .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 1rem;
}
.service-form form .acceptance-wrapper .wpcf7-list-item span.wpcf7-list-item-label {
  color: #6f7c8d;
}
.service-form form .acceptance-wrapper .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.service-form form .acceptance-wrapper .wpcf7-list-item input {
  margin-right: 10px;
  width: 22px;
  min-width: 22px;
  height: 22px;
  border: 2px solid #eee;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.service-form form .acceptance-wrapper .wpcf7-list-item input:after {
  background-color: #eee;
  width: 50%;
  height: 50%;
  content: "";
}
.service-form form .acceptance-wrapper .wpcf7-list-item input:checked:after {
  background-color: #004f71;
}
.service-form .wpcf7 form .wpcf7-response-output {
  margin: 0;
  margin-top: 1rem;
  font-size: 1rem;
}

.formatted-content p {
  line-height: 1.5;
  margin-bottom: 1rem;
  text-transform: none;
}
.formatted-content strong {
  font-weight: bold;
}
.formatted-content a {
  color: inherit;
}
@media (max-width: 576px) {
  .formatted-content p,
.formatted-content ul,
.formatted-content li {
    font-size: 14px;
  }
}

.page-section {
  border-bottom: 2px solid #eee;
  border-top: 2px solid #eee;
  padding: 4rem 0;
}
.page-section .page-title {
  margin: 2rem 0;
}
.page-section .page-title h1 {
  font-weight: bold;
}
.page-section .page-content p {
  font-size: 16px;
}

section.gallery {
  border-bottom: 2px solid #eee;
  padding: 3rem;
}
section.gallery .slider-wrapper .single-slide {
  max-height: 70vh;
  height: 70vh;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section.gallery .slider-wrapper .single-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: calc(100% - 3rem);
}
section.gallery .slider-wrapper .single-slide p {
  margin-top: 1rem;
}
@media (max-width: 576px) {
  section.gallery .slider-wrapper .single-slide {
    max-height: 70vh;
    height: unset;
  }
}
section.gallery button.slick-arrow {
  z-index: 10;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
section.gallery button.slick-arrow:after {
  content: "";
  width: 38px;
  height: 38px;
  background-image: url(../../../../../wp-content/themes/esi-grupa/assets/images/arrow-3.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
section.gallery button.slick-arrow.slick-next {
  right: -45px;
}
section.gallery button.slick-arrow.slick-next:after {
  transform: rotate(-90deg);
}
section.gallery button.slick-arrow.slick-prev {
  left: -45px;
}
section.gallery button.slick-arrow:before {
  display: none;
}/*# sourceMappingURL=style.css.map */