@charset "UTF-8";
/* SCSS Document
  ____  _                  _  ___        _     ____           _
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___      
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \      
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	Stylesheet

 */
/*	-----------------------------------------------------------------------
	Mixins
-------------------------------------------------------------------------*/
/* SCSS Document 
  ____  _                  _  ___        _     ____           _                      
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___      
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \      
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS for mixins

 */
/**
	USE PADDING FOR HEIGHTENING OF INPUTS/BUTTONS
	dont use line height or height for the height of input's, doesn't work in IE
 */
/*	-----------------------------------------------------------------------
	Libraries
-------------------------------------------------------------------------*/
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

p {
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.pagination {
  display: flex;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.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-flex {
  display: 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-flex {
    display: 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-flex {
    display: 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-flex {
    display: 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-flex {
    display: flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 10px !important;
}

.mt-1,
.my-1 {
  margin-top: 10px !important;
}

.mr-1,
.mx-1 {
  margin-right: 10px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 10px !important;
}

.ml-1,
.mx-1 {
  margin-left: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.mt-2,
.my-2 {
  margin-top: 20px !important;
}

.mr-2,
.mx-2 {
  margin-right: 20px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 20px !important;
}

.ml-2,
.mx-2 {
  margin-left: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.mt-3,
.my-3 {
  margin-top: 30px !important;
}

.mr-3,
.mx-3 {
  margin-right: 30px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 30px !important;
}

.ml-3,
.mx-3 {
  margin-left: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.mt-4,
.my-4 {
  margin-top: 40px !important;
}

.mr-4,
.mx-4 {
  margin-right: 40px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 40px !important;
}

.ml-4,
.mx-4 {
  margin-left: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.mt-5,
.my-5 {
  margin-top: 50px !important;
}

.mr-5,
.mx-5 {
  margin-right: 50px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 50px !important;
}

.ml-5,
.mx-5 {
  margin-left: 50px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 10px !important;
}

.pt-1,
.py-1 {
  padding-top: 10px !important;
}

.pr-1,
.px-1 {
  padding-right: 10px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 10px !important;
}

.pl-1,
.px-1 {
  padding-left: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.pt-2,
.py-2 {
  padding-top: 20px !important;
}

.pr-2,
.px-2 {
  padding-right: 20px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 20px !important;
}

.pl-2,
.px-2 {
  padding-left: 20px !important;
}

.p-3 {
  padding: 30px !important;
}

.pt-3,
.py-3 {
  padding-top: 30px !important;
}

.pr-3,
.px-3 {
  padding-right: 30px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 30px !important;
}

.pl-3,
.px-3 {
  padding-left: 30px !important;
}

.p-4 {
  padding: 40px !important;
}

.pt-4,
.py-4 {
  padding-top: 40px !important;
}

.pr-4,
.px-4 {
  padding-right: 40px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 40px !important;
}

.pl-4,
.px-4 {
  padding-left: 40px !important;
}

.p-5 {
  padding: 50px !important;
}

.pt-5,
.py-5 {
  padding-top: 50px !important;
}

.pr-5,
.px-5 {
  padding-right: 50px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 50px !important;
}

.pl-5,
.px-5 {
  padding-left: 50px !important;
}

.m-n1 {
  margin: -10px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -10px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -10px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -10px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -10px !important;
}

.m-n2 {
  margin: -20px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -20px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -20px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -20px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -20px !important;
}

.m-n3 {
  margin: -30px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -30px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -30px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -30px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -30px !important;
}

.m-n4 {
  margin: -40px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -40px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -40px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -40px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -40px !important;
}

.m-n5 {
  margin: -50px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -50px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -50px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -50px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -50px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 10px !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 10px !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 10px !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 10px !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 10px !important;
  }

  .m-md-2 {
    margin: 20px !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 20px !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 20px !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 20px !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 20px !important;
  }

  .m-md-3 {
    margin: 30px !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 30px !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 30px !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 30px !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 30px !important;
  }

  .m-md-4 {
    margin: 40px !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 40px !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 40px !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 40px !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 40px !important;
  }

  .m-md-5 {
    margin: 50px !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 50px !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 50px !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 50px !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 50px !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 10px !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 10px !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 10px !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 10px !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 10px !important;
  }

  .p-md-2 {
    padding: 20px !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 20px !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 20px !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 20px !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 20px !important;
  }

  .p-md-3 {
    padding: 30px !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 30px !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 30px !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 30px !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 30px !important;
  }

  .p-md-4 {
    padding: 40px !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 40px !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 40px !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 40px !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 40px !important;
  }

  .p-md-5 {
    padding: 50px !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 50px !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 50px !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 50px !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 50px !important;
  }

  .m-md-n1 {
    margin: -10px !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -10px !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -10px !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -10px !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -10px !important;
  }

  .m-md-n2 {
    margin: -20px !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -20px !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -20px !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -20px !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -20px !important;
  }

  .m-md-n3 {
    margin: -30px !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -30px !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -30px !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -30px !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -30px !important;
  }

  .m-md-n4 {
    margin: -40px !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -40px !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -40px !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -40px !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -40px !important;
  }

  .m-md-n5 {
    margin: -50px !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -50px !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -50px !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -50px !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -50px !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 10px !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 10px !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 10px !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 10px !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 10px !important;
  }

  .m-lg-2 {
    margin: 20px !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 20px !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 20px !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 20px !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 20px !important;
  }

  .m-lg-3 {
    margin: 30px !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 30px !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 30px !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 30px !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 30px !important;
  }

  .m-lg-4 {
    margin: 40px !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 40px !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 40px !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 40px !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 40px !important;
  }

  .m-lg-5 {
    margin: 50px !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 50px !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 50px !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 50px !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 50px !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 10px !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 10px !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 10px !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 10px !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 10px !important;
  }

  .p-lg-2 {
    padding: 20px !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 20px !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 20px !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 20px !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 20px !important;
  }

  .p-lg-3 {
    padding: 30px !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 30px !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 30px !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 30px !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 30px !important;
  }

  .p-lg-4 {
    padding: 40px !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 40px !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 40px !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 40px !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 40px !important;
  }

  .p-lg-5 {
    padding: 50px !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 50px !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 50px !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 50px !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 50px !important;
  }

  .m-lg-n1 {
    margin: -10px !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -10px !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -10px !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -10px !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -10px !important;
  }

  .m-lg-n2 {
    margin: -20px !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -20px !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -20px !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -20px !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -20px !important;
  }

  .m-lg-n3 {
    margin: -30px !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -30px !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -30px !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -30px !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -30px !important;
  }

  .m-lg-n4 {
    margin: -40px !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -40px !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -40px !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -40px !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -40px !important;
  }

  .m-lg-n5 {
    margin: -50px !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -50px !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -50px !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -50px !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -50px !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 10px !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 10px !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 10px !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 10px !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 10px !important;
  }

  .m-xl-2 {
    margin: 20px !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 20px !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 20px !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 20px !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 20px !important;
  }

  .m-xl-3 {
    margin: 30px !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 30px !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 30px !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 30px !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 30px !important;
  }

  .m-xl-4 {
    margin: 40px !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 40px !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 40px !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 40px !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 40px !important;
  }

  .m-xl-5 {
    margin: 50px !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 50px !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 50px !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 50px !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 50px !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 10px !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 10px !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 10px !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 10px !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 10px !important;
  }

  .p-xl-2 {
    padding: 20px !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 20px !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 20px !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 20px !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 20px !important;
  }

  .p-xl-3 {
    padding: 30px !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 30px !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 30px !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 30px !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 30px !important;
  }

  .p-xl-4 {
    padding: 40px !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 40px !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 40px !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 40px !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 40px !important;
  }

  .p-xl-5 {
    padding: 50px !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 50px !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 50px !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 50px !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 50px !important;
  }

  .m-xl-n1 {
    margin: -10px !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -10px !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -10px !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -10px !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -10px !important;
  }

  .m-xl-n2 {
    margin: -20px !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -20px !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -20px !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -20px !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -20px !important;
  }

  .m-xl-n3 {
    margin: -30px !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -30px !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -30px !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -30px !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -30px !important;
  }

  .m-xl-n4 {
    margin: -40px !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -40px !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -40px !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -40px !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -40px !important;
  }

  .m-xl-n5 {
    margin: -50px !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -50px !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -50px !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -50px !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -50px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: 200 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: 800 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    max-width: 540px;
  }

  .pb-sm-0 {
    padding-bottom: 0;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .pt-lg-6 {
    padding-top: 60px !important;
  }

  .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 1240px) {
  .container {
    max-width: 1155px;
  }

  .ml-xl-1 {
    margin-left: 10px !important;
  }

  .ml-xl-2 {
    margin-left: 20px !important;
  }

  .ml-xl-3 {
    margin-left: 30px !important;
  }
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

blockquote {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  max-width: 450px;
  width: 100%;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
  background: #ececec;
}
blockquote:before {
  display: block;
  content: "“";
  font-size: 80px;
  position: absolute;
  left: -10px;
  top: -10px;
  color: #7a7a7a;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
blockquote cite:before {
  content: "— ";
}

/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  /*width: 100%*/
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  /*-ms-touch-action: none;*/
  /*touch-action: none;*/
  /*-webkit-user-select: none;*/
  /*-moz-user-select: none;*/
  /*-ms-user-select: none;*/
  /*user-select: none*/
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*	-----------------------------------------------------------------------
	Partials
-------------------------------------------------------------------------*/
/*	-----------------------------------------------------------------------
	Sections
-------------------------------------------------------------------------*/
/*	-----------------------------------------------------------------------
	Framework
-------------------------------------------------------------------------*/
/* SCSS Document
  ____  _                  _  ___        _     ____           _                      
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___      
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \      
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

SCSS for variables

*/
/**
	sets variables depended on user (Mathieu, Andrew)
	for example, andrew uses * { position:relative; }
 */
/*	-----------------------------------------------------------------------
	Brand colours
-------------------------------------------------------------------------*/
/*	-----------------------------------------------------------------------
	Standarized variables (used in buttons, form elements, etc.)
-------------------------------------------------------------------------*/
/*	-----------------------------------------------------------------------
	Font styles

-------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------
	Margin / paddings
-------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------
	Navigation
-------------------------------------------------------------------------*/
/**
	PC DESKTOP
 */
/**
	MOBILE MENU
 */
/* -----------------------------------------------------------------------
	Styling that may be more dependend on what the site needs
-------------------------------------------------------------------------*/
.skiplink .button {
  position: absolute;
  height: 1px;
  width: 1px;
  z-index: 999;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.skiplink .button:focus {
  position: absolute;
  width: 160px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 0 24px;
  clip: auto;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transform: translateX(10px);
  transition: 0.2s ease-in-out;
}

@font-face {
  font-family: "Albert Sans";
  src: url("fonts/AlbertSans-Italic.eot");
  src: url("fonts/AlbertSans-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/AlbertSans-Italic.woff2") format("woff2"), url("fonts/AlbertSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("fonts/AlbertSans-MediumItalic.eot");
  src: url("fonts/AlbertSans-MediumItalic.eot?#iefix") format("embedded-opentype"), url("fonts/AlbertSans-MediumItalic.woff2") format("woff2"), url("fonts/AlbertSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("fonts/AlbertSans-Medium.eot");
  src: url("fonts/AlbertSans-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/AlbertSans-Medium.woff2") format("woff2"), url("fonts/AlbertSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("fonts/AlbertSans-ExtraLightItalic.eot");
  src: url("fonts/AlbertSans-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/AlbertSans-ExtraLightItalic.woff2") format("woff2"), url("fonts/AlbertSans-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("fonts/AlbertSans-Thin.eot");
  src: url("fonts/AlbertSans-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/AlbertSans-Thin.woff2") format("woff2"), url("fonts/AlbertSans-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("fonts/AlbertSans-Light.eot");
  src: url("fonts/AlbertSans-Light.eot?#iefix") format("embedded-opentype"), url("fonts/AlbertSans-Light.woff2") format("woff2"), url("fonts/AlbertSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("fonts/AlbertSans-ExtraBold.eot");
  src: url("fonts/AlbertSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/AlbertSans-ExtraBold.woff2") format("woff2"), url("fonts/AlbertSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("fonts/AlbertSans-ExtraLight.eot");
  src: url("fonts/AlbertSans-ExtraLight.eot?#iefix") format("embedded-opentype"), url("fonts/AlbertSans-ExtraLight.woff2") format("woff2"), url("fonts/AlbertSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("fonts/AlbertSans-ThinItalic.eot");
  src: url("fonts/AlbertSans-ThinItalic.eot?#iefix") format("embedded-opentype"), url("fonts/AlbertSans-ThinItalic.woff2") format("woff2"), url("fonts/AlbertSans-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("fonts/AlbertSans-LightItalic.eot");
  src: url("fonts/AlbertSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/AlbertSans-LightItalic.woff2") format("woff2"), url("fonts/AlbertSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("fonts/AlbertSans-BoldItalic.eot");
  src: url("fonts/AlbertSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/AlbertSans-BoldItalic.woff2") format("woff2"), url("fonts/AlbertSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("fonts/AlbertSans-BlackItalic.eot");
  src: url("fonts/AlbertSans-BlackItalic.eot?#iefix") format("embedded-opentype"), url("fonts/AlbertSans-BlackItalic.woff2") format("woff2"), url("fonts/AlbertSans-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("fonts/AlbertSans-ExtraBoldItalic.eot");
  src: url("fonts/AlbertSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/AlbertSans-ExtraBoldItalic.woff2") format("woff2"), url("fonts/AlbertSans-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("fonts/AlbertSans-SemiBold.eot");
  src: url("fonts/AlbertSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/AlbertSans-SemiBold.woff2") format("woff2"), url("fonts/AlbertSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("fonts/AlbertSans-Regular.eot");
  src: url("fonts/AlbertSans-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/AlbertSans-Regular.woff2") format("woff2"), url("fonts/AlbertSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("fonts/AlbertSans-Bold.eot");
  src: url("fonts/AlbertSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/AlbertSans-Bold.woff2") format("woff2"), url("fonts/AlbertSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("fonts/AlbertSans-Black.eot");
  src: url("fonts/AlbertSans-Black.eot?#iefix") format("embedded-opentype"), url("fonts/AlbertSans-Black.woff2") format("woff2"), url("fonts/AlbertSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albert Sans";
  src: url("fonts/AlbertSans-SemiBoldItalic.eot");
  src: url("fonts/AlbertSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/AlbertSans-SemiBoldItalic.woff2") format("woff2"), url("fonts/AlbertSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("fonts/SourceSansPro-Bold.eot");
  src: url("fonts/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/SourceSansPro-Bold.woff2") format("woff2"), url("fonts/SourceSansPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("fonts/SourceSansPro-Regular.eot");
  src: url("fonts/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/SourceSansPro-Regular.woff2") format("woff2"), url("fonts/SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("fonts/SourceSansPro-ExtraLightIt.eot");
  src: url("fonts/SourceSansPro-ExtraLightIt.eot?#iefix") format("embedded-opentype"), url("fonts/SourceSansPro-ExtraLightIt.woff2") format("woff2"), url("fonts/SourceSansPro-ExtraLightIt.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("fonts/SourceSansPro-LightIt.eot");
  src: url("fonts/SourceSansPro-LightIt.eot?#iefix") format("embedded-opentype"), url("fonts/SourceSansPro-LightIt.woff2") format("woff2"), url("fonts/SourceSansPro-LightIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("fonts/SourceSansPro-BlackIt.eot");
  src: url("fonts/SourceSansPro-BlackIt.eot?#iefix") format("embedded-opentype"), url("fonts/SourceSansPro-BlackIt.woff2") format("woff2"), url("fonts/SourceSansPro-BlackIt.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("fonts/SourceSansPro-ExtraLight.eot");
  src: url("fonts/SourceSansPro-ExtraLight.eot?#iefix") format("embedded-opentype"), url("fonts/SourceSansPro-ExtraLight.woff2") format("woff2"), url("fonts/SourceSansPro-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("fonts/SourceSansPro-Black.eot");
  src: url("fonts/SourceSansPro-Black.eot?#iefix") format("embedded-opentype"), url("fonts/SourceSansPro-Black.woff2") format("woff2"), url("fonts/SourceSansPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* SCSS Document 
  ____  _                  _  ___        _     ____           _                      
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___      
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \      
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS for typography

 */
body {
  -webkit-font-smoothing: antialiased !important;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.preload * {
  transition: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  color: #000;
  margin-bottom: 0;
}

h1 {
  padding-bottom: 25px;
}

h2 {
  padding-bottom: 22px;
}

h1:before, h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 87px;
  height: 20px;
  background-color: #333333;
  clip-path: polygon(0 0, 100% 0, 87% 100%, 0% 100%);
}
h1.stripe-white:before, h2.stripe-white:before {
  background-color: #FFF;
}
h1.stripe-blue:before, h2.stripe-blue:before {
  background-color: #343E8B;
}
h1.stripe-green:before, h2.stripe-green:before {
  background-color: #A3AF07;
}
@media (max-width: 991.98px) {
  h1, h2 {
    padding-bottom: 26px;
  }
}

body.single-vacancy h3, body.single-vacancy h4 {
  margin-bottom: 46px;
  padding-bottom: 28px;
}
body.single-vacancy h3:before, body.single-vacancy h4:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 87px;
  height: 20px;
  background-color: #333333;
  clip-path: polygon(0 0, 100% 0, 87% 100%, 0% 100%);
}
body.single-vacancy h3:before, body.single-vacancy h4:before {
  width: 62px;
  height: 14px;
}

h1 {
  font-size: 46px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 12px;
  }

  h6 {
    font-size: 10px;
  }
}
p, li, td {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  color: #6B6B6B;
  position: static;
}
a:hover, a:focus {
  text-decoration: none;
  color: #525252;
}

.content {
  margin-top: -20px;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-top: 40px;
}
.content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child {
  margin-top: 20px;
}
.content h1:first-child + p, .content h1:first-child li, .content h1:first-child td, .content h2:first-child + p, .content h2:first-child li, .content h2:first-child td, .content h3:first-child + p, .content h3:first-child li, .content h3:first-child td, .content h4:first-child + p, .content h4:first-child li, .content h4:first-child td, .content h5:first-child + p, .content h5:first-child li, .content h5:first-child td, .content h6:first-child + p, .content h6:first-child li, .content h6:first-child td {
  margin-top: 40px;
}
.content h1 + p, .content h1 li, .content h1 td, .content h2 + p, .content h2 li, .content h2 td, .content h3 + p, .content h3 li, .content h3 td, .content h4 + p, .content h4 li, .content h4 td, .content h5 + p, .content h5 li, .content h5 td, .content h6 + p, .content h6 li, .content h6 td {
  margin-top: 20px;
}
.content p, .content li, .content td {
  margin-top: 20px;
}
.content .button {
  margin-top: 20px;
}
.content img {
  max-width: 100%;
  height: auto;
}
.content ul {
  list-style: none;
}
.content li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -25px;
  width: 12px;
  height: 14px;
  background: url("images/icons/li.svg") no-repeat center;
  background-size: contain;
}
.content a {
  position: relative;
}

/*	-----------------------------------------------------------------------
	Typography classes
-------------------------------------------------------------------------*/
.verborgen {
  position: fixed;
  top: -10000px;
}

/* SCSS Document 
  ____  _                  _  ___        _     ____           _                      
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___      
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \      
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS for header elements

 */
section.top {
  padding: 20px 0;
}
section.top .logo {
  position: absolute;
  top: -20px;
  width: calc(100% - 30px);
  z-index: 11;
}
section.top .button {
  width: 173px;
  max-width: initial;
  padding: 5px 28px 7px 17px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
section.top .button:before {
  width: 6px;
  transform: translateY(-50%) translateX(-15px);
}
section.menu {
  z-index: 9;
}
@media (max-width: 991.98px) {
  section.menu {
    background-color: #A3AF07 !important;
  }
  section.menu .row {
    height: 55px;
  }
  section.menu .logo {
    position: absolute;
    max-width: 219px;
    max-height: 85px;
    z-index: 1;
  }
  section.menu .black-bar {
    height: 30px;
  }
}
/* SCSS Document 
  ____  _                  _  ___        _     ____           _                      
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___      
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \      
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS for nav elements
 	Standard menu template

 	NEVER CHANGE LINE HEIGHT DIRECTLY (or remove padding-top/bottom from element)
 */
/**
	//Styling that applies to all menu's (including mobile)
	MENU STANDARD
 */
body.active-menu {
  overflow: hidden;
}

.menu-wrapper ul {
  list-style: none;
  padding-left: 0;
}
.menu-wrapper ul.accessible {
  opacity: 1 !important;
  visibility: visible !important;
}
.menu-wrapper a {
  display: block;
}
.menu-wrapper li.active > a > .tag:before {
  animation: button-to-down 0.3s forwards !important;
}
.menu-wrapper li.active > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.menu-wrapper li:hover > .sub-menu, .menu-wrapper li:focus > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.menu-wrapper.desktop li.menu-item-has-children > a > .tag {
  display: inline-block;
}
.menu-wrapper.desktop .nav {
  height: 75px;
  align-items: center;
  flex-flow: row;
  justify-content: flex-end;
}
.menu-wrapper.desktop a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 27px;
  padding-bottom: 29px;
  padding-right: 0;
  background-color: transparent;
  color: #FFF;
  font-size: 20px;
  font-weight: 800;
  line-height: 22px;
  transition: background-color 0.3s;
}
.menu-wrapper.desktop a:hover, .menu-wrapper.desktop a:focus {
  color: #525252;
  background-color: #F0F0F0;
}
.menu-wrapper.desktop a:hover > .tag:before, .menu-wrapper.desktop a:focus > .tag:before {
  animation: button-to-up 0.3s forwards !important;
}
.menu-wrapper.desktop > ul > li {
  max-width: 200px;
  flex-grow: 1;
}
.menu-wrapper.desktop > ul > li > a {
  justify-content: space-around;
}
.menu-wrapper.desktop .sub-menu {
  position: absolute;
  top: 100%;
  width: max-content;
  min-width: 100%;
  height: auto;
  display: block;
  background-color: #F0F0F0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.07);
}
.menu-wrapper.desktop .sub-menu a {
  padding: 24px 50px;
  color: #000;
}
.menu-wrapper.desktop .sub-menu li > a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 13px;
  height: 13px;
  background-image: url("images/icons/arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  filter: invert(15%) sepia(0%) saturate(1115%) hue-rotate(235deg) brightness(100%) contrast(87%);
}
.menu-wrapper.desktop .sub-menu li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  width: calc(100% - 60px);
  height: 1px;
  background-color: #D5D5D5;
}
.menu-wrapper.desktop .sub-menu li:hover > a, .menu-wrapper.desktop .sub-menu li:focus > a {
  color: #A3AF07;
}
.menu-wrapper.desktop .sub-menu li:hover a:before, .menu-wrapper.desktop .sub-menu li:focus a:before {
  filter: invert(61%) sepia(16%) saturate(5903%) hue-rotate(30deg) brightness(102%) contrast(94%);
}
.menu-wrapper.desktop .sub-menu li:last-child > a:after {
  display: none;
}
.menu-wrapper.desktop .sub-menu .sub-menu {
  width: auto;
  top: 0;
  left: 100%;
  background-color: #FFF;
}
.menu-wrapper.desktop .sub-menu .sub-menu .text-cat {
  padding: 30px 45px;
}
.menu-wrapper.desktop .sub-menu .sub-menu a {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}
.menu-wrapper.desktop .sub-menu .sub-menu a:hover, .menu-wrapper.desktop .sub-menu .sub-menu a:focus {
  color: #A3AF07;
}
@media (max-width: 1199.98px) {
  .menu-wrapper.desktop .sub-menu .sub-menu {
    min-width: 220px;
    max-width: 220px;
    width: 220px;
  }
}
.menu-wrapper.desktop .sub-menu--nested {
  max-width: 190px !important;
  width: 190px !important;
  min-width: 190px !important;
}
.menu-wrapper.desktop .sub-menu--nested .text-cat {
  display: none;
}
.menu-wrapper.desktop .sub-menu--nested a {
  padding: 24px 30px;
}

.menu-wrapper.mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 999;
  overflow: scroll;
  display: block;
  background-color: #FFF;
  pointer-events: none;
}
body.active-menu .menu-wrapper.mobile {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
body.active-menu .menu-wrapper.mobile .background {
  visibility: visible;
  opacity: 1;
}
.menu-wrapper.mobile .logo_link {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.menu-wrapper.mobile ul li {
  display: block;
  width: 100%;
}
.menu-wrapper.mobile ul li.menu-item-has-children > a > .tag {
  display: block;
}
.menu-wrapper.mobile a {
  border: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E7E7E7;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 50px;
  color: #6B6B6B;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.menu-wrapper.mobile a:hover, .menu-wrapper.mobile a:focus {
  color: #525252;
}
.menu-wrapper.mobile .tag:after {
  background-color: #E7E7E7;
}
.menu-wrapper.mobile .sub-menu {
  display: none;
}
.menu-wrapper.mobile .sub-menu a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 65px;
}
.menu-wrapper.mobile .sub-menu .sub-menu a {
  font-size: 12px;
  line-height: 18px;
  padding-left: 100px;
}
.menu-wrapper.mobile .background {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  right: 300px;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: background-color 0.3s;
}
@media (max-width: 767.98px) {
  .menu-wrapper.mobile {
    width: 100%;
  }
  .menu-wrapper.mobile .background {
    display: none;
  }
}
.menu-wrapper.footer ul {
  display: block;
}
.menu-wrapper.footer ul li {
  width: 100%;
  display: block;
}
.menu-wrapper.footer ul li a {
  padding: 5px 0;
}
.menu-wrapper.footer ul li a:hover, .menu-wrapper.footer ul li a:focus {
  color: #FFF;
}
.menu-wrapper.footer ul li a:hover .link-svg, .menu-wrapper.footer ul li a:focus .link-svg {
  transform: translateX(10px);
}
.menu-wrapper.footer .link-svg {
  margin-top: -5px;
  padding-right: 20px;
  filter: invert(1);
  transition: transform 0.3s;
}
.menu-wrapper.copyright- ul li:nth-child(n+5) {
  display: none;
}
.menu-wrapper.copyright- ul .sub-menu {
  display: none;
}
@media (min-width: 992px) {
  .menu-wrapper.copyright- ul li {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #FFF;
  }
}
@media (max-width: 991.98px) {
  .menu-wrapper.copyright- ul {
    display: block;
    margin: 30px 0 20px;
  }
  .menu-wrapper.copyright- ul li {
    width: 100%;
    display: block;
  }
  .menu-wrapper.copyright- ul li a {
    padding: 5px 0;
  }
  .menu-wrapper.copyright- ul li a:hover, .menu-wrapper.copyright- ul li a:focus {
    color: #FFF;
  }
}
.menu-wrapper.copyright- .link-svg {
  margin-top: -5px;
  padding-right: 20px;
  filter: invert(1);
  transition: transform 0.3s;
}

.menu-toggle {
  display: block;
  margin: 0 0 0 auto;
  width: 28px;
  height: 32px;
  border: 0;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .menu-toggle {
    position: fixed;
    right: 15px;
    z-index: 99999;
  }
  .menu-toggle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    background-color: #A3AF07;
    border-radius: 50%;
  }
}
.menu-toggle .icon-bar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 1;
  transform-origin: 50%;
  transition: opacity 0.3s, transform 0.3s;
  height: 3px;
  background-color: #FFF;
  border-radius: 1px;
}
.menu-toggle .icon-bar:nth-child(1) {
  transform: translateY(4px) translateX(0px);
}
.menu-toggle .icon-bar:nth-child(2) {
  transform: translateY(14px) translateX(0px);
}
.menu-toggle .icon-bar:nth-child(3) {
  transform: translateY(24px) translateX(0px);
}
body.active-menu .menu-toggle .icon-bar:nth-child(1) {
  transform: translateY(14px) translateX(0px) rotate(45deg);
}
body.active-menu .menu-toggle .icon-bar:nth-child(2) {
  opacity: 0;
}
body.active-menu .menu-toggle .icon-bar:nth-child(3) {
  transform: translateY(14px) translateX(0px) rotate(-45deg);
}

.tag {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  background: none;
  border: none;
  right: 0;
}
.menu-wrapper.mobile .tag {
  width: 50px;
  height: 50px;
}
.menu-wrapper.desktop .tag {
  position: relative;
  float: right;
  width: 13px;
  height: 13px;
}
.tag:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  height: 30px;
  width: 1px;
  transform: translateY(-50%);
}
.tag:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  background-image: url("images/icons/arrow-green.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%) rotate(90deg);
  animation: button-to-down 0.3s forwards;
}
@keyframes button-to-down {
  0% {
    transform: translate(-50%, -50%) rotate(270deg) scale(1);
    opacity: 1;
  }
  49% {
    transform: translate(-50%, -50%) rotate(270deg) scale(0.5);
    opacity: 0;
  }
  51% {
    transform: translate(-50%, -50%) rotate(90deg) scale(0.5);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) rotate(90deg) scale(1);
    opacity: 1;
  }
}
@keyframes button-to-up {
  0% {
    transform: translate(-50%, -50%) rotate(90deg) scale(1);
    opacity: 1;
  }
  49% {
    transform: translate(-50%, -50%) rotate(90deg) scale(0.5);
    opacity: 0;
  }
  51% {
    transform: translate(-50%, -50%) rotate(270deg) scale(0.5);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) rotate(270deg) scale(1);
    opacity: 1;
  }
}

/* SCSS Document 
  ____  _                  _  ___        _     ____           _                      
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___      
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \      
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS for footer elements

 */
.contact .col--fa {
  flex: 0 0 50px;
  max-width: 50px;
}
.contact i {
  font-size: 25px;
}

.contact-info * {
  color: #FFF;
}
.contact-info .title-ish {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .contact-info .title-ish {
    font-size: 14px;
  }
}
.contact-info .logo {
  margin-top: -50px;
}
@media (max-width: 991.98px) {
  .contact-info .logo {
    max-width: 209px;
  }
}
@media (max-width: 991.98px) {
  .contact-info .row-for-stripes > [class*=col]:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25);
  }
  .contact-info .row-for-stripes > [class*=col]:last-child:before {
    display: none;
  }
}

.copyright {
  padding: 20px 0;
}
.copyright * {
  color: #FFF;
}
.copyright .copyright-text {
  font-weight: 700;
}

/* SCSS Document
  ____  _                  _  ___        _     ____           _
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS / CSS for elements

 */
/**
	disable Wordpress absolute admin bar
 */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.black {
  color: #333333 !important;
}

.background--black {
  background-color: #333333 !important;
}

.border--black {
  border-color: #333333 !important;
}

.green {
  color: #A3AF07 !important;
}

.background--green {
  background-color: #A3AF07 !important;
}

.border--green {
  border-color: #A3AF07 !important;
}

.blue {
  color: #343E8B !important;
}

.background--blue {
  background-color: #343E8B !important;
}

.border--blue {
  border-color: #343E8B !important;
}

.white {
  color: #FFF !important;
}

.background--white {
  background-color: #FFF !important;
}

.border--white {
  border-color: #FFF !important;
}

.background {
  background-color: #F0F0F0;
}

.owl-carousel__wrapper {
  width: calc(100% + 100px);
  margin-left: -50px;
}
@media (max-width: 991.98px) {
  .owl-carousel__wrapper {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.owl-carousel__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.owl-carousel__background > div {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
}
.owl-carousel__background > div:first-child {
  left: 0;
}
.owl-carousel__background > div:last-child {
  right: 0;
  transform: rotate(180deg);
}
.owl-carousel__background.green > div {
  background-image: linear-gradient(90deg, #A3AF07 0%, transparent 100%);
}
.owl-carousel__background.grey > div {
  background-image: linear-gradient(90deg, #F0F0F0 0%, transparent 100%);
}
.owl-carousel__background.white > div {
  background-image: linear-gradient(90deg, #FFF 0%, transparent 100%);
}
@media (max-width: 991.98px) {
  .owl-carousel__background {
    display: none;
  }
}
.owl-prev.disabled, .owl-next.disabled {
  opacity: 0.5;
}

/**
	Image wrapper and standard overlay (Add @include aspect-ratio(); on specific element)
 */
.image-wrapper {
  position: relative;
  height: 0;
  width: 100%;
  overflow: hidden;
}
.image-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  max-width: calc(100% + 2px);
  height: auto;
}
@supports (object-fit: cover) {
  .image-wrapper img {
    width: calc(100% + 2px);
    height: 100%;
    object-fit: cover;
  }
}
.image-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.image-wrapper .overlay .overlay_inner {
  width: 100%;
}
.image-wrapper:hover .overlay, .image-wrapper:focus .overlay {
  opacity: 1;
  visibility: visible;
}

/**
	Standard button *** Needs styling
 */
.button {
  position: relative;
  max-width: 100%;
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 16px;
  padding-right: 50px;
  padding-left: 30px;
  line-height: 22px;
  cursor: pointer;
  overflow: hidden;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 800;
  font-family: "Albert Sans", sans-serif;
  letter-spacing: 0;
  border-width: 2px;
  border-style: solid;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  /**
      Optional img / background-img
   */
}
.button:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 15px;
  background: url("images/icons/angle-right.svg") no-repeat center;
  background-size: contain;
  transform: translateY(-50%) translateX(-27px);
  transition: transform 0.3s;
}
.button:hover, .button:focus {
  color: #FFF;
  border-color: #343E8B;
  background-color: #343E8B;
}
.button--green, .button.standard {
  background-color: #A3AF07;
  border-color: #A3AF07;
  color: #FFF;
}
.button--green:hover, .button--green:focus, .button.standard:hover, .button.standard:focus {
  background-color: #757e05;
  border-color: #757e05;
  color: #FFF;
}
.button--purple {
  background-color: #343E8B;
  border-color: #343E8B;
  color: #FFF;
}
.button--purple:hover, .button--purple:focus {
  background-color: #A3AF07;
  border-color: #A3AF07;
  color: #FFF;
}
.button--white {
  background-color: #FFF;
  border-color: #FFF;
  color: #000;
}
.button--white:before {
  filter: invert(100%);
}
.button--white:hover, .button--white:focus {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

/**
	disable Google Recaptcha iframe
 */
.grecaptcha-badge {
  display: none;
}
.grecaptcha-badge-inline p {
  font-size: 10px;
  line-height: 14px;
}

/**
	Form developer's mode message
 */
.form_developer_message {
  position: absolute;
  bottom: 100%;
  opacity: 0.25;
  pointer-events: none;
}
.form_developer_message h3 {
  font-size: 26px;
}
.form_developer_message p {
  font-size: 16px;
}

/**
	Responsive Iframe container
 */
.embed-container {
  width: 100%;
  height: 0;
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container .wp-video {
  width: 100% !important;
}
.embed-container .wp-video video {
  width: 100% !important;
  height: 100% !important;
}

.social {
  gap: 20px;
}
.social__item svg {
  min-width: 22px;
}
.social__item:last-of-type svg {
  min-width: 28px;
}

.pagination h1, .pagination h2, .pagination h3, .pagination h4, .pagination h5, .pagination h6, .pagination p, .pagination li {
  color: #A3AF07;
}
.pagination ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: auto;
}
.pagination ul li {
  display: block;
  margin: 0;
  float: left;
  height: 30px;
  width: 30px;
  padding: 0;
}
.pagination ul li a, .pagination ul li span {
  font-family: "Albert Sans", sans-serif;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 16px;
  border-style: solid;
  border-color: #A3AF07;
  border-width: 2px;
  border-radius: 0;
  border: none;
}
.pagination ul li .current {
  color: #A3AF07;
}
.pagination ul li .next {
  background: url("images/icons/arrow-down.svg") no-repeat 50% 50%;
  transform: rotate(270deg);
}
.pagination ul li .prev {
  background: url("images/icons/arrow-down.svg") no-repeat 50% 50%;
  transform: rotate(90deg);
}
.pagination ul li .next, .pagination ul li .prev {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  border: none;
  background-size: 16px 14px;
}
.pagination ul li .next i, .pagination ul li .prev i {
  color: transparent;
}

.fancybox-navigation {
  position: static;
}

/* Acordeon styles */
.accordion__tab {
  border-top: 1px solid #FFF;
}
.accordion__tab:last-child {
  border-bottom: 1px solid #FFF;
}
.accordion__input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion__tab {
  position: static;
  color: #FFF;
}
.accordion__label {
  display: block;
  margin: 0;
  padding: 23px 50px 25px 0;
  font-family: "Albert Sans", sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.2;
  cursor: pointer;
}
.accordion__label:before, .accordion__label:after {
  content: "";
  position: absolute;
  top: 39px;
  right: 12px;
  width: 25px;
  height: 2px;
  background-color: #FFF;
}
.accordion__label:after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.accordion__content .content {
  padding-bottom: 30px;
}
.accordion__content p, .accordion__content li, .accordion__content td, .accordion__content span {
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .accordion__content p, .accordion__content li, .accordion__content td, .accordion__content span {
    font-size: 14px;
  }
}
.accordion .active label:after {
  transform: rotate(90deg) scaleX(0);
}

.link-with-arrow {
  position: relative !important;
  display: block;
  margin-top: 30px;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 800;
  font-family: "Albert Sans", sans-serif;
}
.link-with-arrow svg {
  width: 22px;
  margin-right: 10px;
  margin-bottom: 3px;
  transition: transform 0.3s;
}
.link-with-arrow span {
  padding-left: 15px;
}
.link-with-arrow--white {
  color: #FFF !important;
}
.link-with-arrow--white svg {
  filter: invert(1);
}
.link-with-arrow--green {
  color: #A3AF07 !important;
}
.link-with-arrow--green svg {
  filter: invert(49%) sepia(96%) saturate(399%) hue-rotate(25deg) brightness(106%) contrast(96%);
}
.link-with-arrow--blue {
  color: #343E8B !important;
}
.link-with-arrow--blue svg {
  filter: invert(21%) sepia(29%) saturate(3928%) hue-rotate(218deg) brightness(85%) contrast(87%);
}
.link-with-arrow--black {
  color: #333333 !important;
}
.link-with-arrow:hover svg, .link-with-arrow:focus svg {
  transform: translateX(10px);
}

#products_archive_loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.45);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media all and (max-width: 992px) {
  #products_archive_loader {
    position: fixed;
  }
}
#products_archive_loader.active {
  opacity: 1;
  visibility: visible;
}

.lds-roller {
  position: absolute;
  top: 400px;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%) scale(1.5);
}
@media (max-width: 991.98px) {
  .lds-roller {
    top: 200px;
  }
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:before {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #A3AF07;
  margin: -4px 0 0 -4px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border: 1px solid #FFF;
  border-radius: 50%;
  transform: translate(-3px, -3px);
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):before, .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):before, .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):before, .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):before, .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):before, .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):before, .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):before, .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):before, .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
* {
  position: relative;
}

.product-images img {
  object-fit: contain;
}
.product-images .zoom {
  position: absolute;
  top: 0;
  right: 0;
  width: 37px;
  height: 37px;
  background-color: #A3AF07;
  border-radius: 5px;
  color: #FFF;
  pointer-events: none;
}
.product-images .zoom i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 17px;
  transform: translate(-50%, -50%);
  filter: invert(1);
}
.product-images .flexslider {
  position: relative;
  overflow: hidden;
}
.product-images .flexslider .flex-direction-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.product-images .flexslider .flex-direction-nav .flex-nav-prev, .product-images .flexslider .flex-direction-nav .flex-nav-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
}
.product-images .flexslider .flex-direction-nav .flex-nav-prev a, .product-images .flexslider .flex-direction-nav .flex-nav-next a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 1;
  color: transparent;
  text-shadow: none;
  pointer-events: all;
}
.product-images .flexslider .flex-direction-nav .flex-nav-prev a:before, .product-images .flexslider .flex-direction-nav .flex-nav-next a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
}
.product-images .flexslider .flex-direction-nav .flex-nav-prev {
  left: 0;
}
.product-images .flexslider .flex-direction-nav .flex-nav-prev a:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #A3AF07;
  background-image: url("images/icons/arrow-left-long.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.product-images .flexslider .flex-direction-nav .flex-nav-next {
  right: 0;
}
.product-images .flexslider .flex-direction-nav .flex-nav-next a:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #A3AF07;
  background-image: url("images/icons/arrow-right-long.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.product-images img {
  width: 100%;
}
.product-images .flexslider {
  margin: 0;
  border: 0;
}
.product-images #slider .image-wrapper {
  padding-bottom: 111.1111111111%;
}
.product-images #slider .image-wrapper img {
  padding: 30px;
}
.product-images #slider .image-wrapper img.cover {
  padding: 0;
}
.product-images #slider .flex-viewport:not(.flexslider-can-animate) {
  animation: none !important;
  transition: none !important;
}
.product-images #carousel {
  height: 100%;
}
.product-images #carousel .flex-direction-nav {
  display: none;
}
.product-images #carousel .flex-viewport {
  height: 100% !important;
}
.product-images #carousel .image-wrapper {
  width: 90px;
  height: 90px;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
}
.product-images #carousel .image-wrapper img {
  padding: 5px;
}
.product-images #carousel ul {
  margin-bottom: 0;
}
.product-images #carousel li {
  text-align: center;
}

.button-text {
  margin-left: 20px;
}
@media (max-width: 1199.98px) {
  .button-text {
    margin-left: 0px;
  }
}
.button-text strong {
  transition: color 0.3s ease;
}
.button-text:hover strong, .button-text:focus strong {
  color: #A3AF07;
}

.intro__container {
  padding-bottom: 78px;
  padding-top: 70px;
}
body.home .intro__container {
  padding-bottom: 60px;
}
.intro__text {
  padding-top: 60px;
  padding-bottom: 80px;
  padding-right: 80px;
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.16));
}
.intro__text-overlay {
  position: absolute;
  top: 0;
  right: 15px;
  width: 9999px;
  height: 100%;
  background-color: #FFF;
  clip-path: polygon(0 0, 100% 0, calc(100% - 75px) 100%, 0% 100%);
}
.intro__content .button, .intro__content-mobile .button {
  margin-top: 35px;
}
.intro__content p, .intro__content li, .intro__content td, .intro__content-mobile p, .intro__content-mobile li, .intro__content-mobile td {
  font-size: 20px;
  line-height: 25px;
}
.intro__background {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 210px);
  height: 100%;
  object-fit: cover;
  padding-left: calc(((100vw - 1200px) / 2) + 40px);
}
@media (max-width: 1199.98px) {
  .intro__background {
    padding-left: calc(((100vw - 992px) / 2) + 30px);
  }
}
@media (max-width: 991.98px) {
  .intro__background {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .intro {
    margin-bottom: 80px;
  }
  .intro__text {
    margin-bottom: -30px;
    padding-left: 30px;
    padding-bottom: 30px;
  }
  .intro__text-overlay {
    width: 100%;
    left: 0;
    right: auto;
    clip-path: polygon(0 0, 100% calc(0% + 45px), 100% 100%, 0% 100%);
  }
  .intro__content {
    display: none;
  }
  .intro__title {
    margin-bottom: 0 !important;
  }
  .intro__container {
    padding-bottom: 0 !important;
  }
}

.intro-article {
  margin-top: 70px;
  margin-bottom: 50px;
}
.intro-article__background {
  padding: 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
}
.intro-article .plan-demo {
  background: #A3AF07;
  border-radius: 10px;
  padding: 20px 15px;
  margin-top: 50px;
}
@media (max-width: 1199.98px) {
  .intro-article .plan-demo {
    margin-top: 30px;
  }
}
.intro-article .plan-demo ul, .intro-article .plan-demo li, .intro-article .plan-demo p {
  color: #FFF;
}
.intro-article .plan-demo ul {
  margin-top: 40px;
  padding-left: 30px;
}
.intro-article .plan-demo ul li {
  margin-top: 10px;
}
.intro-article .plan-demo ul li:before {
  content: "";
  background: url("images/icons/check-light.svg");
}
.intro-article .plan-demo .demo-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.intro-article .plan-demo .demo-buttons .button {
  background: #343E8B;
}
.intro-article .plan-demo .demo-buttons .button:hover, .intro-article .plan-demo .demo-buttons .button:focus {
  background-color: #757e05;
  border-color: #757e05;
  color: #FFF;
}
.intro-article .plan-demo .demo-buttons .button--transparent {
  background: transparent;
  color: #FFF;
}

.contact-opening {
  margin-top: 60px;
  margin-bottom: 40px;
}
.contact-opening a:not(.button) {
  color: #000;
  text-decoration: underline;
}
.contact-opening svg path {
  fill: #333333;
}
@media (max-width: 991.98px) {
  .contact-opening {
    margin-top: 10px;
  }
}

.specifications {
  margin-top: 90px;
}
.specifications svg {
  margin-bottom: 3px;
  margin-right: 15px;
}
.specifications hr {
  margin-top: 35px;
  border-top: 1px solid #D5D5D5;
}
@media (max-width: 991.98px) {
  .specifications {
    margin-top: 40px;
  }
}

.categories {
  margin-top: 30px;
  margin-bottom: 100px;
}
.categories__name {
  color: #919191;
}
@media (max-width: 991.98px) {
  .categories {
    margin-top: 10px;
    margin-bottom: 40px;
  }
}

.featured-machines {
  overflow: hidden;
  margin-top: 90px;
  margin-bottom: 50px;
}
.featured-machines .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .featured-machines .owl-nav {
    top: 20px;
    width: calc(100% + 152px);
  }
}
@media (min-width: 1200px) {
  .featured-machines .owl-nav {
    width: calc(100% + 250px);
  }
}
.featured-machines .owl-prev, .featured-machines .owl-next {
  position: absolute;
  top: 0;
  margin-top: -40px;
  pointer-events: all;
}
@media (min-width: 992px) {
  .featured-machines .owl-prev, .featured-machines .owl-next {
    margin-top: -60px;
  }
}
@media (max-width: 991.98px) {
  .featured-machines .owl-prev, .featured-machines .owl-next {
    margin-top: -20px;
    margin-right: 20px;
  }
}
.featured-machines .owl-prev {
  right: 35px;
}
.featured-machines .owl-next {
  right: 0;
}
.featured-machines .owl-stage-outer {
  overflow: visible !important;
}
@media (max-width: 991.98px) {
  .featured-machines .owl-stage-outer {
    overflow: hidden !important;
  }
}
.featured-machines .owl-stage {
  display: flex;
  align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .featured-machines .owl-item {
    transition: transform 0.3s;
    transform-origin: 50% 100%;
  }
  .featured-machines .owl-item.active + .active {
    transform: scale(1.37);
  }
}
@media (max-width: 991.98px) {
  .featured-machines .owl-stage {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .service {
    overflow: hidden;
  }
}
.service__background {
  position: absolute;
  top: 50px;
  left: 40%;
  width: 60%;
  height: calc(100% - 100px);
  object-fit: cover;
}
.service__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service__background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.3);
}
.service__title {
  color: #FFF;
}
.service__link {
  position: relative !important;
  margin-bottom: 120px;
  color: #FFF !important;
}
.service__text {
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.16));
}
.service__text-inner {
  padding: 120px 0;
}
@media (min-width: 992px) {
  .service__text-inner {
    width: calc(100% - 135px);
  }
}
@media (max-width: 991.98px) {
  .service__text-inner {
    padding: 100px 0 30px;
  }
}
.service__text-overlay {
  position: absolute;
  top: 0;
  right: 15px;
  width: 9999px;
  height: 100%;
  background-color: #343E8B;
  clip-path: polygon(0 0, 100% 0, calc(100% - 75px) 100%, 0% 100%);
}
@media (max-width: 991.98px) {
  .service__background {
    top: 0;
    left: -50px;
    width: calc(100% + 100px);
    height: 100%;
    max-width: inherit;
  }
  .service__link {
    margin-bottom: 0;
  }
  .service__text {
    margin-top: -140px;
    z-index: 1;
  }
  .service__text-overlay {
    right: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 60px, 100% 100%, 0% 100%);
  }
  .service__cta {
    padding-top: 125px;
    padding-bottom: 160px;
  }
  .service .accordion {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .service .accordion__label {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .service__background {
    left: -15px;
    width: calc(100% + 30px);
    max-width: inherit;
  }
}

.form {
  padding-top: 70px;
  padding-bottom: 70px;
}
.form *:not(.button) {
  color: #FFF;
}
.form .background-right {
  position: absolute;
  top: 0;
  left: calc(50% + 180px);
  width: calc(50% - 180px);
  height: 100%;
}
.form .row--top {
  padding: 60px 0;
}
.form .owl-nav {
  position: absolute;
  bottom: -40px;
  right: 0px;
  width: auto;
  height: auto;
  margin: 0 -10px;
  pointer-events: none;
}
.form .owl-nav path {
  fill: #FFF;
}
.form .owl-prev, .form .owl-next {
  margin: 0 10px;
  pointer-events: all;
}
.form .background-left {
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.16));
}
.form .background-left__overlay {
  position: absolute;
  top: 0;
  right: calc(50% - 180px);
  width: 9999px;
  height: 100%;
  background-color: #A3AF07;
  clip-path: polygon(0 0, 100% 0, calc(100% - 75px) 100%, 0% 100%);
  transform: translateX(120px);
}

.news {
  margin-top: 80px;
  margin-bottom: 95px;
}
.news__image {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
}
.news__title {
  padding-bottom: 0;
  font-size: 34px;
}
.news__title:before {
  display: none;
}
@media (max-width: 991.98px) {
  .news__title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .news__text {
    padding-left: 60px;
  }
}

.featured-story {
  margin-bottom: 0;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 991.98px) {
  .featured-story {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body.home .featured-story {
  margin-top: 100px;
  margin-bottom: 90px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  body.home .featured-story {
    margin-bottom: 40px;
  }
}
body:not(.home) .featured-story h2:before {
  background-color: #343E8B;
}
body:not(.home) .featured-story .link-with-arrow {
  color: #343E8B !important;
}
body:not(.home) .featured-story .link-with-arrow svg {
  filter: invert(20%) sepia(47%) saturate(2418%) hue-rotate(218deg) brightness(90%) contrast(88%);
}
.featured-story__text {
  z-index: 5;
}
@media (min-width: 992px) {
  .featured-story .story__text {
    transform: translateX(-100px);
    transition: transform 0.9s 0.3s;
  }
}
.featured-story .owl-nav {
  position: absolute;
  top: 130px;
  left: 470px;
  width: auto;
  height: auto;
  margin: 0 -10px;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .featured-story .owl-nav {
    top: auto;
    bottom: -40px;
    left: auto;
    right: 15px;
  }
}
.featured-story .owl-prev, .featured-story .owl-next {
  margin: 0 10px;
  pointer-events: all;
}

.about-us {
  padding-top: 70px;
  padding-bottom: 70px;
}
.about-us .background-right {
  position: absolute;
  top: 0;
  left: calc(50% + 180px);
  width: calc(50% - 180px);
  height: 100%;
}
@media (min-width: 992px) {
  .about-us .row {
    padding: 60px 0;
  }
}
.about-us .owl-nav {
  position: absolute;
  bottom: -40px;
  right: 0px;
  width: auto;
  height: auto;
  margin: 0 -10px;
  pointer-events: none;
}
.about-us .owl-nav path {
  fill: #FFF;
}
.about-us .owl-prev, .about-us .owl-next {
  margin: 0 10px;
  pointer-events: all;
}
@media (max-width: 991.98px) {
  .about-us {
    padding-bottom: 0;
  }
  .about-us .owl-carousel {
    z-index: 3;
  }
  .about-us__text-inner {
    margin-top: -270px;
    padding: 300px 22px 25px;
    background-color: #FFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
    clip-path: polygon(0% 0%, 100% calc(0% + 75px), 100% 100%, 0% 100%);
    z-index: 1;
  }
  .about-us .owl-carousel {
    padding-top: 80px;
  }
  .about-us .owl-nav {
    bottom: auto;
    top: 35px;
    right: 20px;
  }
  .about-us .background-right {
    left: -5px;
    width: calc(100% + 10px);
  }
}
@media (min-width: 992px) {
  .about-us .owl-nav {
    top: -40px;
    bottom: auto;
  }
  .about-us .background-left {
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.16));
  }
  .about-us .background-left__overlay {
    position: absolute;
    top: 0;
    right: calc(50% - 180px);
    width: 9999px;
    height: 100%;
    background-color: #FFF;
    clip-path: polygon(0 0, 100% 0, calc(100% - 75px) 100%, 0% 100%);
    transform: translateX(120px);
  }
}

.content-mobile {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 40px;
  overflow: hidden;
}
.content-mobile *:not(.button) {
  color: #FFF !important;
}
.content-mobile .link-with-arrow svg path {
  fill: #FFF;
}
.content-mobile [class*=stripe-]:before {
  background-color: #FFF;
}
.content-mobile__image {
  width: calc(100% - 50px);
  margin: 0 auto;
  z-index: 3;
}
.content-mobile__image .image-wrapper {
  padding-bottom: 125%;
}
.content-mobile .background-top {
  position: absolute;
  top: 0;
  left: -999px;
  width: calc(100% + 9999px);
  height: calc(100% - 50px);
}
.content-mobile__text-inner {
  margin-top: -270px;
  padding: 300px 22px 25px;
  background-color: #FFF;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  clip-path: polygon(0% 0%, 100% calc(0% + 75px), 100% 100%, 0% 100%);
  z-index: 1;
}
body.page-id-197 .content-mobile .background--blue {
  background-color: #A3AF07 !important;
}
@media (max-width: 991.98px) {
  body.single .news + .content-mobile, body.single .story-white + .content-mobile {
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  .text iframe {
    height: 350px;
  }
}

.featured-news {
  padding-top: 80px;
  padding-bottom: 20px;
}
@media (max-width: 991.98px) {
  .featured-news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.featured-news--single {
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .featured-news .container > .row {
    margin-left: -35px;
    margin-right: -35px;
  }
  .featured-news .container > .row > [class*=col] {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.dealer .background {
  border-radius: 200px;
}
.dealer .owl-carousel img {
  max-height: 120px;
  margin: 0 auto;
  object-fit: contain;
}
.dealer .owl-stage {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.dealer .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.dealer .owl-nav button {
  position: absolute;
  top: 50%;
  width: 26px;
  height: 30px;
  transform: translateY(-50%);
  pointer-events: all;
}
@media (max-width: 991.98px) {
  .dealer .owl-nav {
    left: 50%;
    width: calc(100% - 50px);
    transform: translateX(-50%);
  }
  .dealer .owl-nav button img {
    width: 12px;
    height: auto;
  }
}
.dealer .owl-prev {
  right: 100%;
}
.dealer .owl-next {
  left: 100%;
}

.machines {
  margin-top: 75px;
  margin-bottom: 85px;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
.machines .row {
  margin-left: -20px;
  margin-right: -20px;
}
.machines .row > [class*=col] {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  .machines {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.summary {
  margin-top: 60px;
}
.summary .d-flex {
  padding-left: 15px;
  padding-right: 15px;
}
.summary p {
  width: 100%;
  color: #343E8B;
  font-weight: 700;
}
.summary svg {
  display: none;
}
.summary span {
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .summary .d-flex {
    flex: 100%;
  }
  .summary .d-flex a {
    width: 100%;
  }
  .summary .d-flex p {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #343E8B;
  }
  .summary .d-flex svg {
    position: absolute;
    right: 15px;
    top: 8px;
    display: block;
    transform: rotate(90deg);
    filter: invert(20%) sepia(47%) saturate(2418%) hue-rotate(218deg) brightness(90%) contrast(88%);
  }
}

.new-machines .brand-link {
  display: contents;
}
.new-machines .brand {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background: #FFF;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  gap: 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  padding: 15px;
}
.new-machines .brand__logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  flex: 1;
}
section.flexible {
  margin: 30px 0;
}
@media (min-width: 992px) {
  section.flexible {
    margin: 70px 0;
  }
}
section.flexible:nth-child(2n) h2:before {
  background-color: #343E8B;
}
section.flexible.with-background {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #F0F0F0;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  section.flexible.with-background {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
section.flexible.with-background + .with-background {
  margin-top: 0;
  padding-top: 0;
}
section.flexible .accordion__tab {
  border-top-color: #333333;
}
section.flexible .accordion__tab:last-child {
  border-bottom: 1px solid #333333;
}
section.flexible .accordion__label {
  color: #000;
  font-size: 16px;
}
section.flexible .accordion__label:before, section.flexible .accordion__label:after {
  right: 16px;
  width: 20px;
  background-color: #333333;
}

/* SCSS Document
  ____  _                  _  ___        _     ____           _
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS / CSS for forms

 */
.form-wrapper {
  /*	1.4 Checkbox			    --------------------------------------- */
  /*	Select 2                --------------------------------------- */
  /*	1.5 Radio			    --------------------------------------- */
  /*	1.6 Select			    --------------------------------------- */
  /**
  File input
   */
}
.form-wrapper form input, .form-wrapper form select, .form-wrapper form textarea {
  display: block;
  width: 100%;
  outline: none;
  font-family: "Source Sans Pro", sans-serif;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-color: transparent;
  overflow: hidden;
  box-shadow: none;
  border: none;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.form-wrapper form input::-webkit-input-placeholder, .form-wrapper form select::-webkit-input-placeholder, .form-wrapper form textarea::-webkit-input-placeholder {
  color: #000;
}
.form-wrapper form input::-moz-placeholder, .form-wrapper form select::-moz-placeholder, .form-wrapper form textarea::-moz-placeholder {
  color: #000;
}
.form-wrapper form input:-moz-placeholder, .form-wrapper form select:-moz-placeholder, .form-wrapper form textarea:-moz-placeholder {
  color: #000;
}
.form-wrapper form input:-ms-input-placeholder, .form-wrapper form select:-ms-input-placeholder, .form-wrapper form textarea:-ms-input-placeholder {
  color: #000;
}
.form-wrapper form input::-webkit-input-placeholder, .form-wrapper form select::-webkit-input-placeholder, .form-wrapper form textarea::-webkit-input-placeholder {
  line-height: 22px;
}
.form-wrapper form textarea {
  resize: none;
}
.form-wrapper form button {
  outline: none;
}
.form-wrapper .checkbox {
  position: relative;
  min-height: 20px;
  display: block;
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled state */
}
.form-wrapper .checkbox [type=checkbox]:not(:checked),
.form-wrapper .checkbox [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.form-wrapper .checkbox [type=checkbox]:not(:checked) + label,
.form-wrapper .checkbox [type=checkbox]:checked + label {
  position: relative;
  cursor: pointer;
}
.form-wrapper .checkbox [type=checkbox]:not(:checked) + label:before,
.form-wrapper .checkbox [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 11px;
  height: 11px;
  border: 1px solid #A3AF07;
  background: white;
  border-radius: 3px;
}
.form-wrapper .checkbox [type=checkbox]:not(:checked) + label:after,
.form-wrapper .checkbox [type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 5px;
  left: 0;
  padding: 4px 0 0 3px;
  font-size: 16px;
  line-height: 0.8;
  color: #A3AF07;
  transition: all 0.2s;
  background: #A3AF07;
  border: none;
  border-radius: 3px;
}
.form-wrapper .checkbox [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.form-wrapper .checkbox [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.form-wrapper .checkbox [type=checkbox]:disabled ~ label {
  color: #94A7B8 !important;
  cursor: not-allowed !important;
}
.form-wrapper .checkbox [type=checkbox]:disabled ~ label:after {
  opacity: 0;
  transform: scale(0);
}
.form-wrapper .checkbox.inline {
  display: inline-block;
  width: 49%;
}
.form-wrapper .checkbox label {
  padding-left: 30px;
  transition: color 0.3s ease-in-out;
}
.form-wrapper .checkbox label a {
  color: #000;
}
.form-wrapper .checkbox label:hover, .form-wrapper .checkbox label:focus {
  color: #A3AF07;
}
.form-wrapper .select2-selection {
  height: auto;
}
.form-wrapper .select2-selection__arrow {
  top: 6px !important;
}
.form-wrapper .select2-dropdown {
  border-color: #D6D6D6;
}
.form-wrapper .radio {
  position: relative;
  display: block;
}
.form-wrapper .radio--list-horizontal label {
  margin-right: 10px;
}
.form-wrapper .radio--list-horizontal label:last-of-type {
  margin-right: 0;
}
.form-wrapper .radio--list-vertical label {
  display: inline-block;
  width: calc(100% - 30px);
  margin-bottom: 10px;
}
.form-wrapper .radio--list-vertical label p {
  margin: 0;
}
.form-wrapper .radio--list-vertical label:first-child {
  margin-bottom: 0;
}
.form-wrapper .radio--list-vertical input {
  width: 30px;
}
.form-wrapper .radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  /**
   * input states
   ------------------------------------------------------------------------------------
   */
}
.form-wrapper .radio input:disabled + label {
  cursor: not-allowed;
}
.form-wrapper .radio input:disabled + label:hover, .form-wrapper .radio input:disabled + label:focus {
  color: #000;
}
.form-wrapper .radio input:disabled + label:before {
  pointer-events: none;
  opacity: 0.6;
  background: #e6e6e6;
}
.form-wrapper .radio input:disabled + label:after {
  border-color: #7b7b7b;
  background: #7b7b7b;
}
.form-wrapper .radio input:checked + label:before {
  background: #A3AF07;
  border: 2px solid #A3AF07;
}
.form-wrapper .radio input:checked + label:after {
  opacity: 1;
}
.form-wrapper .radio label {
  display: inline-block;
  padding: 1px 0 3px 32px;
  font-weight: 400;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
  position: relative;
}
.form-wrapper .radio label:hover, .form-wrapper .radio label:focus {
  color: #A3AF07;
}
.form-wrapper .radio label:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #ececec;
  border-radius: 50%;
  transition: all 0.3s ease-in;
}
.form-wrapper .radio label:after {
  position: absolute;
  opacity: 0;
  content: "";
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #A3AF07;
}
.form-wrapper .select {
  position: relative;
  width: 100%;
}
.form-wrapper .select:after {
  content: "";
  position: absolute;
  font-size: 17px;
  color: #757575;
  top: 12px;
  right: 22px;
  z-index: 12;
  cursor: pointer;
  pointer-events: none;
  transform: rotate(90deg);
}
.form-wrapper .select.inline {
  display: inline-block;
  width: 50%;
  margin-right: -4px;
}
.form-wrapper .select input {
  display: none;
}
.form-wrapper .select i {
  display: block;
}
.form-wrapper .select span {
  color: #000;
  font-style: normal;
  padding: 9px 15px;
  display: block;
  background: #FAFAFC;
  box-shadow: inset 0px 1px 3px 0px rgba(215, 215, 215, 0.5);
  border-radius: 100px;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.form-wrapper .select p.form-error {
  top: 28px;
  left: 15px;
}
.form-wrapper .select .select_dropdown {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  padding: 36px 0 10px 0;
  background: white;
  border-radius: 0 0 5px 5px;
  border: none;
  list-style: none;
  height: 0;
  max-height: 0;
  overflow-y: -moz-scrollbars-vertical;
  overflow-y: scroll;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15);
}
.form-wrapper .select .select_dropdown::-webkit-scrollbar {
  display: none;
}
.form-wrapper .select .select_dropdown li {
  padding: 0 15px;
  margin: 0;
}
.form-wrapper .select .select_dropdown li:first-child {
  padding-top: 2px;
  padding-bottom: 2px;
}
.form-wrapper .select .select_dropdown li a {
  display: block;
  color: #A3AF07;
  padding: 2px 0;
  transition: all 0.3s ease-in-out;
}
.form-wrapper .select .select_dropdown li a:last-child {
  border: none;
}
.form-wrapper .select .select_dropdown li a:hover, .form-wrapper .select .select_dropdown li a:focus {
  color: #A3AF07;
}
.form-wrapper .select.active .select_dropdown {
  transition: all 0.3s ease-in-out;
}
.form-wrapper .select.country img.placeholder {
  z-index: 3400 !important;
}
.form-wrapper .select.country:after {
  z-index: 3200 !important;
}
.form-wrapper .select.country span {
  z-index: 3001 !important;
}
.form-wrapper .select.country .select_dropdown {
  z-index: 3000 !important;
}
@media (max-width: 991.98px) {
  .form-wrapper .select select {
    display: none;
  }
  .form-wrapper .select.active span {
    z-index: 12;
  }
  .form-wrapper .select.active .select_dropdown {
    height: auto;
    max-height: 236px;
    opacity: 1;
    z-index: 10;
    visibility: visible;
  }
  .form-wrapper .select.active:after {
    position: absolute;
    font-size: 17px;
    content: "";
  }
}
@media (max-width: 991.98px) {
  .form-wrapper .select .select__inner {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .form-wrapper .select .select_dropdown {
    display: none;
  }
  .form-wrapper .select select {
    background: transparent;
    height: 33px;
    border: 0;
    border-radius: 0;
    color: #000;
    text-align: left;
    outline: none;
    position: relative;
    z-index: 3;
    cursor: pointer;
    font-size: 16px;
    margin: 0 20px;
    width: calc(100% - 40px);
    -webkit-appearance: none;
    appearance: none;
  }
  .form-wrapper .select select::-ms-expand {
    display: none;
  }
  .form-wrapper .select.white select {
    color: white;
  }
  .form-wrapper .select span {
    width: 100%;
    color: #A3AF07;
  }
  .form-wrapper .select span:after {
    content: "";
    position: absolute;
    font-size: 17px;
    color: #A3AF07;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: 22px;
    z-index: 12;
    cursor: pointer;
  }
  .form-wrapper .select:after {
    display: none !important;
  }
}
.form-wrapper .select.white span {
  border: none;
  font-style: normal;
  background: white;
  color: #000;
}
.form-wrapper .select.white:after {
  color: #000;
}
@media (max-width: 991.98px) {
  .form-wrapper .select.white {
    background: white;
  }
  .form-wrapper .select.white span {
    color: white;
  }
  .form-wrapper .select.white select {
    color: #000;
  }
  .form-wrapper .select.white select:after {
    color: #000;
  }
}
.form-wrapper .select.active {
  z-index: 20;
}
.form-wrapper--green form input, .form-wrapper--green form select, .form-wrapper--green form textarea {
  border-bottom: 1px solid #FFF;
}
.form-wrapper--green form input::-webkit-input-placeholder, .form-wrapper--green form select::-webkit-input-placeholder, .form-wrapper--green form textarea::-webkit-input-placeholder {
  color: #FFF;
}
.form-wrapper--green form input::-moz-placeholder, .form-wrapper--green form select::-moz-placeholder, .form-wrapper--green form textarea::-moz-placeholder {
  color: #FFF;
}
.form-wrapper--green form input:-moz-placeholder, .form-wrapper--green form select:-moz-placeholder, .form-wrapper--green form textarea:-moz-placeholder {
  color: #FFF;
}
.form-wrapper--green form input:-ms-input-placeholder, .form-wrapper--green form select:-ms-input-placeholder, .form-wrapper--green form textarea:-ms-input-placeholder {
  color: #FFF;
}
.form-wrapper--filters {
  z-index: 9999;
}
.form-wrapper--filters .accordion__label {
  padding: 21px 50px 23px 0px;
  font-size: 16px;
}
.form-wrapper--filters .accordion__label:before {
  content: "";
  top: 33px;
  width: 14px;
  height: 8px;
  background-size: contain;
  background-image: url("images/icons/angle-filters.svg");
  background-repeat: no-repeat;
  transition: transform 0.3s;
}
.form-wrapper--filters .accordion__label:after {
  display: none;
}
.form-wrapper--filters .accordion__tab {
  color: #000;
  border-bottom: 1px solid #D5D5D5;
}
.form-wrapper--filters .accordion__tab.active .accordion__label:before {
  transform: rotate(180deg);
}
.form-wrapper--filters .accordion__content .content {
  padding-bottom: 10px;
}

/* SCSS Document
  ____  _                  _  ___        _     ____           _
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|

 	SCSS / CSS for cookie message

 */
/**
 * Cookie Consent
 ------------------------------------------------------------------------------------
 */
#StandOutCookie_Consent {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  max-width: calc(100% - 90px);
  background: white;
  padding: 30px;
  display: none;
}
#StandOutCookie_Consent #allowAll {
  border: none;
}
#StandOutCookie_Consent h3 {
  margin-bottom: 15px;
}
#StandOutCookie_Consent p {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 20px;
}
#StandOutCookie_Consent .voorkeuren {
  text-align: center;
  display: inline-block;
  border: none;
  margin-top: 20px;
  margin-bottom: -20px;
}
@media all and (min-width: 992px) {
  #StandOutCookie_Consent .voorkeuren {
    float: right;
  }
}

/**
 * Cookie preferences
 ------------------------------------------------------------------------------------
 */
#StandOutCookie_Preferences {
  margin: 30px 0 60px;
}
#StandOutCookie_Preferences ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#StandOutCookie_Preferences ul li:before {
  content: "";
  padding: 0;
  display: none;
}
#StandOutCookie_Preferences ul input[type=radio] {
  margin-right: 15px;
}
#StandOutCookie_Preferences ul label {
  font-weight: 700;
}
#StandOutCookie_Preferences + p {
  display: none;
}

.article-carousel {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
}
.article-carousel__type {
  position: absolute;
  top: 20px;
  left: -15px;
  padding: 9px 24px 12px 17px;
  font-weight: 600;
  color: #FFF;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
}
.article-carousel__image {
  padding-bottom: 66.6666666667%;
}
.article-carousel__image img {
  padding: 30px;
  object-fit: contain;
}
.article-carousel__image img.cover {
  padding: 0;
}
.article-carousel__text {
  display: flex;
  flex-wrap: wrap;
  background-color: #333333;
}
.article-carousel__title {
  height: 78px;
  display: flex;
  align-items: center;
  flex: 1;
  padding: 20px;
}
.article-carousel__title-inner {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #FFF;
  font-size: 16px;
}
.article-carousel__button {
  background-color: #A3AF07;
  flex: 0 0 70px;
  width: 70px;
}
.article-carousel__button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .article-carousel {
    width: calc(100% - 40px);
    margin: 30px auto;
  }
}

.article {
  height: 100%;
  padding-bottom: 70px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
}
.article__tag {
  height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #A3AF07;
}
.article__tag img {
  margin-top: -2px;
  padding-right: 10px;
  filter: invert(73%) sepia(35%) saturate(5871%) hue-rotate(28deg) brightness(98%) contrast(94%);
}
.article__image {
  padding-bottom: 66.6666666667%;
}
.article__image img {
  padding: 30px;
  object-fit: contain;
}
.article__image img.cover {
  padding: 0;
}
.article__text {
  padding: 25px 32px 0;
}
.article__title {
  color: #333333;
  font-size: 20px;
  font-weight: 800;
}
.article__content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article__button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #A3AF07;
}
.article__button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.post {
  background-color: #FFF;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
}
.post__image {
  height: 100%;
}
.post__text {
  padding: 40px 60px 35px 0;
}
.post__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post__content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post__button {
  position: absolute;
  top: 0;
  right: 10px;
  width: 30px;
  height: 100%;
  background-color: #343E8B;
}
.post__button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about__text {
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  padding: 32px;
}
.about__title {
  align-self: center;
}
.about__name {
  position: absolute;
  align-self: flex-end;
}
.about__title, .about__name {
  color: #FFF;
}
.about__name {
  padding-bottom: 20px;
}
.about__name:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 87px;
  height: 20px;
  background-color: #333333;
  clip-path: polygon(0 0, 100% 0, 87% 100%, 0% 100%);
}
.about__name:before {
  width: 53px;
  height: 12px;
  background-color: #A3AF07;
}
.about__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about__background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.3);
}
@media (max-width: 991.98px) {
  .about {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
}

.story__image {
  height: 490px;
}
.story__title {
  color: #FFF;
}
.story__title * {
  color: #FFF;
}
.story__text {
  width: calc(100% + 70px);
  margin-left: -70px;
  margin-bottom: 75px;
  padding: 36px 75px 35px 45px;
  background: #333333;
  clip-path: polygon(0 0, 100% 0, 87% 100%, 0% 100%);
}
@media (max-width: 991.98px) {
  .story__text {
    margin-bottom: 0;
    width: calc(100% - 30px);
    margin-top: -90px;
    margin-left: 15px;
    padding: 70px 20px 30px 20px;
    clip-path: polygon(0 0, 100% 50px, 100% 100%, 0% 100%);
  }
}
.story__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.story__background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.3);
}

.service-blue, .service-white {
  margin: 70px 0;
}

.service-blue {
  padding-top: 70px;
  padding-bottom: 70px;
}
.service-blue *:not(.button) {
  color: #FFF;
}
.service-blue .background-right {
  position: absolute;
  top: 0;
  left: calc(50% + 180px);
  width: calc(50% - 180px);
  height: 100%;
}
.service-blue .row {
  padding: 60px 0;
}
.service-blue .owl-nav {
  position: absolute;
  bottom: -40px;
  right: 0px;
  width: auto;
  height: auto;
  margin: 0 -10px;
  pointer-events: none;
}
.service-blue .owl-nav path {
  fill: #FFF;
}
.service-blue .owl-prev, .service-blue .owl-next {
  margin: 0 10px;
  pointer-events: all;
}
.service-blue .background-left {
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.16));
}
.service-blue .background-left__overlay {
  position: absolute;
  top: 0;
  right: calc(50% - 180px);
  width: 9999px;
  height: 100%;
  background-color: #343E8B;
  clip-path: polygon(0 0, 100% 0, calc(100% - 75px) 100%, 0% 100%);
  transform: translateX(120px);
}

.story-green {
  padding-top: 70px;
  padding-bottom: 70px;
}
.story-green *:not(.button) {
  color: #FFF;
}
.story-green .background-right {
  position: absolute;
  top: 0;
  left: calc(50% + 180px);
  width: calc(50% - 180px);
  height: 100%;
}
.story-green .row {
  padding: 60px 0;
}
.story-green .owl-nav {
  position: absolute;
  bottom: -40px;
  right: 0px;
  width: auto;
  height: auto;
  margin: 0 -10px;
  pointer-events: none;
}
.story-green .owl-nav path {
  fill: #FFF;
}
.story-green .owl-prev, .story-green .owl-next {
  margin: 0 10px;
  pointer-events: all;
}
.story-green .background-left {
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.16));
}
.story-green .background-left__overlay {
  position: absolute;
  top: 0;
  right: calc(50% - 180px);
  width: 9999px;
  height: 100%;
  background-color: #A3AF07;
  clip-path: polygon(0 0, 100% 0, calc(100% - 75px) 100%, 0% 100%);
  transform: translateX(120px);
}

.service-white__image {
  height: 480px;
}
.service-white__quote {
  width: calc(100% + 125px);
  margin-bottom: 75px;
  padding: 36px 75px 35px 45px;
  background: #333333;
  color: #FFF;
  clip-path: polygon(0 0, 100% 0, 87% 100%, 0% 100%);
  z-index: 1;
}

.story-white {
  margin-top: 90px;
  margin-bottom: 60px;
}
.story-white__image {
  height: 480px;
}
.story-white__content {
  margin-bottom: 75px;
  padding: 36px 75px 35px 45px;
  background: #333333;
  clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
  z-index: 1;
}
@media (min-width: 1200px) {
  .story-white__content {
    width: calc(100% - 125px);
  }
}
.story-white__content * {
  color: #FFF;
}
@media (max-width: 991.98px) {
  .story-white__content {
    margin-bottom: 20px;
  }
}

body.single .story-white .link-with-arrow svg, body.single .news .link-with-arrow svg, body.single .content-mobile .link-with-arrow svg {
  transform: rotate(90deg);
}

.vacancy-white {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 50px;
  margin-top: 0;
}
.vacancy-white .story-white__title {
  min-height: 132px;
}
@media (max-width: 991.98px) {
  .vacancy-white {
    padding-left: 10px;
  }
}

.vacancy-green {
  padding-right: 50px;
}