/*

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

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

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input[type=file] {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

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

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

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

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

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

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

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

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

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-12 {
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-12 {
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-12 {
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-12 {
    -ms-flex-order: 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: -ms-flexbox !important;
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

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

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

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

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

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

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

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

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

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

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

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

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

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

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

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

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

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

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

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

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

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

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

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

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/*
COLORS
*/
/*
FONTS
*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
input,
label,
textarea {
  line-height: 1.25;
}

p {
  line-height: 1.5;
}

p,
a,
li,
span,
div {
  font-family: "Lexend Deca", sans-serif;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

input,
label,
textarea {
  font-family: "Lexend Exa", sans-serif;
  font-size: 15px;
}

header li a,
footer li a {
  font-family: "Lexend Exa", sans-serif;
  font-size: 1rem;
  color: white;
  text-transform: uppercase;
  transition: all 250ms ease;
}

h1 {
  font-family: "Lexend Exa", sans-serif;
  font-size: 70px;
}
@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 576px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-family: "Lexend Exa", sans-serif;
  font-size: 80px;
}
@media only screen and (max-width: 1200px) {
  h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 576px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-family: "Lexend Exa", sans-serif;
  font-size: 35px;
}
@media only screen and (max-width: 1200px) {
  h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 576px) {
  h3 {
    font-size: 24px;
  }
}

h4,
h5,
h6 {
  font-family: "Lexend Exa", sans-serif;
}

.button {
  padding: 1rem 1.5rem;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 250ms ease;
}

.black-button {
  background-color: black;
  color: white;
  filter: drop-shadow(0px 8px 17px rgba(0, 0, 0, 0.32));
}

.black-button-reverse-border {
  background-color: black;
  color: white;
  border: 2px solid transparent;
  transition: all 250ms ease;
}
.black-button-reverse-border:hover {
  background-color: transparent;
  border: 2px solid black;
}

.green-button {
  background-color: #00d695;
  color: white;
  filter: drop-shadow(0px 8px 17px rgba(0, 214, 149, 0.32));
}

.green-button-reverse-border {
  background-color: #00d695;
  color: white;
  border: 1px solid transparent;
  transition: all 250ms ease;
}
.green-button-reverse-border:hover {
  background-color: transparent;
  border: 1px solid #00d695;
}

.white-border-hover {
  border: 1px solid transparent;
  color: white;
  transition: all 250ms ease;
}
.white-border-hover:hover {
  border: 1px solid white;
}

.border-button {
  padding: 1rem 1.5rem;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 250ms ease;
  color: white;
  background-color: transparent;
}

.green-border {
  border: 2px solid #00d695;
}
.green-border:hover {
  background-color: #00d695;
}

.white-border {
  border: 2px solid white;
}
.white-border:hover {
  background-color: white;
  color: #00d695;
}

.animated-border {
  color: white;
  position: relative;
  overflow: hidden;
  transition: 0.2s;
  border: 2px solid transparent;
}
.animated-border span {
  position: absolute;
  display: block;
}
.animated-border span:nth-of-type(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, white);
}
.animated-border span:nth-of-type(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, white);
}
.animated-border span:nth-of-type(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, white);
}
.animated-border span:nth-of-type(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, white);
}
.animated-border:hover {
  border: 2px solid white;
  transition-delay: 0.75s;
  transform: scale(1);
}
.animated-border:hover span:nth-of-type(1) {
  left: 100%;
  transition: 0.75s;
}
.animated-border:hover span:nth-of-type(3) {
  right: 100%;
  transition: 0.75s;
  transition-delay: calc(0.75s * 0.5);
}
.animated-border:hover span:nth-of-type(2) {
  top: 100%;
  transition: 0.75s;
  transition-delay: calc(0.75s * 0.25);
}
.animated-border:hover span:nth-of-type(4) {
  bottom: 100%;
  transition: 0.75s;
  transition-delay: calc(0.75s * 0.75);
}

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

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

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
header#main-header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1001;
  background-color: transparent;
  height: 150px;
}
header#main-header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1260px) {
  header#main-header .container {
    flex-wrap: wrap;
  }
}
header#main-header .container .logo-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: inherit;
  padding: 10px;
}
header#main-header .container .logo-wrapper a {
  display: flex;
  height: 50%;
  max-height: 80%;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  header#main-header .container .logo-wrapper a {
    height: 40%;
    max-height: 70%;
  }
}
header#main-header .container .logo-wrapper a img {
  height: 100%;
  max-height: 100%;
  width: auto;
}
header#main-header .container .menu-wrapper {
  display: none;
}
header#main-header .container .menu-wrapper .button {
  font-size: 1rem;
  white-space: nowrap;
}
header#main-header .container .menu-wrapper.desktop {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header#main-header .container .menu-wrapper.desktop .nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}
header#main-header .container .menu-wrapper.desktop .nav li {
  padding: 1.5rem;
  position: relative;
}
header#main-header .container .menu-wrapper.desktop .nav li:not(:last-of-type) a {
  transition: all 250ms ease;
}
header#main-header .container .menu-wrapper.desktop .nav li:not(:last-of-type) a:hover {
  color: #00d695;
}
header#main-header .container .menu-wrapper.mobile {
  display: none;
  position: relative;
  width: 100%;
  background-color: #000000;
  transition: 250ms all ease;
  height: calc(100vh - 150px);
}
header#main-header .container .menu-wrapper.mobile:after {
  content: "";
  height: 100%;
  width: 150%;
  background-color: #000000;
  top: 0;
  left: -25%;
  position: absolute;
  z-index: -1;
}
header#main-header .container .menu-wrapper.mobile.is-visible {
  display: block;
}
header#main-header .container .menu-wrapper.mobile .nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem 0.5rem;
  position: relative;
}
header#main-header .container .menu-wrapper.mobile .nav li {
  display: block;
  position: relative;
}
header#main-header .container .menu-wrapper.mobile .nav li a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: white;
  font-weight: 700;
  line-height: 2;
}
header#main-header .container .mobile-button-wrapper {
  display: flex;
  position: relative;
  width: 25%;
  justify-content: flex-end;
  align-items: center;
  padding: 0.5rem;
}
@media only screen and (min-width: 1259px) {
  header#main-header .container .mobile-button-wrapper {
    display: none;
  }
}

footer {
  background: #000000 url("../../../../../wp-content/themes/fastsite-theme/assets/img/piasek.png") no-repeat center bottom;
  padding-bottom: 170px;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  footer {
    padding-bottom: 100px;
  }
}
footer .row:nth-of-type(1) .col:nth-of-type(1) .menu-wrapper-footer ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  height: 100%;
}
footer .row:nth-of-type(1) .col:nth-of-type(1) .menu-wrapper-footer ul li {
  padding: 1.5rem;
  position: relative;
}
@media only screen and (max-width: 992px) {
  footer .row:nth-of-type(1) .col:nth-of-type(1) .menu-wrapper-footer ul li {
    padding: 1rem;
  }
}
footer .row:nth-of-type(1) .col:nth-of-type(1) .menu-wrapper-footer ul li:first-of-type {
  padding-left: 0;
}
footer .row:nth-of-type(1) .col:nth-of-type(1) .menu-wrapper-footer ul li:last-of-type {
  padding-right: 0;
}
footer .row:nth-of-type(1) .col:nth-of-type(1) .menu-wrapper-footer ul li a {
  transition: all 250ms ease;
}
footer .row:nth-of-type(1) .col:nth-of-type(1) .menu-wrapper-footer ul li a:hover {
  color: #00d695;
}
@media only screen and (max-width: 768px) {
  footer .row:nth-of-type(1) .col:nth-of-type(1) .menu-wrapper-footer ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .row:nth-of-type(1) .col:nth-of-type(2) {
  display: flex;
  justify-content: flex-end;
}
footer .row:nth-of-type(1) .col:nth-of-type(2) a:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 992px) {
  footer .row:nth-of-type(1) .col:nth-of-type(2) {
    justify-content: center;
  }
}
@media only screen and (max-width: 992px) {
  footer .row:nth-of-type(1) .col {
    margin: 16px 0;
  }
}
footer .row:nth-of-type(2) a,
footer .row:nth-of-type(2) p {
  font-family: "Lexend Exa", sans-serif;
  font-size: 15px;
  color: #8a8a8a;
}
footer .row:nth-of-type(2) .col:nth-of-type(1) .logo-wrapper img {
  height: 67px;
}
@media only screen and (max-width: 992px) {
  footer .row:nth-of-type(2) .col:nth-of-type(1) {
    justify-content: center;
  }
}
footer .row:nth-of-type(2) .col:nth-of-type(2) {
  display: flex;
  justify-content: center;
}
footer .row:nth-of-type(2) .col:nth-of-type(2) a {
  text-transform: uppercase;
  margin-right: 1.5rem;
}
footer .row:nth-of-type(2) .col:nth-of-type(3) {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  footer .row:nth-of-type(2) .col:nth-of-type(3) {
    justify-content: center;
  }
  footer .row:nth-of-type(2) .col:nth-of-type(3) p {
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  footer .row:nth-of-type(2) .col {
    margin: 16px 0;
  }
}
footer .col {
  display: flex;
  align-items: center;
}

/*!
 * 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: #00d695;
}

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

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

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

body {
  overflow-x: hidden;
  background: #000000 url("../../../../../wp-content/themes/fastsite-theme/assets/img/tlo_body.png") no-repeat center top;
  background-size: contain;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

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

div.row {
  padding: 1rem 0;
}

.icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  transition: all 250ms ease;
}
.icon:after {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 21px;
  height: 21px;
}
.icon.icon-linkedin:after {
  background-image: url("../../../../../wp-content/themes/fastsite-theme/assets/img/linkedin.svg");
}
.icon.icon-messenger:after {
  background-image: url("../../../../../wp-content/themes/fastsite-theme/assets/img/messenger.svg");
}
.icon.icon-instagram:after {
  background-image: url("../../../../../wp-content/themes/fastsite-theme/assets/img/instagram.svg");
}
.icon.icon-dribble:after {
  background-image: url("../../../../../wp-content/themes/fastsite-theme/assets/img/dribbble.svg");
}

.header-in-section {
  margin-bottom: 30px;
}
.header-in-section .title-wrapper h2 {
  color: white;
  margin-bottom: 16px;
}
.header-in-section .title-wrapper p {
  color: #8a8a8a;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .header-in-section .title-wrapper p {
    font-size: 18px;
  }
}
.header-in-section .button-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-in-section .button-wrapper a {
  font-size: 30px;
  color: white;
  transition: all 250ms ease;
}
@media only screen and (max-width: 768px) {
  .header-in-section .button-wrapper a {
    font-size: 24px;
  }
}
.header-in-section .button-wrapper a:hover {
  color: #00d695;
}
@media only screen and (max-width: 992px) {
  .header-in-section .col:first-of-type {
    margin-bottom: 36px;
  }
}

.wrapper {
  position: relative;
  display: block;
}

.section-regular {
  margin-top: 150px;
}
.section-regular h1 {
  color: white;
}

.no-padding-top {
  padding-top: 0;
}

.case-box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  display: flex;
  position: relative;
  flex-direction: column;
  overflow: hidden;
  margin: 0 2rem 2rem 0;
  width: calc((100% - 2rem) / 2);
}
.case-box::before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent);
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: all 250ms ease;
}
.case-box:hover::before {
  transition: all 250ms ease;
  opacity: 1;
}
.case-box .text-wrapper {
  padding: 24px;
  position: absolute;
  bottom: 0;
  transition: all 250ms ease;
}
.case-box .text-wrapper p {
  color: white;
  margin-top: 10px;
  opacity: 52%;
  font-size: 24px;
}
.case-box .text-wrapper p:nth-of-type(1) {
  font-size: 38px;
  opacity: unset;
}
.case-box .buttons-wrapper {
  width: 100%;
  padding: 24px;
  transition: all 250ms ease;
  position: absolute;
  bottom: -180px;
}
.case-box .buttons-wrapper a:nth-of-type(1) {
  margin-right: 10px;
}
.case-box .buttons-wrapper a {
  margin-bottom: 16px;
}
.case-box:hover .text-wrapper {
  bottom: 95px;
}
.case-box:hover .buttons-wrapper {
  bottom: -16px;
}
.case-box:nth-of-type(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .case-box {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .case-box .text-wrapper p:nth-of-type(1) {
    font-size: 28px;
  }
  .case-box .text-wrapper p:nth-of-type(2) {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .case-box {
    min-height: 400px;
  }
}
@media only screen and (max-width: 459px) {
  .case-box.two-buttons:hover .text-wrapper {
    bottom: 150px;
  }
  .case-box.two-buttons:hover .buttons-wrapper {
    bottom: -16px;
  }
}

.case-box-small {
  height: 350px;
  margin: 0 2rem 2rem 0;
  width: calc((100% - 4rem) / 3);
}
.case-box-small .text-wrapper p:nth-of-type(1) {
  font-size: 25px;
}
.case-box-small .buttons-wrapper {
  width: 100%;
  padding: 24px;
  transition: all 250ms ease;
  position: absolute;
  bottom: -180px;
}
.case-box-small .buttons-wrapper a:nth-of-type(1) {
  margin-right: 10px;
}
.case-box-small .buttons-wrapper a {
  margin-bottom: 16px;
}
.case-box-small:hover .text-wrapper {
  bottom: 95px;
}
.case-box-small:hover .buttons-wrapper {
  bottom: -16px;
}
.case-box-small:nth-of-type(2n) {
  margin-right: 2rem;
}
.case-box-small:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 576px) {
  .case-box-small {
    min-height: unset;
  }
}
@media only screen and (max-width: 1200px) {
  .case-box-small {
    width: calc((100% - 2rem) / 2);
  }
  .case-box-small:nth-of-type(3n) {
    margin-right: 2rem;
  }
  .case-box-small:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .case-box-small {
    width: 100%;
    margin-right: 0;
  }
  .case-box-small:nth-of-type(3n) {
    margin-right: 0;
  }
}

.post-box {
  margin: 0 1rem 2rem 0;
  display: block;
  position: relative;
  width: calc((100% - 3rem) / 4);
}
.post-box .image-wrapper {
  margin-bottom: 16px;
}
.post-box .image-wrapper a {
  width: 100%;
}
.post-box .image-wrapper img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .post-box .image-wrapper img {
    height: 200px;
  }
}
.post-box .text-wrapper p:nth-of-type(1) {
  font-size: 22px;
  color: #8a8a8a;
}
.post-box .text-wrapper a {
  font-size: 25px;
  color: white;
  margin-top: 8px;
  margin-bottom: 16px;
  display: inline-block;
  transition: all 250ms ease;
}
.post-box .text-wrapper a:hover {
  color: #00d695;
}
.post-box .text-wrapper p {
  font-size: 20px;
  color: #8a8a8a;
}
.post-box:nth-of-type(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .post-box {
    width: calc((100% - 1rem) / 2);
  }
  .post-box:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .post-box {
    width: 100%;
    margin-right: 0;
  }
}

.post-box-big {
  margin: 0 2rem 2rem 0;
  display: block;
  position: relative;
  width: calc((100% - 2rem) / 2);
}
.post-box-big:nth-of-type(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .post-box-big {
    width: calc((100% - 1rem) / 2);
  }
  .post-box-big:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .post-box-big {
    width: 100%;
    margin-right: 0;
  }
}

.feed-wrapper > .wrapper-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

section.subpage-header {
  margin-top: 150px;
  height: calc(100vh - 150px);
  position: relative;
}
@media only screen and (max-width: 992px) {
  section.subpage-header {
    height: unset;
    min-height: 100vh;
  }
}
section.subpage-header:after {
  content: "";
  background: url("../../../../../wp-content/themes/fastsite-theme/assets/img/planeta-0.png") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  z-index: -1;
}
section.subpage-header#main-page-subpage-header:after {
  right: -15%;
  bottom: -90%;
  width: 80%;
  height: 115vh;
  background: url("../../../../../wp-content/themes/fastsite-theme/assets/img/planeta-v3.png") no-repeat right center;
  background-size: contain;
  transform: rotate(10deg);
}
@media only screen and (max-width: 992px) {
  section.subpage-header#main-page-subpage-header:after {
    bottom: -60%;
  }
}
section.subpage-header#services-subpage-header:after {
  background: url("../../../../../wp-content/themes/fastsite-theme/assets/img/services-main.png") no-repeat right center;
  background-size: contain;
  right: 0%;
  bottom: -80%;
  width: 80%;
  height: 150vh;
}
@media only screen and (max-width: 1400px) {
  section.subpage-header#services-subpage-header:after {
    right: -15%;
  }
}
section.subpage-header#about-us-subpage-header:after {
  right: 0;
  bottom: -70%;
  width: 80%;
  height: 135vh;
  background: url("../../../../../wp-content/themes/fastsite-theme/assets/img/au-1.png") no-repeat right center;
  background-size: contain;
}
@media only screen and (max-width: 992px) {
  section.subpage-header#about-us-subpage-header:after {
    bottom: -70%;
  }
}
section.subpage-header#case-studies-subpage-header:after {
  background: url("../../../../../wp-content/themes/fastsite-theme/assets/img/case-studies-main2.png") no-repeat center center;
  background-size: contain;
  right: -45%;
  bottom: -80%;
  width: 130%;
  height: 150vh;
}
@media only screen and (max-width: 1300px) {
  section.subpage-header#case-studies-subpage-header:after {
    right: -50%;
  }
}
@media only screen and (max-width: 576px) {
  section.subpage-header#case-studies-subpage-header:after {
    bottom: -60%;
    right: -25%;
    height: 100vh;
  }
}
section.subpage-header#logbook-subpage-header:after {
  background: url("../../../../../wp-content/themes/fastsite-theme/assets/img/logbook-main.png") no-repeat right center;
  background-size: contain;
  right: 0%;
  bottom: -100vh;
  width: 80%;
  height: 200vh;
}
section.subpage-header .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
section.subpage-header .row {
  display: flex;
  align-items: center;
}
section.subpage-header .col {
  padding-right: 0;
}
@media only screen and (max-width: 992px) {
  section.subpage-header .col {
    padding-right: unset;
  }
}
section.subpage-header .header-wrapper h1 {
  color: white;
}
section.subpage-header .header-wrapper h1 span {
  color: #00d695;
  font-family: inherit;
}
section.subpage-header .text-wrapper {
  margin: 20px 0;
}
section.subpage-header .text-wrapper p {
  font-size: 25px;
  color: #8a8a8a;
  max-width: 572px;
}
section.subpage-header .buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
section.subpage-header .buttons-wrapper a {
  margin-right: 16px;
  margin-bottom: 16px;
}
section.subpage-header .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
section.subpage-header .image-wrapper .wrapper-inner {
  display: flex;
  justify-content: center;
  width: 100%;
}
section.subpage-header .image-wrapper .wrapper-inner img {
  position: relative;
  width: 130%;
  height: auto;
}
@media only screen and (max-width: 992px) {
  section.subpage-header .image-wrapper .wrapper-inner img {
    width: 80%;
  }
}
section.subpage-header .image-wrapper.main-page {
  top: 48px;
  padding-left: 30px;
  width: 100%;
  height: auto;
}

section#case-studies .container {
  background-color: #0e0e0e;
  padding: 50px;
}
@media only screen and (max-width: 1200px) {
  section#case-studies .container {
    padding: 30px;
  }
}
@media only screen and (max-width: 992px) {
  section#case-studies .container {
    padding: 25px;
  }
}
section#case-studies .row:nth-of-type(1) {
  padding: 50px 0;
}
@media only screen and (max-width: 992px) {
  section#case-studies .row:nth-of-type(1) {
    padding: 25px 0;
  }
  section#case-studies .row {
    padding: 0;
  }
}

section#get-brief {
  padding-bottom: 0;
}
section#get-brief .container {
  overflow: hidden;
  padding: 50px 70px;
  background: #0e0e0e;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to top, #00d695, transparent);
  border-image-slice: 2;
  position: relative;
  z-index: 2;
}
section#get-brief .container:after {
  content: "";
  background: url("../../../../../wp-content/themes/fastsite-theme/assets/img/planeta-0.png") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  right: -30%;
  bottom: -50%;
  width: 80%;
  height: 80vh;
  transform: rotate(180deg);
  z-index: -1;
}
section#get-brief .text-wrapper h3 {
  color: white;
}
section#get-brief .button-wrapper {
  margin-top: 2rem;
}
section#get-brief .button-wrapper .button {
  display: inline-flex;
  align-items: center;
}
section#get-brief .button-wrapper .button:after {
  content: url("../../../../../wp-content/themes/fastsite-theme/assets/img/download.svg");
  display: inline-block;
  margin-left: 0.8rem;
}
@media only screen and (max-width: 992px) {
  section#get-brief .button-wrapper {
    display: flex;
    justify-content: center;
  }
  section#get-brief .col:first-of-type {
    margin-bottom: 32px;
  }
  section#get-brief .col:first-of-type h3 {
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  section#get-brief .container {
    padding: 25px 25px;
  }
}

section#form .container {
  padding: 50px 70px;
  background: #00d695 url("../../../../../wp-content/themes/fastsite-theme/assets/img/form-img.png") no-repeat left bottom;
  background-size: contain;
}
@media only screen and (max-width: 992px) {
  section#form .container {
    padding: 40px 30px 130px 30px;
  }
}
@media only screen and (max-width: 576px) {
  section#form .container {
    padding: 16px 16px 130px 16px;
    background-size: 120%;
  }
}
section#form .text-wrapper {
  margin-bottom: 32px;
}
section#form .text-wrapper h2 {
  color: white;
  margin-bottom: 32px;
}
section#form .text-wrapper a {
  color: black;
  font-size: 30px;
  font-family: "Lexend Exa", sans-serif;
}
section#form .form-wrapper .input-wrapper {
  margin-bottom: 25px;
  position: relative;
}
section#form .form-wrapper label {
  color: white;
  position: absolute;
  top: 20px;
  left: 20px;
  transition: all 350ms ease;
  z-index: 10;
}
section#form .form-wrapper label[for=brief] {
  position: relative;
  padding: 20px;
}
section#form .form-wrapper input[type=text],
section#form .form-wrapper input[type=tel],
section#form .form-wrapper input[type=email],
section#form .form-wrapper textarea {
  width: 100%;
  border: none;
  background-color: #008e63;
  color: white;
  padding: 20px;
}
section#form .form-wrapper .custom-file-upload {
  width: 100%;
  border: none;
  background-color: #008e63;
  padding: 0.5rem 1rem;
  top: 0 !important;
  left: 0 !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
section#form .form-wrapper .custom-file-upload:before {
  content: url("../../../../../wp-content/themes/fastsite-theme/assets/img/download.svg");
  display: inline-block;
  margin-right: 0.8rem;
}

section#how-we-do .container {
  background-color: #0e0e0e;
  padding: 50px;
}
@media only screen and (max-width: 1200px) {
  section#how-we-do .container {
    padding: 30px;
  }
}
@media only screen and (max-width: 992px) {
  section#how-we-do .container {
    padding: 25px;
  }
}
section#how-we-do .title-wrapper h2,
section#how-we-do .title-wrapper p {
  text-align: center;
}
section#how-we-do .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}
section#how-we-do .image-wrapper .wrapper-inner img {
  width: 100%;
}
section#how-we-do .step-box {
  margin-bottom: 3rem;
}
section#how-we-do .step-box .step-box-text p:nth-of-type(1) {
  color: #00d695;
  font-size: 30px;
  text-align: center;
}
section#how-we-do .step-box .step-box-text p:nth-of-type(2) {
  color: white;
  font-size: 40px;
  text-align: center;
  margin: 0.5rem 0 2rem 0;
}
section#how-we-do .step-box .step-box-text p:nth-of-type(3) {
  color: #8a8a8a;
  font-size: 1rem;
  text-align: justify;
}

section#slider .swiper-container {
  height: 85vh;
  max-height: 750px;
}
section#slider .swiper-wrapper {
  position: relative;
  padding-bottom: 10rem;
}
section#slider .swiper-slide {
  background: #000000 url("../../../../../wp-content/themes/fastsite-theme/assets/img/slider.png") no-repeat center center;
  background-size: contain;
  background-blend-mode: screen;
}
section#slider .swiper-slide:before {
  content: "";
  background: radial-gradient(transparent, #000000 80%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
section#slider .wrapper-inner {
  display: flex;
}
section#slider .slide-inner-text {
  width: 40%;
}
section#slider .slide-inner-image {
  width: 60%;
  padding: 2rem;
}
section#slider .slide-inner-image img {
  width: 100%;
  object-fit: contain;
}
section#slider .slide-wrapper .header-wrapper p {
  font-size: 45px;
  color: #00d695;
}
section#slider .slide-wrapper .text-wrapper {
  margin-top: 2rem;
}
section#slider .slide-wrapper .text-wrapper p {
  color: white;
  font-size: 17px;
  line-height: 1.5;
}
section#slider .slide-wrapper .list-wrapper {
  margin-top: 1rem;
}
section#slider .slide-wrapper .list-wrapper ul {
  display: flex;
  flex-direction: column;
}
section#slider .slide-wrapper .list-wrapper ul li {
  padding: 0.5rem 0;
  color: white;
  font-size: 20px;
  position: relative;
  display: inline-flex;
  align-items: center;
  position: relative;
}
section#slider .slide-wrapper .list-wrapper ul li:before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #00d695;
  margin-right: 12px;
}
section#slider .swiper-pagination {
  bottom: 2rem;
  width: 100% !important;
  height: auto !important;
}
section#slider .swiper-pagination-bullet {
  padding: 1rem 2rem;
  border-radius: 0;
  margin: 0 1rem;
  display: inline;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: white;
  opacity: 1;
  background: black;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to top, #00d695, transparent);
  border-image-slice: 2;
  transition: all 250ms ease;
}
section#slider .swiper-pagination-bullet:hover {
  background: #00d695;
}
@media only screen and (max-width: 1450px) {
  section#slider .swiper-pagination-bullet {
    display: none;
  }
}
section#slider .swiper-pagination-bullet-active {
  color: #fff;
  background: #00d695;
}
section#slider .swiper-button {
  position: absolute;
  top: unset;
  bottom: 30%;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to top, #00d695, transparent);
  border-image-slice: 2;
  background-color: transparent;
  width: 3.5rem;
  height: 3.5rem;
  transition: all 250ms ease;
}
section#slider .swiper-button:after {
  content: "";
}
section#slider .swiper-button:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../../../../wp-content/themes/fastsite-theme/assets/img/aw.svg");
  background-color: unset;
}
section#slider .swiper-button:hover {
  background-color: #00d695;
}
section#slider .swiper-button-next {
  right: 14%;
  width: 12rem;
}
section#slider .swiper-button-next p {
  padding-left: 0.5rem;
  color: white;
}
section#slider .swiper-button-next:before {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1440px) {
  section#slider .swiper-button-next {
    right: 7%;
  }
}
section#slider .swiper-button-prev {
  right: 31%;
  left: unset;
}
@media only screen and (max-width: 1200px) {
  section#slider .slide-inner-image {
    padding: 5rem 2rem;
    display: flex;
    justify-content: center;
    align-items: start;
  }
}
@media only screen and (max-width: 992px) {
  section#slider .swiper-container {
    min-height: 85vh;
    max-height: unset;
  }
  section#slider .wrapper-inner {
    flex-direction: column;
  }
  section#slider .slide-inner-text {
    width: 100%;
    order: 2;
  }
  section#slider .slide-inner-text .header-wrapper p {
    font-size: 1.5rem;
  }
  section#slider .slide-inner-text .text-wrapper {
    margin-top: 1rem;
  }
  section#slider .slide-inner-text .text-wrapper p {
    font-size: 1rem;
  }
  section#slider .slide-inner-text .list-wrapper ul li {
    font-size: 1rem;
  }
  section#slider .slide-inner-image {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section#slider .slide-inner-image img {
    width: 90%;
  }
  section#slider .swiper-button {
    bottom: 2%;
  }
  section#slider .swiper-button-next {
    right: 10%;
  }
  section#slider .swiper-button-prev {
    right: unset;
    left: 10%;
  }
}
@media only screen and (max-width: 576px) {
  section#slider .desktop-swiper-wrapper {
    display: none;
  }
  section#slider .swiper-container {
    max-height: unset;
    min-height: unset;
    height: unset;
  }
  section#slider .mobile-swiper-wrapper .swiper-slide-mobile-image {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
  }
  section#slider .mobile-swiper-wrapper .swiper-slide-mobile-image img {
    width: 90%;
    object-fit: contain;
  }
  section#slider .mobile-swiper-wrapper .slide-inner-image {
    display: none;
  }
  section#slider .mobile-swiper-wrapper .swiper-slide-mobile {
    margin-bottom: 3rem;
  }
  section#slider .swiper-button {
    display: none;
  }
}

section#who-we-are .container {
  background-color: #0e0e0e;
  padding: 50px;
}
@media only screen and (max-width: 1200px) {
  section#who-we-are .container {
    padding: 30px;
  }
}
@media only screen and (max-width: 992px) {
  section#who-we-are .container {
    padding: 25px;
  }
}
section#who-we-are .container > .row:nth-of-type(1) .col:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}
section#who-we-are .container > .row:nth-of-type(1) .title-wrapper h2 {
  margin-bottom: 4rem;
}
section#who-we-are .container > .row:nth-of-type(1) .video-wrapper img {
  width: 100%;
}
section#who-we-are .container > .row:nth-of-type(2) .title-wrapper h2 {
  margin-bottom: 4rem;
}
section#who-we-are .crew-member-box {
  margin: 0 3rem 3rem 0;
  display: block;
  position: relative;
  width: calc((100% - 6rem) / 3);
}
section#who-we-are .crew-member-box .image-wrapper img {
  width: 100%;
}
section#who-we-are .crew-member-box .text-wrapper {
  margin-top: 1rem;
}
section#who-we-are .crew-member-box .text-wrapper p:nth-of-type(1) {
  color: white;
  font-size: 2rem;
}
section#who-we-are .crew-member-box .text-wrapper p:nth-of-type(2) {
  color: #00d695;
  font-size: 20px;
  margin: 1rem 0;
}
section#who-we-are .crew-member-box .text-wrapper p:nth-of-type(3) {
  font-size: 14px;
  text-align: justify;
  color: #8a8a8a;
  line-height: 1.5;
}
section#who-we-are .crew-member-box:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  section#who-we-are .crew-member-box {
    width: calc((100% - 3rem) / 2);
  }
  section#who-we-are .crew-member-box:nth-of-type(3n) {
    margin-right: 3rem;
  }
  section#who-we-are .crew-member-box:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  section#who-we-are .crew-member-box {
    width: 100%;
    margin-right: 0;
  }
  section#who-we-are .crew-member-box:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  section#recommendation .header-in-section {
    margin-bottom: 0;
  }
}
section#recommendation .recommendation-box {
  margin: 0 1rem 1rem 0;
  display: block;
  position: relative;
  padding: 2rem;
  background-color: #212121;
  border: 3px solid transparent;
  transition: all 250ms ease;
  width: calc((100% - 2rem) / 3);
}
section#recommendation .recommendation-box .text-wrapper {
  transition: all 250ms ease;
  margin-bottom: 2rem;
}
section#recommendation .recommendation-box .text-wrapper p {
  font-size: 1rem;
  color: #8a8a8a;
  text-align: center;
}
section#recommendation .recommendation-box .author-wrapper {
  transition: all 250ms ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#recommendation .recommendation-box .author-wrapper img {
  margin-right: 2rem;
}
section#recommendation .recommendation-box .author-wrapper p {
  color: #00d695;
  font-size: 1rem;
  text-align: right;
}
section#recommendation .recommendation-box:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  section#recommendation .recommendation-box {
    width: calc((100% - 1rem) / 2);
  }
  section#recommendation .recommendation-box:nth-of-type(3n) {
    margin-right: 1rem;
  }
  section#recommendation .recommendation-box:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  section#recommendation .recommendation-box {
    width: 100%;
    margin-right: 0;
  }
  section#recommendation .recommendation-box:nth-of-type(3n) {
    margin-right: 0;
  }
}
section#recommendation .recommendation-box:hover {
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(to top, #00d695, transparent);
  border-image-slice: 2;
  background-image: url("../../../../../wp-content/themes/fastsite-theme/assets/img/reco-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
section#recommendation .recommendation-box:hover .text-wrapper p {
  color: white;
}

section#popular-updates {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  section#popular-updates .header-in-section {
    margin-bottom: 0;
  }
}
section#popular-updates .container {
  background-color: #0e0e0e;
  padding: 50px;
}
@media only screen and (max-width: 1200px) {
  section#popular-updates .container {
    padding: 30px;
  }
}
@media only screen and (max-width: 992px) {
  section#popular-updates .container {
    padding: 25px;
  }
}
section#popular-updates .row:nth-of-type(1) {
  padding: 50px 0;
}
@media only screen and (max-width: 992px) {
  section#popular-updates .row {
    padding: 0;
  }
  section#popular-updates .row:nth-of-type(1) {
    padding-bottom: 0;
  }
}

section#contact {
  margin-top: 150px;
}
section#contact:after {
  content: "";
  background: url("../../../../../wp-content/themes/fastsite-theme/assets/img/planeta-0.png") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  z-index: -1;
  left: -50%;
  top: -10%;
  width: 80%;
  height: 90vh;
  transform: rotate(60deg);
}
section#contact .header-wrapper h1 {
  color: white;
}
section#contact .box-wrapper {
  margin: 4rem 0;
  padding: 2rem;
  background-color: #0e0e0e;
  border: 3px solid #212121;
}
section#contact .box-wrapper .text-button-wrapper {
  margin-bottom: 2rem;
}
section#contact .box-wrapper .text-button-wrapper .wrapper-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
section#contact .box-wrapper .text-button-wrapper .wrapper-inner p {
  color: white;
  font-size: 20px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  section#contact .box-wrapper .text-button-wrapper .wrapper-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  section#contact .box-wrapper .text-button-wrapper .wrapper-inner p {
    width: unset;
    margin-bottom: 1rem;
  }
}
section#contact .box-wrapper .address-data-wrapper {
  border-top: 2px solid #212121;
}
section#contact .box-wrapper .address-data-wrapper a,
section#contact .box-wrapper .address-data-wrapper p {
  color: #8a8a8a;
  font-size: 22px;
  transition: all 250ms ease;
}
section#contact .box-wrapper .address-data-wrapper a:hover {
  color: #00d695;
}
section#contact .box-wrapper .address-data-wrapper .anchor-wrapper {
  margin: 2rem 0;
}
section#contact .box-wrapper .address-data-wrapper .anchor-wrapper a {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0.5rem 0;
}
section#contact .box-wrapper .address-data-wrapper .anchor-wrapper a:before {
  content: "";
  margin-right: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 21px;
  height: 21px;
}
section#contact .box-wrapper .address-data-wrapper .anchor-wrapper .tel {
  margin-right: 2rem;
}
section#contact .box-wrapper .address-data-wrapper .anchor-wrapper .tel:before {
  background-image: url("../../../../../wp-content/themes/fastsite-theme/assets/img/phone.svg");
}
section#contact .box-wrapper .address-data-wrapper .anchor-wrapper .mail:before {
  background-image: url("../../../../../wp-content/themes/fastsite-theme/assets/img/mail.svg");
}
section#contact .box-wrapper .address-data-wrapper .data-wrapper p {
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
}
section#contact .box-wrapper .address-data-wrapper .data-wrapper p:before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #00d695;
  margin-right: 12px;
}
section#contact .media-icons-wrapper {
  text-align: center;
}
section#contact .media-icons-wrapper .icon {
  margin-right: 4rem;
}
section#contact .media-icons-wrapper .icon:last-of-type {
  margin-right: 0;
}
section#contact .media-icons-wrapper .icon:after {
  width: 41px;
  height: 41px;
}
@media only screen and (max-width: 992px) {
  section#contact .media-icons-wrapper {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 576px) {
  section#contact .media-icons-wrapper .icon {
    margin-right: 2rem;
  }
  section#contact .media-icons-wrapper .icon:last-of-type {
    margin-right: 0;
  }
  section#contact .media-icons-wrapper .icon:after {
    width: 41px;
    height: 41px;
  }
}
section#contact .form-wrapper {
  padding: 3rem 2rem 2rem;
  background: #0e0e0e url("../../../../../wp-content/themes/fastsite-theme/assets/img/contact-form-bg-2.png") no-repeat center center;
  background-size: cover;
  background-blend-mode: difference;
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(to top, #00d695, #212121);
  border-image-slice: 2;
}
section#contact .form-wrapper .input-wrapper {
  margin-bottom: 25px;
  position: relative;
}
section#contact .form-wrapper label {
  color: #8a8a8a;
  position: absolute;
  top: 20px;
  left: 20px;
  transition: all 350ms ease;
  z-index: 10;
}
section#contact .form-wrapper label[for=brief] {
  position: relative;
  padding: 20px;
}
section#contact .form-wrapper input[type=text],
section#contact .form-wrapper input[type=tel],
section#contact .form-wrapper input[type=email],
section#contact .form-wrapper textarea {
  width: 100%;
  border: none;
  background-color: #212121;
  color: white;
  padding: 20px;
}
section#contact .form-wrapper .custom-file-upload {
  width: 100%;
  border: none;
  background-color: #212121;
  padding: 0.5rem 1rem;
  top: 0 !important;
  left: 0 !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
section#contact .form-wrapper .custom-file-upload:before {
  content: url("../../../../../wp-content/themes/fastsite-theme/assets/img/download-1.svg");
  display: inline-block;
  margin-right: 0.8rem;
}
section#contact .form-wrapper input[type=submit] {
  background-color: #00d695;
  color: white;
  border: 1px solid transparent;
  transition: all 250ms ease;
}
section#contact .form-wrapper input[type=submit]:hover {
  background-color: transparent;
  border: 1px solid #00d695;
}

.wpcf7-not-valid-tip {
  color: white;
  font-size: 1em;
  font-weight: normal;
  display: block;
  font-family: "Lexend Deca", sans-serif;
}

.wpcf7-response-output {
  border-color: white !important;
  color: white;
}

section#post-section {
  margin-top: 150px;
  padding-top: 0;
}
section#post-section .row:nth-of-type(1) .col {
  padding: 0;
}
section#post-section .image-wrapper {
  position: relative;
  height: calc(80vh - 150px);
  z-index: 5;
}
section#post-section .image-wrapper .wrapper-inner {
  height: 100%;
}
section#post-section .image-wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
section#post-section .article-wrapper {
  background-color: #0e0e0e;
  padding: 2rem 5rem 5rem;
  max-width: 960px;
  margin: auto;
}
@media only screen and (max-width: 992px) {
  section#post-section .article-wrapper {
    padding: 2rem 3rem 3rem;
  }
}
@media only screen and (max-width: 576px) {
  section#post-section .article-wrapper {
    padding: 2rem 1.5rem 1.5rem;
  }
}
section#post-section .article-wrapper .article-info-wrapper {
  display: flex;
  margin: 2rem 0;
}
section#post-section .article-wrapper .article-info-wrapper p {
  font-size: 18px;
  color: #b5b5b5;
  margin-right: 2rem;
}
section#post-section .article-wrapper .article-title-wrapper h1 {
  font-size: 3rem;
  color: white;
}
section#post-section .article-wrapper .article-text-wrapper p {
  color: #cccccc;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  font-family: "Lexend Deca", sans-serif;
  text-align: justify;
}
section#post-section .article-wrapper .article-text-wrapper p a {
  color: inherit;
  text-decoration: underline;
}
section#post-section .article-wrapper .article-text-wrapper p img {
  margin-left: -5rem;
  margin-right: -5rem;
  width: calc(100% + 10rem);
  height: auto;
}
@media only screen and (max-width: 576px) {
  section#post-section .article-wrapper .article-text-wrapper p img {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
  }
}
@media only screen and (max-width: 992px) {
  section#post-section .article-wrapper .article-text-wrapper p img {
    margin-left: -3rem;
    margin-right: -3rem;
    width: calc(100% + 6rem);
  }
}
section#post-section .article-wrapper .article-text-wrapper p:first-of-type {
  color: #00d695;
  font-family: "Lexend Exa", sans-serif;
}
section#post-section .article-wrapper .article-text-wrapper ol {
  margin-bottom: 2rem;
}
section#post-section .article-wrapper .article-text-wrapper ol li {
  font-size: 1.5rem;
}
section#post-section .article-wrapper .article-text-wrapper strong {
  color: white;
}
section#post-section .article-wrapper .article-text-wrapper h1,
section#post-section .article-wrapper .article-text-wrapper h2,
section#post-section .article-wrapper .article-text-wrapper h3,
section#post-section .article-wrapper .article-text-wrapper h4,
section#post-section .article-wrapper .article-text-wrapper h5,
section#post-section .article-wrapper .article-text-wrapper h6 {
  color: white;
  line-height: 1.5;
}
section#post-section .article-wrapper .article-text-wrapper h1 a,
section#post-section .article-wrapper .article-text-wrapper h2 a,
section#post-section .article-wrapper .article-text-wrapper h3 a,
section#post-section .article-wrapper .article-text-wrapper h4 a,
section#post-section .article-wrapper .article-text-wrapper h5 a,
section#post-section .article-wrapper .article-text-wrapper h6 a {
  color: inherit;
  text-decoration: underline;
}
section#post-section .article-wrapper .article-text-wrapper h1 {
  font-size: 3rem;
}
@media only screen and (max-width: 1200px) {
  section#post-section .article-wrapper .article-text-wrapper h1 {
    font-size: 2.5rem;
  }
}
section#post-section .article-wrapper .article-text-wrapper h2 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 1200px) {
  section#post-section .article-wrapper .article-text-wrapper h2 {
    font-size: 2rem;
  }
}
section#post-section .article-wrapper .article-text-wrapper h3 {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  section#post-section .article-wrapper .article-text-wrapper h3 {
    font-size: 1.5rem;
  }
}
section#post-section .article-wrapper .article-text-wrapper h4 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1200px) {
  section#post-section .article-wrapper .article-text-wrapper h4 {
    font-size: 1.25rem;
  }
}
section#post-section .article-wrapper .article-text-wrapper h5 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 1200px) {
  section#post-section .article-wrapper .article-text-wrapper h5 {
    font-size: 1.15rem;
  }
}
section#post-section .article-wrapper .article-text-wrapper h6 {
  font-size: 1rem;
}
section#post-section .article-wrapper .article-text-wrapper pre,
section#post-section .article-wrapper .article-text-wrapper ul,
section#post-section .article-wrapper .article-text-wrapper ol,
section#post-section .article-wrapper .article-text-wrapper li {
  color: #cccccc;
  line-height: 1.5;
}
section#post-section .article-wrapper .article-text-wrapper em {
  font-style: italic;
}
section#post-section .article-wrapper .article-text-wrapper strong {
  font-weight: 600;
}
section#post-section .article-wrapper .article-text-wrapper ul li {
  list-style-position: inside;
}
section#post-section .article-wrapper .article-text-wrapper ol li {
  list-style: decimal;
  list-style-position: inside;
}

.section-regular .text-component {
  color: white;
}
.section-regular h3 {
  margin: 2rem 0;
}
.section-regular a {
  color: white;
  text-decoration: underline;
}
.section-regular ol li {
  list-style: decimal;
  line-height: 1.5;
  list-style-position: inside;
  margin-bottom: 0.5rem;
}

.error-page:after {
  content: "";
  background: url("../../../../../wp-content/themes/fastsite-theme/assets/img/planeta-0.png") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  z-index: -1;
  right: -20%;
  bottom: -80%;
  width: 80%;
  height: 100vh;
}

#cookie-notice .cn-button {
  border-radius: 0;
  background: #00d695;
}

/*# sourceMappingURL=style.css.map */
