/*! normalize.css v8.0.0 | MIT License | github.com/necolas/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;
}

/**
 * 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;
}
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/*!
 * BRUUT™ Front-end Framework - Project Starter
 * @copyright: Onstuimig
 * @author: Onstuimig Interactieve Communicatie - onstuimig.nl
 * @preserve
 */@font-face{font-display:swap;font-family:'Drina';src:url(../../../themes/pauline2019/dist/fonts/Drina.woff2) format("woff2"),url(../../../themes/pauline2019/dist/fonts/Drina.woff) format("woff"),url(../../../themes/pauline2019/dist/fonts/Drina.ttf) format("truetype");font-weight:400;font-style:normal}@media print{*,*:before,*:after,*:first-letter,*:first-line{background:transparent!important;color:#000!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}html .is-flex{display:-webkit-box;display:-ms-flexbox;display:flex}html .is-x-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}html .is-x-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}html .is-x-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}html .is-x-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}html .is-x-space-around{-ms-flex-pack:distribute;justify-content:space-around}html .is-y-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}html .is-y-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}html .is-y-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}html .is-multiline{-ms-flex-wrap:wrap;flex-wrap:wrap}.container{position:relative;margin:0 auto;padding-right:80px;padding-left:80px;max-width:1350px;width:100%}.container:before,.container:after{content:"";display:table}.container:after{clear:both}.columns{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-30px;margin-left:-30px}.columns>.column{position:relative;padding-left:30px;padding-right:30px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:0;flex-basis:0%;max-width:100%;min-width:0}.is-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.is-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.is-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.is-order-1-desktop-small{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.is-order-2-desktop-small{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.is-order-3-desktop-small{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.is-order-1-tablet{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.is-order-2-tablet{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.is-order-3-tablet{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.is-order-1-small{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.is-order-2-small{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.is-order-3-small{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.is-order-1-mobile{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.is-order-2-mobile{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.is-order-3-mobile{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.is-order-1-mini{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.is-order-2-mini{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.is-order-3-mini{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.columns.is-gapless{margin-left:0;margin-right:0}.columns.is-gapless>.column{padding-left:0;padding-right:0}.columns.is-narrow{margin-left:-15px;margin-right:-15px}.columns.is-narrow>.column{padding-left:15px;padding-right:15px}.columns>.column.is-narrow{-webkit-box-flex:0;-ms-flex:none;flex:none}.columns>.column.is-full{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}.columns>.column.is-three-quarters{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.columns>.column.is-two-thirds{-webkit-box-flex:0;-ms-flex:none;flex:none;width:66.6666667%}.columns>.column.is-half{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.columns>.column.is-two-fifth{-webkit-box-flex:0;-ms-flex:none;flex:none;width:40%}.columns>.column.is-one-third{-webkit-box-flex:0;-ms-flex:none;flex:none;width:33.3333332%}.columns>.column.is-one-quarter{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.columns>.column.is-one-fifth{-webkit-box-flex:0;-ms-flex:none;flex:none;width:20%}.columns>.column.is-one-eighth{-webkit-box-flex:0;-ms-flex:none;flex:none;width:12.5%}@media only screen and (max-width:1200px){.columns>.column.is-full-desktop-small{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}.columns>.column.is-three-quarters-desktop-small{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.columns>.column.is-two-thirds-desktop-small{-webkit-box-flex:0;-ms-flex:none;flex:none;width:66.6666667%}.columns>.column.is-half-desktop-small{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.columns>.column.is-two-fifth-desktop-small{-webkit-box-flex:0;-ms-flex:none;flex:none;width:40%}.columns>.column.is-one-third-desktop-small{-webkit-box-flex:0;-ms-flex:none;flex:none;width:33.3333332%}.columns>.column.is-one-quarter-desktop-small{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.columns>.column.is-one-fifth-desktop-small{-webkit-box-flex:0;-ms-flex:none;flex:none;width:20%}.columns>.column.is-one-eighth-desktop-small{-webkit-box-flex:0;-ms-flex:none;flex:none;width:12.5%}}@media only screen and (max-width:1200px){.columns>.column.is-narrow-desktop-small{-webkit-box-flex:0;-ms-flex:none;flex:none}}@media only screen and (max-width:1200px){.columns>.column.is-auto-desktop-small{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:0;flex-basis:0%;max-width:100%}}@media only screen and (max-width:1024px){.columns>.column.is-full-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}.columns>.column.is-three-quarters-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.columns>.column.is-two-thirds-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:66.6666667%}.columns>.column.is-half-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.columns>.column.is-two-fifth-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:40%}.columns>.column.is-one-third-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:33.3333332%}.columns>.column.is-one-quarter-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.columns>.column.is-one-fifth-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:20%}.columns>.column.is-one-eighth-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:12.5%}}@media only screen and (max-width:1024px){.columns>.column.is-narrow-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none}}@media only screen and (max-width:1024px){.columns>.column.is-auto-tablet{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:0;flex-basis:0%;max-width:100%}}@media only screen and (max-width:767px){.columns>.column.is-full-small{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}.columns>.column.is-three-quarters-small{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.columns>.column.is-two-thirds-small{-webkit-box-flex:0;-ms-flex:none;flex:none;width:66.6666667%}.columns>.column.is-half-small{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.columns>.column.is-two-fifth-small{-webkit-box-flex:0;-ms-flex:none;flex:none;width:40%}.columns>.column.is-one-third-small{-webkit-box-flex:0;-ms-flex:none;flex:none;width:33.3333332%}.columns>.column.is-one-quarter-small{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.columns>.column.is-one-fifth-small{-webkit-box-flex:0;-ms-flex:none;flex:none;width:20%}.columns>.column.is-one-eighth-small{-webkit-box-flex:0;-ms-flex:none;flex:none;width:12.5%}}@media only screen and (max-width:767px){.columns>.column.is-narrow-small{-webkit-box-flex:0;-ms-flex:none;flex:none}}@media only screen and (max-width:767px){.columns>.column.is-auto-small{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:0;flex-basis:0%;max-width:100%}}@media only screen and (max-width:480px){.columns>.column.is-full-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}.columns>.column.is-three-quarters-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.columns>.column.is-two-thirds-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:66.6666667%}.columns>.column.is-half-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.columns>.column.is-two-fifth-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:40%}.columns>.column.is-one-third-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:33.3333332%}.columns>.column.is-one-quarter-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.columns>.column.is-one-fifth-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:20%}.columns>.column.is-one-eighth-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:12.5%}}@media only screen and (max-width:480px){.columns>.column.is-narrow-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none}}@media only screen and (max-width:480px){.columns>.column.is-auto-mobile{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:0;flex-basis:0%;max-width:100%}}@media only screen and (max-width:320px){.columns>.column.is-full-mini{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}.columns>.column.is-three-quarters-mini{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.columns>.column.is-two-thirds-mini{-webkit-box-flex:0;-ms-flex:none;flex:none;width:66.6666667%}.columns>.column.is-half-mini{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.columns>.column.is-two-fifth-mini{-webkit-box-flex:0;-ms-flex:none;flex:none;width:40%}.columns>.column.is-one-third-mini{-webkit-box-flex:0;-ms-flex:none;flex:none;width:33.3333332%}.columns>.column.is-one-quarter-mini{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.columns>.column.is-one-fifth-mini{-webkit-box-flex:0;-ms-flex:none;flex:none;width:20%}.columns>.column.is-one-eighth-mini{-webkit-box-flex:0;-ms-flex:none;flex:none;width:12.5%}}@media only screen and (max-width:320px){.columns>.column.is-narrow-mini{-webkit-box-flex:0;-ms-flex:none;flex:none}}@media only screen and (max-width:320px){.columns>.column.is-auto-mini{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:0;flex-basis:0%;max-width:100%}}@media only screen and (max-width:767px){.columns:not(.is-mobile){display:block}.columns:not(.is-mobile)>.column{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}}html .is-color-test-gray{color:#efefef}html .is-background-test-gray{background-color:#efefef}html .is-border-test-gray{border-color:#efefef}html .is-color-test-font{color:#5c5c5c}html .is-background-test-font{background-color:#5c5c5c}html .is-border-test-font{border-color:#5c5c5c}html .is-color-primary{color:#A8BFBD}html .is-background-primary{background-color:#A8BFBD}html .is-border-primary{border-color:#A8BFBD}html .is-color-primary-light{color:#A8BFBD}html .is-background-primary-light{background-color:#A8BFBD}html .is-border-primary-light{border-color:#A8BFBD}html .is-color-primary-darker{color:#7DAEA9}html .is-background-primary-darker{background-color:#7DAEA9}html .is-border-primary-darker{border-color:#7DAEA9}html .is-color-secondary{color:#EAF0F0}html .is-background-secondary{background-color:#EAF0F0}html .is-border-secondary{border-color:#EAF0F0}html .is-color-alt{color:#FDC02F}html .is-background-alt{background-color:#FDC02F}html .is-border-alt{border-color:#FDC02F}html .is-color-light{color:#EDF2F2}html .is-background-light{background-color:#EDF2F2}html .is-border-light{border-color:#EDF2F2}html .is-color-lighter{color:#F1F2F2}html .is-background-lighter{background-color:#F1F2F2}html .is-border-lighter{border-color:#F1F2F2}html .is-color-dark{color:#000}html .is-background-dark{background-color:#000}html .is-border-dark{border-color:#000}html .is-color-text-dark{color:#333}html .is-background-text-dark{background-color:#333}html .is-border-text-dark{border-color:#333}html .is-color-border{color:#E2E2E2}html .is-background-border{background-color:#E2E2E2}html .is-border-border{border-color:#E2E2E2}html .is-color-contrast{color:#fff}html .is-background-contrast{background-color:#fff}html .is-border-contrast{border-color:#fff}html .is-color-light-error{color:#ed7f7f}html .is-background-light-error{background-color:#ed7f7f}html .is-border-light-error{border-color:#ed7f7f}html .is-color-error{color:#e74c3c}html .is-background-error{background-color:#e74c3c}html .is-border-error{border-color:#e74c3c}html .is-color-info{color:#3498db}html .is-background-info{background-color:#3498db}html .is-border-info{border-color:#3498db}html .is-color-success{color:#2ecc71}html .is-background-success{background-color:#2ecc71}html .is-border-success{border-color:#2ecc71}html .is-color-warning{color:#e67e22}html .is-background-warning{background-color:#e67e22}html .is-border-warning{border-color:#e67e22}.is-clearfix{display:block}.is-clearfix:before,.is-clearfix:after{content:"";display:table}.is-clearfix:after{clear:both}html .is-hidden{display:none}.is-full-link{position:absolute;left:0;top:0;width:100%;height:100%;z-index:5;background:rgba(0,0,0,0);display:block}.is-rounded{border-radius:50%;overflow:hidden}html .is-visible-block,html .is-visible{display:block}html .show-inline-block,html .inline-block{display:inline-block}@media only screen and (max-width:1200px){html .is-hidden-desktop-small{display:none}}html .is-visible-desktop-small-block,html .is-visible-desktop-small{display:none}@media only screen and (max-width:1200px){html .is-visible-desktop-small-block,html .is-visible-desktop-small{display:block}}html .is-visible-desktop-small-inline-block{display:none}@media only screen and (max-width:1200px){html .is-visible-desktop-small-inline-block{display:inline-block}}@media only screen and (max-width:1024px){html .is-hidden-tablet{display:none}}html .is-visible-tablet-block,html .is-visible-tablet{display:none}@media only screen and (max-width:1024px){html .is-visible-tablet-block,html .is-visible-tablet{display:block}}html .is-visible-tablet-inline-block{display:none}@media only screen and (max-width:1024px){html .is-visible-tablet-inline-block{display:inline-block}}@media only screen and (max-width:767px){html .is-hidden-small{display:none}}html .is-visible-small-block,html .is-visible-small{display:none}@media only screen and (max-width:767px){html .is-visible-small-block,html .is-visible-small{display:block}}html .is-visible-small-inline-block{display:none}@media only screen and (max-width:767px){html .is-visible-small-inline-block{display:inline-block}}@media only screen and (max-width:480px){html .is-hidden-mobile{display:none}}html .is-visible-mobile-block,html .is-visible-mobile{display:none}@media only screen and (max-width:480px){html .is-visible-mobile-block,html .is-visible-mobile{display:block}}html .is-visible-mobile-inline-block{display:none}@media only screen and (max-width:480px){html .is-visible-mobile-inline-block{display:inline-block}}@media only screen and (max-width:320px){html .is-hidden-mini{display:none}}html .is-visible-mini-block,html .is-visible-mini{display:none}@media only screen and (max-width:320px){html .is-visible-mini-block,html .is-visible-mini{display:block}}html .is-visible-mini-inline-block{display:none}@media only screen and (max-width:320px){html .is-visible-mini-inline-block{display:inline-block}}.is-text-left{text-align:left}.is-text-center{text-align:center}.is-text-right{text-align:right}@media only screen and (max-width:1200px){.is-text-left-desktop-small{text-align:left}}@media only screen and (max-width:1200px){.is-text-center-desktop-small{text-align:center}}@media only screen and (max-width:1200px){.is-text-right-desktop-small{text-align:right}}@media only screen and (max-width:1024px){.is-text-left-tablet{text-align:left}}@media only screen and (max-width:1024px){.is-text-center-tablet{text-align:center}}@media only screen and (max-width:1024px){.is-text-right-tablet{text-align:right}}@media only screen and (max-width:767px){.is-text-left-small{text-align:left}}@media only screen and (max-width:767px){.is-text-center-small{text-align:center}}@media only screen and (max-width:767px){.is-text-right-small{text-align:right}}@media only screen and (max-width:480px){.is-text-left-mobile{text-align:left}}@media only screen and (max-width:480px){.is-text-center-mobile{text-align:center}}@media only screen and (max-width:480px){.is-text-right-mobile{text-align:right}}@media only screen and (max-width:320px){.is-text-left-mini{text-align:left}}@media only screen and (max-width:320px){.is-text-center-mini{text-align:center}}@media only screen and (max-width:320px){.is-text-right-mini{text-align:right}}.is-responsive{display:block;max-width:100%;height:auto}.is-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}html .has-vertical-rhythm>*{margin-top:0;margin-bottom:0}html .has-vertical-rhythm>*+*{margin-top:1.5em}html.ie8 .is-visually-hidden{display:none!important;*display:none!important}.is-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.is-logged-in .hide-if-logged-in,.logged-in .hide-if-logged-in{display:none}.is-logged-in .show-if-logged-in{display:block}.ajax-is-loading{pointer-events:none}.px-2{padding-top:2em;padding-bottom:2em}@media only screen and (max-width:1024px){.px-2{padding-top:1em;padding-bottom:1em}}@media only screen and (max-width:1024px){.flex-wrap-tablet{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-wrap-tablet>.column:last-of-type .field{margin-top:1em}}.is-visible-active,.is-active>.is-hidden-active{display:none;margin-left:none}.is-active>.is-visible-active{display:block}.mb-3{margin-bottom:3em}.has-rhythm-1>*{margin-top:0;margin-bottom:0}.has-rhythm-1>*+*{margin-top:.75em}.icon{fill:currentColor;width:2rem;height:2rem;display:inline-block;vertical-align:middle;pointer-events:none}.has-icon-left .icon{position:absolute;top:.65em;left:.75em;width:1.5rem;height:1.5rem}.has-icon-right .icon{position:absolute;top:.65em;right:.75em;width:1.5rem;height:1.5rem}.ratio-16x9:before{content:'';display:inline-block;vertical-align:middle;padding-bottom:56.25%}.ratio-16x9:after{content:'';display:table;clear:both}.ratio-1x1:before{content:'';display:inline-block;vertical-align:middle;padding-bottom:100%}.ratio-1x1:after{content:'';display:table;clear:both}.ratio-3x4:before{content:'';display:inline-block;vertical-align:middle;padding-bottom:133.33333%}.ratio-3x4:after{content:'';display:table;clear:both}.cover-image[data-bg-position="left bottom"]{background-position:left bottom}.cover-image[data-bg-position="center bottom"]{background-position:center bottom}.cover-image[data-bg-position="right bottom"]{background-position:right bottom}.cover-image[data-bg-position="left center"]{background-position:left center}.cover-image[data-bg-position="center center"]{background-position:center center}.cover-image[data-bg-position="right center"]{background-position:right center}.cover-image[data-bg-position="left top"]{background-position:left top}.cover-image[data-bg-position="center top"]{background-position:center top}.cover-image[data-bg-position="right top"]{background-position:right top}.ratio{--ratio:56.25%;position:relative}.ratio-1x1{--ratio:100%}.ratio>img{display:block;width:100%;height:auto}@supports (--css:variables){.ratio>img,.ratio>.is-bg{position:absolute;top:0;left:0;width:100%;height:100%}.ratio:before{content:'';display:inline-block;vertical-align:middle;padding-bottom:var(--ratio)}.ratio:after{content:'';display:table;clear:both}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}[class*="ratio"]{position:relative}[class*="ratio-"]>img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}img.is-lazy,img.is-loading,.is-bg.is-lazy .is-bg.is-loading{opacity:0}.is-bg{background-repeat:no-repeat;background-size:cover;background-position:center center;position:relative}img.is-loaded,.is-bg.is-loaded{-webkit-animation:fadeIn .5s both;animation:fadeIn .5s both}.is-responsive-embed{position:relative}.is-responsive-embed .responsive-embed__item,.is-responsive-embed iframe,.is-responsive-embed embed,.is-responsive-embed object,.is-responsive-embed video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.input,#mc_embed_signup input[type="text"],#mc_embed_signup input[type="email"]{font-family:"Istok Web",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";border-radius:4px;border-width:0;border-style:none;-webkit-box-shadow:none;box-shadow:none;color:#333;background-color:#fff;line-height:1;-webkit-box-sizing:border-box;box-sizing:border-box;padding:.4em 1em}.input,#mc_embed_signup input[type="text"],#mc_embed_signup input[type="email"]{display:inline-block;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;outline:none;-webkit-appearance:none;width:100%;line-height:1;height:2.5em}.input::-webkit-input-placeholder,#mc_embed_signup input[type="text"]::-webkit-input-placeholder,#mc_embed_signup input[type="email"]::-webkit-input-placeholder{color:#A8BFBD;vertical-align:middle;display:inline-block;display:block;line-height:1.75em}.input::-moz-placeholder,#mc_embed_signup input[type="text"]::-moz-placeholder,#mc_embed_signup input[type="email"]::-moz-placeholder{color:#A8BFBD;vertical-align:middle;display:inline-block;display:block;line-height:1.75em}.input:-moz-placeholder,#mc_embed_signup input:-moz-placeholder[type="text"],#mc_embed_signup input:-moz-placeholder[type="email"]{color:#A8BFBD;vertical-align:middle;display:inline-block;display:block;line-height:1.75em}.input:-ms-input-placeholder,#mc_embed_signup input:-ms-input-placeholder[type="text"],#mc_embed_signup input:-ms-input-placeholder[type="email"]{color:#A8BFBD;vertical-align:middle;display:inline-block;display:block;line-height:1.75em}.input:focus,#mc_embed_signup input:focus[type="text"],#mc_embed_signup input:focus[type="email"],.select select:focus,.button:focus,#mc_embed_signup .button:focus{-webkit-box-shadow:0 0 15px 1px rgba(168,191,189,.5);box-shadow:0 0 15px 1px rgba(168,191,189,.5)}.aside-box .newsletter .input,.aside-box .newsletter #mc_embed_signup input[type="text"],#mc_embed_signup .aside-box .newsletter input[type="text"],.aside-box .newsletter #mc_embed_signup input[type="email"],#mc_embed_signup .aside-box .newsletter input[type="email"],.comments .input,.comments #mc_embed_signup input[type="text"],#mc_embed_signup .comments input[type="text"],.comments #mc_embed_signup input[type="email"],#mc_embed_signup .comments input[type="email"]{border:1px solid #E2E2E2;color:#5c5c5c}.aside-box .newsletter .input::-webkit-input-placeholder,.aside-box .newsletter #mc_embed_signup input[type="text"]::-webkit-input-placeholder,#mc_embed_signup .aside-box .newsletter input[type="text"]::-webkit-input-placeholder,.aside-box .newsletter #mc_embed_signup input[type="email"]::-webkit-input-placeholder,#mc_embed_signup .aside-box .newsletter input[type="email"]::-webkit-input-placeholder,.comments .input::-webkit-input-placeholder,.comments #mc_embed_signup input[type="text"]::-webkit-input-placeholder,#mc_embed_signup .comments input[type="text"]::-webkit-input-placeholder,.comments #mc_embed_signup input[type="email"]::-webkit-input-placeholder,#mc_embed_signup .comments input[type="email"]::-webkit-input-placeholder{color:#5c5c5c}.aside-box .newsletter .input::-moz-placeholder,.aside-box .newsletter #mc_embed_signup input[type="text"]::-moz-placeholder,#mc_embed_signup .aside-box .newsletter input[type="text"]::-moz-placeholder,.aside-box .newsletter #mc_embed_signup input[type="email"]::-moz-placeholder,#mc_embed_signup .aside-box .newsletter input[type="email"]::-moz-placeholder,.comments .input::-moz-placeholder,.comments #mc_embed_signup input[type="text"]::-moz-placeholder,#mc_embed_signup .comments input[type="text"]::-moz-placeholder,.comments #mc_embed_signup input[type="email"]::-moz-placeholder,#mc_embed_signup .comments input[type="email"]::-moz-placeholder{color:#5c5c5c}.aside-box .newsletter .input:-moz-placeholder,.aside-box .newsletter #mc_embed_signup input:-moz-placeholder[type="text"],#mc_embed_signup .aside-box .newsletter input:-moz-placeholder[type="text"],.aside-box .newsletter #mc_embed_signup input:-moz-placeholder[type="email"],#mc_embed_signup .aside-box .newsletter input:-moz-placeholder[type="email"],.comments .input:-moz-placeholder,.comments #mc_embed_signup input:-moz-placeholder[type="text"],#mc_embed_signup .comments input:-moz-placeholder[type="text"],.comments #mc_embed_signup input:-moz-placeholder[type="email"],#mc_embed_signup .comments input:-moz-placeholder[type="email"]{color:#5c5c5c}.aside-box .newsletter .input:-ms-input-placeholder,.aside-box .newsletter #mc_embed_signup input:-ms-input-placeholder[type="text"],#mc_embed_signup .aside-box .newsletter input:-ms-input-placeholder[type="text"],.aside-box .newsletter #mc_embed_signup input:-ms-input-placeholder[type="email"],#mc_embed_signup .aside-box .newsletter input:-ms-input-placeholder[type="email"],.comments .input:-ms-input-placeholder,.comments #mc_embed_signup input:-ms-input-placeholder[type="text"],#mc_embed_signup .comments input:-ms-input-placeholder[type="text"],.comments #mc_embed_signup input:-ms-input-placeholder[type="email"],#mc_embed_signup .comments input:-ms-input-placeholder[type="email"]{color:#5c5c5c}.has-input-border .input,.has-input-border #mc_embed_signup input[type="text"],#mc_embed_signup .has-input-border input[type="text"],.has-input-border #mc_embed_signup input[type="email"],#mc_embed_signup .has-input-border input[type="email"]{border:1px solid #E2E2E2;color:#5c5c5c}#mc_embed_signup{font-size:16px!important}#mc_embed_signup input[type="text"],#mc_embed_signup input[type="email"]{text-indent:0!important;padding:.4em 1em!important;border:1px solid #E2E2E2;color:#5c5c5c}#mc_embed_signup input[type="text"]::-webkit-input-placeholder,#mc_embed_signup input[type="email"]::-webkit-input-placeholder{color:#5c5c5c}#mc_embed_signup input[type="text"]::-moz-placeholder,#mc_embed_signup input[type="email"]::-moz-placeholder{color:#5c5c5c}#mc_embed_signup input[type="text"]:-moz-placeholder,#mc_embed_signup input[type="email"]:-moz-placeholder{color:#5c5c5c}#mc_embed_signup input[type="text"]:-ms-input-placeholder,#mc_embed_signup input[type="email"]:-ms-input-placeholder{color:#5c5c5c}#mc_embed_signup input[type="text"]:focus,#mc_embed_signup input[type="email"]:focus{border-color:#E2E2E2!important}#mc_embed_signup input[type="text"].mce_inline_error,#mc_embed_signup input[type="email"].mce_inline_error{border-width:1px!important;border-color:#e74c3c!important}#mc_embed_signup div.mce_inline_error{color:#e74c3c!important;margin:0!important}#mc_embed_signup label+br{display:none}@media only screen and (max-width:767px){#mc_embed_signup .size1of2{width:100%!important;margin-right:0!important;display:block;float:none}}.input:disabled,#mc_embed_signup input:disabled[type="text"],#mc_embed_signup input:disabled[type="email"],.input.is-disabled,#mc_embed_signup input.is-disabled[type="text"],#mc_embed_signup input.is-disabled[type="email"]{background:#eee;color:#000;pointer-events:none}input[type="text"]::ms-clear{display:none}textarea{resize:vertical}.input.is-border-primary,#mc_embed_signup input.is-border-primary[type="text"],#mc_embed_signup input.is-border-primary[type="email"]{border:1px solid #A8BFBD}.checkbox:not(.woocommerce-form__label){border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media all and (-ms-high-contrast:none){.checkbox:not(.woocommerce-form__label){border:initial;clip:initial;height:auto;margin:auto;overflow:initial;padding:initial;position:relative;width:auto}.checkbox:not(.woocommerce-form__label)+label{display:inline!important;margin-bottom:1rem}.checkbox:not(.woocommerce-form__label)+label:before{display:none}.checkbox:not(.woocommerce-form__label)+label>.icon{display:none!important}}.checkbox:not(.is-custom):not(.woocommerce-form__label)+label{position:relative;display:inline-block;line-height:1;width:auto;margin-bottom:1rem;padding-right:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox:not(.is-custom):not(.woocommerce-form__label)+label:before{-webkit-box-flex:0;-ms-flex:none;flex:none;content:"";width:1em;height:1em;border:1px solid #E2E2E2;margin-right:.5em}.checkbox:not(.is-custom):not(.woocommerce-form__label)+label.is-background-color-contrast:before{background-color:#fff}.checkbox:not(.is-custom):not(.woocommerce-form__label)+label .label{-webkit-box-flex:1;-ms-flex:1;flex:1}.checkbox:not(.is-custom):not(.woocommerce-form__label):checked+label>.icon{position:absolute;display:inline-block;top:-.1em;left:0;width:1.125rem;height:1.125rem}.checkbox:not(.is-custom):not(.woocommerce-form__label)+label>.icon{display:none}.checkbox.is-custom+label>.button.is-primary,#mc_embed_signup .checkbox.is-custom+label>.is-primary.button{position:relative;opacity:.3}.checkbox.is-custom:checked+label>.button.is-primary,#mc_embed_signup .checkbox.is-custom:checked+label>.is-primary.button{opacity:1}.checkbox.is-custom+label>.button.is-primary.has-icon-left,#mc_embed_signup .checkbox.is-custom+label>.is-primary.has-icon-left.button{padding-left:2.65em}.checkbox.is-custom+label>.button.is-primary.has-icon-right,#mc_embed_signup .checkbox.is-custom+label>.is-primary.has-icon-right.button{padding-right:2.65em}.radio:not(.woocommerce-form__label){border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.radio:not(.is-custom):not(.woocommerce-form__label)+label{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:.4em;margin-top:calc($input-padding-vertical + 1px);cursor:pointer}.radio:not(.is-custom):not(.woocommerce-form__label)+label:before{-webkit-box-flex:0;-ms-flex:none;flex:none;content:"";width:1em;height:1em;border:1px solid #E2E2E2;margin-right:.5em;border-radius:50%;background-color:#fff}.radio:not(.is-custom):not(.woocommerce-form__label)+label .label{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:0;flex-basis:0%;min-width:0;max-width:100%}.radio:not(.is-custom):not(.woocommerce-form__label):checked+label:before{background-image:-webkit-radial-gradient(center,ellipse,#A8BFBD 0%,#A8BFBD 38%,#fff 39%);background-image:radial-gradient(ellipse at center,#A8BFBD 0%,#A8BFBD 38%,#fff 39%)}.radio.is-custom:not(:checked)+label.button.is-primary,#mc_embed_signup .radio.is-custom:not(:checked)+label.is-primary.button,.radio.is-custom:not(:checked)+label>.button.is-primary,#mc_embed_signup .radio.is-custom:not(:checked)+label>.is-primary.button{background-color:#fff;border-color:#e3eaea;color:#333}.radio.is-custom:not(:checked)+label>.button.is-primary,#mc_embed_signup .radio.is-custom:not(:checked)+label>.is-primary.button{padding-left:1.825em;padding-right:1.825em}.radio.is-custom:not(:checked)+label>.button.is-primary .icon,#mc_embed_signup .radio.is-custom:not(:checked)+label>.is-primary.button .icon{opacity:0}.select{position:relative;display:inline-block;width:100%;height:2.5em}.select:after{content:"";width:10px;height:10px;border-width:0;border-right-width:2px;border-bottom-width:2px;border-color:#A8BFBD;border-style:solid;display:block;position:absolute;right:10px;top:50%;margin-top:-8px;-webkit-transform:rotate(45deg);transform:rotate(45deg);pointer-events:none}.select select{display:inline-block;width:100%;cursor:pointer;border:0;border-radius:0;outline:0;appearance:none;-webkit-appearance:none;-moz-appearance:none;height:2.5em}.select select{font-family:"Istok Web",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";border-radius:4px;border-width:0;border-style:none;-webkit-box-shadow:none;box-shadow:none;color:#333;background-color:#fff;line-height:1;-webkit-box-sizing:border-box;box-sizing:border-box;padding:.525em 2em .525em 1em;display:block;line-height:1.15;color:#A8BFBD}.select select::-ms-expand{display:none}.select.search-taxonomy{max-width:150px}@media only screen and (max-width:1200px){.select.search-taxonomy{max-width:999px}}.comments .select select,#mc_embed_signup select{display:inline-block;width:100%;cursor:pointer;border:0;border-radius:0;outline:0;height:2.5em;font-family:"Istok Web",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";border-radius:4px;border-width:0;border-style:none;-webkit-box-shadow:none;box-shadow:none;color:#333;background-color:#fff;line-height:1;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%!important;padding:.525em 2em .525em 1em!important;display:block;line-height:1.15;color:#A8BFBD;border:1px solid #E2E2E2;color:#5c5c5c}.comments .select select::-webkit-input-placeholder,#mc_embed_signup select::-webkit-input-placeholder{color:#5c5c5c}.comments .select select::-moz-placeholder,#mc_embed_signup select::-moz-placeholder{color:#5c5c5c}.comments .select select:-moz-placeholder,#mc_embed_signup select:-moz-placeholder{color:#5c5c5c}.comments .select select:-ms-input-placeholder,#mc_embed_signup select:-ms-input-placeholder{color:#5c5c5c}#mc_embed_signup form{padding:0!important}#mc_embed_signup .mc-field-group{padding:0!important;margin-bottom:2em}.form-element{position:relative;margin-bottom:2em}.input-group{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 2em;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group .is-expanded{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}.input-group>*{border-radius:0}.input-group>:first-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.input-group>:last-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.first-element>:last-child{border-top-right-radius:0;border-bottom-right-radius:0;border-right:0}.last-element>:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.input-notification:empty{display:none}.input-notification{display:inline-block;padding:.6em .5em;border-radius:5px;background-color:#e6e6e6;color:#000;font-size:1em;margin-top:.3em}.input-notification.has-errors{background-color:#e74c3c;color:#fff}.input-notification.is-ok{background-color:#A8BFBD;color:#fff}label.input-title{display:block;margin-top:calc(.5em + 1px)}.input-notification a{text-decoration:underline;color:inherit}.button.is-ghost,#mc_embed_signup .is-ghost.button{color:#fff;border:1px solid currentColor;padding:.6em 1em .4em;-webkit-transition:all 250ms cubic-bezier(.175,.885,.32,1.275);transition:all 250ms cubic-bezier(.175,.885,.32,1.275)}.button.is-ghost:hover,#mc_embed_signup .is-ghost.button:hover,.button.is-ghost:active,#mc_embed_signup .is-ghost.button:active{background-color:#fff;color:#A8BFBD;border-color:#fff}button.input-button{color:#A8BFBD;z-index:5;padding:0;background-color:#fff}button.input-button:hover,button.input-button:active{background-color:#fff;color:#A8BFBD;border:#fff}button.input-button.control-icon .icon{width:1.75em;height:1.75em}.button .icon,#mc_embed_signup .button .icon{height:1.5em;width:1.5em;margin-top:-.2em;margin-bottom:-.2em}.button:not(.password-icon)>*+*,#mc_embed_signup .button:not(.password-icon)>*+*{margin-left:1em}.button-reset,.button,#mc_embed_signup .button{border:0;-webkit-box-shadow:none;box-shadow:none;outline:none;-webkit-font-smoothing:antialiased;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:none;border:none;color:#fff;cursor:pointer;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding-left:0;padding-right:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;vertical-align:top;white-space:nowrap}.button-reset::-moz-focus-inner,.button::-moz-focus-inner,#mc_embed_signup .button::-moz-focus-inner{padding:0;border:0}html body .button-reset:hover,html body .button:hover,html body #mc_embed_signup .button:hover,#mc_embed_signup html body .button:hover{text-decoration:none}.button,#mc_embed_signup .button{padding:.4em 1.5em;line-height:1.15;border-width:1px;border-style:solid;position:relative;text-transform:uppercase;border-radius:2px}.button,#mc_embed_signup .button{color:#A8BFBD;padding:.6em 1em .4em;-webkit-transition:all 250ms cubic-bezier(.175,.885,.32,1.275);transition:all 250ms cubic-bezier(.175,.885,.32,1.275)}.button:hover,#mc_embed_signup .button:hover,.button:active,#mc_embed_signup .button:active{background-color:#A8BFBD;color:#fff;border-color:#A8BFBD}.button.is-filled,#mc_embed_signup .is-filled.button{background-color:#A8BFBD;color:#fff;border:1px solid #A8BFBD}.button.is-filled:hover,#mc_embed_signup .is-filled.button:hover,.button.is-filled:active,#mc_embed_signup .is-filled.button:active{background-color:#fff;color:#A8BFBD;border-color:#A8BFBD}.button.is-filled.is-delete,#mc_embed_signup .is-filled.is-delete.button{background-color:#ed7f7f;color:#fff;border:1px solid #ed7f7f}.button.is-filled.is-delete:hover,#mc_embed_signup .is-filled.is-delete.button:hover,.button.is-filled.is-delete:active,#mc_embed_signup .is-filled.is-delete.button:active{background-color:#fff;color:#ed7f7f;border-color:#ed7f7f}.button.is-centered,#mc_embed_signup .is-centered.button{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.button.is-primary,#mc_embed_signup .is-primary.button{background-color:#A8BFBD;border-color:#A8BFBD}.button.is-link,#mc_embed_signup .is-link.button{background-color:transparent;color:#333;padding-left:0;padding-right:0}.buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.buttons>.button,#mc_embed_signup .buttons>.button{margin-bottom:1.875rem}.buttons>.button:not(:last-of-type),#mc_embed_signup .buttons>.button:not(:last-of-type){margin-right:1.875rem}.buttons.is-gapless>.button:not(:first-of-type):not(:last-of-type),#mc_embed_signup .buttons.is-gapless>.button:not(:first-of-type):not(:last-of-type){border-radius:0}.buttons.is-gapless>.button:first-of-type,#mc_embed_signup .buttons.is-gapless>.button:first-of-type{border-top-right-radius:0;border-bottom-right-radius:0}.buttons.is-gapless>.button:last-of-type,#mc_embed_signup .buttons.is-gapless>.button:last-of-type{border-top-left-radius:0;border-bottom-left-radius:0}.buttons.is-gapless>.button,#mc_embed_signup .buttons.is-gapless>.button{margin-right:0}.button.is-facebook,#mc_embed_signup .is-facebook.button{background-color:#32529F;color:#fff;border:1px solid #32529F}.button.is-facebook:hover,#mc_embed_signup .is-facebook.button:hover,.button.is-facebook:active,#mc_embed_signup .is-facebook.button:active{background-color:#fff;color:#32529F;border-color:#32529F}.button.is-facebook .icon,#mc_embed_signup .is-facebook.button .icon{height:1.25em;width:1.25em;margin-left:-.5em;margin-right:.5em;margin-bottom:-.1em}#mc_embed_signup .button{border-radius:0!important;background-color:#fff!important;color:#A8BFBD!important;border:1px solid #A8BFBD!important;padding:.6em 1em .4em!important;font-size:16px!important;height:auto!important;line-height:1!important;margin:0!important}#mc_embed_signup .button:hover,#mc_embed_signup .button:active{background-color:#A8BFBD!important;color:#fff!important;border-color:#A8BFBD!important}.button.is-full-width,#mc_embed_signup .is-full-width.button{width:100%}.button.password-icon:focus,#mc_embed_signup .password-icon.button:focus,.button.password-icon:active,#mc_embed_signup .password-icon.button:active{-webkit-box-shadow:none;box-shadow:none}.is-media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.is-media__img{margin-right:1rem}.is-media__body{-webkit-box-flex:1;-ms-flex:1;flex:1}.is-media.is-y-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-media.is-y-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}body,html{margin:0 auto;width:100%;background:#fff;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:"Istok Web",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#5c5c5c}.el{height:2rem}body{height:100%;display:flex;min-height:100vh;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}body.twig-is-parsing{visibility:hidden}*,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit}.site-content{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-flex:1 0 auto;overflow:hidden;padding-bottom:32px}html a{color:#7DAEA9;text-decoration:none}html.menu-active body{position:fixed;overflow:hidden}.bruut-cookie{position:fixed;bottom:0;left:0;width:100%;background-color:#fff;z-index:1001}.bruut-cookie__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1em 0}@media only screen and (max-width:767px){.bruut-cookie__inner{display:block;text-align:center}}.bruut-cookie__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0%;padding-right:1em}@media only screen and (max-width:767px){.bruut-cookie__text{padding-right:0;margin-bottom:1em}}.bruut-cookie__text>p{margin:0}.bruut-cookie__text>p>a{text-decoration:underline}.bruut-cookie__button{-webkit-box-flex:0;-ms-flex:none;flex:none}.bruut-cookie__button a{color:#fff}.box{padding-top:1.5em;padding-bottom:1.5em;margin-bottom:1.5em}.box[class*="is-background-"]{padding-left:1.5em;padding-right:1.5em}.columns.is-wide{margin-left:-60px;margin-right:-60px}.columns.is-wide>.column{padding-left:60px;padding-right:60px}.columns.is-narrow{margin-left:-5px;margin-right:-5px}.columns.is-narrow>.column{padding-left:5px;padding-right:5px}@media only screen and (max-width:1024px){.columns,.columns.is-wide{margin-left:-16px;margin-right:-16px}.columns>.column,.columns.is-wide>.column{padding-left:16px;padding-right:16px}}@media only screen and (max-width:767px){.container{padding-left:25px;padding-right:25px}}.site-content>*{margin-top:0;margin-bottom:0}.site-content>*+*{margin-top:3em}section{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:0;flex-basis:0%;max-width:100%;padding-right:60px}aside>*{margin-top:0;margin-bottom:0}aside>*+*{margin-top:3em}.aside-exception{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}aside .rhythm>*{margin-top:0;margin-bottom:0}aside .rhythm>*+*{margin-top:3em}aside>*.is-hidden+*{margin-top:0}@media only screen and (max-width:1024px){aside>*.is-hidden+*{margin-top:3em}}section>*{margin-top:0;margin-bottom:0}section>*+*{margin-top:3em}.grid-areas{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-30px;margin-right:-30px}.grid-areas section{padding-right:0;margin-bottom:0}@supports (display:grid){@media only screen and (max-width:1024px){.grid-areas{display:grid;grid-template-columns:minmax(1px,1fr);grid-template-areas:'posts--1' 'break' 'posts--2' 'aside--1' 'aside--2'}.grid-areas .area-posts.area-posts--1{grid-area:posts--1}.grid-areas .area-posts.area-posts--2{grid-area:posts--2}.grid-areas .area-aside.area-aside--1{grid-area:aside--1}.grid-areas .area-aside.area-aside--2{grid-area:aside--2}.grid-areas .area-break{grid-area:break}}}.grid-areas .area-posts{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:0;flex-basis:0%;min-width:0;max-width:100%;padding-left:30px;padding-right:30px}@media only screen and (max-width:1024px){.grid-areas .area-posts{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}}.grid-areas .area-break{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%;padding-left:30px;padding-right:30px;margin-top:3em;margin-bottom:3em;width:100%}.grid-areas .area-break>*{margin-top:0;margin-bottom:0}.grid-areas .area-break>*+*{margin-top:3em}@media only screen and (max-width:1024px){.grid-areas .area-break .tags__bar>ul{overflow-x:auto}}.grid-areas .area-break .featured-posts{position:relative}.grid-areas .area-break .featured-posts h1{position:relative}.grid-areas .area-break .featured-posts:before{position:absolute;background-color:inherit;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;height:100%;content:"";top:0;z-index:0;pointer-events:none}.grid-areas .area-aside{-webkit-box-flex:0;-ms-flex:none;flex:none;width:33.33333%;padding-left:30px;padding-right:30px}@media only screen and (max-width:1024px){.grid-areas .area-aside{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}}.field{position:relative}.field .field-header .field-label{font-weight:600;display:block}.field:not(.is-horizontal) .field-header{margin-bottom:.5em}.field .help{font-size:.85em;margin:.5em 0 0}.field .help:empty,.field.has-lazy-error:not(.has-success) .help{display:none}.field-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:0;flex-basis:0%;min-width:0;max-width:100%}.field.is-checking .input,.field.is-checking #mc_embed_signup input[type="text"],#mc_embed_signup .field.is-checking input[type="text"],.field.is-checking #mc_embed_signup input[type="email"],#mc_embed_signup .field.is-checking input[type="email"]{-webkit-box-shadow:0 0 15px 1px rgba(230,126,34,.5);box-shadow:0 0 15px 1px rgba(230,126,34,.5)}.field.has-error:not(.has-lazy-error) .input,.field.has-error:not(.has-lazy-error) #mc_embed_signup input[type="text"],#mc_embed_signup .field.has-error:not(.has-lazy-error) input[type="text"],.field.has-error:not(.has-lazy-error) #mc_embed_signup input[type="email"],#mc_embed_signup .field.has-error:not(.has-lazy-error) input[type="email"]{border-color:#e74c3c}.field.has-error:not(.has-lazy-error) .input:focus,.field.has-error:not(.has-lazy-error) #mc_embed_signup input:focus[type="text"],#mc_embed_signup .field.has-error:not(.has-lazy-error) input:focus[type="text"],.field.has-error:not(.has-lazy-error) #mc_embed_signup input:focus[type="email"],#mc_embed_signup .field.has-error:not(.has-lazy-error) input:focus[type="email"]{-webkit-box-shadow:0 0 15px 1px rgba(231,76,60,.5);box-shadow:0 0 15px 1px rgba(231,76,60,.5)}.field.has-error:not(.has-lazy-error) .help{color:#e74c3c}.field.has-error:not(.has-lazy-error) .input,.field.has-error:not(.has-lazy-error) #mc_embed_signup input[type="text"],#mc_embed_signup .field.has-error:not(.has-lazy-error) input[type="text"],.field.has-error:not(.has-lazy-error) #mc_embed_signup input[type="email"],#mc_embed_signup .field.has-error:not(.has-lazy-error) input[type="email"]{border-color:#e74c3c}.field.has-error:not(.has-lazy-error) .input:focus,.field.has-error:not(.has-lazy-error) #mc_embed_signup input:focus[type="text"],#mc_embed_signup .field.has-error:not(.has-lazy-error) input:focus[type="text"],.field.has-error:not(.has-lazy-error) #mc_embed_signup input:focus[type="email"],#mc_embed_signup .field.has-error:not(.has-lazy-error) input:focus[type="email"]{-webkit-box-shadow:0 0 15px 1px rgba(231,76,60,.5);box-shadow:0 0 15px 1px rgba(231,76,60,.5)}.field.has-error:not(.has-lazy-error) .help{color:#e74c3c}.field.has-info .input,.field.has-info #mc_embed_signup input[type="text"],#mc_embed_signup .field.has-info input[type="text"],.field.has-info #mc_embed_signup input[type="email"],#mc_embed_signup .field.has-info input[type="email"]{border-color:#3498db}.field.has-info .input:focus,.field.has-info #mc_embed_signup input:focus[type="text"],#mc_embed_signup .field.has-info input:focus[type="text"],.field.has-info #mc_embed_signup input:focus[type="email"],#mc_embed_signup .field.has-info input:focus[type="email"]{-webkit-box-shadow:0 0 15px 1px rgba(52,152,219,.5);box-shadow:0 0 15px 1px rgba(52,152,219,.5)}.field.has-info:not(.has-lazy-error) .input,.field.has-info:not(.has-lazy-error) #mc_embed_signup input[type="text"],#mc_embed_signup .field.has-info:not(.has-lazy-error) input[type="text"],.field.has-info:not(.has-lazy-error) #mc_embed_signup input[type="email"],#mc_embed_signup .field.has-info:not(.has-lazy-error) input[type="email"]{border-color:#3498db}.field.has-info:not(.has-lazy-error) .input:focus,.field.has-info:not(.has-lazy-error) #mc_embed_signup input:focus[type="text"],#mc_embed_signup .field.has-info:not(.has-lazy-error) input:focus[type="text"],.field.has-info:not(.has-lazy-error) #mc_embed_signup input:focus[type="email"],#mc_embed_signup .field.has-info:not(.has-lazy-error) input:focus[type="email"]{-webkit-box-shadow:0 0 15px 1px rgba(52,152,219,.5);box-shadow:0 0 15px 1px rgba(52,152,219,.5)}.field.has-warning .input,.field.has-warning #mc_embed_signup input[type="text"],#mc_embed_signup .field.has-warning input[type="text"],.field.has-warning #mc_embed_signup input[type="email"],#mc_embed_signup .field.has-warning input[type="email"]{border-color:#e67e22}.field.has-warning .input:focus,.field.has-warning #mc_embed_signup input:focus[type="text"],#mc_embed_signup .field.has-warning input:focus[type="text"],.field.has-warning #mc_embed_signup input:focus[type="email"],#mc_embed_signup .field.has-warning input:focus[type="email"]{-webkit-box-shadow:0 0 15px 1px rgba(230,126,34,.5);box-shadow:0 0 15px 1px rgba(230,126,34,.5)}.field.has-warning:not(.has-lazy-error) .input,.field.has-warning:not(.has-lazy-error) #mc_embed_signup input[type="text"],#mc_embed_signup .field.has-warning:not(.has-lazy-error) input[type="text"],.field.has-warning:not(.has-lazy-error) #mc_embed_signup input[type="email"],#mc_embed_signup .field.has-warning:not(.has-lazy-error) input[type="email"]{border-color:#e67e22}.field.has-warning:not(.has-lazy-error) .input:focus,.field.has-warning:not(.has-lazy-error) #mc_embed_signup input:focus[type="text"],#mc_embed_signup .field.has-warning:not(.has-lazy-error) input:focus[type="text"],.field.has-warning:not(.has-lazy-error) #mc_embed_signup input:focus[type="email"],#mc_embed_signup .field.has-warning:not(.has-lazy-error) input:focus[type="email"]{-webkit-box-shadow:0 0 15px 1px rgba(230,126,34,.5);box-shadow:0 0 15px 1px rgba(230,126,34,.5)}.field.has-success .input,.field.has-success #mc_embed_signup input[type="text"],#mc_embed_signup .field.has-success input[type="text"],.field.has-success #mc_embed_signup input[type="email"],#mc_embed_signup .field.has-success input[type="email"]{border-color:#2ecc71}.field.has-success .input:focus,.field.has-success #mc_embed_signup input:focus[type="text"],#mc_embed_signup .field.has-success input:focus[type="text"],.field.has-success #mc_embed_signup input:focus[type="email"],#mc_embed_signup .field.has-success input:focus[type="email"]{-webkit-box-shadow:0 0 15px 1px rgba(46,204,113,.5);box-shadow:0 0 15px 1px rgba(46,204,113,.5)}.field.has-success:not(.has-lazy-error) .input,.field.has-success:not(.has-lazy-error) #mc_embed_signup input[type="text"],#mc_embed_signup .field.has-success:not(.has-lazy-error) input[type="text"],.field.has-success:not(.has-lazy-error) #mc_embed_signup input[type="email"],#mc_embed_signup .field.has-success:not(.has-lazy-error) input[type="email"]{border-color:#2ecc71}.field.has-success:not(.has-lazy-error) .input:focus,.field.has-success:not(.has-lazy-error) #mc_embed_signup input:focus[type="text"],#mc_embed_signup .field.has-success:not(.has-lazy-error) input:focus[type="text"],.field.has-success:not(.has-lazy-error) #mc_embed_signup input:focus[type="email"],#mc_embed_signup .field.has-success:not(.has-lazy-error) input:focus[type="email"]{-webkit-box-shadow:0 0 15px 1px rgba(46,204,113,.5);box-shadow:0 0 15px 1px rgba(46,204,113,.5)}.field-body .control{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:auto;flex-basis:auto;min-width:0;max-width:100%}.field-body .control.is-narrow{-webkit-box-flex:0;-ms-flex:none;flex:none}.field-body .control:not(:first-of-type):not(:last-of-type)>.button,.field-body #mc_embed_signup .control:not(:first-of-type):not(:last-of-type)>.button,#mc_embed_signup .field-body .control:not(:first-of-type):not(:last-of-type)>.button,.field-body .control:not(:first-of-type):not(:last-of-type)>.input,.field-body #mc_embed_signup .control:not(:first-of-type):not(:last-of-type)>input[type="text"],#mc_embed_signup .field-body .control:not(:first-of-type):not(:last-of-type)>input[type="text"],.field-body #mc_embed_signup .control:not(:first-of-type):not(:last-of-type)>input[type="email"],#mc_embed_signup .field-body .control:not(:first-of-type):not(:last-of-type)>input[type="email"],.field-body .control:not(:first-of-type):not(:last-of-type)>.select select{border-radius:0}.field-body .control:first-of-type>.button,.field-body #mc_embed_signup .control:first-of-type>.button,#mc_embed_signup .field-body .control:first-of-type>.button,.field-body .control:first-of-type>.input,.field-body #mc_embed_signup .control:first-of-type>input[type="text"],#mc_embed_signup .field-body .control:first-of-type>input[type="text"],.field-body #mc_embed_signup .control:first-of-type>input[type="email"],#mc_embed_signup .field-body .control:first-of-type>input[type="email"],.field-body .control:first-of-type>.select select{border-top-right-radius:0;border-bottom-right-radius:0}.field-body .control+.control>.button,.field-body #mc_embed_signup .control+.control>.button,#mc_embed_signup .field-body .control+.control>.button,.field-body .control+.control>.input,.field-body #mc_embed_signup .control+.control>input[type="text"],#mc_embed_signup .field-body .control+.control>input[type="text"],.field-body #mc_embed_signup .control+.control>input[type="email"],#mc_embed_signup .field-body .control+.control>input[type="email"],.field-body .control+.control>.select select{border-left-width:0}.field-body .control:last-of-type>.button,.field-body #mc_embed_signup .control:last-of-type>.button,#mc_embed_signup .field-body .control:last-of-type>.button,.field-body .control:last-of-type>.input,.field-body #mc_embed_signup .control:last-of-type>input[type="text"],#mc_embed_signup .field-body .control:last-of-type>input[type="text"],.field-body #mc_embed_signup .control:last-of-type>input[type="email"],#mc_embed_signup .field-body .control:last-of-type>input[type="email"],.field-body .control:last-of-type>.select select{border-top-left-radius:0;border-bottom-left-radius:0}.field.is-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex}.field.is-horizontal .field-header{-webkit-box-flex:0;-ms-flex:none;flex:none;width:20%}.field.is-horizontal .field-label{margin-top:.4em;margin-top:calc(.4em + 1px)}.control .control-icon{position:absolute;top:.4em;top:calc(.4em + 1px);width:1.25em;height:1.25em}.control .control-icon.right{right:.75em}.control .control-icon.left{left:.75em}.control>.control-icon.left~.input,#mc_embed_signup .control>.control-icon.left~input[type="text"],#mc_embed_signup .control>.control-icon.left~input[type="email"]{padding-left:2.25em}.control>.control-icon.right~.input,#mc_embed_signup .control>.control-icon.right~input[type="text"],#mc_embed_signup .control>.control-icon.right~input[type="email"]{padding-right:2.25em}html .is-small{font-size:.85em}html .is-large{font-size:1.25em}html .is-extra-large{font-size:1.75em}.about-me{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.about-me__image{position:relative;display:block;width:100%}@media only screen and (max-width:1024px){.about-me__image{width:30%;padding-right:1.4em}}@media only screen and (max-width:767px){.about-me__image{width:35%;margin-left:auto;margin-right:auto}}@media only screen and (max-width:480px){.about-me__image{width:70%;margin-left:auto;margin-right:auto}}.about-me .image{width:80%;margin-left:auto;margin-right:auto}@media only screen and (max-width:1024px){.about-me .image{width:100%}}.about-me__text{padding-top:1em}.about-me__text>*{margin-top:0;margin-bottom:0}.about-me__text>*+*{margin-top:1em}@media only screen and (max-width:1024px){.about-me__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:0;flex-basis:0%;min-width:0;max-width:100%;padding-top:0}}@media only screen and (max-width:480px){.about-me__text{-webkit-box-flex:0;-ms-flex:none;flex:none;padding-top:1em}}.about-me--wide .about-me__image{width:30%;padding-right:1.4em}@media only screen and (max-width:480px){.about-me--wide .about-me__image{width:70%;margin-left:auto;margin-right:auto}}.about-me--wide .about-me__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:0;flex-basis:0%;min-width:0;max-width:100%;padding-top:0}@media only screen and (max-width:480px){.about-me--wide .about-me__text{-webkit-box-flex:0;-ms-flex:none;flex:none;padding-top:1em}}.about-me--wide .image{width:100%}.about-me--wide{padding:2em}@media only screen and (max-width:1024px){aside{margin-top:3em}}aside .image+h1{margin-top:.25em}aside h2+p{margin-top:.5em}aside iframe{display:block;margin:0 auto}aside iframe,aside .block-label+img{max-width:100%}.aside-box>a>img{max-width:100%;height:auto}.download-app{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:480px){.download-app{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.download-app__buttons{max-width:100%}.download-app__buttons .button,.download-app__buttons #mc_embed_signup .button,#mc_embed_signup .download-app__buttons .button{border:1px solid #A8BFBD;width:100%;border-radius:3px}.download-app__buttons .button .images.custom-ratio:before,.download-app__buttons #mc_embed_signup .button .images.custom-ratio:before,#mc_embed_signup .download-app__buttons .button .images.custom-ratio:before{content:'';display:inline-block;vertical-align:middle;padding-bottom:30.30303%}.download-app__buttons .button .images.custom-ratio:after,.download-app__buttons #mc_embed_signup .button .images.custom-ratio:after,#mc_embed_signup .download-app__buttons .button .images.custom-ratio:after{content:'';display:table;clear:both}.download-app__buttons .button+.button,.download-app__buttons #mc_embed_signup .button+.button,#mc_embed_signup .download-app__buttons .button+.button{margin-top:.5em}.promo-box__visual{text-align:center;position:relative}.promo-box__visual .icon{position:absolute;color:#fff;z-index:1;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:3rem;height:3rem}.promo-box__text{background-color:#fff;padding-top:1em;overflow:hidden;height:5em}.promo-box__text p{line-height:1.5}.highlight-list ul{position:relative;padding-left:0}@media only screen and (max-width:1024px){.highlight-list ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.highlight-list ul li{position:relative;list-style:none}@media only screen and (max-width:1024px){.highlight-list ul li{width:calc(50% - 1.5em)}}@media only screen and (max-width:767px){.highlight-list ul li{width:100%}}@media only screen and (max-width:767px){.highlight-list ul li:first-of-type{margin-top:0}}.highlight-list.is-index{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1em;margin-right:-1em;list-style:none;padding:0}.highlight-list.is-index li{-webkit-box-flex:0;-ms-flex:none;flex:none;width:33.33333%;margin-bottom:1.5em;padding-left:1em;padding-right:1em;margin-top:0!important}@media only screen and (max-width:1024px){.highlight-list.is-index li{width:50%}}@media only screen and (max-width:480px){.highlight-list.is-index li{width:100%}}.highlight-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;color:#5c5c5c;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative}.highlight-list__item form{position:relative;z-index:7}.highlight-list__item .select{border:1px solid #A8BFBD;height:auto}.highlight-list__item .highlight-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:0;flex-basis:0%;min-width:0;max-width:100%;padding:.5em 0 0 1em}.highlight-list__item .highlight-content>*{margin-top:0;margin-bottom:0}.highlight-list__item .highlight-content>*+*{margin-top:8px}.highlight-list__item p{line-height:1.25;margin-bottom:0}.highlight-list__item>p{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:0;flex-basis:0%;min-width:0;max-width:100%;margin:auto;overflow:hidden;max-height:3em;padding-left:1em}.highlight-list__item .image{width:62px;-webkit-box-flex:0;-ms-flex:none;flex:none}.highlight-list__item .image img{width:100%;vertical-align:middle}.highlight-list ul li:nth-child(6){display:none}@media only screen and (max-width:1024px){.highlight-list ul li:nth-child(6){display:block}}@media only screen and (max-width:767px){.highlight-list ul li:nth-child(6){display:none}}.aside-box.aside-box--border.aside-box__ad{padding:0 1.4em}.aside-box.aside-box--border.aside-box__ad>*+*{margin-top:0}.aside-box.aside-box--border{position:relative;padding:1.4em;border:1px solid #E2E2E2}.aside-box.aside-box--border>*{margin-top:0;margin-bottom:0}.aside-box.aside-box--border>*+*{margin-top:.75em}.aside-box.aside-box--border.aside-box--background{background-color:#EAF0F0}.aside-box .is-stretched{margin-left:-1.4em;margin-right:-1.4em}.aside-box .is-stretched p{padding-left:1.4em;padding-right:1.4em;margin-bottom:0}.aside-box .is-stretched p:last-child{margin-bottom:-1.2em}.aside-box .newsletter .columns{margin-top:1em}@media only screen and (max-width:1024px){.aside-box__ad .promo-box__visual{padding:25%}}@media only screen and (max-width:480px){.aside-box__ad .promo-box__visual{padding:0}}.block-label{position:relative;top:1em;left:-.75em;right:0;z-index:1;color:#fff;text-align:left}.block-label h2{font-family:"Istok Web",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-size:1.375em;margin:0;font-size:22px;background-color:#A8BFBD;color:#fff;padding-left:1.4em;padding-top:.25em;padding-bottom:.25em}@media screen and (max-width:1200px){.block-label h2{font-size:calc(18px + 4 * ((100vw - 320px) / 880))}}@media screen and (max-width:320px){.block-label h2{font-size:18px}}.block-label.block-label--absolute{position:absolute}.aside-box.aside-box--border .block-label{-webkit-box-flex:0;-ms-flex:none;flex:none;-ms-flex-item-align:start;align-self:flex-start;margin-top:-1.4em;margin-bottom:2em;right:auto;left:-2.15em;width:calc(100% + 3.55em)}.aside-box.aside-box--border>.block-label+.is-stretched{margin-top:-1.25em}.change-name .input,.change-name #mc_embed_signup input[type="text"],#mc_embed_signup .change-name input[type="text"],.change-name #mc_embed_signup input[type="email"],#mc_embed_signup .change-name input[type="email"]{font-family:"Drina";font-size:1.4em;color:#5c5c5c;text-align:center;height:1.75em;padding:.4em .2em}.change-name .input::-webkit-input-placeholder,.change-name #mc_embed_signup input[type="text"]::-webkit-input-placeholder,#mc_embed_signup .change-name input[type="text"]::-webkit-input-placeholder,.change-name #mc_embed_signup input[type="email"]::-webkit-input-placeholder,#mc_embed_signup .change-name input[type="email"]::-webkit-input-placeholder{color:#5c5c5c;line-height:1.75em;vertical-align:middle;opacity:.5}@-moz-document url-prefix(){.change-name .input::-webkit-input-placeholder,.change-name #mc_embed_signup input[type="text"]::-webkit-input-placeholder,#mc_embed_signup .change-name input[type="text"]::-webkit-input-placeholder,.change-name #mc_embed_signup input[type="email"]::-webkit-input-placeholder,#mc_embed_signup .change-name input[type="email"]::-webkit-input-placeholder{line-height:1;opacity:1}}.change-name .input::-moz-placeholder,.change-name #mc_embed_signup input[type="text"]::-moz-placeholder,#mc_embed_signup .change-name input[type="text"]::-moz-placeholder,.change-name #mc_embed_signup input[type="email"]::-moz-placeholder,#mc_embed_signup .change-name input[type="email"]::-moz-placeholder{color:#5c5c5c;line-height:1.75em;vertical-align:middle;opacity:.5}@-moz-document url-prefix(){.change-name .input::-moz-placeholder,.change-name #mc_embed_signup input[type="text"]::-moz-placeholder,#mc_embed_signup .change-name input[type="text"]::-moz-placeholder,.change-name #mc_embed_signup input[type="email"]::-moz-placeholder,#mc_embed_signup .change-name input[type="email"]::-moz-placeholder{line-height:1;opacity:1}}.change-name .input:-moz-placeholder,.change-name #mc_embed_signup input:-moz-placeholder[type="text"],#mc_embed_signup .change-name input:-moz-placeholder[type="text"],.change-name #mc_embed_signup input:-moz-placeholder[type="email"],#mc_embed_signup .change-name input:-moz-placeholder[type="email"]{color:#5c5c5c;line-height:1.75em;vertical-align:middle;opacity:.5}@-moz-document url-prefix(){.change-name .input:-moz-placeholder,.change-name #mc_embed_signup input:-moz-placeholder[type="text"],#mc_embed_signup .change-name input:-moz-placeholder[type="text"],.change-name #mc_embed_signup input:-moz-placeholder[type="email"],#mc_embed_signup .change-name input:-moz-placeholder[type="email"]{line-height:1;opacity:1}}.change-name .input:-ms-input-placeholder,.change-name #mc_embed_signup input:-ms-input-placeholder[type="text"],#mc_embed_signup .change-name input:-ms-input-placeholder[type="text"],.change-name #mc_embed_signup input:-ms-input-placeholder[type="email"],#mc_embed_signup .change-name input:-ms-input-placeholder[type="email"]{color:#5c5c5c;line-height:1.75em;vertical-align:middle;opacity:.5}@-moz-document url-prefix(){.change-name .input:-ms-input-placeholder,.change-name #mc_embed_signup input:-ms-input-placeholder[type="text"],#mc_embed_signup .change-name input:-ms-input-placeholder[type="text"],.change-name #mc_embed_signup input:-ms-input-placeholder[type="email"],#mc_embed_signup .change-name input:-ms-input-placeholder[type="email"]{line-height:1;opacity:1}}.change-name .input::-ms-clear,.change-name #mc_embed_signup input[type="text"]::-ms-clear,#mc_embed_signup .change-name input[type="text"]::-ms-clear,.change-name #mc_embed_signup input[type="email"]::-ms-clear,#mc_embed_signup .change-name input[type="email"]::-ms-clear{display:none}.change-name .input:-ms-input-placeholder,.change-name #mc_embed_signup input:-ms-input-placeholder[type="text"],#mc_embed_signup .change-name input:-ms-input-placeholder[type="text"],.change-name #mc_embed_signup input:-ms-input-placeholder[type="email"],#mc_embed_signup .change-name input:-ms-input-placeholder[type="email"]{line-height:1}.change-name .input:focus,.change-name #mc_embed_signup input:focus[type="text"],#mc_embed_signup .change-name input:focus[type="text"],.change-name #mc_embed_signup input:focus[type="email"],#mc_embed_signup .change-name input:focus[type="email"]{-webkit-box-shadow:none;box-shadow:none}@media only screen and (max-width:767px){.change-name .input,.change-name #mc_embed_signup input[type="text"],#mc_embed_signup .change-name input[type="text"],.change-name #mc_embed_signup input[type="email"],#mc_embed_signup .change-name input[type="email"]{margin-left:0}}.change-name .control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.change-name .rename-title-switch:checked+.input+.button-holder,.change-name #mc_embed_signup .rename-title-switch:checked+input[type="text"]+.button-holder,#mc_embed_signup .change-name .rename-title-switch:checked+input[type="text"]+.button-holder,.change-name #mc_embed_signup .rename-title-switch:checked+input[type="email"]+.button-holder,#mc_embed_signup .change-name .rename-title-switch:checked+input[type="email"]+.button-holder{opacity:1;display:block}@media only screen and (max-width:767px){.change-name .rename-title-switch:checked+.input+.button-holder,.change-name #mc_embed_signup .rename-title-switch:checked+input[type="text"]+.button-holder,#mc_embed_signup .change-name .rename-title-switch:checked+input[type="text"]+.button-holder,.change-name #mc_embed_signup .rename-title-switch:checked+input[type="email"]+.button-holder,#mc_embed_signup .change-name .rename-title-switch:checked+input[type="email"]+.button-holder{margin-top:0;display:block}}.change-name .button-holder{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0}@media only screen and (max-width:767px){.change-name .button-holder{display:none;opacity:1}}.change-name .button--input{padding:.1em;height:100%;-webkit-box-shadow:none;box-shadow:none;border-radius:20px;width:3rem;height:3rem;border-radius:30px}.change-name .button--input .icon{width:2rem;height:2rem}.change-name .button--input+.button--input{margin-left:.25em}.profilepage-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:2em;text-align:center}.profilepage-link .icon-list{margin-left:1em}.profilepage-link .icon-list .icon+span{margin-left:.5em;font-size:.9em}@media only screen and (max-width:480px){.profilepage-link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.profilepage-link .icon-list{margin-top:1em}}.comments>*{margin-top:0;margin-bottom:0}.comments>*+*{margin-top:3em}.comments textarea{width:100%;min-height:8em;border:1px solid #E2E2E2;padding:.5em;margin-bottom:1em}.comments .input,.comments #mc_embed_signup input[type="text"],#mc_embed_signup .comments input[type="text"],.comments #mc_embed_signup input[type="email"],#mc_embed_signup .comments input[type="email"]{margin-bottom:2em}.comments-list ul{list-style:none;padding:0}.comments-list h2{margin-bottom:0}.comments-list h2 span{color:#A8BFBD;font-size:1rem;font-family:"Istok web";margin-left:.25em;vertical-align:middle}.comments-list .about-me__text{padding-right:1em}@media only screen and (max-width:480px){.comments-list .about-me__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:0;flex-basis:0%;min-width:0;max-width:100%;padding-top:0}}.comments-list .about-me__text p{margin-top:0;font-size:1em;margin-bottom:.5em}.comments .about-me--wide{padding:.5em 0}.comments .about-me--wide .about-me__image{width:15%}@media only screen and (max-width:767px){.comments .about-me--wide .about-me__image{width:20%}}.comments .screen-reader-text{display:none}.comments .nav-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:1em;margin-bottom:1em}@media only screen and (max-width:480px){.comments .nav-links{display:block;text-align:center}.comments .nav-links .nav-previous,.comments .nav-links .nav-next{display:block;margin:16px 0}}.comments .nav-links .nav-previous .icon{width:1rem;height:1rem;color:#5c5c5c;margin-bottom:2px}.comments .nav-links .nav-next .icon{width:1rem;height:1rem;color:#5c5c5c;margin-bottom:2px}.comments-list ul li.is-reply.has-level-2{padding-left:2em}.comments-list ul li.is-reply.has-level-3{padding-left:4em}.content>*{margin-top:0;margin-bottom:0}.content>*+*{margin-top:1.5em}h1,h2,h3,h4,h5,h6{font-weight:500;margin:0 0 .35em;line-height:1.35}h1,.h1{font-size:3em}@media only screen and (max-width:1200px){h1,.h1{font-size:40px}}@media only screen and (max-width:1200px) and (max-width:1200px){h1,.h1{font-size:calc(24px + 16 * ((100vw - 320px) / 880))}}@media only screen and (max-width:1200px) and (max-width:320px){h1,.h1{font-size:24px}}h2,.h2{font-family:"Drina";font-size:1.5em}@media only screen and (max-width:1200px){h2,.h2{font-size:22px}}@media only screen and (max-width:1200px) and (max-width:1200px){h2,.h2{font-size:calc(20px + 2 * ((100vw - 320px) / 880))}}@media only screen and (max-width:1200px) and (max-width:320px){h2,.h2{font-size:20px}}p,ol{font-size:1em;line-height:1.94;margin:0 0 .5em}@media only screen and (max-width:1200px){p,ol{font-size:18px}}@media only screen and (max-width:1200px) and (max-width:1200px){p,ol{font-size:calc(16px + 2 * ((100vw - 320px) / 880))}}@media only screen and (max-width:1200px) and (max-width:320px){p,ol{font-size:16px}}ol{list-style:decimal outside;margin-left:2em;margin-right:2em;margin-top:1em}ul{list-style:disc outside}ul li+li{margin-top:.75em}.serif{font-family:"Drina"}.serif.size-medium{font-size:1.1em}.serif.size-big{font-size:1.4em}.serif.size-extra-big{font-size:1.75em}.weekmenu-day{font-size:24px;margin:0 0 .25em}@media screen and (max-width:1200px){.weekmenu-day{font-size:calc(18px + 6 * ((100vw - 320px) / 880))}}@media screen and (max-width:320px){.weekmenu-day{font-size:18px}}.weekmenu-day:not(:first-of-type){margin-top:1em}.weekmenu-day+p{margin-top:0}ol.column-list{list-style:none;padding:0;margin:0;-webkit-column-count:3;column-count:3;-webkit-column-gap:20px;column-gap:20px}.content-block__options{list-style:none;margin-left:0;margin-right:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:2em}@media only screen and (max-width:480px){.content-block__options{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1em}}.content-block__options li+li{margin-top:0;margin-left:1.5em}.content-block__options li span{margin-left:.5em;text-transform:uppercase}@media only screen and (max-width:480px){.content-block__options li{margin-bottom:1em}.content-block__options li:not(:first-of-type){margin-left:1.5em}}.content-block__options-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;color:#7DAEA9;border:0;background:none}.content-block__options-option:hover{color:#333}.content-block__options .icon-holder{border:1px solid #A8BFBD;border-radius:22px;width:2em;height:2em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.content-block__options .icon-holder .icon{height:.75rem;width:.75rem}.content-block__options .icon-holder.bigger-icon .icon{height:1.125rem;width:1.125rem}.content-block__options .is-private{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.content-block__options .is-public{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.content-block__options.is-active .is-private{display:-webkit-box;display:-ms-flexbox;display:flex}.content-block__options.is-active .is-public{display:none}.cta-button{background-color:#A8BFBD;position:absolute;border-radius:2px;padding:.25em;width:2.25em;height:2.25em;top:50%;right:-12px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.cta-button .icon{position:relative;width:1.5em;height:1.5em;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.dashboard-grid:not(.has-three-tiles)>.columns>.column{padding-right:30px;padding-left:30px}@media only screen and (max-width:1200px){.dashboard-grid:not(.has-three-tiles)>.columns>.column{padding-right:16px;padding-left:16px}}.dashboard-grid.has-three-tiles .columns>.column.has-aside{display:none}.dashboard-aside>*{margin-top:0;margin-bottom:0}.dashboard-aside>*+*{margin-top:3em}.dashboard-aside .posts-slider .post--daily .post__text{height:auto}.dashboard-aside .posts-slider .post__text h2{height:auto;font-size:36px}@media screen and (max-width:1200px){.dashboard-aside .posts-slider .post__text h2{font-size:calc(20px + 16 * ((100vw - 320px) / 880))}}@media screen and (max-width:320px){.dashboard-aside .posts-slider .post__text h2{font-size:20px}}@media only screen and (max-width:1024px){.dashboard-aside{margin-top:3em}.dashboard-aside .post .post__visual{width:40%;margin-left:auto;margin-right:auto}}@media only screen and (max-width:767px){.dashboard-aside .post .post__visual{width:60%}}@media only screen and (max-width:480px){.dashboard-aside .post .post__visual{width:80%}}.dashboard-aside .featured-posts{padding-bottom:0}.dashboard-aside .featured-posts .button,.dashboard-aside .featured-posts #mc_embed_signup .button,#mc_embed_signup .dashboard-aside .featured-posts .button{margin-top:.75em}.posts-slider.flickity-enabled{display:block}.posts-slider.flickity-enabled .column{padding-left:30px;padding-right:30px}@media only screen and (max-width:1024px){.posts-slider.flickity-enabled .column{padding-right:10px;padding-left:10px}}@media only screen and (max-width:767px){.posts-slider.flickity-enabled .column{padding-right:20px;padding-left:20px}}.posts-slider.posts-slider--small.flickity-enabled .column{width:25%}@media screen and (max-width:1300px){.posts-slider.posts-slider--small.flickity-enabled .column{width:28.57143%}}@media only screen and (max-width:1200px){.posts-slider.posts-slider--small.flickity-enabled .column{width:33.33333%}}@media screen and (max-width:870px){.posts-slider.posts-slider--small.flickity-enabled .column{width:40%}}@media screen and (max-width:650px){.posts-slider.posts-slider--small.flickity-enabled .column{width:50%}}@media only screen and (max-width:480px){.posts-slider.posts-slider--small.flickity-enabled .column{width:100%}}.posts-slider.posts-slider--large.flickity-enabled .column{width:33.33333%}@media screen and (max-width:870px){.posts-slider.posts-slider--large.flickity-enabled .column{width:40%}}@media screen and (max-width:650px){.posts-slider.posts-slider--large.flickity-enabled .column{width:50%}}@media screen and (max-width:520px){.posts-slider.posts-slider--large.flickity-enabled .column{width:66.66667%}}@media only screen and (max-width:480px){.posts-slider.posts-slider--large.flickity-enabled .column{width:100%}}.posts-slider.flickity-enabled .flickity-prev-next-button{width:36px;height:36px;border-radius:2px;background-color:#5c5c5c;color:#fff;top:50%}.posts-slider.flickity-enabled .flickity-prev-next-button .flickity-button-icon{fill:#fff}.is-background-dark .posts-slider.flickity-enabled .flickity-prev-next-button{background-color:#fff}.is-background-dark .posts-slider.flickity-enabled .flickity-prev-next-button .flickity-button-icon{fill:#000}.posts-slider.flickity-enabled .flickity-prev-next-button.next{right:22px}@media only screen and (max-width:1024px){.posts-slider.flickity-enabled .flickity-prev-next-button.next{right:0}}@media only screen and (max-width:767px){.posts-slider.flickity-enabled .flickity-prev-next-button.next{right:9px}}.posts-slider.flickity-enabled .flickity-prev-next-button.previous{left:22px}@media only screen and (max-width:1024px){.posts-slider.flickity-enabled .flickity-prev-next-button.previous{left:0}}@media only screen and (max-width:767px){.posts-slider.flickity-enabled .flickity-prev-next-button.previous{left:9px}}.featured-posts .posts-slider .post{border:1px solid #E2E2E2}.featured-posts{padding-bottom:2em}.featured-posts[class*="is-background-"]{padding-top:2em;padding-bottom:3em}.featured-posts.is-background-dark.is-color-contrast .post__visual:before,.post.post--content.post--content-right.post--quote .post__visual:before{content:"";background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(60%,rgba(0,0,0,.45)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.45) 60%);background-image:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.45) 60%);height:30%;position:absolute;left:0;bottom:-1px;width:100%;pointer-events:none;z-index:1}.featured-posts.is-background-dark .post__text{position:absolute;top:75%;left:7%;z-index:2}.featured-posts .post .post__visual{overflow:hidden}.featured-posts .button,.featured-posts #mc_embed_signup .button,#mc_embed_signup .featured-posts .button{margin-top:2.75em}.featured-posts.is-background-test-gray .posts-slider .post__text{background-color:#fff}.featured-posts.is-background-test-gray .posts-slider .post{border:none}.footer-top{padding-top:1.5rem;padding-bottom:1.5rem}.footer-bottom{padding-top:.66667rem;padding-bottom:.66667rem}.footer-bottom p{margin:0;font-size:1em}.footer-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer-top>*+*{margin-left:2em}.footer-top ul{margin-top:0;margin-bottom:0}.header,.footer{background:#A8BFBD;background-repeat:no-repeat;background-size:cover;color:#fff}.divider{border-top:1px solid #7DAEA9;border-bottom:1px solid #E2E2E2;width:100%}.divider.is-color-border{border-top:1px solid #E2E2E2;border-bottom:1px solid #E2E2E2;width:100%;margin-top:2em}.header .container{padding-top:1rem;padding-bottom:1rem}.header .image.ratio-logo-text{max-width:500px}.header .image.ratio-logo-text:before{content:'';display:inline-block;vertical-align:middle;padding-bottom:23.00195%}.header .image.ratio-logo-text:after{content:'';display:table;clear:both}@media only screen and (max-width:1024px){.header .image.ratio-logo-text{max-width:300px}}.header .image.ratio-logo{max-width:60px}.header .image.ratio-logo:before{content:'';display:inline-block;vertical-align:middle;padding-bottom:94.35484%}.header .image.ratio-logo:after{content:'';display:table;clear:both}.header .social-list li+li{margin-left:10px}.icon-list{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0;position:relative;z-index:10}.icon-list a,.icon-list label{display:block}.icon-list.icon-list label svg.icon{pointer-events:auto}.icon-list.is-centered{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.icon-list li{text-transform:uppercase}.icon-list li+li{margin-top:0;margin-left:2em}@media only screen and (max-width:480px){.icon-list li+li{margin-left:.75em}}.icon-list a:hover .icon,.icon-list label:hover .icon{-webkit-transform:scale(1.2);transform:scale(1.2)}.icon-list .icon-with-text-right span{padding-left:.5em}.icon-list .icon-with-text-under{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:uppercase}@media only screen and (max-width:1024px){.icon-list .icon-with-text-under{font-size:.7em}}.icon-list .icon-with-text-under span{padding-top:.5em}.post--content .icon-list{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media only screen and (max-width:480px){.post.post--content .icon-list .icon-with-text-right span,.recipe .icon-list .icon-with-text-right span{display:none}}@media only screen and (max-width:desktop-medium){.post.post--content .icon-list li+li{margin-left:1em}}.post.post--content.post--double-grid .icon-list .icon-with-text-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.post.post--content.post--double-grid .icon-list .icon-with-text-right span{display:none}.post.post--content.post--double-grid .icon-list .icon-with-text-right:hover span{display:block}.icon-list label{color:#7DAEA9;text-decoration:none;cursor:pointer}.is-share{fill:#7DAEA9;max-width:75%;margin:0 auto;margin-top:32px}@media only screen and (max-width:480px){.is-share{max-width:100%}}.icon-list .is-favorite svg{fill:#F96363}.legacy-content.legacy-content .columns.is-multiline>.column>.column{margin-top:1.5em}.legacy-content.legacy-content .columns.is-multiline>.column>.column>*{margin-top:0;margin-bottom:0}.legacy-content.legacy-content .columns.is-multiline>.column>.column>*+*{margin-top:1.5em}.legacy-content.legacy-content .columns.is-multiline>.column>.column h3+p,.legacy-content.legacy-content .columns.is-multiline>.column>.column h2+p,.legacy-content.legacy-content .columns.is-multiline>.column>.column h4+p{margin-top:8px}.legacy-content.legacy-content .columns.is-multiline>.column>.column>strong:first-child{font-size:24px;display:block;margin-bottom:1em}@media screen and (max-width:1200px){.legacy-content.legacy-content .columns.is-multiline>.column>.column>strong:first-child{font-size:calc(20px + 4 * ((100vw - 320px) / 880))}}@media screen and (max-width:320px){.legacy-content.legacy-content .columns.is-multiline>.column>.column>strong:first-child{font-size:20px}}.legacy-content.legacy-content .blockquotewrapper blockquote p{font-family:"Istok Web",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:18px}@media screen and (max-width:1200px){.legacy-content.legacy-content .blockquotewrapper blockquote p{font-size:calc(16px + 2 * ((100vw - 320px) / 880))}}@media screen and (max-width:320px){.legacy-content.legacy-content .blockquotewrapper blockquote p{font-size:16px}}.legacy-content.legacy-content h2{font-size:36px}@media screen and (max-width:1200px){.legacy-content.legacy-content h2{font-size:calc(24px + 12 * ((100vw - 320px) / 880))}}@media screen and (max-width:320px){.legacy-content.legacy-content h2{font-size:24px}}.legacy-content.legacy-content h3{font-size:28px}@media screen and (max-width:1200px){.legacy-content.legacy-content h3{font-size:calc(22px + 6 * ((100vw - 320px) / 880))}}@media screen and (max-width:320px){.legacy-content.legacy-content h3{font-size:22px}}.legacy-content.legacy-content h3+p,.legacy-content.legacy-content h2+p,.legacy-content.legacy-content h4+p{margin-top:8px}.legacy-content.legacy-content h4{font-weight:bolder;font-size:24px}@media screen and (max-width:1200px){.legacy-content.legacy-content h4{font-size:calc(20px + 4 * ((100vw - 320px) / 880))}}@media screen and (max-width:320px){.legacy-content.legacy-content h4{font-size:20px}}.legacy-content.legacy-content a img,.legacy-content.legacy-content p img{max-width:100%;height:auto}.legacy-content.legacy-content img.size-full{display:block;max-width:100%;height:auto}.legacy-content.legacy-content>*{margin-top:0;margin-bottom:0}.legacy-content.legacy-content>*+*{margin-top:1.5em}article blockquote{background-color:#efefef;font-family:"Drina";padding:1em;margin:0;font-size:42px}@media screen and (max-width:1200px){article blockquote{font-size:calc(18px + 24 * ((100vw - 320px) / 880))}}@media screen and (max-width:320px){article blockquote{font-size:18px}}.mobile-header{display:none}@media only screen and (max-width:1200px){.mobile-header{display:block}}.menu{position:fixed;left:0;top:0;bottom:0;right:0;z-index:1002;background:#A8BFBD;padding:0;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-animation:fadeIn 475ms;animation:fadeIn 475ms;width:100%;height:100%;font-size:1.3em}@media only screen and (max-width:1200px){.menu{font-size:1.2em}}@media only screen and (max-width:320px){.menu{font-size:1em}}.menu.is-active{display:-webkit-box;display:-ms-flexbox;display:flex}.menu a{color:#fff}.menu .top{position:absolute;top:0;background-color:#A8BFBD;z-index:1002}.menu .top,.menu .bottom{width:100%}.menu .bottom{margin-top:auto;margin-bottom:auto;padding-top:7.5rem;padding-bottom:7.5rem;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.menu .bottom .menu-inner .column>*+*{margin-top:2em}.menu.search .bottom .menu-inner .column>*+*{margin-top:1em}.menu-inner{position:relative;text-align:center}.menu__wrapper{overflow:hidden;position:relative;max-width:50.625rem;margin-left:auto;margin-right:auto}.menu__wrapper .field{width:321px;max-width:321px;margin:auto}.mobile-header .icon-holder .menu-tag{margin-left:.5em;font-size:1.25rem;position:relative;top:.15em}.mobile-header .icon-holder a+a{margin-left:10px}@media only screen and (max-width:480px){.mobile-header .icon-holder a+a{margin-left:5px}}.mobile-header .icon-holder .icon{color:#fff}.mobile-header .image.is-centered{margin-left:auto;margin-right:auto}a.is-pressed:hover,a.is-pressed:focus,a.is-pressed:active{-webkit-animation:pressedDesktop 1s;animation:pressedDesktop 1s}@-webkit-keyframes pressedDesktop{0%{background:#A8BFBD}50%{background:#6AA0C7}100%{background:#A8BFBD}}@keyframes pressedDesktop{0%{background:#A8BFBD}50%{background:#6AA0C7}100%{background:#A8BFBD}}.account-btn,.js-open-search{display:inline-block;vertical-align:middle}.accountletter-holder{background-color:#fff;width:32px;height:32px;text-align:center;line-height:32px;border-radius:99em;color:#A8BFBD;font-size:1.2em;overflow:hidden}.nav{list-style:none;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1002}@media only screen and (max-width:1200px){.nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.menu .nav{z-index:1003}.horizontal-wrap-nav .select select{border:1px solid #A8BFBD}@media only screen and (max-width:1200px){.horizontal-wrap-nav .nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:-1em;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.horizontal-wrap-nav .nav li{margin-bottom:1em}.horizontal-wrap-nav .nav li:not(:last-of-type){margin-right:2em}.horizontal-wrap-nav .nav li+li{margin-left:0;margin-top:0}}@media only screen and (max-width:767px){.horizontal-wrap-nav .nav li:not(:last-of-type){margin-right:1em}}@media only screen and (max-width:480px){.horizontal-wrap-nav .nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.horizontal-wrap-nav .nav li:not(:last-of-type){margin-right:0}}.nav li{text-transform:uppercase;margin-top:0;position:relative}.nav li+li{margin-left:2em}@media only screen and (max-width:1200px){.nav li+li{margin-left:0;margin-top:1.5em}}.nav li.is-active>a{border-bottom-color:currentColor}.nav li a{color:#fff;border-top:1px solid transparent;border-bottom:1px solid transparent}.nav li a:hover{border-bottom-color:currentColor}.nav.is-color-primary li a{color:#A8BFBD;border-top:1px solid transparent;border-bottom:1px solid transparent}.nav.is-color-primary li a:hover{border-bottom-color:currentColor}.footer .nav li+li{margin-left:2.5em}.nav li:hover .nav__sub,.nav li.is-active .nav__sub{display:block}li .nav__sub{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:absolute;background-color:#A8BFBD;z-index:6;padding:1em;left:-1em;display:none;padding-top:1.25em;margin-top:.2em}@media only screen and (max-width:1024px){li .nav__sub{margin-top:.3em}}.nav__sub li{width:15em;width:-webkit-max-content;width:-moz-max-content;width:max-content;text-transform:none}.nav__sub li+li{margin-left:0;margin-top:1em}@media only screen and (max-width:1024px){.nav__sub li+li{margin-top:1.5em}}.menu .nav li.is-active .nav__sub,.menu .nav li:active .nav__sub,.menu .nav li:hover .nav__sub{display:block;position:relative;left:0;padding:1em 0 1.25em 0;font-size:18px}.menu .nav li.is-active .nav__sub li,.menu .nav li:active .nav__sub li,.menu .nav li:hover .nav__sub li{margin-left:auto;margin-right:auto}.pagination{padding:32px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style:none}.pagination>*{margin:0 4px}.pagination .pagination--line-break,.pagination .show-on-small{display:none}@media only screen and (max-width:767px){.pagination>*{margin-top:16px}.pagination .pagination--line-break{display:block;width:100%;margin:0}.pagination .pagination--previous{-webkit-box-ordinal-group:99;-ms-flex-order:98;order:98}.pagination .pagination--next{-webkit-box-ordinal-group:100;-ms-flex-order:99;order:99}.pagination .hide-on-small{display:none}.pagination .show-on-small{display:block;margin:0}}article.recipe{border:1px solid #E2E2E2;padding-left:2.5em;padding-right:2.5em;height:100%;position:relative;margin-bottom:2.5em}article.recipe>*{margin-top:0;margin-bottom:0}article.recipe>*+*{margin-top:2rem}@media only screen and (max-width:480px){article.recipe{padding-left:1.25em;padding-right:1.25em}}article.recipe h1{margin-top:1em}article.recipe a:hover{text-decoration:underline}article.recipe .icon-list a:hover{text-decoration:none}article.recipe .block-label+.image{margin-top:0}article.recipe .image+h1{margin-top:.25em}article.recipe h2+p{margin-top:.5em}article.recipe h2{font-size:1.85em}article.recipe p+p{margin-top:1.25em}.ingredients-list{background-color:#EDF2F2;padding:1.875em}.ingredients-list ul{list-style:none;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ingredients-list ul li+li{margin-top:0}.ingredients-list li{font-size:1em;border-bottom:1px solid #A8BFBD;padding-top:.45em;padding-bottom:.45em;-webkit-box-flex:0;-ms-flex:none;flex:none;width:calc(50% - 1.5em);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:3.2em}@media only screen and (max-width:767px){.ingredients-list li{width:100%}}.preparation-list ol{list-style:none;padding-left:.5em;counter-reset:prepCounter}.preparation-list ol li{margin-bottom:1em;position:relative;counter-increment:prepCounter}.preparation-list .custom-numbering{position:absolute;width:1.5em;height:1.5em;text-align:center;top:.1em;left:-2.5em;background-color:#5c5c5c;color:#fff;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1;font-size:18px}.preparation-list .custom-numbering:before{content:counter(prepCounter);font-family:'Drina';line-height:100%;position:relative;font-weight:600;text-align:center;display:block;width:100%}.preparation-list li:nth-child(3) .custom-numbering:before{margin-bottom:2px;margin-left:2px}.preparation-list li:nth-child(4) .custom-numbering:before,.preparation-list li:nth-child(5) .custom-numbering:before{margin-bottom:2px}.preparation-list li:nth-child(6) .custom-numbering:before{margin-bottom:-1px}.preparation-list li:nth-child(7) .custom-numbering:before{margin-bottom:3px;margin-left:2px}.post-navigation .icon{width:1rem;height:1rem;color:#5c5c5c;margin-bottom:2px}.post-navigation span.previous{margin-left:2px}.post-navigation span.next{margin-right:-3px}.article-extras>*{margin-top:0;margin-bottom:0}.article-extras>*+*{margin-top:3em}article iframe{max-width:100%}.post--colored-block{padding:1em;background-color:#efefef}.post--colored-block>:last-child{margin-bottom:0}.post--colored-block ol,.post--colored-block ul{margin-left:0;margin-right:0}.post.post--content.post--content-right.post--quote h2{font-size:24px;position:absolute;bottom:1.5em;left:1em;z-index:2}@media screen and (max-width:1200px){.post.post--content.post--content-right.post--quote h2{font-size:calc(18px + 6 * ((100vw - 320px) / 880))}}@media screen and (max-width:320px){.post.post--content.post--content-right.post--quote h2{font-size:18px}}.post.post--content.post--content-right.post--quote p{font-size:1.9em}@media only screen and (max-width:1024px){.post.post--content.post--content-right.post--quote p{font-size:2em}}@media only screen and (max-width:767px){.post.post--content.post--content-right.post--quote p{font-size:1.8em}}.recipe .post.post--content.post--content-right.post--quote .post__visual:before{display:none}.recipe .post.post--content.post--content-right.post--quote p{line-height:1.5;height:auto;max-height:12em;overflow:hidden}.recipe .post.post--content.post--content-right.post--quote .post--content__text{padding-top:1.5em;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;padding-bottom:1.5em}@media only screen and (max-width:1200px){.recipe .post.post--content.post--content-right.post--quote .post--content__text{padding-bottom:1em;padding-top:1em}}.post.post--double-grid.post--quote .post__visual:before{content:"";background:rgba(0,0,0,.45);height:100%;position:absolute;left:0;top:0;width:100%;pointer-events:none;z-index:1}.post.post--double-grid.post--quote .image.ratio-custom:before{content:'';display:inline-block;vertical-align:middle;padding-bottom:133.33333%}.post.post--double-grid.post--quote .image.ratio-custom:after{content:'';display:table;clear:both}@media only screen and (max-width:767px){.post.post--double-grid.post--quote .image.ratio-custom:before{content:'';display:inline-block;vertical-align:middle;padding-bottom:56.25%}.post.post--double-grid.post--quote .image.ratio-custom:after{content:'';display:table;clear:both}}@media only screen and (max-width:480px){.post.post--double-grid.post--quote .image.ratio-custom:before{content:'';display:inline-block;vertical-align:middle;padding-bottom:133.33333%}.post.post--double-grid.post--quote .image.ratio-custom:after{content:'';display:table;clear:both}}.post.post--double-grid.post--quote .post__visual .post__quote{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;z-index:2;margin:5em 0em;margin-bottom:1em;padding:0 1em}.post.post--double-grid.post--quote .post__visual .post__quote p{color:#fff;margin:auto;line-height:1.5;text-align:center}@media only screen and (max-width:1200px){.post.post--double-grid.post--quote .post__visual .post__quote p{font-size:1.45em}}@media only screen and (max-width:1024px){.post.post--double-grid.post--quote .post__visual .post__quote p{font-size:1.65em}}@media only screen and (max-width:320px){.post.post--double-grid.post--quote .post__visual .post__quote p{font-size:1.5em}}.post__tags ul{position:absolute;margin-left:-.75em;margin-top:16px;margin-bottom:16px;padding-left:0;top:0;z-index:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.post__tags li{background-color:#fff;color:#5c5c5c;list-style:none;padding-top:8px;padding-bottom:6px;padding-left:1.5em;padding-right:1.15em;text-transform:uppercase;font-weight:600;font-size:.875em;position:relative}.post__tags li+li{margin-top:.1em}.post__tags .symbol-holder{position:relative;display:inline-block;width:1.125rem;height:1.125rem;margin-top:-2px;background-color:#5c5c5c;border-radius:50%;vertical-align:middle}.post__tags .symbol-holder>span{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;margin-top:1px}.post__tags .icon{width:1.125rem;height:1.125rem;margin-top:-3px}.icon-list{font-size:.875em}.post__tags .icon,.post__tags .symbol-holder{margin-right:.15em}section .is-stretched,article .is-stretched{margin-left:-2.5em;margin-right:-2.5em}@media only screen and (max-width:480px){section .is-stretched,article .is-stretched{margin-left:-1.25em;margin-right:-1.25em}}.post,.post .post__visual{position:relative}div.post h2{font-family:"Istok Web",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-size:1em;margin:0}.featured-posts.is-background-dark .post h2{font-size:1.5em}@media only screen and (max-width:1024px){.featured-posts.is-background-dark .post h2{font-size:.9em}}.post.post--content{border:1px solid #E2E2E2;padding-left:2.5em;padding-right:2.5em}@media only screen and (max-width:480px){.post.post--content{padding-left:1.25em;padding-right:1.25em}}.post.post--content .text-link{z-index:6;position:relative}.post--content__text{padding-bottom:1.5em;padding-top:1.5em}.post--content__text>*{margin-top:0;margin-bottom:0}.post--content__text>*+*{margin-top:1rem}.post.post--content.post--content-right{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;padding-right:0}@media only screen and (max-width:767px){.post.post--content.post--content-right{display:block}}.post.post--content.post--content-right .post__visual .image:before{content:'';display:inline-block;vertical-align:middle;padding-bottom:133.33333%}.post.post--content.post--content-right .post__visual .image:after{content:'';display:table;clear:both}.post.post--content.post--content-right .post--content__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:0;flex-basis:0%;min-width:0;max-width:100%;padding-left:2.5em;padding-right:2.5em;position:absolute;right:0;width:53.876%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.post.post--content.post--content-right .post--content__text>*{margin-top:0;margin-bottom:0}.post.post--content.post--content-right .post--content__text>*+*{margin-top:1rem}@media only screen and (max-width:767px){.post.post--content.post--content-right .post--content__text{display:block;width:100%;position:relative}}@media only screen and (max-width:480px){.post.post--content.post--content-right .post--content__text{padding-left:1.25em;padding-right:1.25em;padding-bottom:1.25em}}.post.post--content.post--content-right.post--quote .post--content__text{padding-top:2.5em}.post.post--content.post--content-right .post--content__text h1,.post.post--content.post--content-right .post--content__text .icon-list{-webkit-box-flex:0;-ms-flex:none;flex:none}.post.post--content .post--content__text p.intro{overflow:hidden;height:8em}@media only screen and (max-width:480px){.post.post--content .post--content__text p.intro{height:7.8em}}.post.post--content.post--content-right .post__visual{-webkit-box-flex:0;-ms-flex:none;flex:none;width:46.124%;overflow:hidden}@media only screen and (max-width:767px){.post.post--content.post--content-right .post__visual{width:100%}}.weeknumber{background-color:#A8BFBD;border-radius:50px;padding-top:.1em;color:#fff;width:1.35em;height:1.35em;font-size:1em;display:inline-block}.post .image.ratio-custom{overflow:hidden}.post .image.ratio-custom img{pointer-events:none}@media only screen and (max-width:767px){.post .image.ratio-custom img{height:auto;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.post.post--content .image.ratio-custom:before{content:'';display:inline-block;vertical-align:middle;padding-bottom:56.25%}.post.post--content .image.ratio-custom:after{content:'';display:table;clear:both}.post.post--content.post--content-right img{height:100%}@media only screen and (max-width:767px){.post.post--content.post--content-right img{height:auto}}.post.post--content.post--content-right .image.ratio-custom:before{content:'';display:inline-block;vertical-align:middle;padding-bottom:133.33333%}.post.post--content.post--content-right .image.ratio-custom:after{content:'';display:table;clear:both}@media only screen and (max-width:767px){.post.post--content.post--content-right .image.ratio-custom:before{content:'';display:inline-block;vertical-align:middle;padding-bottom:56.25%}.post.post--content.post--content-right .image.ratio-custom:after{content:'';display:table;clear:both}}.posts-slider.list .column{margin-bottom:1.5em}.posts-slider.list .post .post__visual .image>img.is-loaded{-webkit-animation:none;animation:none;opacity:1}.posts-slider .post__text{padding:1em;overflow:hidden;height:6em;background-color:#F1F2F2}.posts-slider .post__text h2{height:3.5em;overflow:hidden}.post--double-grid{border:1px solid #E2E2E2;background-color:#F1F2F2}@media only screen and (max-width:767px){.post--double-grid{margin-top:3em}}.posts-slider .post--daily .post__text{height:8em}.posts-slider .post--daily .post__text p{font-weight:600;font-size:.875em;margin:0;color:#A8BFBD;text-transform:uppercase}.post--double-grid .post__text{padding:1em;overflow:hidden;height:5em;margin-bottom:1em}@media only screen and (max-width:767px){.post--double-grid .post__text{height:4.5em}}.post.post--double-grid .image.ratio-custom:before{content:'';display:inline-block;vertical-align:middle;padding-bottom:133.33333%}.post.post--double-grid .image.ratio-custom:after{content:'';display:table;clear:both}@media only screen and (max-width:767px){.post.post--double-grid .image.ratio-custom:before{content:'';display:inline-block;vertical-align:middle;padding-bottom:56.25%}.post.post--double-grid .image.ratio-custom:after{content:'';display:table;clear:both}}.post.post--content.is-background-secondary{padding:1.4em}.post.post--content.is-background-secondary .post--content__text{padding:0}.is-overview .post{margin-top:32px}article.post>*{margin-top:0;margin-bottom:0}article.post>*+*{margin-top:1.5em}article.post h1{font-family:"Drina"}article.post h2,article.post h3,article.post h4,article.post h5{font-family:"Drina";font-weight:bolder}article.post h2{font-size:26px}@media screen and (max-width:1200px){article.post h2{font-size:calc(20px + 6 * ((100vw - 320px) / 880))}}@media screen and (max-width:320px){article.post h2{font-size:20px}}article.post h3{font-size:22px}@media screen and (max-width:1200px){article.post h3{font-size:calc(18px + 4 * ((100vw - 320px) / 880))}}@media screen and (max-width:320px){article.post h3{font-size:18px}}article.post h2+p,article.post h3+p,article.post h4+p,article.post h5+p{margin-top:.35em}article.recipe .post--date+h1,article.post .post--date+h1{margin-top:0}article.recipe .tags.tags__bar,article.post .tags.tags__bar{padding-left:0}article.recipe .tags.tags__bar ul,article.post .tags.tags__bar ul{margin-left:0}.post--date span{color:#7DAEA9}.post__select .select{border:1px solid #A8BFBD;margin-top:.5em;height:auto}.social-list{list-style:none;padding-left:0;display:-webkit-box;display:-ms-flexbox;display:flex}.social-list li{text-transform:uppercase;margin-top:0}.social-list li+li{margin-left:.5em}.social-list li a{color:#fff}.social-list .icon-holder{border:1px solid #fff;border-radius:22px;width:2em;height:2em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.social-list .icon-holder:hover{color:#A8BFBD;background-color:#fff}.social-list .icon-holder .icon{height:1rem;width:1rem}.tags{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;-ms-flex-wrap:wrap;flex-wrap:wrap}.tags li{list-style:none;font-size:.875em;position:relative;padding:.25em 0}@media only screen and (max-width:1024px){.tags li{font-size:.8em}}.tags li a{text-transform:uppercase}.tags li a:hover{text-decoration:underline}.tags.tags__bar{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:1200px){.tags.tags__bar{padding-left:2em}}@media only screen and (max-width:1024px){.tags.tags__bar{padding-left:1.5em}}.tags.tags__bar h2{margin:0;font-size:2em}.tags.tags__bar ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;margin-left:.75em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5em 0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:1200px){.tags.tags__bar ul{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:0;flex-basis:0%;min-width:0;max-width:100%;overflow-y:hidden;overflow-x:auto;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.tags.tags__bar li{-webkit-box-flex:0;-ms-flex:none;flex:none}.tags.tags__bar li a{display:block;padding:.25em .65em;color:#7DAEA9;border:1px solid #7DAEA9;border-radius:16px}.tags.tags__bar li+li{margin-top:0;margin-left:1em}.tags.tags__bar li a:hover{background-color:#7DAEA9;border-color:#7DAEA9;text-decoration:none;color:#fff}.tags.tags__bar.is-wrapped{padding:0}.tags.tags__bar.is-wrapped ul{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:0}.tags.tags__bar.is-wrapped li{margin-bottom:.75em}.tags.tags__bar.is-wrapped li+li{margin-right:.25em;margin-left:.25em}.tiles{padding:0;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:0;margin-right:-30px;margin-left:-30px}@media only screen and (max-width:1200px){.tiles{margin-right:-16px;margin-left:-16px}}@media only screen and (max-width:767px){.tiles{margin-right:-8px;margin-left:-8px}}.tiles>li{width:50%;position:relative;padding-left:30px;padding-right:30px;-webkit-box-flex:0;-ms-flex:none;flex:none;max-width:100%;min-width:0}@media only screen and (max-width:1200px){.tiles>li{padding-left:16px;padding-right:16px}}@media only screen and (max-width:767px){.tiles>li{padding-left:8px;padding-right:8px}}@media only screen and (max-width:600px){.tiles>li{width:80%;margin-left:auto;margin-right:auto}}@media only screen and (max-width:400px){.tiles>li{width:100%}}.dashboard-grid:not(.has-three-tiles) .tiles>li.ad{display:none}@media only screen and (max-width:1024px){.dashboard-grid:not(.has-three-tiles) .tiles>li.ad{display:inline-block}}@media only screen and (max-width:600px){.dashboard-grid:not(.has-three-tiles) .tiles>li.ad{width:80%;margin-left:auto;margin-right:auto}}@media only screen and (max-width:400px){.dashboard-grid:not(.has-three-tiles) .tiles>li.ad{width:100%}}.dashboard-grid.has-three-tiles .tiles>li{width:33.33333%}@media only screen and (max-width:1024px){.dashboard-grid.has-three-tiles .tiles>li{width:50%}}@media only screen and (max-width:600px){.dashboard-grid.has-three-tiles .tiles>li{width:80%}}@media only screen and (max-width:400px){.dashboard-grid.has-three-tiles .tiles>li{width:100%}}.dashboard-grid.has-three-tiles .tiles>li.ad{width:100%}@media only screen and (max-width:600px){.dashboard-grid.has-three-tiles .tiles>li.ad{width:80%}}@media only screen and (max-width:400px){.dashboard-grid.has-three-tiles .tiles>li.ad{width:100%}}.tiles>li{margin-bottom:3.65em;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;min-height:21.25em;display:-webkit-box;display:-ms-flexbox;display:flex}.tiles>li+li{margin-top:0}.tiles>li p{margin-bottom:0}.tiles>li h2{font-size:36px}@media screen and (max-width:1200px){.tiles>li h2{font-size:calc(20px + 16 * ((100vw - 320px) / 880))}}@media screen and (max-width:320px){.tiles>li h2{font-size:20px}}.tiles>li .tile__inner .icon{color:#A8BFBD;width:6em;height:6em}.tiles>li .tile__inner .weeknumber{font-size:3em;width:2em;height:2em;vertical-align:middle;padding-top:.475em}.tiles>li .tile__inner .icon,.tiles>li .tile__inner .weeknumber{margin-bottom:10%;margin-top:15%}@media only screen and (max-width:1200px){.tiles>li .tile__inner{margin-bottom:2em;min-height:19.8em}}@media only screen and (max-width:1024px){.tiles>li .tile__inner{min-height:22em}}@media only screen and (max-width:767px){.tiles>li .tile__inner{margin-bottom:1em;min-height:20em}.tiles>li .tile__inner .icon{width:4.5em;height:4.5em}.tiles>li .tile__inner .weeknumber{font-size:3em;width:1.5em;height:1.5em;vertical-align:middle;padding-top:.25em}}@media only screen and (max-width:480px){.tiles>li .tile__inner{min-height:20em;margin-left:auto;margin-right:auto}.tiles>li .tile__inner .icon,.tiles>li .tile__inner .weeknumber{margin-bottom:10%;margin-top:15%}}@media only screen and (max-width:400px){.tiles>li .tile__inner{min-height:18em}.tiles>li .tile__inner .icon,.tiles>li .tile__inner .weeknumber{margin-bottom:10%;margin-top:10%}}.tiles .tile__inner{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;padding:1em;background:#F1F2F2}.tiles>li a:hover+.icon,.tiles>li a:hover+span.weeknumber,.tiles>li a:hover~h2{-webkit-transform:scale(1.1);transform:scale(1.1)}.tiles>li.ad{width:100%;background:#fff;display:inline-block}.tiles>li.ad .post--daily .post__text{padding:1em}.tiles>li.ad .post__text h2{margin-bottom:.75em}.tiles>li.ad .post__text p{font-size:18px;margin-bottom:1.75em}@media screen and (max-width:1200px){.tiles>li.ad .post__text p{font-size:calc(16px + 2 * ((100vw - 320px) / 880))}}@media screen and (max-width:320px){.tiles>li.ad .post__text p{font-size:16px}}.tiles>li.ad .post .post__visual{background:#fff;width:25%;margin-left:auto;margin-right:auto}.tiles>li.ad:hover .button,.tiles>li.ad:hover #mc_embed_signup .button,#mc_embed_signup .tiles>li.ad:hover .button{color:#A8BFBD;background:#fff;border:1px solid #A8BFBD}@media only screen and (max-width:1024px){.tiles>li.ad .post .post__visual{width:30%}}@media only screen and (max-width:767px){.tiles>li.ad .post .post__visual{width:40%}}@media only screen and (max-width:480px){.tiles>li.ad .post .post__visual{width:50%}}@media only screen and (max-width:480px){.tiles>li.ad{width:80%;margin-left:auto;margin-right:auto}}@media only screen and (max-width:400px){.tiles>li.ad{width:100%}}.post.post--aanbieding.post--aanbieding .post__text{height:auto;max-height:auto}.post.post--aanbieding.post--aanbieding .post__text .button,.post.post--aanbieding.post--aanbieding .post__text #mc_embed_signup .button,#mc_embed_signup .post.post--aanbieding.post--aanbieding .post__text .button{display:inline-block;margin-top:auto;-webkit-box-flex:0;-ms-flex:none;flex:none;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;margin-left:auto;margin-right:auto;margin-bottom:.25rem}.post.post--aanbieding.post--aanbieding .post--daily .post__text{padding:1em}.post.post--aanbieding.post--aanbieding .post__text h2{margin-bottom:.75em;font-size:36px}@media screen and (max-width:1200px){.post.post--aanbieding.post--aanbieding .post__text h2{font-size:calc(20px + 16 * ((100vw - 320px) / 880))}}@media screen and (max-width:320px){.post.post--aanbieding.post--aanbieding .post__text h2{font-size:20px}}.post.post--aanbieding.post--aanbieding .post__text p{font-size:18px;margin-bottom:1.75em}@media screen and (max-width:1200px){.post.post--aanbieding.post--aanbieding .post__text p{font-size:calc(16px + 2 * ((100vw - 320px) / 880))}}@media screen and (max-width:320px){.post.post--aanbieding.post--aanbieding .post__text p{font-size:16px}}.post.post--aanbieding.post--aanbieding:hover .button,.post.post--aanbieding.post--aanbieding:hover #mc_embed_signup .button,#mc_embed_signup .post.post--aanbieding.post--aanbieding:hover .button{color:#A8BFBD;background:#fff;border:1px solid #A8BFBD}.dashboard-grid.has-three-tiles.has-three-tiles--large .tiles>li.ad{width:33.33333%;display:-webkit-box;display:-ms-flexbox;display:flex}.dashboard-grid.has-three-tiles.has-three-tiles--large .tiles>li.ad .post--daily{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid #E2E2E2}.dashboard-grid.has-three-tiles.has-three-tiles--large .tiles>li.ad .post .post__visual{width:100%}.dashboard-grid.has-three-tiles.has-three-tiles--large .tiles>li.ad .post .post__text{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dashboard-grid.has-three-tiles.has-three-tiles--large .tiles>li.ad .post .post__text .button,.dashboard-grid.has-three-tiles.has-three-tiles--large .tiles>li.ad .post .post__text #mc_embed_signup .button,#mc_embed_signup .dashboard-grid.has-three-tiles.has-three-tiles--large .tiles>li.ad .post .post__text .button{display:inline-block;margin-top:auto;-webkit-box-flex:0;-ms-flex:none;flex:none;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;margin-left:auto;margin-right:auto;margin-bottom:.25rem}@media only screen and (max-width:1024px){.dashboard-grid.has-three-tiles.has-three-tiles--large .tiles>li.ad{width:50%}}@media only screen and (max-width:767px){.dashboard-grid.has-three-tiles.has-three-tiles--large .tiles>li.ad{margin-bottom:2em}.dashboard-grid.has-three-tiles.has-three-tiles--large .tiles>li.ad .post .post__visual{width:60%}}@media only screen and (max-width:600px){.dashboard-grid.has-three-tiles.has-three-tiles--large .tiles>li.ad{width:80%}}@media only screen and (max-width:400px){.dashboard-grid.has-three-tiles.has-three-tiles--large .tiles>li.ad{width:100%}}@media only screen and (max-width:400px){.dashboard-grid.has-three-tiles.has-three-tiles--large .tiles>li.ad .post .post__visual{width:100%}}.tiles>li:nth-of-type(1){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.tiles>li:nth-of-type(2){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.has-three-tiles .tiles>li.ad{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}@media only screen and (max-width:1024px){.has-three-tiles .tiles>li.ad{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}.tiles>li.ad{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.tiles li.newsletter .tile__inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.styleguide-section{margin:3em 0 7em}.styleguide-section code{background-color:#efefef;display:inline-block;padding:.25em .5em;border-radius:4px;border:1px solid #ddd;font-size:.85em;line-height:1}.styleguide-logo{margin-left:auto;margin-right:auto;max-width:200px}.styleguide-section h2{font-size:2em;margin:0 0 .25em}.styleguide-section h2 .styleguide-label{display:inline-block;background-color:#efefef;border-radius:4px;padding:.2em .5em;border:1px solid #ddd;font-size:.5em;vertical-align:middle}.styleguide-specs{width:100%;margin-bottom:2em;line-height:1.6}.styleguide-specs td,.styleguide-specs th{border:1px solid #E2E2E2;border-width:0 0 1px;padding:.75em 1em;vertical-align:top}.styleguide-specs th{color:#333;text-align:left}.styleguide-specs thead td,.styleguide-specs thead th{border-width:0 0 2px;color:#333;font-weight:700}.styleguide-specs tfoot td,.styleguide-specs tfoot th{border-width:2px 0 0;color:#333}.styleguide-specs tbody tr:last-child td,.styleguide-specs tbody tr:last-child th{border-bottom-width:0}.slideout-panel__close-trigger{position:absolute;width:100%;left:0;top:0;right:0;bottom:0;background:rgba(255,255,255,0);display:none;z-index:2}.slideout-open .slideout-panel__close-trigger{display:block}.slideout-menu{position:fixed;left:0;top:0;bottom:0;right:0;z-index:0;width:256px;overflow-y:auto;-webkit-overflow-scrolling:touch;display:none;background:#A8BFBD}.slideout-panel{position:relative;z-index:1;background:#fff}.slideout-open,.slideout-open body,.slideout-open .slideout-panel{overflow-x:hidden}.slideout-open .slideout-menu{display:block}.filler{min-height:40px;margin-bottom:1.5em;text-align:center;color:#000;padding:1.5em;background-color:rgba(0,0,0,.1);border-radius:8px;text-align:center;font-weight:500}.filler .filler{margin-bottom:0}.lcp_catlist{-webkit-column-count:3;column-count:3;-webkit-column-gap:32px;column-gap:32px;list-style:none;padding:0}.is-share-opened:checked+.is-share{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;z-index:6;-ms-flex-wrap:wrap;flex-wrap:wrap}.is-share a{min-width:42px;max-width:42px;display:block;margin:0 auto;color:blue}@media only screen and (max-width:480px){.is-share{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (max-width:480px){.is-share .column{width:33.33333%;-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}}.is-share a:visited{fill:inherit;stroke:inherit}form .has-vertical-rhythm>*{margin-top:0;margin-bottom:0}form .has-vertical-rhythm>*+*{margin-top:.75em}.has-spacing--top{margin-top:16px!important}[for="nltype-1"],[for="nltype-2"]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:.4em;margin-top:calc($input-padding-vertical + 1px);cursor:pointer}[for="nltype-1"]:before,[for="nltype-2"]:before{-webkit-box-flex:0;-ms-flex:none;flex:none;content:"";width:1em;height:1em;border:1px solid #E2E2E2;margin-right:.5em;border-radius:50%;background-color:#fff}[id="nltype-1"]:checked~.columns [for="nltype-1"]:before{background-image:-webkit-radial-gradient(center,ellipse,#A8BFBD 0%,#A8BFBD 38%,#fff 39%);background-image:radial-gradient(ellipse at center,#A8BFBD 0%,#A8BFBD 38%,#fff 39%)}[id="nltype-2"]:checked~.columns [for="nltype-2"]:before{background-image:-webkit-radial-gradient(center,ellipse,#A8BFBD 0%,#A8BFBD 38%,#fff 39%);background-image:radial-gradient(ellipse at center,#A8BFBD 0%,#A8BFBD 38%,#fff 39%)}[id="nltype-1"]:checked~.newsletter-forms form:first-child{display:block}[id="nltype-1"]:checked~.newsletter-forms form:last-child{display:none}[id="nltype-2"]:checked~.newsletter-forms form:first-child{display:none}[id="nltype-2"]:checked~.newsletter-forms form:last-child{display:block}.back-to-top{width:2em;height:2em;background-color:#A8BFBD;position:fixed;bottom:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.back-to-top .icon{position:relative;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);width:1em;height:1em}.back-to-top .icon svg{stroke:#fff!important}.lds-dual-ring{display:inline-block;width:46px;height:46px}.lds-dual-ring:after{content:" ";display:block;width:46px;height:46px;margin:1px;border-radius:50%;border:3px solid #fff;border-color:#fff transparent #fff transparent;-webkit-animation:lds-dual-ring 1.2s linear infinite;animation:lds-dual-ring 1.2s linear infinite;opacity:.6}@-webkit-keyframes lds-dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lds-dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner{position:relative;top:2px}.spinner .icon{position:absolute;left:10px;top:10px;width:26px;height:26px}:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-20:#005a87}#start-resizable-editor-section{display:none}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{color:#fff;background-color:#32373c;border:none;border-radius:1.55em;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:.667em 1.333em;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:#fff}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.is-style-outline>.wp-block-button__link,.wp-block-button__link.is-style-outline{border:2px solid}.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button__link.is-style-outline:not(.has-text-color){color:#32373c}.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button__link.is-style-outline:not(.has-background){background-color:transparent}.wp-block-buttons .wp-block-button{display:inline-block;margin-right:.5em;margin-bottom:.5em}.wp-block-buttons .wp-block-button:last-child{margin-right:0}.wp-block-buttons.alignright .wp-block-button{margin-right:0;margin-left:.5em}.wp-block-buttons.alignright .wp-block-button:first-child{margin-left:0}.wp-block-buttons.alignleft .wp-block-button{margin-left:0;margin-right:.5em}.wp-block-buttons.alignleft .wp-block-button:last-child{margin-right:0}.wp-block-button.aligncenter,.wp-block-buttons.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:.25em;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-code code{white-space:pre-wrap;overflow-wrap:break-word}.wp-block-columns{display:flex;margin-bottom:1.75em;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns.has-background{padding:1.25em 2.375em}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px) and (max-width:781px){.wp-block-column:not(:only-child){flex-basis:calc(50% - 1em)!important;flex-grow:0}.wp-block-column:nth-child(2n){margin-left:2em}}@media (min-width:782px){.wp-block-column{flex-basis:0%;flex-grow:1}.wp-block-column[style*=flex-basis]{flex-grow:0}.wp-block-column:not(:first-child){margin-left:2em}}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-cover,.wp-block-cover-image{position:relative;background-size:cover;background-position:50%;min-height:430px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;padding:1em;box-sizing:border-box}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:290px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:100%;z-index:1;color:#fff}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;-o-object-fit:cover;object-fit:cover}.wp-block-cover-image-text,.wp-block-cover-text,section.wp-block-cover-image h2{color:#fff}.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:580px;padding:.44em;text-align:center}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:.8em;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 1em 1em 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports (position:sticky){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports (position:sticky){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:3em .77em .7em;color:#fff;text-align:center;font-size:.8em;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);box-sizing:border-box;margin:0}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid figcaption,.wp-block-gallery figcaption{flex-grow:1}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports (position:sticky){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - .66667em);margin-right:1em}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - .75em);margin-right:1em}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - .8em);margin-right:1em}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - .83333em);margin-right:1em}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - .85714em);margin-right:1em}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - .875em);margin-right:1em}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:290px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-image{margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.is-style-circle-mask img,.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-latest-comments__comment{line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:2.25em;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;line-height:1.8;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;color:#555;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-top:.5em;margin-bottom:1em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;width:auto}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}.block-editor-image-alignment-control__row .components-base-control__field{display:flex;justify-content:space-between;align-items:center}.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label{margin-bottom:0}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{/*!rtl:begin:ignore*/direction:ltr;/*!rtl:end:ignore*/display:-ms-grid;display:grid;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{/*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;/*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;/*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1;/*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{/*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1 /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{/*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1 /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link:not(.has-text-color){color:#1e1e1e}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container{background-color:#fff}.items-justified-left>ul{justify-content:flex-start}.items-justified-center>ul{justify-content:center}.items-justified-right>ul{justify-content:flex-end}.wp-block-navigation-link{display:flex;align-items:center;position:relative;margin:0}.wp-block-navigation-link .wp-block-navigation__container:empty{display:none}.wp-block-navigation__container{list-style:none;margin:0;padding-left:0;display:flex;flex-wrap:wrap}.is-vertical .wp-block-navigation__container{display:block}.has-child>.wp-block-navigation-link__content{padding-right:.5em}.has-child .wp-block-navigation__container{border:1px solid rgba(0,0,0,.15);background-color:inherit;color:inherit;position:absolute;left:0;top:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:2;opacity:0;transition:opacity .1s linear;visibility:hidden}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content{flex-grow:1}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon{padding-right:.5em}@media (min-width:782px){.has-child .wp-block-navigation__container{left:1.5em}.has-child .wp-block-navigation__container .wp-block-navigation__container{left:100%;top:-1px}.has-child .wp-block-navigation__container .wp-block-navigation__container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:.5em;background:transparent}.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg{transform:rotate(0)}}.has-child:hover{cursor:pointer}.has-child:hover>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.has-child:focus-within{cursor:pointer}.has-child:focus-within>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.wp-block-navigation-link__content{color:inherit;text-decoration:none;padding:.5em 1em}.wp-block-navigation-link__content+.wp-block-navigation-link__content{padding-top:0}.has-text-color .wp-block-navigation-link__content{color:inherit}.wp-block-navigation-link__label{word-break:normal;overflow-wrap:break-word}.wp-block-navigation-link__submenu-icon{height:inherit;padding:.375em 1em .375em 0}.wp-block-navigation-link__submenu-icon svg{fill:currentColor}@media (min-width:782px){.wp-block-navigation-link__submenu-icon svg{transform:rotate(90deg)}}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-background{padding:1.25em 2.375em}p.has-text-color a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{margin-bottom:.7em;font-size:.7em}.wp-block-post-author__content{flex-grow:1;flex-basis:0%}.wp-block-post-author__name{font-weight:700;margin:0}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:290px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:1.25em}.wp-block-pullquote p{font-size:1.75em;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:2em}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:1.125em;text-align:right}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 1em)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}.wp-block-rss.columns-4 li{width:calc(25% - 1em)}.wp-block-rss.columns-5 li{width:calc(20% - 1em)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#555;font-size:.8125em}.wp-block-search .wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1;min-width:3em;border:1px solid #949494}.wp-block-search .wp-block-search__button{margin-left:.625em;word-break:normal}.wp-block-search .wp-block-search__button svg{min-width:1.5em;min-height:1.5em}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{padding:4px;border:1px solid #949494}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{border-radius:0;border:none;padding:0 0 0 .25em}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus{outline:none}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{padding:.125em .5em}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:currentColor;font-size:1.5em;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-custom-logo .aligncenter{display:table}.wp-block-social-links{display:flex;flex-wrap:wrap;justify-content:flex-start;padding-left:0;padding-right:0;text-indent:0;margin-left:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-social-link{display:block;width:36px;height:36px;border-radius:9999px;margin:0 8px 8px 0;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-social-link{transition-duration:0s}}.wp-social-link a{padding:6px;display:block;line-height:0;transition:transform .1s ease}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link svg{width:28px;height:28px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:16px;padding-right:16px}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports (position:sticky){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-post-featured-image a{display:inline-block}:root .has-pale-pink-background-color{background-color:#f78da7}:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .has-white-background-color{background-color:#fff}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-black-background-color{background-color:#000}:root .has-pale-pink-color{color:#f78da7}:root .has-vivid-red-color{color:#cf2e2e}:root .has-luminous-vivid-orange-color{color:#ff6900}:root .has-luminous-vivid-amber-color{color:#fcb900}:root .has-light-green-cyan-color{color:#7bdcb5}:root .has-vivid-green-cyan-color{color:#00d084}:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .has-vivid-cyan-blue-color{color:#0693e3}:root .has-vivid-purple-color{color:#9b51e0}:root .has-white-color{color:#fff}:root .has-very-light-gray-color{color:#eee}:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .has-very-dark-gray-color{color:#313131}:root .has-black-color{color:#000}:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:linear-gradient(135deg,#0693e3,#9b51e0)}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:linear-gradient(135deg,#7adcb4,#00d082)}:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:linear-gradient(135deg,#fcb900,#ff6900)}:root .has-luminous-vivid-orange-to-vivid-red-gradient-background{background:linear-gradient(135deg,#ff6900,#cf2e2e)}:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:linear-gradient(135deg,#eee,#a9b8c3)}:root .has-cool-to-warm-spectrum-gradient-background{background:linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)}:root .has-blush-light-purple-gradient-background{background:linear-gradient(135deg,#ffceec,#9896f0)}:root .has-blush-bordeaux-gradient-background{background:linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-luminous-dusk-gradient-background{background:linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-pale-ocean-gradient-background{background:linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)}:root .has-electric-grass-gradient-background{background:linear-gradient(135deg,#caf880,#71ce7e)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root .has-link-color a{color:#00e;color:var(--wp--style--color--link,#00e)}.has-small-font-size{font-size:.8125em}.has-normal-font-size,.has-regular-font-size{font-size:1em}.has-medium-font-size{font-size:1.25em}.has-large-font-size{font-size:2.25em}.has-huge-font-size,.has-larger-font-size{font-size:2.625em}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.container article a img{max-width:100%;height:auto}.homepage .featured-posts.featured-first{padding-bottom:0}.notfound-container p .size-big{font-size:2rem}.notfound-container h1{margin-bottom:4rem}.notfound-container h2{margin-bottom:2rem}.notfound-container .featured-posts.first{margin-top:3rem}.highlight-list h2 a{color:#fff}.favo-sticky{position:absolute;top:.5rem;right:.5rem;margin-top:0!important;z-index:6}.is-full-small-thrird .tiles>li{width:33.33%}.is-full-small-thrird .tiles .tile__inner{display:flex;flex-direction:column;align-items:center;transition:.5s}.is-full-small-thrird .tiles .tile__inner button{box-shadow:0 5px 25px rgba(0,0,0,.101)}.is-full-small-thrird .tiles .tile__inner:hover{background-color:#A8BFBD;color:#FFF}.is-full-small-thrird .tiles .tile__inner:hover .icon *{color:#FFF}.is-full-small-thrird .tiles .tile__inner:hover .img-content{background-color:#FFF;color:#A8BFBD}.is-full-small-thrird .tiles .tile__inner .img-content,.is-full-small-thrird .tiles .tile__inner h2,.is-full-small-thrird .tiles .tile__inner p{position:relative;z-index:2}.is-full-small-thrird .tiles .tile__inner .img-content h2{font-size:24px}.is-full-small-thrird .tiles .tile__inner .icon *{font-size:90px;font-weight:700;color:#7DAEA9}.is-full-small-thrird .tiles .tile__inner form{margin-top:2rem}.is-full-small-thrird .tiles .tile__inner .img-content p{margin-top:0}.is-full-small-thrird .tiles .tile__inner .img-content h2{margin-bottom:0}.is-full-small-thrird .tiles .tile__inner .img-content{margin-top:auto;background-color:#A8BFBD;color:#FFF;width:100%;padding:1rem}.is-full-small-thrird img{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;z-index:0}.fifty-fifty-container{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;color:#5c5c5c}.fifty-fifty-container.full-width{padding-top:2rem}.fifty-fifty-container.bg-grey{background-color:#EFEFEF}.fifty-fifty-container.bg-green{background-color:#EAF0F0}.fifty-fifty-container .button{margin-top:1.5rem}.fifty-fifty-container p.pretitle{font-size:22px;font-weight:700;text-transform:uppercase;margin-bottom:-5px;line-height:1}.fifty-fifty-container .image-holder,.fifty-fifty-container .content-holder{position:relative;width:50%;order:1}.fifty-fifty-container .fiftyfifty-second{order:2}.fifty-fifty-container .content-holder{padding:5% 9%}.fifty-fifty-container .image{position:relative;display:block;background-position:center center;background-size:contain;background-repeat:no-repeat}.fifty-fifty-container .image:after{content:'';display:block;padding-bottom:90%}.article-extras .icon-list .to-recipe{display:none}.container__tags{margin:0 auto}.container__tags .area-break{margin-top:0;margin-bottom:0}.container__tags .tags__custom{padding-top:2rem;padding-bottom:2rem;border-top:1px solid #EAF0F0;border-bottom:1px solid #EAF0F0}.container__tags .tags__custom li a{padding:8px 16px 6px;line-height:1}.post.post--content .post--content__text p.intro{height:initial;margin-top:0}.fifty-fifty-container.login-container.large-img{margin:5rem 0 0}.fifty-fifty-container.login-container .image{background-size:80%}.fifty-fifty-container.login-container.large-img .image:after{padding-bottom:120%}.fifty-fifty-container.login-container input{border:1px solid #A8BFBD;height:50px}.fifty-fifty-container.login-container input:focus{box-shadow:none}.fifty-fifty-container.login-container .button{margin-top:0;margin-bottom:1rem}.fifty-fifty-container.login-container h2{font-size:30px}.fifty-fifty-container.login-container p.large{font-size:22px;line-height:30px}.fifty-fifty-container.login-container .formafter{border-top:1px solid #A8BFBD;padding-top:1rem}.fifty-fifty-container.login-container .content-holder{padding:7% 4%}.fifty-fifty-container.login-container a{color:#5c5c5c;text-decoration:underline;transition:.5s}.fifty-fifty-container.login-container a:hover{color:#A8BFBD;text-decoration:none}ul.checks{list-style:none;margin:0;margin-top:2.5rem;padding:0}ul.checks li{position:relative;margin:.8rem 0 .8rem 2rem;align-items:flex-start;display:flex;flex-wrap:wrap;flex-direction:row}ul.checks li:before{content:url(https://nldevu-poganyvar.savviihq.com/wp-content/themes/pauline2019/dist/img/check-icon.svg);position:absolute;left:-1.8rem}.login-container-holder h1.is-text-center{margin-bottom:0}.register-container-holder{margin-top:-1rem}.register-container-holder form .columns{margin:1.25rem 0 0!important}.register-container-holder form .columns label{margin-bottom:0!important}.login-container .wp-social-login-provider-list{margin-top:1rem}.to-recipe .icon{border-radius:50%;border:1px solid #7DAEA9;padding:5px;margin-right:.5em}.icon-list.is-centered{display:flex;flex-wrap:wrap;flex-direction:row}.text p,.text ul li,.text ol li,.text{font-size:1em;line-height:1.94;margin:0 0 .5em}.text ul{padding-left:1rem}@media screen and (max-width:675px){.icon-list .to-recipe{width:100%}.icon-list .to-recipe a{display:block;margin-top:1rem;background:#7DAEA9;border-radius:25px;text-align:center;color:#FFF;padding:.5rem 0;transition:.2s}.icon-list .to-recipe a:hover{transform:scale(1.1)}.icon-list .to-recipe a .icon{display:none}}@media screen and (max-width:63.9375em){.is-full-small-thrird .tiles>li{width:50%}}@media screen and (max-width:39.9375em){.container.register-container-holder{padding-left:45px}.is-full-small-thrird .tiles>li{width:80%}.fifty-fifty-container{margin-left:-30px;margin-right:-30px}.fifty-fifty-container .image-holder,.fifty-fifty-container .content-holder{width:100%}.grid-areas .area-break .tags__bar{display:block;padding-left:0}.grid-areas .area-break .tags__bar ul{display:block;padding:0;margin:0}.grid-areas .area-break .tags__bar ul li{margin-left:0;text-align:center}}#mc_embed_signup form{display:block;position:relative;text-align:left;padding:10px 0 10px 3%}#mc_embed_signup h2{font-weight:700;padding:0;margin:15px 0;font-size:1.4em}#mc_embed_signup input{border:1px solid #ABB0B2;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox}#mc_embed_signup input[type=radio]{-webkit-appearance:radio}#mc_embed_signup input:focus{border-color:#333}#mc_embed_signup .button{clear:both;background-color:#aaa;border:0 none;border-radius:4px;transition:all 0.23s ease-in-out 0s;color:#FFF;cursor:pointer;display:inline-block;font-size:15px;font-weight:400;height:32px;line-height:32px;margin:0 5px 10px 0;padding:0 22px;text-align:center;text-decoration:none;vertical-align:top;white-space:nowrap;width:auto}#mc_embed_signup .button:hover{background-color:#777}#mc_embed_signup .small-meta{font-size:11px}#mc_embed_signup .nowrap{white-space:nowrap}#mc_embed_signup .mc-field-group{clear:left;position:relative;width:96%;padding-bottom:3%;min-height:50px}#mc_embed_signup .size1of2{clear:none;float:left;display:inline-block;width:46%;margin-right:4%}* html #mc_embed_signup .size1of2{margin-right:2%}#mc_embed_signup .mc-field-group label{display:block;margin-bottom:3px}#mc_embed_signup .mc-field-group input{display:block;width:100%;padding:8px 0;text-indent:2%}#mc_embed_signup .mc-field-group select{display:inline-block;width:99%;padding:5px 0;margin-bottom:2px}#mc_embed_signup .datefield,#mc_embed_signup .phonefield-us{padding:5px 0}#mc_embed_signup .datefield input,#mc_embed_signup .phonefield-us input{display:inline;width:60px;margin:0 2px;letter-spacing:1px;text-align:center;padding:5px 0 2px 0}#mc_embed_signup .phonefield-us .phonearea input,#mc_embed_signup .phonefield-us .phonedetail1 input{width:40px}#mc_embed_signup .datefield .monthfield input,#mc_embed_signup .datefield .dayfield input{width:30px}#mc_embed_signup .datefield label,#mc_embed_signup .phonefield-us label{display:none}#mc_embed_signup .indicates-required{text-align:right;font-size:11px;margin-right:4%}#mc_embed_signup .asterisk{color:#e85c41;font-size:150%;font-weight:400;position:relative;top:5px}#mc_embed_signup .clear{clear:both}#mc_embed_signup .mc-field-group.input-group ul{margin:0;padding:5px 0;list-style:none}#mc_embed_signup .mc-field-group.input-group ul li{display:block;padding:3px 0;margin:0}#mc_embed_signup .mc-field-group.input-group label{display:inline}#mc_embed_signup .mc-field-group.input-group input{display:inline;width:auto;border:none}#mc_embed_signup div#mce-responses{float:left;top:-1.4em;padding:0em .5em 0em .5em;overflow:hidden;width:90%;margin:0 5%;clear:both}#mc_embed_signup div.response{margin:1em 0;padding:1em .5em .5em 0;font-weight:700;float:left;top:-1.5em;z-index:1;width:80%}#mc_embed_signup #mce-error-response{display:none}#mc_embed_signup #mce-success-response{color:#529214;display:none}#mc_embed_signup label.error{display:block;float:none;width:auto;margin-left:1.05em;text-align:left;padding:.5em 0}#mc-embedded-subscribe{clear:both;width:auto;display:block;margin:1em 0 1em 5%}#mc_embed_signup #num-subscribers{font-size:1.1em}#mc_embed_signup #num-subscribers span{padding:.5em;border:1px solid #ccc;margin-right:.5em;font-weight:700}#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{display:inline-block;margin:2px 0 1em 0;padding:5px 10px;background-color:rgba(255,255,255,.85);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;font-size:14px;font-weight:400;z-index:1;color:#e85c41}#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error{border:2px solid #e85c41}