@charset "UTF-8";
/*!
Theme Name: Temat Child
Template: temat
Text Domain: temat-child
*/
@import url("https://use.typekit.net/moq0kgf.css");
/* @font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Thin.woff2') format('woff2'),
        url('fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    // font-display: swap;
} */
/* @font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ThinItalic.woff2') format('woff2'),
        url('fonts/Montserrat-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    // font-display: swap;
} */
/* @font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ExtraLight.woff2') format('woff2'),
        url('fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    // font-display: swap;
} */
/* @font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ExtraLightItalic.woff2') format('woff2'),
        url('fonts/Montserrat-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    // font-display: swap;
} */
/* @font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Light.woff2') format('woff2'),
        url('fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    // font-display: swap;
} */
/* @font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-LightItalic.woff2') format('woff2'),
        url('fonts/Montserrat-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    // font-display: swap;
} */
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Italic.woff2") format("woff2"), url("fonts/Montserrat-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* @font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.woff2') format('woff2'),
        url('fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    // font-display: swap;
} */
/* @font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-MediumItalic.woff2') format('woff2'),
        url('fonts/Montserrat-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    // font-display: swap;
} */
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-SemiBold.woff2") format("woff2"), url("fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("fonts/Montserrat-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/* @font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-BoldItalic.woff2') format('woff2'),
        url('fonts/Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    // font-display: swap;
} */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #2a2a2a;
}

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

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

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 60px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -60px;
  top: -60px;
  transform: translate3d(60px, 60px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -60px;
  top: -60px;
  transform: translate3d(-60px, 60px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -60px;
  top: 60px;
  transform: translate3d(60px, -60px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -60px;
  top: 60px;
  transform: translate3d(-60px, -60px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.2857142857px, -5px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4.2857142857px, -5px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/* Uncomment and set these variables to customize the grid. */
.container,
.wp-block-group.is-style-container {
  max-width: var(--wp--custom--container-width);
  width: 100%;
  padding-right: var(--wp--custom--container-padding);
  padding-left: var(--wp--custom--container-padding);
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

/*
.wp-block-group > .wp-block-columns {
  max-width: 1320px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  padding-right: var(--wp--custom--container-padding);
  padding-left: var(--wp--custom--container-padding);
}
*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: calc(var(--wp--custom--container-padding) - var(--wp--custom--container-padding) * 2);
  margin-left: calc(var(--wp--custom--container-padding) - var(--wp--custom--container-padding) * 2);
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: var(--wp--custom--container-padding);
  padding-left: var(--wp--custom--container-padding);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

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

.middle-xs {
  align-items: center;
}

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

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--wp--custom--container-padding);
    padding-left: var(--wp--custom--container-padding);
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--wp--custom--container-padding);
    padding-left: var(--wp--custom--container-padding);
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--wp--custom--container-padding);
    padding-left: var(--wp--custom--container-padding);
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
.wp-block {
  max-width: 1000px !important;
}

.site-content {
  margin-top: var(--wp--custom--header-height);
  transition: right 0.2s linear;
  position: relative;
  right: 0;
}
@media (max-width: 1150.98px) {
  .site-content {
    margin-top: var(--wp--custom--header-height-mobild);
  }
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 20px;
  line-height: 1.636;
}
@media (max-width: 1450px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: var(--wp--preset--font-family--body-text);
  color: var(--wp--preset--color--textcolor);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-family: var(--wp--preset--font-family--header);
  line-height: 1.1;
}

h1, .h1 {
  font-size: var(--wp--preset--font-size--70);
}

h2, .h2 {
  font-size: var(--wp--preset--font-size--60);
}

h3, .h3 {
  font-size: var(--wp--preset--font-size--42);
}

h4, .h4 {
  font-size: var(--wp--preset--font-size--36);
}

h5, .h5 {
  font-size: var(--wp--preset--font-size--28);
}

h6, .h6 {
  font-size: var(--wp--preset--font-size--22);
}

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

p {
  -webkit-font-smoothing: antialiased;
}

a,
a:link,
a:hover,
a:visited,
a:active,
a:focus {
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  color: var(--wp--preset--color--textcolor);
}

video {
  display: block;
}

blockquote {
  font-size: var(--wp--preset--font-size--36);
  font-family: var(--wp--preset--font-family--header);
  font-weight: 700;
  font-style: italic;
  line-height: 1.15;
}

.breadcrumb {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  font-size: 0.909rem;
  font-family: var(--wp--preset--font-family--header);
  color: var(--wp--preset--color--dark-green);
  font-weight: 900;
}
.breadcrumb li a {
  font-style: italic;
  color: var(--wp--preset--color--dark-green);
  text-decoration: none;
}
.breadcrumb separator {
  margin: 0 10px;
}

.btn,
.frm_button_submit {
  background: var(--wp--preset--color--light-green);
  font-family: var(--wp--preset--font-family--header);
  padding: 0.5em 1.5em !important;
  border-radius: 2em;
  border: 0;
}
.btn.red,
.frm_button_submit.red {
  background: var(--wp--preset--color--pink);
}
.btn.red.arrow,
.frm_button_submit.red.arrow {
  background-image: url("img/arrow-b.svg");
}
.btn.black,
.frm_button_submit.black {
  background: var(--wp--preset--color--textcolor);
  color: var(--wp--preset--color--white);
}
.btn.large,
.frm_button_submit.large {
  font-size: var(--wp--preset--font-size--36);
}
.btn.arrow,
.frm_button_submit.arrow {
  background-image: url("img/arrow.svg");
  background-repeat: no-repeat;
  background-size: 0.8em;
  background-position: right 0.8em center;
  padding: 0.5em 2em 0.5em 1.2em !important;
  transition: all 0.2s;
}
.btn.arrow.large,
.frm_button_submit.arrow.large {
  background-size: 0.7em;
  background-position: right 1.4em center;
  padding: 0.5em 2.5em 0.5em 1.5em !important;
}
.btn.arrow.large:hover,
.frm_button_submit.arrow.large:hover {
  background-position: right 1.25em center;
}
.btn.arrow.large:hover(none),
.frm_button_submit.arrow.large:hover(none) {
  background-position: right 1.4em center;
}
.btn.arrow:hover,
.frm_button_submit.arrow:hover {
  background-position: right 0.7em center;
}
.btn.arrow:hover(none),
.frm_button_submit.arrow:hover(none) {
  background-position: right 1em center;
}
.btn.download,
.frm_button_submit.download {
  padding: 0.5em 2em 0.5em 1.2em !important;
}
.btn.download::after,
.frm_button_submit.download::after {
  bottom: auto !important;
}

.frm_submit {
  text-align: right;
}

.frm_button_submit {
  background: var(--wp--preset--color--pink);
  font-style: italic;
}

.link,
.btn {
  font-size: var(--wp--preset--font-size--28);
  font-family: var(--wp--preset--font-family--header);
  font-weight: 700;
  font-style: italic;
  color: var(--wp--preset--color--textcolor);
  text-decoration: none;
  line-height: 1;
}
.link.download,
.btn.download {
  position: relative;
  padding-right: 1.5em;
  display: inline-block;
}
.link.download::after,
.btn.download::after {
  content: "";
  position: absolute;
  background-image: url("img/download.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  transition: all 0.2s;
  margin-left: 0.4em;
  bottom: 0;
}
.link.download:hover::after,
.btn.download:hover::after {
  bottom: -10%;
}

.link:hover {
  text-decoration: underline;
}

.with_frm_style .frm_message p {
  margin-top: 5px;
}

header.site-header {
  width: 100%;
  padding: 0;
  height: var(--wp--custom--header-height);
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transition: all 0.4s;
  box-shadow: var(--wp--custom--box-shadow);
}
header.site-header .container {
  height: 100%;
  max-width: calc(var(--wp--custom--container-width) + 200px);
}
header.site-header .container .wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.site-header .site-branding {
  display: table;
  width: var(--wp--custom--logo-width);
  height: 100%;
  float: left;
  margin-top: 2em;
  transition: all 0.4s;
}
header.site-header .site-branding a,
header.site-header .site-branding a:link,
header.site-header .site-branding a:hover,
header.site-header .site-branding a:visited,
header.site-header .site-branding a:focus,
header.site-header .site-branding a:active {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
header.site-header .site-branding a img,
header.site-header .site-branding a:link img,
header.site-header .site-branding a:hover img,
header.site-header .site-branding a:visited img,
header.site-header .site-branding a:focus img,
header.site-header .site-branding a:active img {
  width: 100%;
  height: auto;
}
header.site-header button.navbar-toggler {
  z-index: 100001;
  position: absolute;
  top: 32px;
  border: 0;
  right: var(--wp--custom--container-padding);
  display: none;
  transition: all 0.4s;
}
header.site-header.scrolled {
  height: 85px;
}
header.site-header.scrolled .site-branding {
  width: 120px !important;
  margin-top: 2em;
}
header.site-header.scrolled button.navbar-toggler {
  top: 22px;
}
header.site-header.scrolled .kb-primary-menu-container ul > li > .sub-menu {
  top: 55px;
}
header.site-header .kb-mobile-menu-container {
  display: none;
  vertical-align: middle;
  padding-right: 3rem;
}
header.site-header .kb-mobile-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header.site-header .kb-mobile-menu-container ul li {
  display: inline-block;
  background: var(--wp--preset--color--pink-red);
}
header.site-header .kb-mobile-menu-container ul li a {
  text-decoration: none;
  color: var(--wp--preset--color--white);
  font-weight: 900;
}
header.site-header .kb-primary-menu-container {
  display: table-cell;
  vertical-align: middle;
}
header.site-header .kb-primary-menu-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header.site-header .kb-primary-menu-container ul li {
  margin: 0;
  margin-left: 2em;
  position: relative;
}
header.site-header .kb-primary-menu-container ul li:first-child {
  margin-left: 0;
}
header.site-header .kb-primary-menu-container ul li a,
header.site-header .kb-primary-menu-container ul li a:link,
header.site-header .kb-primary-menu-container ul li a:hover,
header.site-header .kb-primary-menu-container ul li a:visited,
header.site-header .kb-primary-menu-container ul li a:focus,
header.site-header .kb-primary-menu-container ul li a:active {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--header);
  font-size: 0.85rem;
  font-weight: 500;
}
header.site-header .kb-primary-menu-container ul li.btn {
  padding: 0 !important;
  background: transparent;
}
header.site-header .kb-primary-menu-container ul li.btn a {
  color: var(--wp--preset--color--white);
  text-transform: none;
  font-weight: 900;
  font-size: 1.2rem;
  padding: 0.44rem 1.6rem !important;
  border-radius: 2rem;
  background: var(--wp--preset--color--pink-red);
}
header.site-header .kb-primary-menu-container ul li.current-menu-item a {
  font-weight: 700;
}
header.site-header .kb-primary-menu-container ul li.menu-item-has-children {
  padding-right: 1em;
}
header.site-header .kb-primary-menu-container ul li.menu-item-has-children::after {
  content: "";
  position: absolute;
  background-image: url(img/chevron-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  right: 0;
  top: 0.15em;
  width: 7px;
  height: 22px;
  transform: rotate(90deg);
}
@media (max-width: 1200px) {
  header.site-header .kb-primary-menu-container ul li {
    margin-left: 1.4em;
  }
}
header.site-header .kb-primary-menu-container ul > li > .sub-menu {
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  background: #fff;
  position: absolute;
  left: -30px;
  top: 84px;
  display: none;
  padding: 0 30px 10px 30px;
  min-width: 400px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
  transition: top 0.4s;
}
header.site-header .kb-primary-menu-container ul > li > .sub-menu li {
  margin: 0;
  text-align: left;
  border-bottom: 1px solid #eee;
}
header.site-header .kb-primary-menu-container ul > li > .sub-menu li:last-of-type {
  border-bottom: none;
}
header.site-header .kb-primary-menu-container ul > li > .sub-menu li > a {
  padding: 0.5em 0;
  text-transform: none;
  font-size: 1.15rem;
  font-weight: 400;
}
@media (max-width: 1150px) {
  header.site-header .kb-mobile-menu-container {
    display: table-cell;
  }
  header.site-header button.navbar-toggler {
    display: block;
  }
  header.site-header button.navbar-toggler > div {
    font-size: 0.65rem;
    font-family: var(--wp--preset--font-family--header);
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    display: flex;
    justify-content: center;
    width: 30px;
    bottom: -1rem;
  }
  header.site-header .kb-mobile-menu-container ul li.btn {
    padding: 0 !important;
    background: transparent;
  }
  header.site-header .kb-mobile-menu-container ul li.btn a {
    color: var(--wp--preset--color--white);
    text-transform: none;
    font-weight: 900;
    font-size: 1.2rem;
    padding: 0.44rem 1.6rem !important;
    border-radius: 2rem;
    background: var(--wp--preset--color--pink-red);
  }
  header.site-header .kb-primary-menu-container {
    background: #fff;
    z-index: 100000;
    position: fixed;
    right: -610px;
    width: 600px;
    max-width: 95%;
    transition: right 0.4s ease-in-out;
    height: 100%;
    box-shadow: -3px 0 6px rgba(0, 0, 0, 0.06);
    overflow: scroll;
    top: 0;
  }
  header.site-header .kb-primary-menu-container ul {
    margin: 0;
    padding: 6em var(--wp--custom--container-padding);
    flex-direction: column;
    align-items: stretch;
  }
  header.site-header .kb-primary-menu-container ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #eee;
    text-align: center;
  }
  header.site-header .kb-primary-menu-container ul li a,
  header.site-header .kb-primary-menu-container ul li a:link,
  header.site-header .kb-primary-menu-container ul li a:hover,
  header.site-header .kb-primary-menu-container ul li a:visited,
  header.site-header .kb-primary-menu-container ul li a:focus,
  header.site-header .kb-primary-menu-container ul li a:active {
    font-size: 1rem;
    padding: 1rem 0;
    display: block;
  }
  header.site-header .kb-primary-menu-container ul li.btn {
    border-bottom: none;
    margin-top: 1rem;
  }
  header.site-header .kb-primary-menu-container ul li.btn a {
    font-size: 1.3rem;
  }
  header.site-header .kb-primary-menu-container ul > li.menu-item-has-children {
    padding: 0;
  }
  header.site-header .kb-primary-menu-container ul > li.menu-item-has-children::after {
    right: 0.8em;
    top: 1em;
  }
  header.site-header .kb-primary-menu-container ul > li > .sub-menu {
    position: relative;
    box-shadow: none;
    min-width: auto;
    left: auto;
    top: auto !important;
    padding: 0;
    background: var(--wp--preset--color--beige);
  }
  header.site-header .kb-primary-menu-container ul > li > .sub-menu li {
    margin: 0;
    text-align: center;
  }
  header.site-header .kb-primary-menu-container ul > li.menu-item-has-children:hover > .sub-menu {
    display: none;
  }
  header.site-header nav.toggled .kb-primary-menu-container {
    right: 0;
  }
}
@media (max-width: 1150.98px) {
  header.site-header {
    height: var(--wp--custom--header-height-mobild);
  }
  header.site-header .container .wrapper .site-branding {
    width: var(--wp--custom--logo-width-mobild);
  }
}

nav.skip-navigation a {
  width: 0px;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  font-size: 0.9rem;
}
nav.skip-navigation a:focus {
  max-width: 270px;
  height: auto;
  margin: 10px auto;
  width: 100%;
  overflow: visible;
  opacity: 1;
  padding: 10px;
  position: absolute;
  display: table;
  background: #fff;
  border: 2px solid var(--wp--preset--color--candy-green);
  border-radius: 5px;
  color: #070f1a;
}

nav.skip-navigation {
  z-index: 999999;
  position: fixed;
  top: 0;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}

.entry-content {
  overflow: hidden;
}

.entry-content > .wp-block-group {
  padding-left: var(--wp--custom--container-padding);
  padding-right: var(--wp--custom--container-padding);
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 100%;
}
.entry-content > .wp-block-group > * {
  max-width: calc(var(--wp--custom--container-width) - var(--wp--custom--container-padding) * 2);
}

body.home .text-image h2 {
  font-size: var(--wp--preset--font-size--80);
}

.video-header + .text-image {
  padding-top: 0rem;
}
@media (max-width: 767.98px) {
  .video-header + .text-image {
    margin-top: 2rem;
  }
}
.video-header .button-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-header .bg {
  position: relative;
  height: 70vh;
}
.video-header .bg::after {
  content: "";
  position: absolute;
  background-image: url("img/wave_hero.svg");
  background-size: 105%;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: -2px;
  height: 70vh;
  z-index: 1;
  width: 105%;
}
@media (max-width: 767.98px) {
  .video-header .bg::after {
    background-image: url("img/wave_hero_s.svg");
  }
}
.video-header figure {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-header figure video {
  filter: grayscale(1);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 70vh;
}
.video-header .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 20px;
}
.video-header .content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("img/overlay.svg");
  background-repeat: repeat;
}
.video-header .content > * {
  z-index: 2;
}
.video-header h1 {
  font-size: var(--wp--preset--font-size--100);
  margin-bottom: 0.25em;
  color: #fff;
  text-shadow: 0 3px 30px rgba(70, 125, 100, 0.8);
}
.video-header p {
  background: var(--wp--preset--color--textcolor);
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 10px;
  transform: rotate(-1deg);
  margin-bottom: 10vh;
  font-weight: 500;
}
.video-header p::after {
  content: "";
  position: absolute;
  right: -38px;
  top: 0;
  height: 100%;
  width: 40px;
  background-image: url("img/ribbon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
.video-header p::before {
  content: "";
  position: absolute;
  left: -38px;
  top: 0;
  height: 100%;
  width: 40px;
  background-image: url("img/ribbon-l.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 500px) {
  .video-header p {
    max-width: 300px;
  }
}
.video-header .btn {
  position: absolute;
  bottom: 12vh;
  transform: translate(0, 50%);
}
@media (max-width: 767.98px) {
  .video-header .btn {
    bottom: 7vh;
  }
}
.video-header .video-toggle {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: var(--wp--custom--container-padding);
  height: 70px;
  width: 70px;
  background-color: var(--wp--preset--color--beige);
  background-image: url("img/paus.svg");
  background-repeat: no-repeat;
  background-position: top 15px center;
  background-size: 30%;
  border: none;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 10px;
  color: var(--wp--preset--color--textcolor);
  font-family: var(--wp--preset--font-family--header);
  font-size: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
}
.video-header .video-toggle.play {
  background-image: url("img/play.svg");
}
@media (max-width: 1500px) {
  .video-header .video-toggle {
    left: calc(var(--wp--custom--container-padding) + 15px);
  }
}
@media (max-width: 767.98px) {
  .video-header .video-toggle {
    display: none;
  }
}

section.header {
  background: var(--wp--preset--color--light-green);
}
section.header .container {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
section.header .content {
  align-items: center;
}
@media (max-width: 767.98px) {
  section.header .content {
    flex-direction: column-reverse;
  }
}
section.header .col-sm-6 figure {
  margin-bottom: -4rem;
  margin-left: -1rem;
  position: relative;
  z-index: 1;
}
section.header .col-sm-6 figure img {
  display: block;
}
@media (max-width: 767.98px) {
  section.header .col-sm-6 figure {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
section.header .breadcrumb {
  margin-bottom: 2rem;
}
section.header + section {
  margin-top: calc(15px - 2rem);
}

.about .row.first {
  align-items: center;
}
.about .row.first .col-sm-6:nth-of-type(1) {
  z-index: 2;
}
.about .cloud {
  max-width: 500px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 5rem 10px;
}
.about .cloud::after {
  content: "";
  position: absolute;
  background-image: url("img/cloud.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 125%;
  height: 150%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .about .cloud::after {
    height: 100%;
  }
}
.about .cloud a::after {
  background-image: url("img/download-p.svg");
}
@media (max-width: 767.98px) {
  .about .cloud {
    padding: 5rem 55px;
  }
}
@media (max-width: 500px) {
  .about .cloud {
    padding: 5rem 10px;
  }
}

.material .col-sm-6,
.about .col-sm-6,
.exercises .col-sm-6 {
  margin-bottom: var(--wp--custom--container-padding);
}
.material .col-sm-6:nth-of-type(1),
.about .col-sm-6:nth-of-type(1),
.exercises .col-sm-6:nth-of-type(1) {
  padding-right: calc(var(--wp--custom--container-padding) / 2);
}
.material .col-sm-6:nth-of-type(2),
.about .col-sm-6:nth-of-type(2),
.exercises .col-sm-6:nth-of-type(2) {
  padding-left: calc(var(--wp--custom--container-padding) / 2);
}
@media (max-width: 767.98px) {
  .material .col-sm-6,
  .about .col-sm-6,
  .exercises .col-sm-6 {
    padding-right: var(--wp--custom--container-padding) !important;
    padding-left: var(--wp--custom--container-padding) !important;
  }
}

.material-list-item {
  background: #fff;
  height: 100%;
  display: block;
  box-shadow: var(--wp--custom--box-shadow);
  border-radius: var(--wp--custom--border-redius);
  padding: var(--wp--custom--container-padding);
}
.material-list-item.prepare > div {
  display: flex;
  align-items: center;
}
.material-list-item.prepare > div figure {
  margin-right: 0.5em;
  display: inline-grid;
}
.material-list-item h3,
.material-list-item h4 {
  font-weight: 900;
  font-style: italic;
}
.material-list-item p {
  margin-top: 0.5em;
  font-size: 0.9rem;
}
.material-list-item p:last-of-type {
  margin-bottom: 0;
}
.material-list-item a {
  margin-right: 0.8em;
  margin-top: 0.5em;
  color: var(--wp--preset--color--dark-green);
}
.material-list-item.list-material {
  display: flex;
}
.material-list-item.list-material figure {
  flex: 0 0 180px;
  margin-right: 24px;
}
.material-list-item.list-material figure img {
  border-radius: 10px;
}
@media (max-width: 1140px) {
  .material-list-item.list-material {
    flex-direction: column;
  }
  .material-list-item.list-material figure {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.material-list-item ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.text-image {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.text-image .row.top {
  align-items: center;
}
.text-image .row.bottom {
  margin-top: 2rem;
  text-align: center;
}
.text-image ul {
  padding-left: 2.5em;
}
.text-image ul li {
  font-family: var(--wp--preset--font-family--header);
  font-weight: 700;
  font-style: italic;
  font-size: var(--wp--preset--font-size--36);
  position: relative;
}
.text-image ul li::marker {
  content: "";
}
.text-image ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5em;
  height: 1em;
  width: 1em;
  transform: translate(0, -50%);
  background-image: url("img/dot.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.school {
  background: #fff;
  box-shadow: var(--wp--custom--box-shadow);
  border-radius: var(--wp--custom--border-redius);
  padding: calc(var(--wp--custom--container-padding) * 2) var(--wp--custom--container-padding);
  margin-bottom: var(--wp--custom--container-padding);
  display: flex;
}
.school h3 {
  background: var(--wp--preset--color--textcolor);
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 10px;
  margin-left: 20px;
  transform: rotate(-1deg);
  margin-bottom: 0.5em;
}
.school h3::after {
  content: "";
  position: absolute;
  right: -38px;
  top: 0;
  height: 100%;
  width: 40px;
  background-image: url("img/ribbon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
.school h3::before {
  content: "";
  position: absolute;
  left: -38px;
  top: 0;
  height: 100%;
  width: 40px;
  background-image: url("img/ribbon-l.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 500px) {
  .school h3 {
    padding: 10px 0px;
    max-width: calc(100% - 40px);
    width: 100%;
    text-align: center;
  }
}
.school > div {
  flex: 0 0 50%;
}
.school > div:nth-of-type(2) {
  text-align: center;
  margin-bottom: 1rem;
  color: var(--wp--preset--color--dark-green);
  padding-left: 2rem;
}
.school > div:nth-of-type(2) figure {
  max-width: 550px;
  margin: auto;
}
.school > div blockquote {
  margin: 0.5em auto;
}
@media (max-width: 991px) {
  .school {
    flex-direction: column-reverse;
  }
  .school > div {
    flex: 0 0 100%;
    padding: 0 !important;
  }
}

.step,
.about,
.material,
.schools,
.text-image,
.puffs,
.exercises,
.two-puffs {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  margin: 15px;
}
@media (max-width: 767.98px) {
  .step,
  .about,
  .material,
  .schools,
  .text-image,
  .puffs,
  .exercises,
  .two-puffs {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    margin: 15px 0;
  }
}

.text-image {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 767.98px) {
  .text-image {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.section-heading-c {
  max-width: 1020px;
  margin: auto;
  text-align: center;
  margin-bottom: 2rem;
}

.wp-block-group.section-heading-c + section {
  padding-top: 1rem;
}

.step .col-md-3 {
  margin-bottom: var(--wp--custom--container-padding);
  padding-right: calc(var(--wp--custom--container-padding) / 2);
  padding-left: calc(var(--wp--custom--container-padding) / 2);
}
.step .col-md-3:nth-of-type(1) {
  padding-left: var(--wp--custom--container-padding);
}
.step .col-md-3:nth-of-type(4) {
  padding-right: var(--wp--custom--container-padding);
}
@media (max-width: 767.98px) {
  .step .col-md-3 {
    padding-right: var(--wp--custom--container-padding) !important;
    padding-left: var(--wp--custom--container-padding) !important;
  }
}
.step .one-step {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 0.5rem;
}
.step .one-step img {
  max-width: 75%;
  margin: auto;
}
.step h3 {
  font-size: var(--wp--preset--font-size--36);
  font-family: var(--wp--preset--font-family--header);
  font-weight: 700;
}

.puffs .puff {
  display: block;
  text-decoration: none;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 3rem 10px 5rem;
  margin-top: 3rem;
  color: #fff;
}
.puffs .puff::after {
  content: "";
  position: absolute;
  background-image: url("img/blubb.svg");
  background-size: 98%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.2s;
}
.puffs .puff:hover::after {
  background-size: 100%;
}
.puffs h2 {
  font-size: var(--wp--preset--font-size--42);
}
.puffs h3 {
  font-style: italic;
}
.puffs p {
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .puffs .col-sm-4:first-of-type .puff {
    margin-top: 2rem;
  }
  .puffs .puff {
    padding: 4rem 10px 6rem;
  }
  .puffs .puff::after {
    max-width: 375px;
    width: 100%;
  }
}

.two-puffs .col-sm-6 {
  text-align: center;
}
.two-puffs .col-sm-6 figure {
  max-width: 70%;
  margin: 2rem auto 1rem;
}
.two-puffs .col-sm-6 figure img {
  display: block;
}
.two-puffs .col-sm-6 a.btn {
  display: inline-block;
}

.site-footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  right: 0;
  transition: right 0.2s linear;
  background-color: var(--wp--preset--color--dark-green);
  color: var(--wp--preset--color--white);
  margin-top: 30px;
}
.site-footer .container {
  max-width: calc(var(--wp--custom--container-width) + 200px);
}
@media (max-width: 991px) {
  .site-footer .container .row {
    gap: 2rem;
  }
}
.site-footer .col-md-3:first-of-type figure {
  max-width: 240px;
}
@media (max-width: 991px) {
  .site-footer .col-md-3:first-of-type figure {
    max-width: 180px;
  }
}
.site-footer::after {
  content: "";
  position: absolute;
  background: url("img/wave.svg");
  background-size: 105%;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  top: -98px;
}
.site-footer a,
.site-footer a:hover,
.site-footer a:link,
.site-footer a:active {
  color: #fff;
  line-height: 1;
}
.site-footer .wp-block-social-links {
  margin: 0;
}
.site-footer .wp-block-social-links a {
  padding: 0.45em;
}

.with_frm_style .frm_checkbox input[type=checkbox] {
  position: absolute;
  width: 1.454rem;
  height: 1.454rem;
  top: 1rem;
  left: 1rem;
  opacity: 0;
}

.frm_checkbox label {
  background: var(--wp--preset--color--light-green);
  position: relative;
  text-indent: 0 !important;
  padding: 1rem !important;
  padding-left: 3.454rem !important;
  border-radius: 10px;
  font-size: 0.9rem !important;
}
.frm_checkbox label input[type=checkbox] + div {
  width: 1.454rem;
  height: 1.454rem;
  background: var(--wp--preset--color--white);
  position: absolute;
  top: 1rem;
  left: 1rem;
  border: 1px solid #85BEA7;
  border-radius: 5px;
}
.frm_checkbox label input[type=checkbox]:checked + div {
  background-image: url(img/check-solid.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
}
.frm_checkbox label a {
  font-size: 1em;
}

.frm_fields_container .section {
  margin-bottom: 1.454rem;
  padding: var(--wp--custom--container-padding);
  box-shadow: var(--wp--custom--box-shadow);
  background: #fff;
  border-radius: var(--wp--custom--border-redius);
}
.frm_fields_container .section h2 {
  color: var(--wp--preset--color--dark-green);
  font-size: var(--wp--preset--font-size--42);
  margin-bottom: 0.5em;
}

#form_kontakt .frm_form_fields {
  background: #fff;
  border-radius: var(--wp--custom--border-redius);
  padding: var(--wp--custom--container-padding);
  box-shadow: var(--wp--custom--box-shadow);
}
#form_kontakt .frm_form_fields >   fieldset {
  padding: 0;
}

.exercise-item {
  padding-top: 56.25%;
  position: relative;
  box-shadow: var(--wp--custom--box-shadow);
  border-radius: var(--wp--custom--border-redius);
  background: #fff;
  overflow: hidden;
}
.exercise-item .inner {
  padding: var(--wp--custom--container-padding);
}
.exercise-item .inner > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.exercise-item h3,
.exercise-item h4 {
  font-weight: 900;
  font-style: italic;
}
.exercise-item h4 {
  margin-top: 0.2em;
}
.exercise-item p {
  margin-bottom: 0;
}
.exercise-item figure {
  position: absolute;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
  z-index: 1;
  top: 0;
}
.exercise-item figure img {
  position: absolute;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

#exercises-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--wp--preset--color--beige);
  z-index: 9;
  display: block;
  justify-content: center;
  align-items: center;
  display: none;
  overflow: scroll;
  z-index: 10;
}
#exercises-modal .close-modal {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0.2em 1em !important;
}
#exercises-modal.open {
  display: block;
}
#exercises-modal .inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#exercises-modal .inner > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#exercises-modal .page-1 > * {
  max-width: 700px;
  padding: 0 20px;
}
#exercises-modal .page-1 h1 {
  margin-top: 2rem;
  font-weight: 900;
  font-style: italic;
}
#exercises-modal .page-1 figure img {
  display: block;
  border-radius: var(--wp--custom--border-redius);
}
#exercises-modal .page-1 button {
  margin-top: 2rem;
}
#exercises-modal .page-2 figure {
  width: 80%;
  margin: auto;
  border-radius: var(--wp--custom--border-redius);
  overflow: hidden;
  border: 16px solid var(--wp--preset--color--candy-green);
}
#exercises-modal .page-2 figure video {
  width: 100%;
}
@media (max-width: 767.98px) {
  #exercises-modal .page-2 figure {
    width: 100%;
    border: none;
    border-radius: 0;
  }
}
#exercises-modal .page-3 h1 {
  font-weight: 900;
  font-style: italic;
}
#exercises-modal .page-3 p {
  margin: 2rem auto;
}
#exercises-modal .next-prev {
  position: absolute;
  bottom: 5%;
  display: flex;
  justify-content: space-between;
}
#exercises-modal .next-prev button {
  margin: 5px;
  padding: 0.6em 0.6em !important;
  width: 280px;
  font-size: var(--wp--preset--font-size--22);
}
@media (max-width: 767.98px) {
  #exercises-modal .next-prev button {
    width: 170px;
  }
}

.exercises .col-sm-6 .frm_forms {
  background: var(--wp--preset--color--dark-green);
  height: 100%;
  border-radius: var(--wp--custom--border-redius);
  padding: var(--wp--custom--container-padding);
}
.exercises .col-sm-6 .frm_forms .frm6 label {
  color: #fff;
}
.exercises .col-sm-6 .frm_forms fieldset {
  padding: 0;
}
.exercises .col-sm-6 .frm_forms .frm_error {
  color: #fff;
}

@media (max-width: 1440px) {
  body {
    --wp--custom--container-padding: 32px;
  }
}
@media (max-width: 1024px) {
  body {
    --wp--custom--container-padding: 24px;
  }
}
@media (max-width: 767.98px) {
  body {
    --wp--custom--container-padding: 20px;
    --wp--preset--font-size--100: 3.15rem;
    --wp--preset--font-size--80: 2.62rem;
    --wp--preset--font-size--70: 2.25rem;
    --wp--preset--font-size--60: 2rem;
    --wp--preset--font-size--42: 2rem;
    --wp--preset--font-size--36: 1.63rem;
    --wp--preset--font-size--28: 1.4rem;
    --wp--preset--font-size--22: 1.25rem;
  }
}/*# sourceMappingURL=style.css.map */