/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/css/style.scss ***!
  \*************************************************************************************************************/
@font-face {
  font-family: "Montserrat";
  src: url(../4df14eb5e72bf55c4497.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url(../3c9d0f6513f7cfe91016.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Roboto Italic";
  src: url(../a98692b7f24435150ede.ttf) format("truetype");
  font-style: italic;
}
@font-face {
  font-family: "Oswald";
  src: url(../7cecd0da606d25b0905d.ttf) format("truetype");
  font-style: normal;
}
/*
 * Keyframes
 */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*! 
https://serp.co/tools/css-reset/
<link rel="stylesheet" href="https://css.serp.co/css-reset/normalize.css/">
*/
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  padding: 0 18px;
}
@media (min-width: 1280px) {
  .container {
    padding: 0;
  }
}

.container-wide {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 0 18px;
}
@media (min-width: 1280px) {
  .container-wide {
    padding: 0;
  }
}

.container-text {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0, 5em;
  margin-left: 0, 5em;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col {
  margin-bottom: 1em;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.col-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

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

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

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

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media (min-width: 600px) {
  .col-sm,
  .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 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media (min-width: 768px) {
  .col-md,
  .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 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media (min-width: 1024px) {
  .col-lg,
  .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 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media (min-width: 1280px) {
  .col-xl,
  .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 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
  .col-xl {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-xl-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-xl-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-xl-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-xl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-xl-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-xl-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-xl-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-xl-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xl-offset-1 {
    margin-left: 8.333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.667%;
  }
  .start-xl {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-xl {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-xl {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-xl {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-xl {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-xl {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-xl {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-xl {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-xl {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
* {
  transition: all 0.3s ease-in-out;
}

/* Default for small screens (mobile-first approach) */
html {
  font-size: 16px; /* Slightly smaller for compact screens */
  font-weight: 1.7em;
}

/* For 4K screens and ultra-wide displays */
@media (min-width: 1920px) {
  html {
    font-size: 20px; /* Maximum size for ultra-wide screens */
  }
}
body {
  color: #2D2D2D;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin-right: -5px;
  font-size: 16px;
  line-height: 1.7em;
  overflow-x: hidden;
  background-color: #f6f6f6;
}

img {
  max-width: 100%;
}

/* Base styling for all headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", serif;
  font-weight: 500; /* Make all headings bold */
  line-height: 1.25; /* Ensure good readability */
  margin: 0 0 1rem; /* Add spacing below each heading */
  letter-spacing: 2px;
}

/* Default font sizes for smaller screens (mobile-first) */
h1 {
  font-size: 2rem; /* Large titles for small screens */
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

/* Tablet-sized screens: Adjust font sizes */
@media (min-width: 768px) { /* For tablets and larger screens */
  h1 {
    font-size: 2rem; /* Large titles for small screens */
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 1rem;
  }
}
p + p {
  margin-bottom: 1.5rem;
}

small {
  font-size: 0.875rem; /* Slightly smaller text */
}

em {
  font-style: italic;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

var {
  font-style: italic;
  font-weight: bold;
}

code var {
  color: #4A5568;
  background-color: #f9f9f9;
  padding: 2px 4px;
  border-radius: 4px;
}

blockquote {
  border-left: 4px solid #0084cf;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  background-color: #f9f9f9;
  font-style: italic;
  position: relative;
}

blockquote p {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}

blockquote cite {
  display: block;
  font-size: 0.9rem;
  color: #666;
  text-align: right;
  font-style: normal;
}

a {
  color: #0084cf;
  text-decoration: none;
}

figure a,
figure a:hover {
  border: 0;
}

img {
  max-width: 100%;
}

/* Algemene Styling voor <address> */
address {
  font-style: normal; /* Verwijder de cursieve standaardstijl */
  margin: 20px 0; /* Ruimte boven en onder */
  line-height: 1.6; /* Goede leesbaarheid */
  font-size: 1rem; /* Standaard tekstgrootte */
}

/* Links Binnen <address> */
address a {
  color: #D99873; /* Terracotta kleur voor links */
  text-decoration: none; /* Verwijder onderstreping */
  font-weight: bold; /* Maak links vetgedrukt */
}

address a:hover {
  color: #4A5568; /* Donkerdere kleur bij hover */
  text-decoration: underline; /* Onderstreep bij hover */
}

/* Specifieke Styling Binnen Containers */
.post-content address {
  font-size: 0.95rem; /* Iets kleinere tekstgrootte */
}

/* Responsiviteit */
@media (max-width: 768px) {
  address {
    font-size: 0.9rem; /* Kleinere tekst op mobiele apparaten */
    padding: 10px; /* Minder padding op kleinere schermen */
  }
}
.text-right {
  text-align: right;
}

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

.h-show {
  display: block !important;
}

aside {
  color: #ccc;
}

figure {
  text-align: center;
  margin: 2rem auto;
}

.wp-element-caption {
  font-size: 0.875rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: #808080;
}

.c-category-grid__item {
  position: relative;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 10px solid white;
}

.c-category-grid__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.c-category-grid__title {
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  color: white;
  font-weight: 700;
  text-align: center;
}

.u-npl {
  padding-left: 0 !important;
}

.u-npr {
  padding-right: 0 !important;
}

header {
  background-color: #231f20;
  color: white;
  letter-spacing: 2px;
}

.c-header__inner {
  min-height: 100px;
}
@media (min-width: 1024px) {
  .c-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.c-header__logo {
  display: flex;
  align-items: center;
  min-height: 100px;
  max-width: 175px;
}
.c-header__logo img {
  margin: 15px 0;
}

.menu-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 18px;
  top: 30px;
  cursor: pointer;
  transition: transform 0.5s ease;
}
@media (min-width: 1024px) {
  .menu-icon {
    display: none;
  }
}

.menu-icon__line {
  width: 100%;
  height: 2px;
  background-color: white !important;
  position: absolute;
  left: 0;
  transition: all 0.5s ease;
}

.menu-icon__line--1 {
  top: 10px;
}

.menu-icon__line--2 {
  top: 20px;
}

.menu-icon__line--3 {
  top: 30px;
}

.menu-icon.open .menu-icon__line--1 {
  transform: rotate(45deg);
  top: 20px;
}

.menu-icon.open .menu-icon__line--2 {
  opacity: 0;
}

.menu-icon.open .menu-icon__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}

nav {
  display: none;
  font-family: "Montserrat", serif;
  padding-bottom: 18px;
  font-size: 14px;
  width: 100%;
}
nav > ul {
  padding: 0;
  text-align: right;
}
nav ul {
  list-style: none;
}
nav ul li {
  padding: 10px;
}
nav ul a {
  color: #ccc;
}
nav .sub-menu {
  padding-right: 1em;
}
@media (min-width: 1024px) {
  nav .sub-menu {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  nav {
    padding-bottom: 0;
    display: block;
  }
  nav > ul {
    margin: 0;
    padding: 0;
  }
  nav > ul > li {
    padding: 0;
    display: inline-block;
  }
  nav > ul > li > a {
    display: flex;
    align-items: center;
    height: 120px;
    padding: 0 15px;
  }
  nav > ul > li > a:hover {
    color: white;
  }
  nav > ul > li:hover {
    background-color: #0084cf;
  }
  nav > ul .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
    padding: 0;
    background-color: #0084cf;
  }
  nav > ul .sub-menu a {
    color: #cccccc;
  }
  nav > ul .sub-menu a:hover {
    color: white;
  }
  nav > ul .menu-item-has-children {
    position: relative;
  }
  nav > ul .menu-item-has-children > a {
    background-image: url(../88dd66934e9601381dd7.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    padding-right: 30px;
    background-size: 15px;
  }
  nav > ul .menu-item-has-children .sub-menu {
    position: absolute;
    top: 120px;
    width: 250px;
    z-index: 9999;
  }
  nav > ul .menu-item-has-children .sub-menu li {
    padding: 12px;
  }
  nav > ul .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
  }
}

.c-featured-image {
  height: 580px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}

.c-featured-image__logo {
  max-width: 80%;
  margin-bottom: 2em;
}
@media (min-width: 1024px) {
  .c-featured-image__logo {
    max-width: 60%;
  }
}

.c-featured-image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-featured-image__link {
  color: white;
  font-size: 45px;
  line-height: 1.15;
  text-decoration: none;
  padding: 1rem 2rem;
  border-radius: 5px;
  transition: background 0.3s;
}

.c-posts-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.c-post-card {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
}

.c-post-card__image {
  flex: 1 1 40%;
}

.c-post-card__image img {
  width: 100%;
  height: auto;
  display: block;
}

.c-post-card__content {
  flex: 1 1 60%;
}

.c-post-card__title {
  margin-top: 0;
  font-size: 32px;
  line-height: 43px;
}
.c-post-card__title a {
  color: #2D2D2D;
}

.c-post__meta,
.c-post-card__meta {
  font-size: 0.875rem;
  color: #888;
  margin-bottom: 1rem;
}
.c-post__meta img,
.c-post-card__meta img {
  height: 16px;
  margin-right: 8px;
}

.c-post-card__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.5rem;
  color: #808080;
}

.c-post-card__button {
  background: #0084cf;
  border: 3px solid #0084cf;
  color: white;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}
.c-post-card__button:hover {
  border: 3px solid #0084cf;
  background-color: white;
  color: #0084cf;
}

@media (max-width: 768px) {
  .c-post-card {
    flex-direction: column;
  }
  .c-post-card__image,
  .c-post-card__content {
    flex: 1 1 100%;
  }
}
.c-single__sidebar--inner {
  background: #111;
  color: white;
  width: 100%;
  padding: 18px 18px !important;
}

.c-widget {
  margin-bottom: 2rem;
}
.c-widget h3 {
  color: white;
}
.c-widget a img {
  width: 100%;
  height: auto;
}

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

@media (max-width: 768px) {
  .c-single {
    flex-direction: column;
  }
  .c-single__sidebar {
    order: 2;
    margin-top: 3rem;
  }
}
/* Formulier standaard rechts uitlijnen */
.search-form {
  display: flex;
  align-items: center;
  max-width: 400px;
  margin-bottom: 4em;
  margin-left: auto;
}

/* Centraal op mobiel */
@media (max-width: 768px) {
  .search-form {
    max-width: 100%;
    margin: 0 auto 2em auto;
    justify-content: center;
  }
}
/* Style input */
.search-form input[type=search] {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #ccc;
  font-size: 16px;
}

/* Style button */
.search-form button {
  padding: 10px 16px;
  border: none;
  background-color: #0084cf; /* voorbeeldkleur */
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.search-form button:hover {
  background-color: #2c3833;
}

.c-author-header {
  text-align: center;
  padding: 0 0.5em;
}

.c-archive-label {
  display: block;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #888;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}

.c-author-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 768px) {
  .c-author-header__inner {
    gap: 2rem;
  }
}

.c-author-header__avatar img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
@media (min-width: 768px) {
  .c-author-header__avatar img {
    width: 120px;
    height: 120px;
  }
}

.c-author-header__avatar-small {
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.c-author-header__info {
  max-width: 740px;
}

.c-author-header__name {
  margin: 0;
  font-size: 1.5rem;
}

.c-author-header__bio {
  font-size: 1rem;
  color: #444;
  margin-top: 0.5rem;
}

.c-comments {
  margin-top: 4rem;
}

.c-comments__title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.c-comments__list {
  list-style: none;
  padding: 0;
}

.c-comments__list li {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}

.c-comments__form {
  margin-top: 2rem;
}

.commentlist {
  list-style: none;
  padding: 0;
}
.commentlist li {
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
}

.c-404 {
  text-align: center;
}

.c-404__title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.c-404__message,
.c-404__tip {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.c-404__search {
  max-width: 400px;
  margin: 2rem auto;
}

.c-404__button {
  background: #0084cf;
  border: 3px solid #0084cf;
  color: white;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}
.c-404__button:hover {
  border: 3px solid #0084cf;
  background-color: white;
  color: #0084cf;
}

.c-footer {
  font-family: "Oswald", serif;
  background-color: #000;
  color: #fff;
  padding: 4rem 1rem 2rem;
}
.c-footer figure,
.c-footer img {
  margin: 0;
  width: 100%;
  height: auto;
}
.c-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-footer ul a {
  color: white;
}
.c-footer ul .sub-menu {
  display: none;
}
.c-footer h1, .c-footer h2, .c-footer h3, .c-footer h4, .c-footer h5, .c-footer h6, .c-footer p, .c-footer strong, .c-footer em {
  color: #fff;
}

.c-footer__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.c-footer__widget-title {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.c-footer__widget {
  margin-bottom: 2rem;
}

.c-footer__bottom {
  text-align: center;
  margin-top: 3rem;
  font-size: 0.85rem;
  color: #aaa;
}

.c-footer__logo {
  max-width: 300px;
}

.c-footer__widget li + li {
  margin-top: 16px;
}

.c-socials {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.c-socials li a img {
  height: 16px;
  display: block;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  height: 38px;
  width: 100%;
  padding: 28px 20px;
  background-color: #fff;
  border: 1px solid #2D2D2D;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  font-weight: normal;
  color: #2D2D2D;
}
input[type=email].has-error,
input[type=number].has-error,
input[type=search].has-error,
input[type=text].has-error,
input[type=tel].has-error,
input[type=url].has-error,
input[type=password].has-error,
textarea.has-error {
  border: 1px solid red;
}

input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 135px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus {
  border: 1px solid #0084cf;
  outline: 0;
}

select:focus,
textarea:focus {
  border: 1px solid #0084cf;
  outline: 0;
}

label,
legend {
  display: block;
}

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

.error-message {
  font-size: 14px;
  line-height: 27px;
  color: red;
}

.c-brands {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 4rem;
  margin-top: 3rem;
}

@media (max-width: 900px) {
  .c-brands {
    grid-template-columns: 1fr;
  }
}
.c-postgrid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr); /* mobiel default */
}

@media (min-width: 600px) {
  .c-postgrid {
    grid-template-columns: repeat(2, 1fr); /* tablet */
  }
}
@media (min-width: 992px) {
  .c-postgrid {
    grid-template-columns: repeat(3, 1fr); /* desktop */
  }
}
/* Mobiel: filters bovenaan */
@media (max-width: 767px) {
  .c-postfilter-col {
    order: -1;
    margin-bottom: 2rem;
    padding: 0;
  }
}
.c-postfilter-col {
  padding-left: 24px;
}

.c-postcard {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.c-postcard__thumb img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.c-postcard__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1rem;
  line-height: 1.4;
  color: #2D2D2D;
}

.c-postfilter {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.c-postfilter__brands label {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
  cursor: pointer;
}

.c-postfilter__brands input[type=checkbox] {
  margin-right: 0.5rem;
}

.c-postfilter__sort {
  display: flex;
  flex-direction: column;
}

.c-postfilter__sort select {
  padding: 0.5rem;
  font-size: 1rem;
}

.c-button {
  padding: 0.5rem 1.2rem;
  text-transform: uppercase;
  background: #111;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
  margin-top: 1rem;
}

.c-button:hover {
  background: #000;
}

.c-button--text {
  padding: 0;
  font-weight: 700;
  color: #0084cf;
  background-color: transparent;
}
.c-button--text:hover {
  color: #2D2D2D;
  background-color: transparent;
}

.c-page {
  padding: 40px 18px;
}
@media (min-width: 1280px) {
  .c-page {
    padding: 100px 0;
  }
}
.c-page.no-title {
  padding: 40px 0;
}
@media (min-width: 1280px) {
  .c-page.no-title {
    padding: 60px 0;
  }
}

.c-page__title {
  font-size: 32px;
  letter-spacing: 2px;
  background-color: #f1f1f1;
  padding: 50px 0;
  margin-bottom: 0;
  text-align: center;
}

.c-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}

.c-pagination .page-numbers {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.2s ease;
}

.c-pagination .page-numbers:hover {
  background-color: #eee;
}

.c-pagination .current {
  background-color: #1e73be;
  color: white;
  border-color: #1e73be;
  font-weight: bold;
}

.c-search-overlay {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.c-search-overlay.active {
  display: flex;
}

.c-search-overlay__inner {
  position: relative;
  text-align: center;
  width: 100%;
}

.c-search-overlay__inner input[type=search] {
  font-size: 2rem;
  padding: 1rem;
  width: 80%;
  max-width: 600px;
  border: none;
  background: transparent;
  color: white;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
}

.c-cart-toggle img {
  width: 20px;
}

.c-search-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
  padding: 0 18px;
}
@media (min-width: 1024px) {
  .c-search-toggle {
    display: block;
  }
}
.c-search-toggle img {
  width: 16px;
}
@media (max-width: 1024px) {
  .c-search-toggle.is-visible {
    display: block;
    width: 100%;
    text-align: right;
    padding-bottom: 1em;
  }
}

.c-search-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  z-index: 10000;
}
.c-search-close img {
  width: 16px;
}

.c-search-overlay input[type=search]::-webkit-search-cancel-button {
  display: none;
}

.c-search__result--item {
  padding-bottom: 54px;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
  .c-search__result--item {
    padding-right: 72px;
  }
}
.c-search__result--item a h3,
.c-search__result--item a p {
  color: #2D2D2D;
}
.c-search__result--item h3 {
  margin-bottom: 0.25em;
}
.c-search__result--item h3:hover {
  color: #0084cf;
}

.c-search__meta {
  color: #ccc;
  font-size: 14px;
}
.c-search__meta div {
  display: inline-block;
  margin-right: 15px;
  white-space: nowrap;
}
.c-search__meta img {
  height: 12px;
}

.eael-entry-wrapper header {
  background-color: transparent;
}

.mec-organizers {
  margin-top: 0;
}

.c-footer form.mailpoet_form {
  padding: 0 !important;
}

/* Hide countdown calendar and add to calendar */
.mec-event-export-module.mec-frontbox,
.mec-event-social.mec-frontbox,
.mec-events-meta-group.mec-events-meta-group-countdown,
.mec-event-countdown-part1, .mec-event-countdown-part2 {
  display: none !important;
}

textarea.elementor-size-sm.elementor-field-textual {
  min-height: 140px !important;
}

.eael-entry-title {
  min-height: 75px !important;
}

/* --- Layout: make images right on desktop, stacked on mobile --- */
.single-product div.product {
  display: block;
}

/* Mobile/tablet: full width blocks */
@media (max-width: 991px) {
  .single-product div.product .summary,
  .single-product div.product .images {
    width: 100%;
    float: none !important;
  }
}
/* --- Titles & meta --- */
.single-product .product_title {
  margin-bottom: 1rem;
  text-transform: uppercase;
  border-bottom: 2px solid #000;
  padding-bottom: 0.5rem;
}

.single-product .price {
  margin: 1rem 0;
  font-weight: 700;
}

.single-product .product_meta {
  margin-top: 0.75rem;
  font-size: 0.95rem;
}

/* --- Add to cart & quantity --- */
.single-product .single_add_to_cart_button {
  background: #000 !important;
  color: #fff;
  padding: 0.8rem 2rem;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

.single-product .single_add_to_cart_button:hover {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #000;
}

.single-product .quantity input {
  border: 1px solid #000;
  padding: 0.5rem;
  width: 72px;
  text-align: center;
}

/* ===========================
   GALLERY (kills Flexslider defaults)
   =========================== */
/* Main image scales nicely */
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ddd;
  background: #fff;
  box-sizing: border-box;
}

/* Thumbs wrapper becomes a CSS grid */
.woocommerce div.product div.images .flex-control-thumbs {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 12px;
  padding: 0;
  overflow: visible !important; /* Flexslider sometimes sets hidden */
}

/* Reset Flexslider defaults on <li> */
.woocommerce div.product div.images .flex-control-thumbs li {
  list-style: none;
  float: none !important; /* remove slider floats */
  width: auto !important; /* remove inline widths */
  margin: 0 !important;
}

/* Use the <a> as the square frame */
.woocommerce div.product div.images .flex-control-thumbs li a {
  display: block;
  width: 100%;
  aspect-ratio: 1/1; /* perfect squares */
  overflow: hidden;
  border: 1px solid #ddd;
  background: #fff;
  box-sizing: border-box;
}

/* Thumbs fill the square neatly */
.woocommerce div.product div.images .flex-control-thumbs img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  background: #fff;
  opacity: 1 !important; /* remove greying */
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

/* Hover / active highlight */
.woocommerce div.product div.images .flex-control-thumbs img:hover,
.woocommerce div.product div.images .flex-control-thumbs img.flex-active {
  box-shadow: 0 0 0 2px #000 inset;
  transform: scale(1.01);
}

/* Grid breakpoints for thumbs */
@media (max-width: 1024px) {
  .woocommerce div.product div.images .flex-control-thumbs {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 640px) {
  .woocommerce div.product div.images .flex-control-thumbs {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* ===========================
   Tabs & content blocks
   =========================== */
.woocommerce-tabs {
  margin-top: 1.5rem;
  padding-top: 1rem;
}

.woocommerce-tabs ul.tabs {
  border-bottom: 1px solid transparent;
  margin-top: 0;
}

.woocommerce-tabs ul.tabs li a {
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  color: #000;
}

/* ===========================
   Related products
   =========================== */
.related.products {
  display: block;
  width: 100%;
}

.related.products h2 {
  font-size: 1.5rem;
  margin-top: 3rem;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  display: inline-block;
  padding-bottom: 0.3rem;
}

/* Zorg dat de container flex is */
.woocommerce div.product {
  display: flex;
  flex-wrap: wrap;
  gap: 40px; /* ruimte tussen kolommen */
}

/* Beide kolommen dezelfde hoogte */
.woocommerce div.product .woocommerce-product-gallery,
.woocommerce div.product .summary.entry-summary {
  flex: 1;
  align-self: stretch; /* rekt beide even hoog */
  box-sizing: border-box;
}

/* Responsive: onder elkaar op mobiel */
@media (max-width: 768px) {
  .woocommerce div.product {
    flex-direction: column;
  }
}
/* ===========================
   Misc cleanups
   =========================== */
.woocommerce .c-post__meta {
  display: none;
} /* hide blog meta on product */
.woocommerce .container-text {
  max-width: 1140px;
}

.woocommerce .woocommerce-MyAccount-navigation {
  border: 1px solid black;
  margin-bottom: 30px;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  padding: 0px !important;
  margin: 0;
  font-family: "Montserrat", serif;
  padding-bottom: 18px;
}
.woocommerce .woocommerce-MyAccount-navigation li {
  padding: 0;
  list-style: none;
}
.woocommerce .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 16px;
  color: inherit;
}
.woocommerce .woocommerce-MyAccount-navigation li + li {
  border-top: 1px dotted #ddd;
}
.woocommerce .woocommerce-MyAccount-navigation li.is-active {
  background-color: #0084cf;
  color: white;
}
.woocommerce .woocommerce-Address-title .edit {
  float: left !important;
}

.woocommerce ul.order_details {
  padding-left: 0;
}

li.eael-product-quick-view {
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  font-size: 15px !important;
}

.comment-form-cookies-consent label {
  display: unset !important;
}

.es-embed-root {
  background-color: transparent !important;
}

.mailpoet_form .mailpoet_submit,
.wpcf7-submit,
input[type=submit],
a.c-button,
.c-button {
  text-decoration: none;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  font-style: normal;
  letter-spacing: 2px;
  border: 1px solid transparent;
  transition: all 0.1s ease-in-out;
  transition-property: background, color, border;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
}
.mailpoet_form .mailpoet_submit.has-arrow,
.wpcf7-submit.has-arrow,
input[type=submit].has-arrow,
a.c-button.has-arrow,
.c-button.has-arrow {
  background-repeat: no-repeat;
  background-position: 16px center;
}
.mailpoet_form .mailpoet_submit.has-arrow.c-button--sm,
.wpcf7-submit.has-arrow.c-button--sm,
input[type=submit].has-arrow.c-button--sm,
a.c-button.has-arrow.c-button--sm,
.c-button.has-arrow.c-button--sm {
  background-position: 10px center;
}
.mailpoet_form .mailpoet_submit:hover:enabled, .mailpoet_form .mailpoet_submit:focus,
.wpcf7-submit:hover:enabled,
.wpcf7-submit:focus,
input[type=submit]:hover:enabled,
input[type=submit]:focus,
a.c-button:hover:enabled,
a.c-button:focus,
.c-button:hover:enabled,
.c-button:focus {
  text-decoration: none;
}
.mailpoet_form .mailpoet_submit:active,
.wpcf7-submit:active,
input[type=submit]:active,
a.c-button:active,
.c-button:active {
  outline: 0;
  background-image: none;
}

.mailpoet_form .mailpoet_submit,
.c-button--sm {
  font-size: 16px;
  padding: 5px 10px;
}

.wpcf7-submit,
.form-submit .submit,
.c-button--md {
  font-size: 19px;
  padding: 10px 16px;
}

.c-button--block {
  display: block;
  width: 100%;
}

.c-button--fll {
  float: left;
}

.c-button--flr {
  float: right;
}

a.c-button--full,
button.c-button--full {
  display: inline-block !important;
  text-align: center;
  width: 100%;
  max-width: 100%;
}

.mailpoet_form .mailpoet_submit,
.wpcf7-submit, input[type=submit],
a.c-button--alpha,
.c-button--alpha {
  background: #0084cf;
  border: 1px solid #0084cf;
  color: white;
}
.mailpoet_form .mailpoet_submit:disabled,
.wpcf7-submit:disabled, input[type=submit]:disabled,
a.c-button--alpha:disabled,
.c-button--alpha:disabled {
  opacity: 0.5;
}
.mailpoet_form .mailpoet_submit:active, .mailpoet_form .mailpoet_submit:hover, .mailpoet_form .mailpoet_submit:hover:enabled, .mailpoet_form .mailpoet_submit:focus,
.wpcf7-submit:active,
.wpcf7-submit:hover,
.wpcf7-submit:hover:enabled,
.wpcf7-submit:focus, input[type=submit]:active, input[type=submit]:hover, input[type=submit]:hover:enabled, input[type=submit]:focus,
a.c-button--alpha:active,
a.c-button--alpha:hover,
a.c-button--alpha:hover:enabled,
a.c-button--alpha:focus,
.c-button--alpha:active,
.c-button--alpha:hover,
.c-button--alpha:hover:enabled,
.c-button--alpha:focus {
  opacity: 1;
  background-color: #0084cf;
  border: 1px solid #0084cf;
  color: #fff;
}
.mailpoet_form .mailpoet_submit.has-arrow,
.wpcf7-submit.has-arrow, input[type=submit].has-arrow,
a.c-button--alpha.has-arrow,
.c-button--alpha.has-arrow {
  padding-left: 44px;
  fill: white;
  background-size: 19px;
}
.mailpoet_form .mailpoet_submit.has-arrow.c-button--sm,
.wpcf7-submit.has-arrow.c-button--sm, input[type=submit].has-arrow.c-button--sm,
a.c-button--alpha.has-arrow.c-button--sm,
.c-button--alpha.has-arrow.c-button--sm {
  padding-left: 31px;
  background-size: 12px;
}

a.c-button--white,
.c-button--white {
  background: white;
  border: 1px solid white;
  color: inherit;
}
a.c-button--white:disabled,
.c-button--white:disabled {
  opacity: 0.5;
}
a.c-button--white:active, a.c-button--white:hover, a.c-button--white:hover:enabled, a.c-button--white:focus,
.c-button--white:active,
.c-button--white:hover,
.c-button--white:hover:enabled,
.c-button--white:focus {
  opacity: 0.8;
  background-color: white;
  border: 1px solid white;
}
a.c-button--white.has-arrow,
.c-button--white.has-arrow {
  padding-left: 44px;
  fill: white;
  background-size: 19px;
}
a.c-button--white.has-arrow.c-button--sm,
.c-button--white.has-arrow.c-button--sm {
  padding-left: 31px;
  background-size: 12px;
}

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