@charset "UTF-8";
/*

Theme Name: ICONIC SOUL theme
Author: FASTSITE
Author URI: https://fastsite.pl/
Description: Theme for our beloved client. Developed by FASTSITE.
Version: 1.0
Text Domain: iconic-soul-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%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  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 {
  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;
  }
}
/*
COLORS
*/
/*
FONTS
*/
@font-face {
  font-family: "Paralucent";
  src: url(../../../../../wp-content/themes/iconic-soul-theme/assets/fonts/paralucent-light-webfont.woff2) format("woff2"), url(../../../../../wp-content/themes/iconic-soul-theme/assets/fonts/paralucent-light-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
body,
button,
input,
textarea {
  font-family: "Paralucent", serif;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

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

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

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

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

.button {
  border-radius: 4.8rem;
  padding: 1.6rem 3.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  transition: all 250ms ease;
}

.white-border-button {
  border: 3px solid #a1b4c8;
  color: white;
}
.white-border-button:hover {
  background-color: white;
  border-color: white;
  color: #082e56;
}

.white-button {
  background-color: white;
  color: #082e56;
  border: 3px solid white;
}
.white-button:hover {
  background-color: #082e56;
  color: white;
  border-color: #a1b4c8;
}

.calendar-button {
  background-color: white;
  color: #082e56;
  border: 3px solid white;
}
.calendar-button:before {
  content: "";
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/calendar.svg);
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  margin-right: 1rem;
  top: -3px;
}

.dark-blue-button {
  background-color: #082e56;
  color: white;
}

.dark-blue-arrow-button {
  background-color: #082e56;
  color: white;
  justify-content: center;
  align-items: center;
}
.dark-blue-arrow-button:after {
  content: "";
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/arrow-white.svg);
  width: 2.1rem;
  height: 2.1rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  margin-left: 1rem;
  transform: rotate(-90deg);
  transition: all 250ms ease;
}
.dark-blue-arrow-button2 {
  background-color: #082e56;
  color: white;
  justify-content: center;
  align-items: center;
}
.dark-blue-arrow-button2:after {
  content: "";
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/arrow-up.svg);
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  margin-left: 1rem;
  transition: all 250ms ease;
}
.dark-blue-arrow-button2:hover:after {
  transform: rotate(-90deg);
}

.arrow-button {
  background-color: #082e56;
  width: 4.9rem;
  height: 4.9rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.arrow-button:after {
  content: "";
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/arrow-white.svg);
  width: 2.1rem;
  height: 2.1rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  transform: rotate(135deg);
  transition: all 250ms ease;
}
.arrow-button:hover:after {
  transform: rotate(45deg);
}
@media (max-width: 576px) {
  .arrow-button {
    width: 2.9rem;
    height: 2.9rem;
  }
  .arrow-button:after {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.footer-link {
  color: white;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.footer-link:after {
  content: "";
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/footer-arrow3.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  margin-left: 1rem;
  transition: all 250ms ease;
}
.footer-link:hover:after {
  transform: rotate(45deg);
}

.phone-button {
  justify-content: center;
  align-items: center;
}
.phone-button:before {
  content: "";
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/phone-white.svg);
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  margin-right: 1rem;
  transition: all 250ms ease;
}

.white-calendar:before {
  content: "";
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/white-calendar.svg);
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  margin-right: 1rem;
  top: -2px;
}

.contact-white-button {
  background-color: white;
  color: #082e56;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.contact-white-button:before {
  content: "";
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/phone-blue.svg);
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  margin-right: 1rem;
  transition: all 250ms ease;
}

/*
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;
  }
}
header {
  padding: 2rem 0;
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: hidden;
}
header .container {
  display: flex;
  justify-content: space-between;
}
header .logo-wrapper {
  z-index: 10;
}
header .mobile-button-wrapper {
  display: none;
  z-index: 10;
}
header .mobile-button-wrapper span.hamburger-inner:after {
  width: 10px !important;
  right: 0;
}
header .mobile-button-wrapper span.hamburger-inner:before {
  width: 25px !important;
  right: 0;
}
header .mobile-button-wrapper button.is-active span.hamburger-inner:after {
  width: 40px !important;
  right: unset;
}
header .mobile-button-wrapper button.is-active span.hamburger-inner:before {
  width: 40px !important;
  right: unset;
}
header .menu-wrapper {
  display: flex;
  align-items: center;
}
header .menu-wrapper ul {
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 1rem;
}
header .menu-wrapper ul:before {
  content: "";
  width: 130%;
  height: 2px;
  background-color: #27486a;
  position: absolute;
  left: 0;
  top: 0;
}
header .menu-wrapper ul li {
  color: #a1b4c8;
  text-transform: uppercase;
  padding: 1.6rem 3.2rem 1.6rem 0;
  transition: all 250ms ease;
  position: relative;
}
header .menu-wrapper ul li a:not(.button) {
  color: inherit;
}
header .menu-wrapper ul li.current_page_item {
  color: white;
}
header .menu-wrapper ul li.current_page_item:before {
  content: "";
  width: calc(100% - 3.2rem);
  height: 5px;
  background-color: #a1b4c8;
  position: absolute;
  left: 0;
  top: -13px;
  transition: all 250ms ease;
}
header .menu-wrapper ul li:hover {
  color: white;
}
header .menu-wrapper ul li:last-of-type {
  border-radius: 4.8rem;
  padding: 1.6rem 3.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  background-color: white;
  color: #082e56;
  border: 3px solid white;
  flex-direction: row-reverse;
}
header .menu-wrapper ul li:last-of-type:after {
  content: "";
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/calendar.svg);
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  margin-right: 1rem;
  top: -3px;
}
header .menu-wrapper ul li:last-of-type.current_page_item:before {
  display: none;
}
@media (max-width: 1440px) {
  header .menu-wrapper ul li {
    padding-right: 1.6rem;
  }
  header .menu-wrapper ul li.current_page_item:before {
    width: calc(100% - 1.6rem);
  }
}
@media (max-width: 1200px) {
  header {
    overflow: unset;
  }
  header .menu-wrapper {
    background-color: #082e56;
    padding-top: 14rem;
    height: 100vh;
    top: 0;
    position: absolute;
    width: 100vw;
    left: -100%;
    display: flex;
    justify-content: center;
    transition: all 250ms ease;
  }
  header .menu-wrapper.is-visible {
    left: 0;
  }
  header .menu-wrapper ul {
    flex-direction: column;
  }
  header .menu-wrapper ul:before {
    display: none;
  }
  header .menu-wrapper ul li.current_page_item:before {
    display: none;
  }
  header .mobile-button-wrapper {
    display: flex;
    align-items: center;
  }
}

footer {
  background: #082e56;
  padding: 4rem 0;
}
footer .menu-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
footer .menu-wrapper ul {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  justify-content: space-evenly;
}
footer .menu-wrapper ul li {
  color: #a1b4c8;
  text-transform: uppercase;
  padding: 1.6rem 3.2rem 1.6rem 0;
  transition: all 250ms ease;
  position: relative;
  font-size: 2rem;
}
footer .menu-wrapper ul li a {
  color: inherit;
}
footer .menu-wrapper ul li:hover {
  color: white;
}
footer .menu-wrapper ul li:last-of-type {
  padding-right: 0;
}
footer .text-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .text-wrapper p,
footer .text-wrapper a {
  padding: 0 1rem;
}
footer .text-wrapper p {
  color: #a1b4c8;
  font-size: 1.4rem;
}
footer .text-wrapper p a {
  color: #0cd4de;
  padding: 0;
}
footer .footer-wrapper {
  border: 2px solid #406286;
  padding: 3rem;
  display: flex;
  justify-content: space-between;
  max-width: 64rem;
}
footer .footer-wrapper .address-wrapper,
footer .footer-wrapper .opening-hours-wrapper {
  position: relative;
  padding-left: 4rem;
}
footer .footer-wrapper .address-wrapper:before,
footer .footer-wrapper .opening-hours-wrapper:before {
  content: "";
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/pin.svg);
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  transition: all 250ms ease;
  position: absolute;
  top: 0;
  left: -1rem;
}
footer .footer-wrapper .address-wrapper p:first-of-type {
  color: #627c99;
  font-weight: 600;
  font-size: 1.4rem;
}
footer .footer-wrapper .address-wrapper p:nth-of-type(2) {
  color: #afc6e0;
  font-weight: 600;
  font-size: 1.4rem;
  margin: 1rem 0;
}
footer .footer-wrapper .address-wrapper p:last-of-type {
  color: white;
  font-weight: 600;
  font-size: 1.8rem;
}
footer .footer-wrapper .opening-hours-wrapper:before {
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/calendar2.svg);
}
footer .footer-wrapper .opening-hours-wrapper > p:first-of-type {
  color: #627c99;
  font-weight: 600;
  font-size: 1.4rem;
}
footer .footer-wrapper .opening-hours-wrapper div {
  display: flex;
  align-items: flex-start;
}
footer .footer-wrapper .opening-hours-wrapper p:first-of-type {
  margin-bottom: 1rem;
}
footer .footer-wrapper .opening-hours-wrapper p:nth-of-type(2) {
  margin: 0;
  margin-left: 3rem;
}
footer .footer-wrapper .opening-hours-wrapper p {
  display: flex;
  flex-direction: column;
}
footer .footer-wrapper .opening-hours-wrapper p span:first-of-type {
  color: #afc6e0;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
footer .footer-wrapper .opening-hours-wrapper p span:last-of-type {
  color: white;
  font-weight: 600;
  font-size: 1.8rem;
}
footer .image-wrapper img {
  width: 100%;
  max-width: 22rem;
}
footer .r1 .col-xl-8 {
  display: flex;
  align-items: center;
  justify-content: end;
}
footer .r3 .col .text-wrapper:first-of-type {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  footer .image-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }
  footer .image-wrapper img {
    max-width: 14rem;
  }
  footer .r1 .col-xl-8 {
    justify-content: center;
  }
  footer .menu-wrapper ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .menu-wrapper ul li {
    padding: 1.6rem;
  }
  footer .menu-wrapper ul li:last-of-type {
    padding-right: 1.6rem;
  }
}
@media (max-width: 768px) {
  footer .footer-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
  footer .footer-wrapper .opening-hours-wrapper {
    margin-top: 1rem;
  }
  footer .menu-wrapper ul li {
    font-size: 1.6rem;
  }
}

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

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

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

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

div.row {
  padding: 1.6rem 0;
}

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

section.main-section-half {
  height: 65vh;
  background-position: center;
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/img/home-bg-half.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 180px;
  display: flex;
  align-items: center;
}
section.main-section-half .title-wrapper h1 {
  color: white;
  margin-bottom: 2rem;
}
@-webkit-keyframes move {
  0% {
    transform: translate(0, 5px);
    opacity: 0;
  }
  50% {
    transform: translate(0, 20px);
    opacity: 1;
  }
  100% {
    transform: translate(0, 40px);
    opacity: 0;
  }
}
@keyframes move {
  0% {
    transform: translate(0, 5px);
    opacity: 0;
  }
  50% {
    transform: translate(0, 20px);
    opacity: 1;
  }
  100% {
    transform: translate(0, 40px);
    opacity: 0;
  }
}
section.main-section-half .title-wrapper a {
  -webkit-animation: move 3s linear infinite;
          animation: move 3s linear infinite;
  width: 4.3rem;
  height: 4.3rem;
  display: inline-flex;
  border: 2px solid #728294;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
section.main-section-half .title-wrapper a:after {
  content: "";
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/arrow-gray.svg);
  width: 1.4rem;
  height: 1.4rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
}
@media (max-width: 576px) {
  section.main-section-half {
    background-position-x: left;
  }
}

.text-wrapper-with-bg {
  background-color: #082e56;
  padding: 4rem;
  position: relative;
  z-index: 1;
}
.text-wrapper-with-bg:after {
  position: absolute;
  content: "";
  background-color: #082e56;
  height: 100%;
  width: 50%;
  top: 0;
  right: -50%;
}
.text-wrapper-with-bg h3 {
  color: #0cd4de;
}
.text-wrapper-with-bg p {
  color: #a1b4c8;
}
.text-wrapper-with-bg p:first-of-type {
  color: white;
  font-size: 3rem;
  margin: 2rem 0 4rem 0;
}
@media (max-width: 576px) {
  .text-wrapper-with-bg {
    padding: 2rem;
  }
  .text-wrapper-with-bg p:first-of-type {
    font-size: 2rem;
    margin: 2rem 0;
  }
}

.box-wrapper {
  margin-bottom: 6rem;
  background-color: white;
}
.box-wrapper p {
  text-align: justify;
  font-size: 1.4rem;
  color: #728294;
}
.box-wrapper p:first-of-type {
  color: #082e56;
  font-size: 2rem;
  margin: 1rem 0;
  text-align: left;
  font-weight: bold;
}

.pagination ul {
  display: flex;
}
.pagination ul li {
  margin-right: 1rem;
}
.pagination ul li span,
.pagination ul li a {
  border: 2px solid #dae0e6;
  width: 4.9rem;
  height: 4.9rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #082e56;
}
.pagination ul li span {
  border: 2px solid #082e56;
  background-color: #082e56;
  color: white;
}
.pagination ul li a.next {
  position: relative;
}
.pagination ul li a.next:after {
  content: "";
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/arrow-blue.svg);
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  transition: all 250ms ease;
}
.pagination ul li a.prev {
  position: relative;
}
.pagination ul li a.prev:after {
  content: "";
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/arrow-blue.svg);
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  transition: all 250ms ease;
  transform: rotate(180deg);
}

section.main-section-full {
  height: 100vh;
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/img/home-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 180px;
  display: flex;
  align-items: center;
}
section.main-section-full .text-wrapper {
  max-width: 62rem;
}
section.main-section-full .text-wrapper h1 {
  color: white;
}
section.main-section-full .text-wrapper p {
  color: #a1b4c8;
  font-size: 1.8rem;
  margin: 2rem 0;
}
section.main-section-full .wrapper-inner {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
section.main-section-full .wrapper-inner div {
  margin-left: 2rem;
}
section.main-section-full .wrapper-inner div p {
  color: #a1b4c8;
  font-size: 1.4rem;
  margin: 0;
}
section.main-section-full .wrapper-inner div a {
  color: #0cd4de;
  font-size: 2.2rem;
}
@media (max-width: 992px) {
  section.main-section-full {
    background-position-x: center;
  }
}
@media (max-width: 576px) {
  section.main-section-full {
    background-position-x: left;
    min-height: 100vh;
    height: unset;
  }
}

section.about {
  position: relative;
}
section.about:before {
  content: "";
  position: absolute;
  top: 5rem;
  left: 0;
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/decorators/home-about.svg);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}
section.about .col-xl-7 {
  display: flex;
  align-items: center;
}
section.about .text-wrapper h2 {
  color: #082e56;
  margin-bottom: 2rem;
}
section.about .text-wrapper p {
  font-size: 1.8rem;
  color: #728294;
}
section.about .text-wrapper a {
  margin-top: 6rem;
  font-size: 2rem;
  color: #728294;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
section.about .text-wrapper a:before {
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/arrow.svg);
  content: "";
  width: 4.9rem;
  height: 4.9rem;
  background-size: contain;
  margin-right: 1.6rem;
  background-repeat: no-repeat;
  background-position: center;
}
section.about .image-wrapper img {
  max-width: 46rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  section.about .image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

section.helping-areas {
  background: #082e56;
  padding: 0;
}
section.helping-areas .row {
  padding: 0;
}
section.helping-areas .text-col {
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 5rem;
}
section.helping-areas .text-wrapper h2 {
  color: white;
}
section.helping-areas .text-wrapper p {
  color: #728294;
  max-width: 60rem;
}
section.helping-areas .button-wrapper {
  margin-top: 3rem;
}
section.helping-areas .bg-wrapper {
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/img/obszary.png);
  height: 100%;
  width: 180%;
  position: relative;
  left: -80%;
  background-position: center;
  background-size: cover;
}
@media (max-width: 576px) {
  section.helping-areas .text-col {
    padding-left: 1.5rem;
  }
}

section.helping-areas .slider-wrapper {
  height: 40rem;
}
@media (max-width: 1440px) {
  section.helping-areas .slider-wrapper {
    height: 45rem;
  }
}
@media (max-width: 992px) {
  section.helping-areas .slider-wrapper {
    height: 48rem;
  }
}
@media (max-width: 576px) {
  section.helping-areas .slider-wrapper {
    height: 40rem;
  }
}

.slider-wrapper {
  margin-top: 4rem;
}
.slider-wrapper .slick-list,
.slider-wrapper .slick-track,
.slider-wrapper .slick-slide,
.slider-wrapper .slick-slide > div,
.slider-wrapper .slide-wrapper {
  height: 100% !important;
}
.slider-wrapper .slick-list {
  width: 140% !important;
}
.slider-wrapper .slick-slide {
  padding-right: 4rem;
}
.slider-wrapper .slide-wrapper {
  border: 3px solid #254b73;
  padding: 3rem;
  display: flex !important;
  flex-direction: column;
}
.slider-wrapper .slide-wrapper img {
  max-width: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  flex-grow: 2;
}
.slider-wrapper .slide-wrapper .text-wrapper {
  margin-top: 4rem;
}
.slider-wrapper .slide-wrapper .text-wrapper h4 {
  color: white;
  margin-bottom: 2rem;
}
.slider-wrapper .slide-wrapper .text-wrapper p {
  color: #728294;
  font-size: 1.4rem;
}
.slider-wrapper .slick-arrow {
  border: 2px solid white;
  width: 4.9rem;
  height: 4.9rem;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  top: unset;
  bottom: -11rem;
}
.slider-wrapper .slick-arrow:before {
  display: none;
}
.slider-wrapper .slick-arrow:after {
  content: "";
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/arrow-white.svg);
  width: 2.1rem;
  height: 2.1rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  transition: all 250ms ease;
}
.slider-wrapper .slick-arrow.slick-prev {
  left: unset;
  right: 4rem;
  transition: all 250ms ease;
}
.slider-wrapper .slick-arrow.slick-prev:hover {
  background-color: white;
}
.slider-wrapper .slick-arrow.slick-prev:hover:after {
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/arrow-blue-left.svg);
}
.slider-wrapper .slick-arrow.slick-next {
  background: white;
  transition: all 250ms ease;
}
.slider-wrapper .slick-arrow.slick-next:after {
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/arrow-blue.svg);
}
.slider-wrapper .slick-arrow.slick-next:hover {
  background-color: transparent;
}
.slider-wrapper .slick-arrow.slick-next:hover:after {
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/arrow-white-left.svg);
}
@media (max-width: 576px) {
  .slider-wrapper .slick-list {
    width: 180% !important;
  }
  .slider-wrapper .slick-slide {
    padding-right: 2rem;
  }
  .slider-wrapper .slide-wrapper {
    padding: 2rem;
  }
  .slider-wrapper .slide-wrapper img {
    max-width: 10rem;
  }
  .slider-wrapper .slide-wrapper .text-wrapper {
    margin-top: 2rem;
  }
  .slider-wrapper .slide-wrapper .text-wrapper h4 {
    margin-bottom: 1rem;
  }
  .slider-wrapper .slick-arrow.slick-prev {
    right: 6rem;
  }
  .slider-wrapper .slick-arrow.slick-next {
    right: 0;
  }
}

section.blog {
  padding: 0;
  height: 60rem;
}
section.blog .container,
section.blog .row,
section.blog .col {
  height: 100%;
}
section.blog .row {
  padding: 0;
}
section.blog .col-xl-4 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.blog .title-wrapper {
  padding-top: 3rem;
}
section.blog .title-wrapper h2 {
  color: #082e56;
}
section.blog .text-button-wrapper {
  padding-bottom: 3rem;
}
section.blog .text-button-wrapper p {
  color: #082e56;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
section.blog .articles-wrapper {
  height: 60rem;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
section.blog .articles-wrapper .article-wrapper {
  height: 100%;
  width: 30rem;
}
section.blog .articles-wrapper .article-wrapper .image-wrapper {
  height: 50%;
  background-size: cover;
}
section.blog .articles-wrapper .article-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.blog .articles-wrapper .article-wrapper .text-wrapper {
  background-color: #f4f5f7;
  padding: 2rem;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.blog .articles-wrapper .article-wrapper .text-wrapper p {
  color: #082e56;
  font-size: 1.8rem;
}
section.blog .articles-wrapper .article-wrapper .text-wrapper p a {
  color: inherit;
}
@media (max-width: 1350px) {
  section.blog {
    height: 50rem;
  }
  section.blog .articles-wrapper {
    height: 50rem;
  }
  section.blog .articles-wrapper .article-wrapper {
    width: 25rem;
  }
}
@media (max-width: 1200px) {
  section.blog {
    height: 45rem;
  }
  section.blog .articles-wrapper {
    height: 45rem;
  }
  section.blog .articles-wrapper .article-wrapper {
    width: 22.5rem;
  }
}
@media (max-width: 992px) {
  section.blog {
    height: 75rem;
  }
  section.blog .container {
    height: 30rem;
  }
  section.blog .articles-wrapper {
    top: 30rem;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  section.blog {
    height: calc(30rem + 3 * (100vw / 2));
  }
  section.blog .articles-wrapper {
    top: 30rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: unset;
  }
  section.blog .articles-wrapper .article-wrapper {
    display: flex;
    width: 100%;
    height: calc(100vw / 2);
  }
  section.blog .articles-wrapper .article-wrapper .text-wrapper {
    width: 50%;
    height: 100%;
  }
  section.blog .articles-wrapper .article-wrapper .text-wrapper p {
    font-size: 1.4rem;
  }
  section.blog .articles-wrapper .article-wrapper .image-wrapper {
    width: 50%;
    height: 100%;
  }
}

section.contact {
  padding: 0;
}
section.contact h2 {
  color: #082e56;
  margin-bottom: 3rem;
}
section.contact .row {
  padding: 0;
}
section.contact .col-xl-6 {
  padding: 8rem 0;
}
section.contact .col-xl-5 {
  background-color: #f4f5f7;
  padding: 8rem 0;
  z-index: 2;
  position: relative;
}
section.contact .col-xl-5:after {
  position: absolute;
  top: 0;
  background-color: inherit;
  content: "";
  height: 100%;
  left: -100%;
  width: 100%;
}
section.contact .col-xl-5:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/decorators/home-contact.svg);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
section.contact .data-wrapper {
  margin-bottom: 1rem;
  display: flex;
}
section.contact .data-wrapper div {
  margin-left: 1rem;
}
section.contact .data-wrapper div p {
  color: #627c99;
  font-size: 1.4rem;
}
section.contact .data-wrapper div a {
  font-size: 1.8rem;
  color: #082e56;
  font-weight: bold;
}
@media (max-width: 992px) {
  section.contact .col-xl-5 {
    background-color: #f4f5f7;
    padding: 8rem 0;
  }
  section.contact .col-xl-5:before {
    position: absolute;
    top: 0;
    background-color: inherit;
    content: "";
    height: 100%;
    right: -100%;
    width: 100%;
  }
  section.contact .col-xl-6 {
    padding: 4rem 0;
  }
}
@media (max-width: 576px) {
  section.contact .col-xl-5,
section.contact .col-xl-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.form-wrapper p {
  color: #082e56;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
.form-wrapper .name-mail-wrapper {
  display: flex;
}
.form-wrapper .name-mail-wrapper .input-wrapper {
  width: calc((100% -2rem) / 2);
}
.form-wrapper .name-mail-wrapper .input-wrapper:first-of-type {
  margin-right: 2rem;
}
@media (max-width: 576px) {
  .form-wrapper .name-mail-wrapper {
    flex-direction: column;
  }
  .form-wrapper .name-mail-wrapper .input-wrapper {
    width: 100%;
  }
  .form-wrapper .name-mail-wrapper .input-wrapper:first-of-type {
    margin-right: 0;
  }
}
.form-wrapper .input-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.form-wrapper .input-wrapper br {
  display: none;
}
.form-wrapper .input-wrapper label {
  color: #6f7c8d;
  margin-bottom: 0.5rem;
}
.form-wrapper .input-wrapper input,
.form-wrapper .input-wrapper textarea {
  border: 2px solid #f4f5f7;
  color: #6f7c8d;
  border-radius: 0;
  padding: 1.6rem;
  width: 100%;
}
.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: #6f7c8d;
  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: flex;
}
.form-wrapper .acceptance-wrapper input {
  margin-right: 1.6rem;
  width: 2.2rem;
  min-width: 2.2rem;
  height: 2.2rem;
  border: 2px solid #f4f5f7;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.form-wrapper .acceptance-wrapper input:after {
  background-color: #f4f5f7;
  width: 50%;
  height: 50%;
  content: "";
}
.form-wrapper .acceptance-wrapper input:checked:after {
  background-color: #0cd4de;
}
.form-wrapper .submit-wrapper {
  border-radius: 4.8rem;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #082e56;
  color: white;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.form-wrapper .submit-wrapper:after {
  content: "";
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/send.svg);
  width: 2.1rem;
  height: 2.1rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  margin-left: -4.3rem;
}
.form-wrapper .submit-wrapper .wpcf7-spinner {
  position: absolute;
  bottom: -3.4rem;
  margin: 0;
  background-color: #082e56;
  opacity: 1;
}
.form-wrapper .submit-wrapper input {
  font-size: inherit;
  font-weight: inherit;
  text-transform: uppercase;
  color: inherit;
  background-color: transparent;
  width: 100%;
  padding: 1.6rem 3.2rem;
  padding-right: 7.6rem;
  border-radius: 4.8rem;
  border: none;
}

section#about {
  background-color: #f4f5f7;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
section#about:before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 0;
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/decorators/about-about.svg);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
section#about .row {
  background-color: white;
  padding: 0;
}
section#about .row .col-xl-8 {
  position: relative;
}
section#about .row .col-xl-8:after {
  position: absolute;
  content: "";
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  background-color: white;
}
section#about .row .image-wrapper img {
  height: 54rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section#about .row .text-wrapper {
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
section#about .row .text-wrapper h3 {
  color: #0cd4de;
}
section#about .row .text-wrapper p {
  color: #728294;
  text-align: justify;
  max-width: 70rem;
}
@media (max-width: 992px) {
  section#about .row .col-xl-8:after {
    display: none;
  }
  section#about .row .text-wrapper p {
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  section#about .row .text-wrapper {
    padding: 2rem 1rem;
  }
  section#about .row .image-wrapper {
    padding: 0 1rem;
  }
  section#about .row .image-wrapper img {
    height: unset;
  }
}

section#experience .title-wrapper {
  color: #082e56;
}
section#experience .text-wrapper {
  background-color: #f4f5f7;
  padding: 7rem;
}
section#experience .text-wrapper p {
  text-align: justify;
  color: #728294;
  font-size: 1.8rem;
}
section#experience .text-col {
  padding-right: 0;
}
section#experience .photo-col {
  padding: 0;
}
section#experience .photo-col .bg-wrapper {
  width: 170%;
  height: 100%;
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/img/doswiadczenie.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  section#experience .text-col {
    padding: 0 1.5rem;
  }
  section#experience .photo-col {
    padding: 0 1.5rem;
  }
  section#experience .photo-col .bg-wrapper {
    height: 25rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  section#experience .text-wrapper {
    padding: 2rem;
  }
  section#experience .text-wrapper p {
    font-size: 1.6rem;
  }
}

section#recommendations {
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/img/rekomendacje-bg.png);
  background-position: center;
  background-size: cover;
}
section#recommendations .row {
  padding-bottom: 0;
}
section#recommendations .title-wrapper {
  color: #082e56;
  margin-bottom: 3rem;
}
section#recommendations .recommendations-slider-wrapper {
  position: relative;
}
section#recommendations .recommendations-slider-wrapper:after {
  position: absolute;
  content: "";
  left: -50%;
  top: 0;
  width: 50%;
  background-color: #f4f5f7;
  background-position: 150px center;
  background-size: cover;
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/decorators/about-recommendations3.svg);
  background-repeat: no-repeat;
  height: 100%;
}
section#recommendations .recommendations-slider-wrapper:before {
  position: absolute;
  content: "";
  width: 6rem;
  height: 6rem;
  background-position: center;
  background-size: contain;
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/blockquote.svg);
  background-repeat: no-repeat;
  top: 6rem;
  left: -10rem;
  z-index: 1;
}
section#recommendations .recommendations-slider-wrapper .slide-wrapper {
  background-color: white;
  padding: 6rem 10rem 10rem 6rem;
}
section#recommendations .recommendations-slider-wrapper .slide-wrapper .text-wrapper blockquote {
  font-size: calc(20px + (35 - 20) * ((100vw - 320px) / (1920 - 320)));
  color: #082e56;
}
section#recommendations .recommendations-slider-wrapper .slide-wrapper .text-wrapper p:not(.name) {
  color: #728294;
  margin: 3rem 0 6rem 0;
}
section#recommendations .recommendations-slider-wrapper .slide-wrapper .text-wrapper p.name {
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #082e56;
  font-weight: 600;
}
section#recommendations .recommendations-slider-wrapper .slick-arrow {
  border: 2px solid white;
  width: 4.9rem;
  height: 4.9rem;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  top: unset;
  bottom: 7rem;
  z-index: 10;
}
section#recommendations .recommendations-slider-wrapper .slick-arrow:before {
  display: none;
}
section#recommendations .recommendations-slider-wrapper .slick-arrow:after {
  content: "";
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/arrow-blue.svg);
  width: 2.1rem;
  height: 2.1rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  transform: rotate(180deg);
}
section#recommendations .recommendations-slider-wrapper .slick-arrow.slick-prev {
  left: unset;
  right: 20rem;
  border: 2px solid #dae0e7;
  transition: all 250ms ease;
}
section#recommendations .recommendations-slider-wrapper .slick-arrow.slick-prev:hover {
  background-color: #dae0e7;
}
section#recommendations .recommendations-slider-wrapper .slick-arrow.slick-next {
  background: #082e56;
  right: 13rem;
  transition: all 250ms ease;
  border: 2px solid #082e56;
}
section#recommendations .recommendations-slider-wrapper .slick-arrow.slick-next:after {
  transition: all 250ms ease;
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/arrow-white.svg);
}
section#recommendations .recommendations-slider-wrapper .slick-arrow.slick-next:hover {
  background: transparent;
}
section#recommendations .recommendations-slider-wrapper .slick-arrow.slick-next:hover:after {
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/arrow-blue-left.svg);
}
@media (max-width: 768px) {
  section#recommendations .recommendations-slider-wrapper {
    position: relative;
  }
  section#recommendations .recommendations-slider-wrapper:after {
    display: none;
  }
  section#recommendations .recommendations-slider-wrapper:before {
    width: 3rem;
    height: 3rem;
    top: 6rem;
    left: 4rem;
    z-index: 101;
  }
  section#recommendations .recommendations-slider-wrapper .slide-wrapper {
    padding: 4rem;
  }
  section#recommendations .recommendations-slider-wrapper .slide-wrapper .text-wrapper blockquote {
    padding-left: 8rem;
  }
  section#recommendations .recommendations-slider-wrapper .slide-wrapper .text-wrapper p:not(.name) {
    color: #728294;
    margin: 3rem 0 6rem 0;
  }
  section#recommendations .recommendations-slider-wrapper .slick-arrow {
    bottom: 0;
  }
  section#recommendations .recommendations-slider-wrapper .slick-arrow.slick-prev {
    right: 12rem;
  }
  section#recommendations .recommendations-slider-wrapper .slick-arrow.slick-next {
    right: 5rem;
  }
}
@media (max-width: 576px) {
  section#recommendations .recommendations-slider-wrapper:before {
    width: 3rem;
    height: 3rem;
    top: 6rem;
    left: 2rem;
    z-index: 101;
  }
  section#recommendations .recommendations-slider-wrapper .slide-wrapper {
    padding: 2rem;
    padding-bottom: 3rem;
  }
  section#recommendations .recommendations-slider-wrapper .slide-wrapper .text-wrapper blockquote {
    padding-left: 6rem;
  }
  section#recommendations .recommendations-slider-wrapper .slide-wrapper .text-wrapper p:not(.name) {
    color: #728294;
    margin: 3rem 0 6rem 0;
  }
  section#recommendations .recommendations-slider-wrapper .slick-arrow {
    bottom: -1rem;
  }
}

section#helping-areas {
  position: relative;
}
section#helping-areas:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 70%;
  background-position: left;
  background-size: contain;
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/decorators/helping-areas.svg);
  background-repeat: no-repeat;
  height: 100%;
  z-index: -1;
}
section#helping-areas .row:nth-of-type(2) {
  margin-top: 8rem;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  section#helping-areas {
    padding-bottom: 0;
  }
  section#helping-areas .row:nth-of-type(2) {
    margin-top: 4rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  section#helping-areas .row:nth-of-type(2) .blank-col {
    display: none;
  }
  section#helping-areas .row:nth-of-type(3) {
    padding-top: 0;
  }
}

section.decorative {
  height: 38rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/img/decorative.png);
}

section#offer {
  position: relative;
  background-color: #f4f5f7;
  padding-bottom: 0;
}
section#offer .row {
  z-index: 1;
}
section#offer:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 70%;
  background-position: left;
  background-size: contain;
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/decorators/offer.svg);
  background-repeat: no-repeat;
  height: 30%;
  z-index: 0;
}
section#offer .row:nth-of-type(1) {
  padding-bottom: 9.6rem;
}
section#offer .row.white-bg {
  background-color: white;
  padding: 4rem 0;
  position: relative;
  display: flex;
  align-items: center;
}
section#offer .row.white-bg:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: -50%;
  background-color: white;
}
section#offer .row.white-bg:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  right: -50%;
  background-color: white;
}
section#offer .row.gray-bg {
  background-color: #f4f5f7;
  padding: 4rem 0;
  position: relative;
  display: flex;
  align-items: center;
}
section#offer .row.gray-bg:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: -50%;
  background-color: #f4f5f7;
}
section#offer .row.gray-bg:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  right: -50%;
  background-color: #f4f5f7;
}
section#offer .offer-info-wrapper h3 {
  color: #082e56;
  font-size: calc(32px + (45 - 32) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  margin: 1.5rem 0 3rem 0;
}
section#offer .offer-info-wrapper p {
  font-size: 1.8rem;
  color: #728294;
}
section#offer .offer-info-wrapper span {
  color: #082e56;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  margin: 2rem 1.5rem 2rem 0;
}
section#offer .offer-info-wrapper span:before {
  content: "";
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/clock.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  margin-right: 1rem;
  transition: all 250ms ease;
}
section#offer .offer-info-wrapper span.price:before {
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/price.svg);
}
section#offer .offer-text-wrapper p {
  color: #728294;
  text-align: justify;
}
section#offer .offer-text-wrapper span {
  justify-content: center;
  align-items: center;
  display: inline-flex;
  margin-right: 1.5rem;
  margin: 3rem 1.5rem 0 0;
}
section#offer .offer-text-wrapper span:before {
  content: "";
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/checked.svg);
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  margin-right: 1rem;
  transition: all 250ms ease;
}
section#offer .offer-text-wrapper a {
  margin-top: 3rem;
}
section#offer .offer-text-wrapper a.phone-button {
  color: #a1b4c8;
  text-transform: none;
}

section.contact-offer {
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/img/contact-offer.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.contact-offer .text-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
section.contact-offer .text-wrapper h4 {
  color: white;
  font-size: calc(22px + (36 - 22) * ((100vw - 320px) / (1920 - 320)));
  max-width: 49rem;
  text-align: center;
  margin-bottom: 2rem;
}

section.articles {
  padding-top: 0;
  position: relative;
}
section.articles:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 70%;
  background-position: left;
  background-size: contain;
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/decorators/helping-areas.svg);
  background-repeat: no-repeat;
  height: 100%;
  z-index: -1;
}
section.articles .col-xl-9 {
  display: flex;
  border-bottom: 2px solid #e9ecef;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
section.articles .row:nth-of-type(4n) .col-xl-9,
section.articles .row:nth-last-of-type(2) .col-xl-9 {
  border-bottom: none;
}
section.articles .date-wrapper {
  padding: 5rem 0;
}
section.articles .date-wrapper p {
  color: #728294;
  text-align: right;
  font-size: 2rem;
}
section.articles .date-wrapper p span {
  color: #082e56;
}
section.articles .image-wrapper {
  margin-right: 3rem;
}
section.articles .image-wrapper img {
  width: 37rem;
  height: 23rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.articles .text-wrapper h4 {
  color: #082e56;
  margin-bottom: 2rem;
}
section.articles .text-wrapper h4 a {
  color: inherit;
}
section.articles .text-wrapper p {
  color: #728294;
}
section.articles .row:nth-of-type(1) .col-xl-9,
section.articles .row:nth-of-type(1) .date-wrapper {
  padding-top: 0;
}
@media (max-width: 992px) {
  section.articles .date-wrapper p {
    font-size: 1.6rem;
  }
  section.articles .image-wrapper {
    margin-right: 3rem;
  }
  section.articles .image-wrapper img {
    width: 28rem;
    height: auto;
  }
}
@media (max-width: 768px) {
  section.articles .col-xl-9 {
    flex-direction: column;
    padding-top: 0;
  }
  section.articles .date-wrapper {
    padding: 0 0 2rem 0;
  }
  section.articles .image-wrapper {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  section.articles .image-wrapper img {
    width: 100%;
    height: auto;
  }
}

section#single-article {
  position: relative;
}
section#single-article:after {
  position: absolute;
  content: "";
  left: 0;
  top: 4rem;
  width: 70%;
  background-position: left;
  background-size: contain;
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/decorators/helping-areas.svg);
  background-repeat: no-repeat;
  height: 100%;
  z-index: -1;
}
section#single-article .title-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
section#single-article .title-wrapper h3 {
  color: #082e56;
  font-size: calc(36px + (48 - 36) * ((100vw - 320px) / (1920 - 320)));
  max-width: 66rem;
  align-items: center;
}
section#single-article .wrapper {
  display: flex;
  justify-content: space-between;
}
section#single-article .wrapper p {
  color: #0cd4de;
  font-size: 2rem;
}
section#single-article .wrapper a {
  color: #082e56;
  font-size: 1.8rem;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
section#single-article .wrapper a:before {
  content: "";
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/arrow-gray.svg);
  width: 2.1rem;
  height: 2.1rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  margin-right: 1rem;
  transform: rotate(90deg);
}
section#single-article .image-wrapper {
  margin: 2rem 0;
}
section#single-article .image-wrapper img {
  width: 100%;
  height: auto;
}

.formatted-content {
  line-height: 1.5;
  font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
  text-align: justify;
  color: #728294;
}
.formatted-content strong {
  font-weight: bold;
  color: #082e56;
}
.formatted-content em {
  font-style: italic;
}
.formatted-content a {
  color: #0cd4de;
  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.more-articles {
  padding-top: 0;
}
section.more-articles h3 {
  color: #082e56;
  font-size: calc(36px + (48 - 36) * ((100vw - 320px) / (1920 - 320)));
}
section.more-articles .articles-wrapper {
  display: flex;
  height: 30rem;
}
section.more-articles .articles-wrapper .article-wrapper {
  display: flex;
}
section.more-articles .articles-wrapper .article-wrapper .text-wrapper {
  background-color: #f4f5f7;
  padding: 2rem;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.more-articles .articles-wrapper .article-wrapper .text-wrapper p {
  color: #082e56;
  font-size: 1.8rem;
}
section.more-articles .articles-wrapper .article-wrapper .text-wrapper p a {
  color: inherit;
}
section.more-articles .articles-wrapper .article-wrapper .image-wrapper {
  width: 50%;
}
section.more-articles .articles-wrapper .article-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  section.more-articles .articles-wrapper {
    height: unset;
  }
  section.more-articles .articles-wrapper .article-wrapper .text-wrapper p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  section.more-articles .articles-wrapper {
    flex-direction: column;
  }
  section.more-articles .articles-wrapper .article-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  section.more-articles .articles-wrapper .article-wrapper .text-wrapper p {
    font-size: 1.4rem;
  }
}

section#questions {
  background: #f4f5f7;
  position: relative;
  z-index: 1;
}
section#questions:after {
  position: absolute;
  content: "";
  left: 0;
  top: 4rem;
  width: 70%;
  background-position: left;
  background-size: contain;
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/decorators/questions.svg);
  background-repeat: no-repeat;
  height: 84rem;
  z-index: -1;
}
section#questions .title-wrapper {
  margin-bottom: 6rem;
}
section#questions .title-wrapper h2 {
  color: #082e56;
  text-align: center;
}
section#questions .accordion-wrapper .single-accordion {
  margin-bottom: 2rem;
}
section#questions .accordion-wrapper .single-accordion button {
  background: #f4f5f7;
  border: 2px solid #dde4ed;
  cursor: pointer;
  padding: 2rem 4rem;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 2rem;
  transition: all 400ms ease;
  color: #728294;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#questions .accordion-wrapper .single-accordion button:after {
  content: "";
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/accordion-arrow.svg);
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center;
  transition: all 250ms ease;
  margin-left: 2rem;
}
section#questions .accordion-wrapper .single-accordion .active {
  background-color: white;
  border-color: transparent;
  color: #082e56;
}
section#questions .accordion-wrapper .single-accordion .active:after {
  transform: rotate(180deg);
}
section#questions .accordion-wrapper .single-accordion .content {
  padding: 0 4rem;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: #728294;
  font-size: 2rem;
  box-shadow: 0px 24px 16px rgba(0, 0, 0, 0.05);
}
section#questions .accordion-wrapper .single-accordion .content p {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  section#questions .accordion-wrapper .single-accordion button {
    font-size: 1.8rem;
    padding: 2rem;
  }
  section#questions .accordion-wrapper .single-accordion button:after {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
  }
  section#questions .accordion-wrapper .single-accordion .content {
    font-size: 1.6rem;
    padding: 0 2rem;
  }
}

section#contact {
  overflow: hidden;
  z-index: 10;
  padding: 10rem 0;
  position: relative;
}
section#contact:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/svg/decorators/contact.svg);
  z-index: -1;
  background-position: right bottom;
}
section#contact .form-wrapper {
  padding: 4rem;
  background: white;
  position: relative;
  margin-bottom: 6rem;
}
section#contact .form-wrapper:before {
  content: "";
  position: absolute;
  right: 0;
  top: -116px;
  width: 170%;
  height: calc(100% + 20rem + 32px + 6rem);
  background-size: cover;
  background-image: url(../../../../../wp-content/themes/iconic-soul-theme/assets/img/kontakt-bg.png);
  z-index: -1;
  background-position-y: bottom;
}
section#contact .form-wrapper .name-mail-wrapper {
  flex-direction: column;
}
section#contact .form-wrapper .name-mail-wrapper .input-wrapper {
  width: 100%;
}
section#contact .form-wrapper .input-wrapper input,
section#contact .form-wrapper .input-wrapper textarea {
  border: none;
  border-bottom: 2px solid #f4f5f7;
}
section#contact .form-wrapper .acceptance-wrapper input:checked:after {
  background-color: #082e56;
}
section#contact .form-wrapper .submit-wrapper {
  background: #7e65cc;
}
section#contact h3 {
  color: #082e56;
  margin-bottom: 2rem;
}
section#contact .text-image-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6rem;
}
section#contact .text-image-wrapper img {
  margin-right: 4rem;
  filter: drop-shadow(0px 22px 33px rgba(0, 0, 0, 0.15));
}
section#contact .text-image-wrapper div p:first-of-type {
  color: #082e56;
  font-size: calc(22px + (36 - 22) * ((100vw - 320px) / (1920 - 320)));
}
section#contact .text-image-wrapper div p {
  font-size: 1.8rem;
  color: #0cd4de;
}
section#contact .data-wrapper {
  display: flex;
  margin-bottom: 1.5rem;
}
section#contact .data-wrapper img {
  width: 2.6rem;
  height: 2.6rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 2rem;
  margin-top: 0.5rem;
}
section#contact .data-wrapper div p,
section#contact .data-wrapper div a {
  color: #35475b;
  font-size: 2.4rem;
}
section#contact .data-wrapper div p:last-of-type {
  color: #728294;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  section#contact .form-wrapper {
    padding: 0;
  }
  section#contact .form-wrapper:before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  section#contact {
    padding: 4.8rem 0;
  }
}

body.page-template-umow-wizyte section#contact .form-wrapper:before {
  width: 185%;
}

/*!
 * 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;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 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: white;
}

.hamburger-box {
  width: 40px;
  height: 25px;
  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: white;
  border-radius: 5px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -11px;
}
.hamburger-inner::after {
  bottom: -11px;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 11px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 22px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -8px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(-90deg);
}

/* 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;
}
/*# sourceMappingURL=style.css.map *//*# sourceMappingURL=style.css.map */