/******--------****--------******\
 * Set paddings and margins
\******---------**---------******/
/* Containers */
/**
Custom breakpoints
**/
/* Row negative margin */
/* Row normal margin */
/* General Border Radius */
/******--------****--------******\
 * All imported files
\******---------**---------******/
/******--------****--------******\
 * Browser reset
\******---------**---------******/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
figure,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  cellspacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
/******--------****--------******\
 * Load in all the fonts
\******---------**---------******/
/* poppins-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.comfortica.nl/wp-content/themes/comfortica/assets/fonts/poppins-v21-latin-regular.woff2') format('woff2');
}
/* poppins-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('https://www.comfortica.nl/wp-content/themes/comfortica/assets/fonts/poppins-v21-latin-500.woff2') format('woff2');
}
/* poppins-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('https://www.comfortica.nl/wp-content/themes/comfortica/assets/fonts/poppins-v21-latin-600.woff2') format('woff2');
}
/******--------****--------******\
 * Default system colors
\******---------**---------******/
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/**
 * *******---------**---------*******
 * Custom styling for Cookiebot CMP
 * *******---------**---------*******
 */
/* Cookiebot changes */
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #d6d6d6;
}
#CybotCookiebotDialog *,
#CybotCookiebotDialogBodyUnderlay * {
  font-size: 12px !important;
}
#CybotCookiebotDialogPoweredbyCybot {
  width: 4.125rem !important;
}
@media (max-width: 767px) {
  #CybotCookiebotDialog {
    top: unset !important;
    bottom: 0;
    transform: translate(-50%, 100%);
    animation: cookie-modal 0.25s ease 2s both;
  }
  #CybotCookiebotDialogBodyUnderlay {
    transition-delay: 2s !important;
  }
}
@keyframes cookie-modal {
  0% {
    transform: translate(-50%, 100%);
  }
  100% {
    transform: translate(-50%, 0%);
  }
}
/**
 * ╭─────────────────────────────────────────────────────────────────╮
 * │ Border Radius
 * ╰─────────────────────────────────────────────────────────────────╯
 */
/******--------****--------******\
 * Other
\******---------**---------******/
.word-break {
  word-break: break-word;
}
/******--------****--------******\
 * Containers
\******---------**---------******/
.container,
.container-m {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
}
@media (min-width: 1419px) {
  .container,
  .container-m {
    max-width: 1400px;
  }
}
@media (min-width: 767px) {
  .container-m {
    max-width: 720px;
  }
}
@media (min-width: 991px) {
  .container-m {
    max-width: 960px;
  }
}
@media (min-width: 1999px) {
  .container-m {
    max-width: 1140px;
  }
}
@media (min-width: 1419px) {
  .container-m {
    max-width: 1134px;
  }
}
/******--------****--------******\
 * Custom Bootstrap
\******---------**---------******/
@media (max-width: 767px) {
  .row-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .col-mobile {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
.row-margin-10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.col-padding-10 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px !important;
  padding-left: 10px !important;
}
/******--------****--------******\
 * Visibility
\******---------**---------******/
.mobile-l-only {
  display: none !important;
}
@media (min-width: 991px) {
  .mobile-l-only {
    display: inherit !important;
  }
}
.desktop-only {
  display: inherit !important;
}
@media (max-width: 880px) {
  .desktop-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}
.hide {
  display: none;
}
/******--------****--------******\
 * Colors
\******---------**---------******/
.white {
  color: #FFFFFF !important;
}
.blue {
  color: #006BFF;
}
.darkblue {
  color: #006BFF;
}
/******--------****--------******\
 * Typography - Editor
\******---------**---------******/
body {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 34px;
  color: #000000;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 28px;
  }
}
body.vertical-lock.active {
  overflow: hidden;
}
a {
  font-family: 'Poppins', sans-serif !important;
  color: #000000;
  text-decoration: none;
  transition: 0.25s ease;
}
a:hover {
  color: #006BFF;
}
.elementor-button {
  font-weight: 600 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins';
  font-size: 2.375rem;
  line-height: 1.2;
}
/******--------****--------******\
 * Paragraph
\******---------**---------******/
p {
  margin-bottom: 1.6em;
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0px;
}
/******--------****--------******\
 * Lists
\******---------**---------******/
.content-editor.white-disc ul li::marker {
  color: #FFFFFF;
}
.content-editor h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .content-editor h2 {
    font-size: 1.5rem;
  }
}
.content-editor h3 {
  font-size: 1.25rem !important;
  margin-bottom: 0.5rem !important;
  line-height: 1.3 !important;
}
.content-editor h4 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.content-editor p {
  margin-bottom: 2rem;
  font-size: 1rem !important;
}
@media (max-width: 880px) {
  .content-editor p {
    font-size: 1rem !important;
  }
}
.content-editor ul {
  margin: 0 0 1.5rem 0.9375rem;
  list-style-type: disc;
}
.content-editor ul li {
  padding-left: 0.375rem;
  margin-bottom: 0px;
}
.content-editor ul li::marker {
  color: #000000;
}
.content-editor ol {
  margin: 0 0 1.5rem 0.9375rem;
  list-style-type: decimal;
}
.content-editor ol li {
  padding-left: 0.375rem;
  margin-bottom: 0px;
}
.content-editor ol li::marker {
  color: #000000;
}
/******--------****--------******\
 * Buttons
\******---------**---------******/
button {
  background: none;
  border: none;
  cursor: pointer;
}
.button {
  display: flex;
  align-items: center;
  padding: 18px 32px;
  width: fit-content;
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .button {
    justify-content: center;
    padding: 18px 18px;
  }
}
.button svg {
  width: 24px;
  height: 100%;
  fill: #006BFF;
  margin-left: 10px;
  transform-origin: left;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .button {
    width: 100%;
  }
}
.button:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 25px 20px -20px;
}
.button:hover svg {
  transform: translateX(8px);
}
/******--------****--------******\
 * WYSIWYG
\******---------**---------******/
.content-editor {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}
.content-editor.max-width {
  max-width: 620px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-editor {
    margin-bottom: 30px;
  }
}
@media (max-width: 375px) {
  .content-editor {
    margin-bottom: 25px;
  }
}
.content-editor p:last-child {
  margin: 0;
  padding: 0;
}
.uppercase {
  text-transform: uppercase;
}
.uppercase:first-letter {
  text-transform: uppercase;
}
/******--------****--------******\
 * Images
\******---------**---------******/
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
/******--------****--------******\
 * Header
\******---------**---------******/
.website-logo {
  display: flex;
}
.website-logo img {
  width: 13.75rem;
}
@media (max-width: 767px) {
  .website-logo img {
    width: 8.125rem;
  }
}
/******--------****--------******\
 * mobile-l navigation
\******---------**---------******/
@keyframes menuItems {
  from {
    transform: translate3d(35px, 0px, 0px);
    opacity: 0;
  }
  to {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
  }
}
/******--------****--------******\
 * Grids
\******---------**---------******/
.grid {
  display: grid;
}
.grid.g-col-4 {
  margin-top: 3.125rem;
  margin-bottom: 6.25rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 3.5rem;
}
@media (max-width: 1200px) {
  .grid.g-col-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .grid.g-col-4 {
    margin-top: 0;
    margin-bottom: 5rem;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 1.875rem;
  }
}
.grid.no-top-margin {
  margin-top: 0;
}
@media (max-width: 767px) {
  .grid.no-top-margin {
    margin-top: 0;
  }
}
.grid.g-col-3 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
}
@media (max-width: 1420px) {
  .grid.g-col-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media (max-width: 880px) {
  .grid.g-col-3 {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
}
@media (max-width: 767px) {
  .grid.g-col-3 {
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
/******--------****--------******\
 * Privacy Policy
\******---------**---------******/
.privacy-policy h2 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 0;
}
.privacy-policy a {
  color: #006BFF;
}
.privacy-policy a:hover {
  text-decoration: underline;
}
/******--------****--------******\
 * Footer
\******---------**---------******/
.footer {
  position: relative;
  padding: 75px 0 75px 0;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 880px) {
  .footer {
    padding: 50px 0 50px 0;
  }
}
.footer .sub-menu {
  display: none;
}
.footer--item a,
.footer--item div {
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.footer--item a:hover {
  color: #006BFF;
}
.footer--item div {
  margin-top: 15px;
  align-items: flex-start;
  line-height: 26px;
}
.footer--item div svg {
  margin-top: 2px;
}
.footer--item--icon {
  padding-bottom: 6px;
}
.footer--item svg {
  height: 24px;
  width: 24px;
  min-height: 24px;
  min-width: 24px;
  margin-right: 15px;
  fill: #006BFF;
  position: unset;
  transform: unset;
}
@media (max-width: 767px) {
  .footer--item svg {
    height: 20px;
    width: 20px;
  }
}
.footer--item--sub-logo {
  height: 25px;
  width: 150px;
}
.footer--item--sub-logo svg {
  height: 100%;
  width: 100%;
}
@media (max-width: 1200px) {
  .footer--item {
    margin-bottom: 30px;
  }
  .footer--item:last-child {
    margin-bottom: 0px;
  }
}
/******--------****--------******\
 * Copyright and Created By
\******---------**---------******/
.created-by--content {
  display: flex;
  padding: 8px 0 8px 0;
  align-items: center;
}
@media (max-width: 767px) {
  .created-by--content {
    flex-flow: column;
    align-items: flex-start;
  }
}
.created-by--content p {
  margin-bottom: 0;
  color: #000000;
}
.created-by--content a {
  color: #000000;
}
.created-by--content a:hover {
  color: #006BFF;
}
.created-by--content .terms {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .created-by--content .terms {
    margin-left: 0;
  }
}
.created-by--content .creator {
  margin-left: auto;
}
@media (max-width: 767px) {
  .created-by--content .creator {
    margin-left: 0;
  }
}
/******--------****--------******\
 * 404
\******---------**---------******/
.error .title-xl {
  font-size: 42px;
  line-height: 50px;
}
/******--------****--------******\
 * Contact Forms
\******---------**---------******/
/* Contact Form 7 */
input,
textarea {
  color: #FFFFFF;
  background: #333333;
  font-family: 'Poppins', sans-serif;
  border-radius: 10px;
  border-style: none;
  border: 1px solid #E4E4E4;
  transition: 0.2s ease;
  margin-bottom: 10px;
}
input:hover,
textarea:hover {
  border: 1px solid #006BFF;
}
.wpcf7-list-item {
  display: block;
  margin: 6px 0 0 0 !important;
  padding: 0;
}
.wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.wpcf7-not-valid-tip {
  margin-top: -10px !important;
}
.wpcf7-response-output {
  padding: 10px 20px !important;
  margin: 0 !important;
}
@media (max-width: 880px) {
  .wpcf7-response-output {
    padding: 10px 10px !important;
  }
}
.wpcf7-spinner {
  position: relative !important;
  bottom: 48px;
  left: calc(50% - 12px) !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  line-height: 24px;
  border-radius: 6px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #006BFF;
}
.wpcf7-form-control-wrap {
  display: flex;
  flex-flow: wrap-reverse;
  width: 100%;
}
.wpcf7-form-control-wrap input {
  padding: 0 15px 0 15px;
  height: 56px;
}
@media (max-width: 880px) {
  .wpcf7-form-control-wrap input {
    height: 48px;
  }
}
.wpcf7-form-control-wrap textarea {
  padding: 15px 15px 15px 15px;
}
input[type=checkbox] {
  height: 20px;
  width: 20px;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
  padding: 0;
  margin: 0 15px 0 0;
}
input.button {
  margin-top: 10px;
  cursor: pointer;
}
input.button:hover {
  background: #006BFF;
  border: 1px solid #006BFF;
}
@media (max-width: 880px) {
  input.button {
    justify-content: center;
  }
}
input {
  width: 100%;
}
textarea {
  width: 100%;
}
/******--------****--------******\
 * Custom Buttons
\******---------**---------******/
.contact-cta {
  display: flex;
  align-items: center;
  background: #986A1F;
  height: 3.5rem;
  border-radius: 100px;
  padding: 0px 20px 0 20px;
  transition: 0.25s ease;
  border: 1px solid #986A1F;
}
.contact-cta a {
  color: #FFFFFF !important;
}
@media (max-width: 1200px) {
  .contact-cta a {
    color: #000000 !important;
  }
}
@media (max-width: 1200px) {
  .contact-cta {
    padding: 0;
    border-radius: unset;
    background: unset;
    border: none;
    height: unset;
  }
}
.contact-cta:hover {
  background-color: #7E5819;
  border-color: #7E5819;
}
@media (max-width: 1200px) {
  .contact-cta:hover {
    background-color: transparent;
    border-color: transparent;
  }
}
@media (max-width: 1200px) {
  .contact-cta:hover a {
    color: #000000 !important;
  }
}
/******--------****--------******\
 * WPML
\******---------**---------******/
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown ul li {
  position: relative;
}
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown ul li ul.wpml-ls-sub-menu {
  position: absolute;
  display: flex;
  flex-flow: column;
  width: auto;
  white-space: nowrap;
  height: auto;
  top: 0;
  right: 0;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  margin: 0;
  border-radius: 0.625rem;
  padding: 14px 24px;
  background: #FFFFFF;
  border: 1px solid #e7e7e7;
  transform: translateY(66px);
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1200px) {
  .wpml-floating-language-switcher .wpml-ls-legacy-dropdown ul li ul.wpml-ls-sub-menu {
    width: fit-content;
    right: 0;
    margin: 0 auto;
    transform: translate(0px, 68px);
  }
}
@media (max-width: 767px) {
  .wpml-floating-language-switcher .wpml-ls-legacy-dropdown ul li ul.wpml-ls-sub-menu {
    transform: translate(0px, 68px);
  }
}
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown ul li ul.wpml-ls-sub-menu a {
  display: flex;
  justify-content: center;
  padding: 0px;
}
@media (max-width: 1200px) {
  .wpml-floating-language-switcher .wpml-ls-legacy-dropdown ul li ul.wpml-ls-sub-menu a {
    height: 32px;
    width: 32px;
  }
}
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown ul li ul.wpml-ls-sub-menu img {
  height: 28px;
  width: 28px;
  object-fit: contain;
  background: rgba(0, 0, 0, 0);
  padding: 4px;
  border-radius: 6px;
  transition: 0.25s ease;
}
@media (max-width: 767px) {
  .wpml-floating-language-switcher .wpml-ls-legacy-dropdown ul li ul.wpml-ls-sub-menu img {
    height: 32px;
    width: 32px;
  }
}
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown ul li ul.wpml-ls-sub-menu img:hover {
  filter: brightness(0.8);
}
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown ul li a.wpml-ls-item-toggle {
  position: relative;
  display: flex;
  align-items: center;
  height: 94px;
  width: 84px;
  padding: 0 0 0 35px;
}
@media (max-width: 767px) {
  .wpml-floating-language-switcher .wpml-ls-legacy-dropdown ul li a.wpml-ls-item-toggle {
    height: 74px;
    padding: 0;
    width: auto;
  }
}
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown ul li a.wpml-ls-item-toggle.shrink {
  height: 64px;
}
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown ul li a.wpml-ls-item-toggle::after {
  content: "";
  display: block;
  position: absolute;
  left: 70px;
  width: 12px;
  height: 28px;
  background: url('../../assets/images/svg/chevron.svg') no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.25s ease;
}
@media (max-width: 767px) {
  .wpml-floating-language-switcher .wpml-ls-legacy-dropdown ul li a.wpml-ls-item-toggle::after {
    position: relative;
    left: 0;
  }
}
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown ul li a.wpml-ls-item-toggle img {
  height: 28px;
  width: 28px;
  background: rgba(0, 0, 0, 0);
  padding: 4px;
  border-radius: 6px;
  transition: 0.25s ease;
}
@media (max-width: 767px) {
  .wpml-floating-language-switcher .wpml-ls-legacy-dropdown ul li a.wpml-ls-item-toggle img {
    height: 32px;
    width: 32px;
  }
}
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown ul li:hover > ul.wpml-ls-sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(76px);
}
@media (max-width: 1200px) {
  .wpml-floating-language-switcher .wpml-ls-legacy-dropdown ul li:hover > ul.wpml-ls-sub-menu {
    transform: translate(0px, 68px);
  }
}
@media (max-width: 767px) {
  .wpml-floating-language-switcher .wpml-ls-legacy-dropdown ul li:hover > ul.wpml-ls-sub-menu {
    transform: translate(0px, 68px);
  }
}
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown ul li:hover > a {
  color: #FF7F00;
}
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown ul li:hover > a::after {
  transform-origin: center;
  transform: translateY(3px);
}
.wpml-floating-language-switcher .wpml-ls-legacy-dropdown ul li:hover > a img {
  filter: brightness(0.8);
}
.custom-shortcode-wrapper {
  display: flex;
}
/**
Line for the leftside of the language switcher
**/
.breakline {
  height: 40px;
  width: 1px;
  background: rgba(201, 201, 201, 0.7);
}
@media (max-width: 1420px) {
  .breakline {
    display: none;
  }
}
.wpml-floating-language-switcher {
  display: flex;
  align-items: center;
}
@media (max-width: 1420px) {
  .wpml-floating-language-switcher {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .wpml-floating-language-switcher {
    margin-right: 20px;
  }
}
/**
Feedback Company widget
**/
.__fbcw__bar-widget {
  margin: 0 -10px 0 -10px;
}
.feedback-company-widget {
  transform: scale(0.9);
  transform-origin: left;
  margin-right: -35px;
}
@media (max-width: 1420px) {
  .feedback-company-widget {
    transform: scale(0.8);
  }
}
@media (max-width: 460px) {
  .feedback-company-widget {
    display: none;
  }
}
@media (max-width: 375px) {
  .feedback-company-widget {
    transform: scale(0.7);
  }
}
@media (max-width: 325px) {
  .feedback-company-widget {
    transform: scale(0.6);
  }
}
.__fbcw__bar-widget__stars svg polygon {
  fill: #ffa100;
}
/**
Create a sticky header. Elementor cannot target the outer
wrapper Element.
**/
.elementor-location-header {
  position: sticky;
  top: 0;
  z-index: 99;
}
/**
De padding kan aangepast worden. Deze moet wel in verhouding staan
met de maximale breedte van de container. Deze staat nu ingesteld
op 1485px.
**/
.stripes {
  z-index: 0;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  /* Set the amount of columns correctly */
}
@media (max-width: 767px) {
  .stripes {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.stripes .stripe-wrapper {
  width: 100%;
  max-width: 93.75em;
  position: relative;
}
.stripes .stripe-container {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: space-between;
  display: grid;
  position: relative;
}
@media (max-width: 880px) {
  .stripes .stripe-container {
    grid-template-columns: 1fr;
  }
}
.stripes .stripe {
  width: 1px;
  background-color: rgba(201, 201, 201, 0.7);
}
.stripes .stripe.right {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}
.stripes .stripe.center {
  display: none;
}
@media (max-width: 880px) {
  .stripes .stripe.center {
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    margin: 0 auto;
  }
}
@media (max-width: 880px) {
  .stripes .stripe.stripe-1,
  .stripes .stripe.stripe-2,
  .stripes .stripe.stripe-3 {
    display: none;
  }
}
.stripes #stripe-width {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.stripes .two-stripes {
  width: 100%;
  justify-content: space-between;
  display: flex;
  position: relative;
}
/** 
Het is belangrijk om te weten dat de vierde waarde van grid-area 
(het kolom-einde) exclusief is, wat betekent dat het item eindigt vóór 
deze kolom. Dus, zowel 1 / 3 / 2 / 4 als 1 / 3 / 2 / 3 plaatsen het 
item in de derde kolom, maar de eerste geeft aan dat het item zich 
uitstrekt tot de vierde kolom, terwijl de tweede aangeeft dat het 
eindigt in de derde kolom. In beide gevallen neemt het item één 
kolom in beslag.
**/
.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px !important;
  width: 100% !important;
  z-index: -1;
}
@media (max-width: 767px) {
  .grid-container {
    left: 0;
    right: 0;
  }
}
.grid-container.reverse {
  bottom: 0;
  position: absolute;
}
.grid-container.for-elementor {
  width: calc(100% + 0px) !important;
}
@media (max-width: 767px) {
  .grid-container.for-elementor {
    width: calc(100% - 10px) !important;
  }
}
.grid-container--spacing {
  padding-left: 13.125em;
  padding-right: 13.125em;
}
.grid-container--spacing.spacing-elementor {
  padding-left: 0;
  padding-right: 0;
}
.grid-container--spacing--grid {
  position: relative !important;
  display: grid !important;
  align-content: stretch !important;
  justify-content: space-between !important;
  grid-column-gap: 0px !important;
  grid-row-gap: 0px !important;
  grid-template-rows: 1fr !important;
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
  grid-auto-columns: 1fr !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 1;
}
@media (max-width: 880px) {
  .grid-container--spacing--grid {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }
}
.grid-container--spacing--grid--tile.tile-1 {
  grid-area: 1 / 1 / 2 / 1;
  background: linear-gradient(0deg, #e5ad35 -700%, rgba(255, 255, 255, 0) 100%);
  height: 150px;
}
@media (max-width: 880px) {
  .grid-container--spacing--grid--tile.tile-1 {
    grid-area: unset;
  }
}
.grid-container--spacing--grid--tile.tile-2 {
  grid-area: 1 / 2 / 2 / 2;
  background: linear-gradient(0deg, #40a2dd -700%, rgba(255, 255, 255, 0) 100%);
  height: 150px;
}
@media (max-width: 880px) {
  .grid-container--spacing--grid--tile.tile-2 {
    grid-area: unset;
  }
}
.grid-container--spacing--grid--tile.tile-3 {
  grid-area: 1 / 3 / 2 / 3;
  background: linear-gradient(0deg, #bace4c -700%, rgba(255, 255, 255, 0) 100%);
  height: 150px;
}
@media (max-width: 880px) {
  .grid-container--spacing--grid--tile.tile-3 {
    grid-area: unset;
  }
}
.grid-container--spacing--grid--tile.tile-4 {
  grid-area: 1 / 4 / 2 / 4;
  background: linear-gradient(0deg, #df3a8c -700%, rgba(255, 255, 255, 0) 100%);
  height: 150px;
}
@media (max-width: 880px) {
  .grid-container--spacing--grid--tile.tile-4 {
    grid-area: unset;
  }
}
/**
Spacing for the top header element. Elementor can't
target this Element, custom CSS needed
**/
@media (max-width: 1600px) {
  .custom-spacing {
    padding: 0 40px 0 40px !important;
  }
}
@media (max-width: 767px) {
  .custom-spacing {
    padding: 0 10px 0 10px !important;
  }
}
/**
Mega menu
**/
.link-on-black a {
  color: #FFFFFF;
}
/**
Gravity Forms
**/
label.gfield_label.gform-field-label {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.gform-theme--foundation .gfield .ginput_password.large,
.gform-theme--foundation .gfield input.large,
.gform-theme--foundation .gfield select.large {
  height: 50px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  line-height: 24px;
  padding: 2px 12px 2px 12px;
  border: 1px solid #d6d6d6;
  box-shadow: none;
}
.gform-theme--foundation .gfield textarea.small {
  border: 1px solid #d6d6d6;
  box-shadow: none;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  line-height: 24px;
}
span.gfield_required.gfield_required_text {
  font-family: 'Poppins', sans-serif;
}
input#gform_submit_button_1,
input#gform_submit_button_2 {
  position: relative;
  display: flex;
  height: 58px;
  align-items: center;
  padding: 0 24px 0 24px;
  border-radius: 200px !important;
  background: #BB9457 !important;
  border: 1px solid #BB9457;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 16px;
  border-radius: 0;
}
input#gform_submit_button_1:hover,
input#gform_submit_button_2:hover {
  background: #FFFFFF !important;
  color: #BB9457;
  border: 1px solid #BB9457;
}
@media (max-width: 767px) {
  input#gform_submit_button_1,
  input#gform_submit_button_2 {
    width: 100%;
  }
}
select {
  display: flex !important;
  align-items: center !important;
}
.gform-theme--framework .gform_validation_errors {
  border: 1px solid #c02b0a !important;
}
.post-card {
  height: 100% !important;
}
.post-button {
  margin-top: auto;
}
.post-featured-image-grid a {
  display: flex !important;
}
@media (max-width: 767px) {
  .full-width-button .elementor-button {
    width: 100% !important;
  }
}
.custom-footer-link a:hover {
  color: #BB9457;
}
@media (max-width: 1420px) {
  .usp-hide {
    display: none;
  }
}
@media (max-width: 1420px) {
  .usp-first {
    margin-left: -40px;
  }
}
@media (max-width: 767px) {
  .usp-first {
    margin-left: 0;
  }
}
@media (max-width: 1420px) {
  .elementor-icon-box-description {
    font-size: 12px !important;
  }
}
figure.swiper-slide-inner {
  display: flex;
  height: 100%;
  max-height: 500px;
}
.custom-slider .elementor-image-carousel-wrapper {
  display: flex;
  height: 100%;
}
.custom-slider a {
  display: flex !important;
  height: 100% !important;
}
.custom-slider a .swiper-slide-inner {
  display: flex !important;
  height: 100% !important;
  max-height: 100% !important;
}
.custom-slider a .swiper-slide-inner .swiper-slide-image {
  display: flex !important;
  height: 100% !important;
  width: 100% !important;
}
.custom-page-link .fa-check:before {
  color: #008000;
  transition: all 0.3s;
}
.custom-page-link:hover .fa-check:before {
  color: #FFFFFF;
}
.featured-projecten-button {
  margin-top: auto;
}
.featured-projecten-image-wrapper {
  position: relative !important;
  height: 100% !important;
}
@media (max-width: 1200px) {
  .featured-projecten-image-wrapper {
    height: unset !important;
  }
}
.featured-projecten-image-wrapper a {
  display: flex !important;
}
.elementor-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-pagination .page-numbers,
.elementor-pagination .current {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  color: #000000;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.elementor-pagination .page-numbers:hover,
.elementor-pagination .current:hover {
  background: #000000;
  color: #FFFFFF !important;
}
.elementor-pagination .current {
  color: #FFFFFF;
  background: #000000;
}
.systemen-icon .elementor-icon-box-icon {
  display: flex !important;
  align-items: center;
}
.custom-background {
  background-color: #FFFFFF !important;
}
@media (max-width: 1200px) {
  .custom-background {
    background-color: unset !important;
  }
}
.custom-mogelijkheden-image a {
  display: flex !important;
}
@media (max-width: 767px) {
  .mogelijkheden-card .elementor-icon-box-wrapper {
    display: flex !important;
    align-items: center;
  }
  .mogelijkheden-card .elementor-icon-box-wrapper .elementor-icon-box-icon {
    display: flex !important;
  }
}
.elementor-icon-list-icon {
  background: #BB9457 !important;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  margin-right: 8px;
  padding: 0 !important;
  color: #FFFFFF !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.elementor-icon-list-icon i {
  color: #FFFFFF !important;
  font-size: 18px !important;
}
.elementor-icon-list-icon svg {
  fill: #FFFFFF !important;
}
/* WhatsApp */
.whatsapp {
  visibility: hidden;
}
.whatsapp-contact {
  position: fixed;
  right: 30px;
  bottom: 30px;
  border-radius: 200px;
  will-change: transform;
  transition: 0.3s ease;
  z-index: 10;
}
@media (max-width: 767px) {
  .whatsapp-contact {
    right: 20px;
    bottom: 20px;
  }
}
.whatsapp-contact a {
  display: flex;
}
.whatsapp-contact svg {
  height: 50px;
  width: 50px;
  filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.25));
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .whatsapp-contact svg {
    height: 50px;
    width: 50px;
  }
}
.whatsapp-contact:hover {
  transform: scale(1.2);
  filter: brightness(1.1);
}
.call-usp {
  margin-left: auto;
}
@media (max-width: 460px) {
  .call-usp {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px !important;
  }
}
.call-usp svg {
  margin-top: 4px;
}
.call-usp .elementor-button-link {
  background-color: unset !important;
}
.call-usp .elementor-button-text,
.call-usp .elementor-button-content-wrapper,
.call-usp .elementor-button-wrapper {
  display: flex;
  align-items: center !important;
}
.elementor-button-content-wrapper,
.elementor-button-icon {
  align-items: center !important;
}
.elementor-button-icon {
  display: flex !important;
}
.text-animation {
  animation: inner-left 1s 1s ease both, text-clip 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}
@keyframes header-image-clip {
  0% {
    clip-path: polygon(0 0, 0% 0, 0% 108%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 108%, 0 100%);
  }
}
.header-image-clip {
  animation: header-image-clip 1.35s cubic-bezier(0.4, 0, 0.2, 1) both 0.6s;
}
@media (max-width: 880px) {
  .header-image-clip {
    animation: header-image-clip 0.8s cubic-bezier(0.4, 0, 0.2, 1) both 0s;
  }
}
.header-animation-fade-left {
  opacity: 0;
  animation: header-fade-left 1s cubic-bezier(0.4, 0, 0.2, 1) both 0.15s;
}
@keyframes header-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@media (max-width: 880px) {
  .header-animation-fade-left {
    background-color: unset !important;
    animation: header-fade-left 1s cubic-bezier(0.4, 0, 0.2, 1) both 0.4s;
  }
}
.normal-animation-fade-left {
  opacity: 0;
  animation: normal-fade-left 1s cubic-bezier(0.4, 0, 0.2, 1) both 0s;
}
@keyframes normal-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@media (max-width: 880px) {
  .header-title,
  .header-content {
    color: #FFFFFF !important;
  }
  .header-title h1,
  .header-content h1 {
    color: #FFFFFF !important;
  }
}
@media (max-width: 460px) {
  .header-title h1,
  .header-content h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 375px) {
  .header-title h1,
  .header-content h1 {
    font-size: 34px !important;
  }
}
@media (max-width: 880px) {
  .header-image {
    position: relative;
  }
  .header-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #000000 -50%, rgba(0, 0, 0, 0.5) 100%);
  }
}
.header-overlay {
  position: relative;
}
.header-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.1) 60%);
}
.header-animation-button {
  opacity: 0;
  animation: fade-normal 1.5s cubic-bezier(0.4, 0, 0.2, 1) both 1.6s;
}
@media (max-width: 880px) {
  .header-animation-button {
    animation: fade-normal 1.5s cubic-bezier(0.4, 0, 0.2, 1) both 0.8s;
  }
}
.image-reveal.animate {
  animation: header-image-clip 0.8s cubic-bezier(0.4, 0, 0.2, 1) both 0s;
}
@keyframes text-reveal {
  0% {
    opacity: 0;
    transform: translateY(-35px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.image-clip-top {
  animation: image-clip-top 0.8s cubic-bezier(0.4, 0, 0.2, 1) both 0s;
}
.image-clip-top-projects {
  animation: image-clip-top 1.2s cubic-bezier(0.4, 0, 0.2, 1) both 0.6s;
}
.content-fade-projects {
  opacity: 0;
  animation: fade-normal 1s cubic-bezier(0.4, 0, 0.2, 1) both 0.3s;
}
.fade {
  opacity: 0;
}
.fade.animate {
  animation: fade 0.6s ease both 0.4s;
}
.subtitle-reveal {
  opacity: 0;
}
.subtitle-reveal.animate {
  animation: text-reveal 0.6s ease both 0s;
}
.title-reveal {
  opacity: 0;
}
.title-reveal.animate {
  animation: text-reveal 0.6s ease both 0.1s;
}
.normal-image-clip-top {
  opacity: 0;
}
.normal-image-clip-top.animate {
  opacity: 1;
  animation: image-clip-top 0.8s cubic-bezier(0.4, 0, 0.2, 1) both 0s;
}
/* Text clip animation - Bottom to Top reveal */
@keyframes text-clip {
  from {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 108%, 0 100%);
  }
}
@keyframes image-clip-top {
  from {
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
/* Start animation for the whole div at the right side, for it to animate to the left */
@keyframes outer-left {
  from {
    transform: translateX(20%);
  }
  to {
    transform: none;
  }
}
/* Start animation for the second paragraph with indent */
@keyframes inner-left {
  from {
    transform: translateX(-20%);
  }
  to {
    transform: none;
  }
}
@keyframes fade-normal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.elementor-edit-area {
  /* Start animation for the whole div at the right side, for it to animate to the left */
  /* Start animation for the second paragraph with indent */
}
.elementor-edit-area .title-reveal {
  opacity: 1 !important;
}
.elementor-edit-area .header-animation-button {
  opacity: 1 !important;
}
.elementor-edit-area .normal-image-clip-top {
  opacity: 1 !important;
}
@keyframes text-reveal {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.elementor-edit-area .fade {
  opacity: 1 !important;
}
.elementor-edit-area .fade.animate {
  animation: fade 0.6s ease both 0.4s;
}
.elementor-edit-area .subtitle-reveal {
  opacity: 1 !important;
}
.elementor-edit-area .subtitle-reveal.animate {
  animation: text-reveal 0.6s ease both 0s;
}
.elementor-edit-area .title-reveal {
  opacity: 1 !important;
}
.elementor-edit-area .title-reveal.animate {
  animation: text-reveal 0.6s ease both 0.1s;
}
.elementor-edit-area .normal-image-clip-top {
  opacity: 1 !important;
}
.elementor-edit-area .normal-image-clip-top.animate {
  opacity: 1;
  animation: image-clip-top 0.8s cubic-bezier(0.4, 0, 0.2, 1) both 0s;
}
@keyframes text-clip {
  from {
    clip-path: polygon(0 0, 100% 0, 100% 108%, 0 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 108%, 0 100%);
  }
}
@keyframes image-clip-top {
  from {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes outer-left {
  from {
    transform: none;
  }
  to {
    transform: none;
  }
}
@keyframes inner-left {
  from {
    transform: none;
  }
  to {
    transform: none;
  }
}
@keyframes fade-normal {
  0% {
    opacity: 1 !important;
  }
  100% {
    opacity: 1;
  }
}
.project-card:hover .project-card--featured img {
  transform: scale(1.1);
}
.project-card:hover h3 {
  color: #000000;
}
.footer-usp-box h3,
.footer-usp-box h4 {
  margin: 0 !important;
}
.footer-usp-box .elementor-image-box-img {
  display: flex !important;
}
.custom-icon-box .elementor-icon-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .custom-icon-box .elementor-icon-box-wrapper {
    align-items: center !important;
  }
  .custom-icon-box .elementor-icon-box-icon {
    display: flex !important;
  }
  .custom-icon-box .elementor-icon-box-content,
  .custom-icon-box .elementor-icon-box-title {
    display: flex !important;
  }
}
.gold-text {
  color: #BB9457;
}
.custom-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
}
.custom-google-maps .elementor-custom-embed {
  height: 100%;
}
/* CookieYes updates */
.cky-consent-container {
  position: fixed;
  width: 440px;
  box-sizing: border-box;
  z-index: 9999999;
  border-radius: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(50vh - 114px);
}
.cky-consent-container .cky-consent-bar {
  background: #fff;
  border: none !important;
  padding: 24px 24px !important;
  border-radius: 12px !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important;
}
.cky-modal {
  border-radius: 12px;
}
.cky-preference-center {
  border-radius: 12px;
}
.CybotExternalLinkArrow {
  width: auto;
}
.CybotCookiebotDialogPoweredbyImage {
  max-width: 150px;
}
.elementor-image-carousel-wrapper {
  max-height: 42.25rem !important;
}
@media (max-width: 767px) {
  .elementor-image-carousel-wrapper {
    max-height: 14.375rem !important;
  }
}
.elementor-image-carousel-wrapper figure {
  width: 100%;
}
.elementor-lightbox .elementor-lightbox-image {
  box-shadow: none !important;
  padding: 14px;
}
.dialog-type-lightbox {
  z-index: 9999999999 !important;
}
.post-type-archive-kennisbank h1,
.page-template-kennisbank-onderwerpen h1 {
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .post-type-archive-kennisbank h1,
  .page-template-kennisbank-onderwerpen h1 {
    line-height: 1.1;
    margin-bottom: 1.125rem;
  }
}
.post-type-archive-kennisbank .sub-secondary-title h2,
.page-template-kennisbank-onderwerpen .sub-secondary-title h2 {
  font-size: 1.3125rem !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
}
@media (max-width: 767px) {
  .post-type-archive-kennisbank .sub-secondary-title h2,
  .page-template-kennisbank-onderwerpen .sub-secondary-title h2 {
    font-size: 1.1875rem !important;
  }
}
.post-type-archive-kennisbank .secondary-title h2,
.page-template-kennisbank-onderwerpen .secondary-title h2 {
  font-size: 1.5rem !important;
  line-height: 1.3 !important;
}
.global-title h2 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600;
  font-size: 2rem !important;
  line-height: 1.3 !important;
}
@media (max-width: 767px) {
  .global-title h2 {
    font-size: 1.75rem !important;
    line-height: 1.3 !important;
  }
}
.global-top-title h2 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.6;
  color: #6D6D6D;
  margin-top: 0.375rem;
}
@media (max-width: 767px) {
  .global-top-title h2 {
    font-size: 1rem;
    margin-top: 0.875rem;
  }
}
.tax-kennisbank-category h1,
.page-template-kennisbank-onderwerpen h1,
.article-title h1,
.single-kennisbank h1,
.tax-kennisbank-category .discover-also,
.page-template-kennisbank-onderwerpen .discover-also,
.article-title .discover-also,
.single-kennisbank .discover-also {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600;
  margin-bottom: 1rem !important;
  line-height: 1.2 !important;
}
@media (max-width: 767px) {
  .tax-kennisbank-category h1,
  .page-template-kennisbank-onderwerpen h1,
  .article-title h1,
  .single-kennisbank h1,
  .tax-kennisbank-category .discover-also,
  .page-template-kennisbank-onderwerpen .discover-also,
  .article-title .discover-also,
  .single-kennisbank .discover-also {
    font-size: 1.75rem !important;
    line-height: 1.2 !important;
    margin-bottom: 0.875rem !important;
  }
}
.tax-kennisbank-category .populair-questions-title,
.page-template-kennisbank-onderwerpen .populair-questions-title,
.article-title .populair-questions-title,
.single-kennisbank .populair-questions-title {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .tax-kennisbank-category .populair-questions-title,
  .page-template-kennisbank-onderwerpen .populair-questions-title,
  .article-title .populair-questions-title,
  .single-kennisbank .populair-questions-title {
    margin-top: 0.5rem;
  }
}
.tax-kennisbank-category h2.secondary-title,
.page-template-kennisbank-onderwerpen h2.secondary-title,
.article-title h2.secondary-title,
.single-kennisbank h2.secondary-title {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
}
@media (max-width: 767px) {
  .tax-kennisbank-category h2.secondary-title,
  .page-template-kennisbank-onderwerpen h2.secondary-title,
  .article-title h2.secondary-title,
  .single-kennisbank h2.secondary-title {
    font-size: 1.125rem !important;
    line-height: 1.2 !important;
  }
}
.tax-kennisbank-category .sub-secondary-title h2,
.page-template-kennisbank-onderwerpen .sub-secondary-title h2,
.article-title .sub-secondary-title h2,
.single-kennisbank .sub-secondary-title h2,
.tax-kennisbank-category .sub-secondary-title,
.page-template-kennisbank-onderwerpen .sub-secondary-title,
.article-title .sub-secondary-title,
.single-kennisbank .sub-secondary-title {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.1875rem !important;
  line-height: 1.6 !important;
  color: #6D6D6D !important;
}
.tax-kennisbank-category .sub-secondary-title h2.cat,
.page-template-kennisbank-onderwerpen .sub-secondary-title h2.cat,
.article-title .sub-secondary-title h2.cat,
.single-kennisbank .sub-secondary-title h2.cat,
.tax-kennisbank-category .sub-secondary-title.cat,
.page-template-kennisbank-onderwerpen .sub-secondary-title.cat,
.article-title .sub-secondary-title.cat,
.single-kennisbank .sub-secondary-title.cat {
  margin-bottom: 4.125rem !important;
}
@media (max-width: 767px) {
  .tax-kennisbank-category .sub-secondary-title h2.cat,
  .page-template-kennisbank-onderwerpen .sub-secondary-title h2.cat,
  .article-title .sub-secondary-title h2.cat,
  .single-kennisbank .sub-secondary-title h2.cat,
  .tax-kennisbank-category .sub-secondary-title.cat,
  .page-template-kennisbank-onderwerpen .sub-secondary-title.cat,
  .article-title .sub-secondary-title.cat,
  .single-kennisbank .sub-secondary-title.cat {
    margin-bottom: 2.375rem !important;
  }
}
@media (max-width: 767px) {
  .tax-kennisbank-category .sub-secondary-title h2,
  .page-template-kennisbank-onderwerpen .sub-secondary-title h2,
  .article-title .sub-secondary-title h2,
  .single-kennisbank .sub-secondary-title h2,
  .tax-kennisbank-category .sub-secondary-title,
  .page-template-kennisbank-onderwerpen .sub-secondary-title,
  .article-title .sub-secondary-title,
  .single-kennisbank .sub-secondary-title {
    font-size: 1rem !important;
  }
}
.tax-kennisbank-category .cat,
.page-template-kennisbank-onderwerpen .cat,
.article-title .cat,
.single-kennisbank .cat {
  margin-top: 0;
  margin-bottom: 5rem;
}
.tax-kennisbank-category .cat .sub-navigation__menu-item,
.page-template-kennisbank-onderwerpen .cat .sub-navigation__menu-item,
.article-title .cat .sub-navigation__menu-item,
.single-kennisbank .cat .sub-navigation__menu-item {
  height: 2.625rem;
}
@media (max-width: 767px) {
  .tax-kennisbank-category .cat .sub-navigation__menu-item,
  .page-template-kennisbank-onderwerpen .cat .sub-navigation__menu-item,
  .article-title .cat .sub-navigation__menu-item,
  .single-kennisbank .cat .sub-navigation__menu-item {
    height: 2.125rem;
  }
}
@media (max-width: 767px) {
  .tax-kennisbank-category .cat,
  .page-template-kennisbank-onderwerpen .cat,
  .article-title .cat,
  .single-kennisbank .cat {
    margin-bottom: 2.375rem;
  }
}
.tax-kennisbank-category .kennisbank__card__featured img,
.page-template-kennisbank-onderwerpen .kennisbank__card__featured img,
.article-title .kennisbank__card__featured img,
.single-kennisbank .kennisbank__card__featured img {
  height: 16.25rem;
  max-height: 16.25rem;
}
@media (max-width: 767px) {
  .tax-kennisbank-category .kennisbank__card__featured img,
  .page-template-kennisbank-onderwerpen .kennisbank__card__featured img,
  .article-title .kennisbank__card__featured img,
  .single-kennisbank .kennisbank__card__featured img {
    height: 10.125rem;
    max-height: 10.125rem;
    min-height: 10.125rem;
  }
}
.tax-kennisbank-category .kennisbank__card__featured .normal,
.page-template-kennisbank-onderwerpen .kennisbank__card__featured .normal,
.article-title .kennisbank__card__featured .normal,
.single-kennisbank .kennisbank__card__featured .normal {
  height: 16.25rem;
  max-height: 16.25rem;
}
@media (max-width: 767px) {
  .tax-kennisbank-category .kennisbank__card__featured .normal,
  .page-template-kennisbank-onderwerpen .kennisbank__card__featured .normal,
  .article-title .kennisbank__card__featured .normal,
  .single-kennisbank .kennisbank__card__featured .normal {
    height: 14.375rem;
    max-height: 14.375rem;
    min-height: 14.375rem;
  }
}
@media (max-width: 767px) {
  .tax-kennisbank-category .kennisbank__card__bottom,
  .page-template-kennisbank-onderwerpen .kennisbank__card__bottom,
  .article-title .kennisbank__card__bottom,
  .single-kennisbank .kennisbank__card__bottom {
    padding: 0.75rem 0 0 0;
  }
  .tax-kennisbank-category .kennisbank__card__bottom h3,
  .page-template-kennisbank-onderwerpen .kennisbank__card__bottom h3,
  .article-title .kennisbank__card__bottom h3,
  .single-kennisbank .kennisbank__card__bottom h3 {
    line-height: 1.5 !important;
  }
}
@media (max-width: 767px) {
  .kennisbank {
    margin-top: 1.875rem;
  }
}
.kennisbank__link:hover .kennisbank__card .kennisbank__card__featured .featured-image {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .kennisbank__link:hover .kennisbank__card .kennisbank__card__featured .featured-image {
    transform: unset;
  }
}
.kennisbank__card {
  display: flex;
  flex-flow: column;
  border-radius: 0.5rem;
  width: 100%;
}
.kennisbank__card__featured {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 0.5rem;
}
.kennisbank__card__featured .featured-image {
  height: 18.75rem;
  max-height: 18.75rem;
  border-radius: 0.5rem 0.5rem 0 0 !important;
  transition: transform 0.25s ease;
}
@media (max-width: 767px) {
  .kennisbank__card__featured .featured-image {
    height: 14.375rem;
    max-height: 14.375rem;
  }
}
.kennisbank__card h3 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600;
  font-size: 1.0625rem !important;
  line-height: 1.5 !important;
  margin-bottom: 0.75rem !important;
  color: #000000;
}
@media (max-width: 767px) {
  .kennisbank__card h3 {
    margin-bottom: 0.5rem !important;
    font-size: 1rem !important;
  }
}
.kennisbank__card__cat {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 1.25rem;
  left: 1.25rem;
  line-height: 1;
  background: black;
  border-radius: 0.25rem;
  color: white;
  padding: 0 6px;
  height: 1.5625rem;
  font-size: 0.875rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .kennisbank__card__cat {
    left: 0.625rem;
    bottom: 0.625rem;
  }
}
.kennisbank__card__bottom {
  padding: 1rem 0 0 0;
}
.kennisbank__card__reading-time {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.kennisbank__card__reading-time span {
  color: #000000;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
}
@media (max-width: 767px) {
  .kennisbank__card__reading-time span {
    font-size: 0.75rem;
  }
}
.kennisbank__card__reading-time__icon {
  height: 0.875rem;
  width: 0.875rem;
  border-radius: 0 !important;
}
.page-template-kennisbank-onderwerpen .kennisbank {
  margin-top: 0;
}
@media (max-width: 767px) {
  .f-carousel__viewport {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.f-carousel__slide {
  margin: 0 1.5rem 0 0 !important;
  width: calc((100% - 4.5rem) / 4) !important;
  transform: translateZ(0);
}
@media (max-width: 1200px) {
  .f-carousel__slide {
    width: calc((100% - 3rem) / 3) !important;
  }
}
@media (max-width: 767px) {
  .f-carousel__slide {
    margin: 0 1rem 0 0 !important;
    width: calc((100% - 4rem) / 2) !important;
  }
}
@media (max-width: 460px) {
  .f-carousel__slide {
    width: calc((100% - 4rem) / 1) !important;
  }
}
.f-carousel__nav {
  position: unset !important;
  display: flex;
  gap: 1.25rem;
  margin: 2.5rem 0 1.875rem 0;
}
@media (max-width: 767px) {
  .f-carousel__nav {
    display: none;
    padding-left: 0.9375rem;
  }
}
.f-carousel__nav .f-button {
  transform: unset !important;
  height: 48px !important;
  width: 48px !important;
  background-color: #FFFFFF !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000 !important;
  border: 0.0625rem solid #d6d6d6;
  border-radius: 0.375rem;
  box-shadow: unset !important;
}
.f-carousel__nav .f-button.is-next {
  right: unset !important;
  position: unset !important;
  order: 2;
}
.f-carousel__nav .f-button.is-prev {
  left: unset !important;
  position: unset !important;
}
.f-carousel__nav .f-button:hover {
  background: #FFFFFF;
}
.f-carousel__nav .f-button:hover:not(:disabled) {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}
.f-carousel__nav .f-button:disabled {
  pointer-events: unset !important;
  cursor: not-allowed;
  opacity: 0.4;
}
.f-carousel__nav .f-button:disabled:hover {
  background: #d2d2d2;
}
/* Align slides to the left when there are fewer than 4 slides */
.f-carousel__track.is-left-aligned {
  justify-content: flex-start !important;
  transform: translateX(0) !important;
}
@media (max-width: 767px) {
  .f-carousel__track.is-left-aligned {
    transform: translateX(0) !important;
  }
}
.f-carousel__dots {
  display: none !important;
}
@media (max-width: 880px) {
  .f-carousel__dots {
    display: flex !important;
    position: unset !important;
    padding-top: 0.875rem !important;
  }
}
.f-carousel__dot {
  background-color: #FFFFFF !important;
}
.sub-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
  gap: 1rem;
}
.sub-navigation.cat-children {
  justify-content: unset;
  margin-top: 0;
}
@media (max-width: 1200px) {
  .sub-navigation {
    justify-content: unset;
    flex-flow: wrap;
  }
}
@media (max-width: 767px) {
  .sub-navigation {
    gap: 0.75rem;
  }
}
.sub-navigation__menu-item,
.sub-navigation__child-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  padding: 0 1.375rem;
  width: 100%;
  background: #FFFFFF;
  border: 0.0625rem solid #D6D6D6;
  height: 2.625rem;
  border-radius: 0.5rem;
  gap: 0.5rem;
}
.sub-navigation__menu-item svg,
.sub-navigation__child-item svg {
  display: none;
}
.sub-navigation__menu-item.menu-item__current,
.sub-navigation__child-item.menu-item__current {
  background: #F6F6F6;
  border: 0.0625rem solid #8b8b8b;
}
.sub-navigation__menu-item.menu-item__current svg,
.sub-navigation__child-item.menu-item__current svg {
  display: block;
}
@media (max-width: 1200px) {
  .sub-navigation__menu-item,
  .sub-navigation__child-item {
    width: auto;
  }
}
@media (max-width: 767px) {
  .sub-navigation__menu-item,
  .sub-navigation__child-item {
    font-size: 0.75rem;
    height: 2.25rem;
    padding: 0 0.625rem;
  }
}
.sub-navigation__menu-item:hover,
.sub-navigation__child-item:hover {
  color: #000000;
  border: 0.0625rem solid #000000;
}
.sub-navigation__child-item {
  width: auto;
}
.sub-navigation__reset-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.sub-navigation__reset-button:disabled {
  display: none;
  cursor: not-allowed;
}
#breadcrumbs {
  font-weight: 500 !important;
  color: #898989;
  margin-bottom: 1.375rem;
}
@media (max-width: 767px) {
  #breadcrumbs {
    margin-bottom: 1.125rem;
  }
}
#breadcrumbs a {
  color: #000000;
}
#breadcrumbs .breadcrumb_last {
  color: #898989;
}
#breadcrumbs span span {
  margin: 0 0.5rem 0 0.5rem;
}
#breadcrumbs span span:first-child {
  margin: 0 0.5rem 0 0;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.pagination {
  margin: 4.125rem 0 0 0;
}
.pagination .page-numbers {
  display: flex;
  gap: 1rem;
}
.pagination .page-numbers .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  background: white;
  border: 0.0625rem solid #D6D6D6;
  border-radius: 0.25rem;
}
.pagination .page-numbers .page-numbers.current {
  background: #f9f9f9;
  color: #000000;
  font-weight: 500;
}
.pagination .page-numbers .page-numbers:hover {
  border: 0.0625rem solid #000000;
  color: #000000;
}
.pagination__text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.primary-cta-button a {
  background-color: #009e74 !important;
  border-color: #009e74 !important;
  color: #FFFFFF !important;
}
.primary-cta-button:hover a {
  background-color: #007f5d !important;
  border-color: #007f5d !important;
  color: #FFFFFF !important;
}
.primary-cta-button:hover a svg {
  fill: #FFFFFF !important;
}
.cta-profile {
  min-width: 7.5rem !important;
}
@media (max-width: 767px) {
  .cta-profile {
    min-width: 6.25rem !important;
  }
}
.questions-nav {
  margin-top: 1.25rem;
}
.questions-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: 0;
  width: 100%;
}
@media (max-width: 1420px) {
  .questions-nav__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.questions-nav__list li {
  display: flex;
  align-items: center;
  border-bottom: 0.0625rem solid #DFDFDF;
}
.questions-nav__list li a {
  display: flex;
  align-items: center;
  padding: 1.625rem 0 1.625rem 0;
  width: 100%;
}
.questions-nav__list li a:hover {
  color: #000000;
}
.questions-nav__list li a svg {
  margin-left: auto;
}
.questions-spacing {
  padding-bottom: 6.25rem !important;
}
@media (max-width: 767px) {
  .questions-spacing {
    padding-bottom: 5rem !important;
  }
}
/* Single Post > Kennisbank */
.single-kennisbank {
  /* Hide the top menu for a cleaner reading experience */
  /* Set the width of the carousel for mobile edge to edge */
}
.single-kennisbank .usp-header {
  display: none;
}
.single-kennisbank .kennisbank {
  /* Margin reset */
  margin-top: 0;
}
@media (max-width: 767px) {
  .single-kennisbank .f-carousel {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.single-kennisbank .f-carousel__dot {
  background-color: #000000 !important;
}
.article-kennisbank {
  /* Featured Image */
  /* Article Title */
  /* Overwrite the margin for the Discover more title on kennisbank > single */
  /* Author box top */
}
.article-kennisbank .article-featured {
  margin: 3.625rem 0 1.6rem 0 !important;
}
@media (max-width: 767px) {
  .article-kennisbank .article-featured {
    margin: 0 0 1.6rem 0 !important;
  }
}
.article-kennisbank .article-title h1 {
  margin-top: 0.875rem;
  margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
  .article-kennisbank .article-title h1 {
    margin-top: 0;
  }
}
.article-kennisbank .discover-also {
  margin-bottom: 4.125rem !important;
}
@media (max-width: 767px) {
  .article-kennisbank .discover-also {
    margin-bottom: 2rem !important;
  }
}
.article-kennisbank p {
  line-height: 1.8 !important;
}
.article-kennisbank .elementor-widget-post-info {
  margin-bottom: 0.875rem !important;
}
.article-kennisbank .elementor-icon-list-items li {
  font-size: 0.875rem !important;
}
@media (max-width: 767px) {
  .article-kennisbank .elementor-icon-list-items li {
    font-size: 0.75rem !important;
  }
}
.article-kennisbank .elementor-widget-post-info .elementor-icon-list-items {
  margin-right: -0.3125rem !important;
  margin-left: -0.3125rem !important;
}
.article-kennisbank .elementor-widget-post-info .elementor-icon-list-items li {
  margin-right: 0.3125rem !important;
  margin-left: 0.3125rem !important;
}
.article-kennisbank .author-box-bottom-article {
  margin: 40px 0 40px 0 !important;
}
.article-kennisbank .author-box-bottom-article .elementor-widget-container {
  display: flex !important;
}
.article-kennisbank .author-box-bottom-article .elementor-widget-container p {
  font-size: 0.875rem !important;
  font-weight: 400 !important;
}
.article-kennisbank .author-box-bottom-article .elementor-author-box__avatar {
  display: flex;
  margin-right: 1rem !important;
}
.article-kennisbank .author-box-bottom-article .elementor-author-box__avatar img {
  width: 2.5rem !important;
}
.article-kennisbank .author-box-bottom-article .elementor-author-box__name {
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  margin: 0 !important;
}
.discover-also__cat {
  color: #828282;
}
.f-carousel.has-dots {
  margin-bottom: 0 !important;
}
.f-carousel.f-carousel__nav__hidden {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .f-carousel.f-carousel__nav__hidden {
    margin-top: 1rem;
  }
}
/**
 * ╭─────────────────────────────────────────────────────────────────╮
 * │ Header
 * ╰─────────────────────────────────────────────────────────────────╯
 */
.custom-shortcode-wrapper {
  background-color: #FFFFFF;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 1200px) {
  .custom-shortcode-wrapper {
    box-shadow: none;
  }
}
.custom-shortcode-wrapper.active {
  background: #FFFFFF;
}
.custom-shortcode-wrapper__logo {
  display: flex;
  width: 12.5rem;
  padding: 10px 0 10px 0;
}
@media (max-width: 1200px) {
  .custom-shortcode-wrapper__logo {
    height: 66px;
    width: auto;
  }
}
.custom-shortcode-wrapper__logo svg {
  height: 2.125rem;
  width: auto;
  fill: #FFFFFF;
  transform-origin: left;
  transition: 0.25s ease;
}
@media (max-width: 767px) {
  .custom-shortcode-wrapper__logo svg.shrink {
    transform: scale(0.8);
  }
}
.custom-shortcode-wrapper__inner {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  max-width: 1140px;
  width: 100%;
  padding: 0 20px 0 20px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .custom-shortcode-wrapper__inner {
    justify-content: space-between;
  }
}
.custom-shortcode-wrapper.shrink {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media (max-width: 880px) {
  .custom-shortcode-wrapper {
    padding: 0;
  }
}
.custom-shortcode-wrapper .navigation {
  display: flex;
  margin-left: auto;
  align-items: center;
}
@media (max-width: 1200px) {
  .custom-shortcode-wrapper .navigation.desktop {
    display: none;
  }
}
.custom-shortcode-wrapper .navigation__list {
  display: flex;
  align-items: center;
  gap: 35px;
  margin: 0;
  padding: 0;
  /* When menu items have children */
}
.custom-shortcode-wrapper .navigation__list .menu-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.custom-shortcode-wrapper .navigation__list .menu-item > a {
  position: relative;
  display: flex;
  height: 86px;
  font-weight: 500;
  align-items: center;
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  color: #000000;
}
.custom-shortcode-wrapper .navigation__list .menu-item > a:hover {
  color: #986A1F;
}
.custom-shortcode-wrapper .navigation__list .menu-item.current-menu-item > a,
.custom-shortcode-wrapper .navigation__list .menu-item.current_page_item > a {
  color: #986A1F;
}
.custom-shortcode-wrapper .navigation__list .contact-cta {
  padding: 0px 20px 0 20px;
}
@media (max-width: 1200px) {
  .custom-shortcode-wrapper .navigation__list .contact-cta {
    padding: 0;
  }
}
.custom-shortcode-wrapper .navigation__list .navigation-sub {
  position: relative;
  display: flex;
  align-items: center;
  cursor: default;
}
.custom-shortcode-wrapper .navigation__list .navigation-sub.current-menu-item > a,
.custom-shortcode-wrapper .navigation__list .navigation-sub.current_page_item > a,
.custom-shortcode-wrapper .navigation__list .navigation-sub.current_page_ancestor > a,
.custom-shortcode-wrapper .navigation__list .navigation-sub.current-menu-ancestor > a {
  color: #986A1F;
}
.custom-shortcode-wrapper .navigation__list .navigation-sub.current-menu-item > a::before,
.custom-shortcode-wrapper .navigation__list .navigation-sub.current_page_item > a::before,
.custom-shortcode-wrapper .navigation__list .navigation-sub.current_page_ancestor > a::before,
.custom-shortcode-wrapper .navigation__list .navigation-sub.current-menu-ancestor > a::before {
  transform: translate3d(0px, 16px, 0px);
  visibility: visible;
  opacity: 1;
}
.custom-shortcode-wrapper .navigation__list .navigation-sub a::after {
  content: '';
  margin-left: 8px;
  margin-top: 0px;
  width: 12px;
  height: 28px;
  background: url('../../assets/images/svg/chevron.svg') no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.25s ease;
}
.custom-shortcode-wrapper .navigation__list .navigation-sub .sub-menu {
  position: absolute;
  display: flex;
  flex-flow: column;
  width: auto;
  min-width: 10rem;
  white-space: nowrap;
  height: auto;
  top: 0;
  left: -1.5rem;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  margin: 0;
  border-radius: 0.625rem;
  padding: 14px 24px;
  background: #FFFFFF;
  border: 1px solid #e7e7e7;
  transform: translateY(66px);
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.custom-shortcode-wrapper .navigation__list .navigation-sub .sub-menu li a {
  height: unset;
  line-height: 2.5;
  font-family: 'Poppins', sans-serif;
}
.custom-shortcode-wrapper .navigation__list .navigation-sub .sub-menu li a::after {
  content: unset;
}
.custom-shortcode-wrapper .navigation__list .navigation-sub .sub-menu.active {
  visibility: visible;
  opacity: 1;
  transform: translate(5%, -58px);
}
@media (max-width: 1280px) {
  .custom-shortcode-wrapper .navigation__list .navigation-sub:last-child .sub-menu {
    right: -0.375rem;
    left: auto;
    min-width: unset;
  }
}
.custom-shortcode-wrapper .navigation__list .navigation-sub:hover {
  /* Chevron hover animation */
}
@media (min-width: 1200px) {
  .custom-shortcode-wrapper .navigation__list .navigation-sub:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(76px);
  }
}
.custom-shortcode-wrapper .navigation__list .navigation-sub:hover > a::after {
  transform-origin: center;
  transform: translateY(3px);
}
.custom-shortcode-wrapper .navigation__toggle {
  display: none;
  position: relative;
}
@media (max-width: 1200px) {
  .custom-shortcode-wrapper .navigation__toggle {
    display: flex;
    align-items: center;
    height: 94px;
  }
}
@media (max-width: 767px) {
  .custom-shortcode-wrapper .navigation__toggle {
    height: 74px;
  }
}
.custom-shortcode-wrapper .navigation__toggle__button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  padding: 0;
  width: 28px;
  height: 18px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.25s ease;
}
.custom-shortcode-wrapper .navigation__toggle__button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #000000;
  border-radius: 50px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease;
}
.custom-shortcode-wrapper .navigation__toggle__button span:nth-child(1) {
  top: 0;
  opacity: 1;
}
.custom-shortcode-wrapper .navigation__toggle__button span:nth-child(2) .custom-shortcode-wrapper .navigation__toggle__button span:nth-child(3) {
  top: 8px;
}
.custom-shortcode-wrapper .navigation__toggle__button span:nth-child(4) {
  top: 16px;
  opacity: 1;
}
.custom-shortcode-wrapper .navigation__toggle__button.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
  opacity: 0;
}
.custom-shortcode-wrapper .navigation__toggle__button.open span:nth-child(2) {
  transform: rotate(45deg);
}
.custom-shortcode-wrapper .navigation__toggle__button.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.custom-shortcode-wrapper .navigation__toggle__button.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
  opacity: 0;
}
/**
 * ╭─────────────────────────────────────────────────────────────────╮
 * │ Desktop
 * ╰─────────────────────────────────────────────────────────────────╯
 */
@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}
.mobile-only {
  display: none !important;
}
@media (max-width: 767px) {
  .mobile-only {
    display: flex !important;
  }
}
/**
 * ╭─────────────────────────────────────────────────────────────────╮
 * │ Mobile Navigation
 * ╰─────────────────────────────────────────────────────────────────╯
 */
@keyframes menuItems {
  from {
    transform: translate3d(35px, 0px, 0px);
    opacity: 0;
  }
  to {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
  }
}
.sub-menu-back {
  display: none;
}
.mobile {
  display: none;
}
@media (max-width: 1200px) {
  .mobile {
    position: fixed;
    right: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    transform: translateX(100%);
    border-top: 1px solid #e7e7e7;
    transition: transform 0.15s ease;
  }
  .mobile .desktop {
    display: block !important;
  }
  .mobile.active {
    transition: transform 0.25s ease;
    transform: translateX(0%);
  }
  .mobile .navigation {
    position: relative;
    background-color: #FFFFFF;
    height: 100vh;
  }
  .mobile .navigation a {
    padding: 20px 30px 20px 30px;
    color: #000000;
    background-color: transparent;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
  }
  .mobile .navigation a:active,
  .mobile .navigation a:hover,
  .mobile .navigation a:focus {
    background-color: #FFFFFF;
  }
  .mobile .navigation ul {
    height: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 50%;
  }
  .mobile .navigation ul.overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.25s ease;
  }
  .mobile .navigation ul.overlay.active::before {
    opacity: 0.4;
  }
  .mobile .navigation li {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    transition: transform 0.25s ease;
    border-bottom: 1px solid rgba(201, 201, 201, 0.5);
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .mobile .navigation li.current-menu-item > a,
  .mobile .navigation li.current_page_item > a,
  .mobile .navigation li.current_page_ancestor > a,
  .mobile .navigation li.current-menu-ancestor > a {
    color: #000000;
  }
  .mobile .navigation li.current-menu-item > a::before,
  .mobile .navigation li.current_page_item > a::before,
  .mobile .navigation li.current_page_ancestor > a::before,
  .mobile .navigation li.current-menu-ancestor > a::before {
    transform: translate3d(0px, 16px, 0px);
    visibility: visible;
    opacity: 1;
  }
  .mobile .navigation li ul {
    position: fixed;
    width: 100%;
    max-height: 100vh;
    top: 0;
    padding-bottom: 50%;
    transform: translateX(100%);
    transition: transform 0.25s ease;
    background: #FFFFFF;
    overflow-y: auto;
    z-index: 10;
  }
  .mobile .navigation li ul li {
    list-style-type: none;
  }
  .mobile .navigation li ul li:last-child {
    padding-bottom: 130px;
  }
  .mobile .navigation li ul.active {
    transform: translateX(5%);
  }
  .mobile .navigation .navigation-sub {
    position: relative;
  }
  .mobile .navigation .navigation-sub:after {
    content: '';
    position: absolute;
    background: url('../../assets/images/svg/level-chevron.svg') no-repeat;
    background-position-y: 50%;
    background-size: contain;
    width: 10px;
    height: 100%;
    right: 20px;
    cursor: pointer;
  }
  .mobile .navigation .sub-menu-back {
    position: relative;
    display: flex;
  }
  .mobile .navigation .sub-menu-back a {
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 20px 20px 20px 40px;
    color: #000000;
    font-weight: 500;
  }
  .mobile .navigation .sub-menu-back a:active,
  .mobile .navigation .sub-menu-back a:hover,
  .mobile .navigation .sub-menu-back a:focus {
    background-color: #F6F6F6;
  }
  .mobile .navigation .sub-menu-back span {
    position: absolute;
    top: 0;
    font-size: 14px;
    color: #8E8E8E;
  }
  .mobile .navigation .sub-menu-back:after {
    content: "";
    position: absolute;
    background: url('../../assets/images/svg/back-chevron.svg') no-repeat;
    background-position-y: 50%;
    background-size: contain;
    width: 10px;
    height: 100%;
    left: 20px;
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  .mobile {
    top: 146px;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .mobile {
    top: 117px;
  }
}
@media (max-width: 1200px) and (max-width: 460px) {
  .mobile {
    top: 114px;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .mobile .navigation a {
    padding: 16px 20px 16px 20px;
  }
}
@media (max-width: 1200px) and (max-height: 700px) {
  .mobile .navigation ul {
    overflow-y: auto;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .mobile .navigation li ul li:last-child {
    padding-bottom: 0px;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .mobile .navigation .navigation-sub:after {
    width: 8px;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .mobile .navigation .sub-menu-back a {
    padding: 16px 20px 16px 40px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .mobile .navigation .sub-menu-back a:active,
  .mobile .navigation .sub-menu-back a:hover,
  .mobile .navigation .sub-menu-back a:focus {
    background-color: #FFFFFF;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .mobile .navigation .sub-menu-back:after {
    width: 8px;
  }
}
