/*!
Theme Name: Temat Child
Template: temat
Text Domain: temat-child
*/
@import url("https://use.typekit.net/rfi1wvw.css");
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-BlackItalic.woff2") format("woff2"), url("./fonts/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  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: var(--wp--preset--color--textcolor);
}

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 43px;
  height: 4px;
  background-color: var(--wp--preset--color--textcolor);
  border-radius: 2px;
  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: -12px;
}
.hamburger-inner::after {
  bottom: -12px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 86px;
}
.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, 12px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 86px;
}
.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, 12px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 86px;
}
.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, 12px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 86px;
}
.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, 12px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 86px;
}
.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, 12px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 86px;
}
.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, 12px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-45deg);
}

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

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8.6px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8.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(-8.6px, -10.75px, 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(-8.6px, 10.75px, 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(8.6px, -10.75px, 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(8.6px, 10.75px, 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: -24px;
  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, -12px, 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: -24px;
  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, -12px, 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: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 12px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 24px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 12px, 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, -24px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 12px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 24px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 12px, 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, -24px, 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: 12px;
  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: -86px;
  top: -86px;
  transform: translate3d(86px, 86px, 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: -86px;
  top: -86px;
  transform: translate3d(-86px, 86px, 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: 12px;
  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: -86px;
  top: 86px;
  transform: translate3d(86px, -86px, 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: -86px;
  top: 86px;
  transform: translate3d(-86px, -86px, 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: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 12px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 24px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 12px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-6.1428571429px, -8px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -24px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 12px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 24px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 12px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(6.1428571429px, -8px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -24px, 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: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 12px;
  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: 24px;
  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, 12px, 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, 12px, 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: -24px;
  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, -12px, 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;
  transition: max-width 0.4s;
}

.wp-block-group > .wp-block-columns {
  max-width: var(--wp--custom--container-width);
  max-width: calc(var(--wp--custom--container-width) - var(--wp--custom--container-padding) * 2);
  width: 100%;
  transition: max-width 0.4s;
}

.wp-block-columns {
  justify-content: center;
}
.wp-block-columns:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 781px) {
  .wp-block-columns.reverse {
    flex-direction: column-reverse;
  }
}

.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;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  margin: 0 -0.545rem;
  margin-bottom: 1rem;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0 0.545rem;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: center;
}
.slick-dots li {
  background: #E5E5E5;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin: 0 0.363rem;
}
.slick-dots li.slick-active {
  background: #B9B9B9;
}
.slick-dots li button {
  padding: 0;
  color: transparent;
  background: transparent;
  width: 100%;
  height: 100%;
  border: 0;
}

.wp-block {
  max-width: 1000px !important;
}

.site-content,
.site-footer {
  transition: right 0.2s linear;
  position: relative;
  right: 0;
}

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

html {
  font-size: 22px;
  line-height: 1.33;
}
@media (max-width: 1400px) {
  html {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  html {
    font-size: 18px;
  }
}

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;
  transition: right 0.2s linear;
}
@media (max-width: 1150px) {
  body.menu-open .site-content, body.menu-open .site-footer {
    right: 5%;
  }
}
@media (max-width: 767.98px) {
  body.menu-open .site-content, body.menu-open .site-footer {
    right: 30%;
  }
}

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);
  position: relative;
  line-height: 1.15;
  font-weight: 500;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
  font-weight: 500;
}

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

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

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

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

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

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

.has-header-font-family {
  line-height: 1.15;
  margin: 0;
}

p.has-body-text-font-family {
  line-height: 1.15;
  margin: 0;
}

.has-text-color a {
  color: inherit !important;
}

body:not(.home) .entry-content > .wp-block-group h1 {
  font-family: var(--wp--preset--font-family--body-text) !important;
}

strong {
  font-weight: 500;
}

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

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

ul {
  padding-inline-start: 1em;
}
ul li {
  font-weight: inherit;
}

p,
span,
li,
a {
  font-weight: 400;
}

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

a:hover {
  text-decoration: underline;
}

.btn,
.wp-element-button,
.wp-block-button__link {
  font-size: 1.05rem;
  text-decoration: none;
  padding: 0.55em 2em;
  border-radius: 2em;
  font-weight: 500;
  transition: all 0.2s;
  text-align: center;
}
.btn:hover,
.wp-element-button:hover,
.wp-block-button__link:hover {
  background-color: #379e96 !important;
  color: #fff !important;
  text-decoration: none;
}
.btn.black,
.wp-element-button.black,
.wp-block-button__link.black {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
.btn.black:hover,
.wp-element-button.black:hover,
.wp-block-button__link.black:hover {
  background-color: var(--wp--preset--color--green);
}
.btn.green-border,
.wp-element-button.green-border,
.wp-block-button__link.green-border {
  border: 2px solid var(--wp--preset--color--green);
  background-color: transparent;
  padding: calc(0.55em - 4px) calc(2em - 4px);
}
.btn.green-border:hover,
.wp-element-button.green-border:hover,
.wp-block-button__link.green-border:hover {
  background-color: var(--wp--preset--color--green);
  color: var(--wp--preset--color--white);
  border: 2px solid #379e96 !important;
}
.btn.small,
.wp-element-button.small,
.wp-block-button__link.small {
  font-size: 1rem;
  padding: 0.4em 1.24em;
}
.btn.green-border.small,
.wp-element-button.green-border.small,
.wp-block-button__link.green-border.small {
  padding: calc(0.4em - 4px) calc(1.24em - 4px);
}

.wp-block-button__link {
  margin: 1rem 0;
}
form.frm-show-form ::-moz-placeholder {
  opacity: 0.4 !important;
}
form.frm-show-form ::placeholder {
  opacity: 0.4 !important;
}
form.frm-show-form fieldset {
  border-radius: 10px;
  padding: var(--wp--custom--container-padding) !important;
}
form.frm-show-form .frm_checkbox > label {
  padding: 0 !important;
}
form.frm-show-form .frm_checkbox > label input[type=checkbox] {
  position: relative;
  display: none !important;
}
form.frm-show-form label {
  font-size: 0.9rem !important;
}
form.frm-show-form input[type=checkbox] + label {
  position: relative;
  text-indent: 0 !important;
  padding-left: 2rem !important;
}
form.frm-show-form input[type=checkbox] + label::before {
  content: "";
  width: 1.318rem;
  height: 1.318rem;
  border-radius: 6px;
  border: 1px solid var(--wp--preset--color--yellow);
  background-color: rgba(255, 255, 255, 0.23);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
form.frm-show-form input[type=checkbox]:checked + label::before {
  background-color: rgb(255, 255, 255);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23d7da2f' d='M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7 425.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
  background-size: 1.3em;
  background-repeat: no-repeat;
  background-position: center;
}
form.frm-show-form .frm_submit {
  text-align: right;
}
form.frm-show-form .frm_submit button {
  font-size: 1.1rem !important;
  font-weight: 500 !important;
}

.is-style-heading-line {
  position: relative;
  padding-bottom: 2rem;
  overflow: hidden;
}
.is-style-heading-line > div {
  max-width: 500px;
  margin-top: 1rem;
}
.is-style-heading-line::after {
  content: "";
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("images/path.svg");
}
@media (max-width: 767.98px) {
  .is-style-heading-line::after {
    height: 12px;
  }
}

.line {
  position: relative;
  padding-bottom: 2rem;
}
.line::after {
  content: "";
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("images/beige-line.svg");
}
.line.red::after {
  background-image: url("images/pink-line.svg");
}
.line.green::after {
  background-image: url("images/green-line.svg");
}

.scroll-effect {
  position: relative;
  opacity: 0;
  top: 80px;
  transition: opacity ease 0.4s, top ease 0.4s;
}
.scroll-effect.show {
  opacity: 1;
  top: 0;
  transition: opacity ease 0.4s, top ease 0.4s;
}
.scroll-effect.up {
  top: -50px;
  opacity: 0;
  transition: opacity ease 0.4s, top ease 0.4s;
}

.cky-notice-des * {
  font-size: 16px !important;
}

header.site-header {
  width: 100%;
  padding: 0;
  height: var(--wp--custom--header-height);
  background: transparent;
  z-index: 1;
  transition: all 0.3s;
  position: fixed;
  top: 0;
  z-index: 9999;
  right: 0;
}
header.site-header .container {
  height: 100%;
}
header.site-header .container .wrapper {
  height: 100%;
  width: 100%;
  display: block;
}
header.site-header .container .wrapper nav {
  padding: 0;
  display: table;
  height: 100%;
  width: 100%;
}
header.site-header .container .wrapper nav button.navbar-toggler {
  z-index: 100001;
  position: absolute;
  top: 36px;
  border: 0;
  right: var(--wp--custom--container-padding);
  display: none;
}
header.site-header .container .wrapper nav button.navbar-toggler .hamburger-box {
  height: 40px;
}
header.site-header .container .wrapper nav .site-branding {
  display: inline-block;
  width: 120px;
  text-align: center;
}
header.site-header .container .wrapper nav .site-branding a img {
  width: 120px;
  transition: all 0.3s;
}
header.site-header .container .wrapper nav .site-branding-mobile {
  display: none;
}
header.site-header .container .wrapper nav .kb-primary-menu-container {
  display: table-cell;
  vertical-align: middle;
}
header.site-header .container .wrapper nav .kb-primary-menu-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.site-header .container .wrapper nav .kb-primary-menu-container ul li {
  display: inline-block;
  margin: 0;
}
header.site-header .container .wrapper nav .kb-primary-menu-container ul li:first-child {
  margin-left: 0;
}
header.site-header .container .wrapper nav .kb-primary-menu-container ul li a,
header.site-header .container .wrapper nav .kb-primary-menu-container ul li a:link,
header.site-header .container .wrapper nav .kb-primary-menu-container ul li a:hover,
header.site-header .container .wrapper nav .kb-primary-menu-container ul li a:visited,
header.site-header .container .wrapper nav .kb-primary-menu-container ul li a:focus,
header.site-header .container .wrapper nav .kb-primary-menu-container ul li a:active {
  font-family: var(--wp--preset--font-family--header);
  color: var(--wp--preset--color--textcolor);
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.03em;
}
header.site-header .container .wrapper nav .kb-primary-menu-container ul li:last-of-type {
  border-left: 2px solid #000;
  padding-left: 1em;
  position: relative;
  padding-right: 50px;
}
header.site-header .container .wrapper nav .kb-primary-menu-container ul li:last-of-type::after {
  content: "";
  background-image: url(images/flag.svg);
  background-repeat: no-repeat;
  background-size: 38px;
  width: 38px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}
header.site-header .container .wrapper nav .kb-primary-menu-container ul li.current-menu-item a {
  position: relative;
}
header.site-header .container .wrapper nav .kb-primary-menu-container ul li.current-menu-item a::after {
  content: "";
  background: var(--wp--preset--color--textcolor);
  height: 3px;
  bottom: -0.5em;
  position: absolute;
  left: 0;
  right: 0;
}
@media (max-width: 1150px) {
  header.site-header .container .wrapper nav button.navbar-toggler {
    display: block;
  }
  header.site-header .container .wrapper nav .site-branding-mobile {
    display: block;
    width: 70px;
    top: 15px;
    position: absolute;
  }
  header.site-header .container .wrapper nav .kb-primary-menu-container {
    background: #fff;
    z-index: 100000;
    position: fixed;
    right: -101%;
    width: 100%;
    max-width: 50%;
    transition: right 0.2s linear;
    height: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  }
  header.site-header .container .wrapper nav .kb-primary-menu-container .site-branding {
    display: none;
  }
  header.site-header .container .wrapper nav .kb-primary-menu-container ul {
    margin: 0;
    padding: var(--wp--custom--header-height-mobile) var(--wp--custom--container-padding);
    flex-direction: column;
    align-items: flex-start;
  }
  header.site-header .container .wrapper nav .kb-primary-menu-container ul li {
    margin-bottom: 1rem;
  }
  header.site-header .container .wrapper nav .kb-primary-menu-container ul li a,
  header.site-header .container .wrapper nav .kb-primary-menu-container ul li a:link,
  header.site-header .container .wrapper nav .kb-primary-menu-container ul li a:hover,
  header.site-header .container .wrapper nav .kb-primary-menu-container ul li a:visited,
  header.site-header .container .wrapper nav .kb-primary-menu-container ul li a:focus,
  header.site-header .container .wrapper nav .kb-primary-menu-container ul li a:active {
    display: block;
    font-size: var(--wp--preset--font-size--24);
  }
  header.site-header .container .wrapper nav .kb-primary-menu-container ul li:last-of-type {
    border: 0;
    padding-left: 0;
    margin-top: 3rem;
  }
  header.site-header .container .wrapper nav .kb-primary-menu-container ul li.current-menu-item a::after {
    display: none;
  }
  header.site-header .container .wrapper nav.toggled {
    text-align: left;
  }
  header.site-header .container .wrapper nav.toggled::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3098039216);
    position: absolute;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 0;
    opacity: 1;
  }
  header.site-header .container .wrapper nav.toggled .kb-primary-menu-container {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  header.site-header .container .wrapper nav .kb-primary-menu-container {
    max-width: 80%;
  }
}
@media (max-width: 1150px) {
  header.site-header {
    height: var(--wp--custom--header-height-mobile);
  }
  header.site-header .container .wrapper nav {
    display: flex;
    justify-content: center;
  }
}
header.site-header.scrolled, header.site-header.scrolled .container .wrapper nav .kb-primary-menu-container ul {
  height: var(--wp--custom--header-height-mobile);
  background: #fff;
}
header.site-header.scrolled {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
header.site-header.scrolled .site-branding a img {
  width: 70px !important;
  transition: all 0.3s;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 40px;
  height: 2px;
}

.hamburger-inner::before {
  display: none !important;
}

.hamburger--squeeze .hamburger-inner {
  top: 10px;
}

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

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

.wp-block-columns.is-style-contact {
  gap: 1em;
  flex-wrap: wrap !important;
  justify-content: flex-start;
}
.wp-block-columns.is-style-contact .wp-block-column {
  flex: 0 0 18.5%;
  flex-basis: 18.5% !important;
  margin-bottom: 1rem;
}
.wp-block-columns.is-style-contact figure {
  margin-bottom: 8px;
}
.wp-block-columns.is-style-contact figure img {
  display: block;
}
.wp-block-columns.is-style-contact p {
  font-family: var(--wp--preset--font-family--body-text);
  font-size: var(--wp--preset--font-size--24);
  margin: 0;
  font-weight: 500;
}
.wp-block-columns.is-style-contact p > a {
  font-size: 0.8rem;
  font-family: var(--wp--preset--font-family--body-text);
  text-transform: lowercase;
}
@media (max-width: 1240px) {
  .wp-block-columns.is-style-contact {
    flex-wrap: wrap !important;
  }
  .wp-block-columns.is-style-contact .wp-block-column {
    flex: 0 0 32%;
    flex-basis: 32% !important;
  }
}
@media (max-width: 1000px) {
  .wp-block-columns.is-style-contact .wp-block-column {
    flex: 0 0 48.5%;
    flex-basis: 48.5% !important;
  }
}
@media (max-width: 767.98px) {
  .wp-block-columns.is-style-contact .wp-block-column {
    flex: 0 0 47%;
    flex-basis: 47% !important;
  }
}

.wp-block-social-links .wp-social-link a {
  font-size: 1.52rem;
}

ul.is-style-wide-block {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.is-style-wide-block li {
  margin-bottom: 1.2em;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding-left: 4.75em;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  min-height: 2.85em;
  font-weight: 500;
}
ul.is-style-wide-block li a {
  text-decoration: none;
  color: var(--wp--preset--color--textcolor);
  display: block;
  width: 100%;
}
ul.is-style-wide-block li a:hover {
  text-decoration: underline;
}
ul.is-style-wide-block li::before {
  content: "";
  width: 4.75em;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 2.45em;
  background-position: center;
}
ul.is-style-wide-block li.mail::before {
  background-image: url("data:image/svg+xml,%3Csvg id='Group_365' data-name='Group 365' xmlns='http://www.w3.org/2000/svg' width='97.686' height='67.629' viewBox='0 0 97.686 67.629'%3E%3Cpath id='Path_27' data-name='Path 27' d='M100.262 10.458 75 36.195a.454.454 0 0 0 0 .657L92.677 55.685a3.047 3.047 0 0 1 0 4.321 3.061 3.061 0 0 1-4.321 0L70.745 41.243a.482.482 0 0 0-.681 0l-4.3 4.368a18.907 18.907 0 0 1-13.479 5.683 19.286 19.286 0 0 1-13.761-5.847l-4.133-4.2a.482.482 0 0 0-.681 0L16.1 60.005a3.061 3.061 0 0 1-4.321 0 3.047 3.047 0 0 1 0-4.321L29.464 36.852a.5.5 0 0 0 0-.658L4.173 10.458a.463.463 0 0 0-.8.329v51.5A7.536 7.536 0 0 0 10.889 69.8H93.546a7.536 7.536 0 0 0 7.514-7.514v-51.5A.47.47 0 0 0 100.262 10.458Z' transform='translate(-3.375 -2.169)' fill='%23ec8c8e'/%3E%3Cpath id='Path_28' data-name='Path 28' d='M50.227 50.871a12.766 12.766 0 0 0 9.182-3.851l36.843-37.5A7.38 7.38 0 0 0 91.6 7.875H8.875A7.332 7.332 0 0 0 4.226 9.519l36.843 37.5A12.768 12.768 0 0 0 50.227 50.871Z' transform='translate(-1.385 -7.875)' fill='%23ec8c8e'/%3E%3C/svg%3E");
}
ul.is-style-wide-block li.phone::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='89.686' height='89.686' viewBox='0 0 89.686 89.686'%3E%3Cpath id='Icon_awesome-phone-alt' data-name='Icon awesome-phone-alt' d='M87.127 63.376 67.508 54.967a4.2 4.2 0 0 0-4.9 1.209L53.915 66.791A64.928 64.928 0 0 1 22.877 35.753l10.615-8.688a4.194 4.194 0 0 0 1.209-4.9L26.293 2.541A4.232 4.232 0 0 0 21.476.106L3.258 4.31A4.2 4.2 0 0 0 0 8.407 81.27 81.27 0 0 0 81.279 89.686a4.2 4.2 0 0 0 4.1-3.258l4.2-18.218A4.255 4.255 0 0 0 87.127 63.376Z' transform='translate(0 0)' fill='%23ec8c8e'/%3E%3C/svg%3E");
}
ul.is-style-wide-block li.place::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='73.5' height='98' viewBox='0 0 73.5 98'%3E%3Cpath id=' Icon_awesome-map-marker-alt' data-name=' Icon awesome-map-marker-alt' d=' M32.973 96.023C5.162 55.705 0 51.567 0 36.75a36.75 36.75 0 0 1 73.5 0c0 14.817-5.162 18.955-32.973 59.273a4.6 4.6 0 0 1-7.554 0Zm3.777-43.96A15.312 15.312 0 1 0 21.437 36.75 15.312 15.312 0 0 0 36.75 52.062Z' fill=' %23ec8c8e'/%3E%3C/svg%3E");
}
@media (max-width: 767.98px) {
  ul.is-style-wide-block li {
    padding-left: 2em;
    min-height: 2em;
  }
  ul.is-style-wide-block li::before {
    width: 2em;
    background-size: 1.25em;
  }
}

ul.is-style-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.48;
}

.curved-text {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: var(--wp--custom--header-height);
  padding-bottom: 80px;
  font-weight: 500;
}
.curved-text h1 {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
  clip: rect(1px, 1px, 1px, 1px); /*maybe deprecated but we need to support legacy browsers */
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%); /*modern browsers, clip-path works inwards from each corner*/
  white-space: nowrap; /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}
@media (max-width: 1150px) {
  .curved-text {
    padding-top: var(--wp--custom--header-height-mobile);
    padding-bottom: 0;
    height: auto;
  }
}
@media (max-width: 1150px) {
  .curved-text > svg {
    width: 50% !important;
  }
}
@media (max-width: 767.98px) {
  .curved-text > svg {
    width: 90% !important;
  }
}

.wp-block-group.top {
  padding-top: var(--wp--custom--header-height);
}
@media (max-width: 1150px) {
  .wp-block-group.top {
    padding-top: calc(var(--wp--custom--header-height-mobile) + 40px);
  }
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper,
figure.wp-block-video {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper > iframe,
.wp-block-embed.is-type-video .wp-block-embed__wrapper > video,
figure.wp-block-video > iframe,
figure.wp-block-video > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.aktuellt {
  background: var(--wp--preset--color--brown);
  margin-top: 3rem;
  display: flex;
  border-radius: 0.45rem;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .aktuellt {
    flex-direction: column;
  }
}
.aktuellt.old {
  opacity: 0.5;
}
.aktuellt img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aktuellt figure {
  flex: 1;
}
.aktuellt .content {
  flex: 2;
}
.aktuellt .content {
  padding: var(--wp--custom--container-padding);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.aktuellt .date {
  font-size: var(--wp--preset--font-size--24);
  font-family: var(--wp--preset--font-family--body-text);
  margin: 0;
}
.aktuellt h2 {
  font-size: var(--wp--preset--font-size--30);
  font-family: var(--wp--preset--font-family--body-text);
  margin-top: 0.5rem;
}
.aktuellt .meta {
  display: flex;
  justify-content: space-between;
}
.aktuellt .meta time,
.aktuellt .meta > div {
  padding-left: 22px;
  position: relative;
  margin-bottom: 1rem;
}
.aktuellt .meta time::after,
.aktuellt .meta > div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("images/time.svg");
}
.aktuellt .meta > div::after {
  background-image: url("images/pin.svg");
}
@media (max-width: 600px) {
  .aktuellt .meta {
    flex-direction: column;
  }
}

body.blog article .entry-content > .container:last-child > .row:last-child {
  margin-bottom: 3rem;
}

body.blog article .entry-content > .container:last-child > .row:first-child {
  margin-top: 3rem;
}

body.blog article .container > .row > .col-xs-12 > h2 {
  font-size: var(--wp--preset--font-size--28);
}

.aktuellt-year {
  font-size: var(--wp--preset--font-size--48);
  font-family: var(--wp--preset--font-family--header);
  padding: 2rem 0 2rem 0;
  display: block;
  border-top: 1px solid var(--wp--preset--color--brown);
}

.wp-block-buttons.is-style-material {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.wp-block-buttons.is-style-material .wp-block-button {
  width: calc(50% - 16px);
}
.wp-block-buttons.is-style-material .wp-block-button a {
  width: 100%;
  color: var(--wp--preset--color--textcolor);
  font-family: var(--wp--preset--font-family--header);
  font-size: var(--wp--preset--font-size--36);
  background: var(--wp--preset--color--yellow);
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: calc(100% - 1em) center;
  border-radius: 0.5em;
  padding: 0.8em 1em;
  padding-right: 2.5em;
  margin: 0;
  text-align: left;
}
.wp-block-buttons.is-style-material .wp-block-button.is-style-arrow a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='38.243' viewBox='0 0 37 38.243'%3E%3Cg id='Icon_feather-arrow-right' data-name='Icon feather-arrow-right' transform='translate(1.5 2.121)'%3E%3Cpath id='Path_9' data-name='Path 9' d='M7.5 18h34' transform='translate(-7.5 -1)' fill='none' stroke='%23437672' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_10' data-name='Path 10' d='M18 7.5l17 17-17 17' transform='translate(-1 -7.5)' fill='none' stroke='%23437672' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
}
.wp-block-buttons.is-style-material .wp-block-button.is-style-download a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.631' height='38.631' viewBox='0 0 38.631 38.631'%3E%3Cg id='Icon_feather-download' data-name='Icon feather-download' transform='translate(1.5 1.5)'%3E%3Cpath id='Path_11' data-name='Path 11' d='M40.131 22.5v7.918a3.959 3.959 0 0 1-3.959 3.959H8.459A3.959 3.959 0 0 1 4.5 30.418V22.5' transform='translate(-4.5 1.254)' fill='none' stroke='%23437672' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_12' data-name='Path 12' d='M10.5 15l9.9 9.9 9.9-9.9' transform='translate(-2.582 -1.144)' fill='none' stroke='%23437672' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_13' data-name='Path 13' d='M18 28.254V4.5' transform='translate(-0.185 -4.5)' fill='none' stroke='%23437672' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 1100px) {
  .wp-block-buttons.is-style-material {
    flex-direction: column;
  }
  .wp-block-buttons.is-style-material .wp-block-button {
    width: 100%;
  }
}

.here_we_are {
  display: grid;
  gap: var(--wp--custom--container-padding);
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2rem;
}
@media (max-width: 750px) {
  .here_we_are {
    grid-template-columns: 1fr;
  }
}
.here_we_are_inner {
  grid-column: auto;
}
.here_we_are.total-2 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 750px) {
  .here_we_are.total-2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1090px) {
  .here_we_are.total-3 a, .here_we_are.total-5 a, .here_we_are.total-6 a {
    padding-bottom: 3rem;
  }
}
@media (max-width: 750px) {
  .here_we_are.total-3 a, .here_we_are.total-5 a, .here_we_are.total-6 a {
    padding-bottom: 4rem;
  }
}
.here_we_are.total-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1050px) {
  .here_we_are.total-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 750px) {
  .here_we_are.total-4 {
    grid-template-columns: 1fr;
  }
}
.here_we_are.total-4 a {
  padding-bottom: 3rem;
}
@media (max-width: 1050px) {
  .here_we_are.total-4 a {
    padding-bottom: 4rem;
  }
}
.here_we_are.total-4 .title {
  font-size: 30px;
}
@media (max-width: 1560px) {
  .here_we_are.total-4 .title {
    font-size: 25px;
  }
}
@media (max-width: 1050px) {
  .here_we_are.total-4 .title {
    font-size: 30px;
  }
}
@media (max-width: 1560px) {
  .here_we_are.total-4 .city {
    font-size: 18px;
  }
}
.here_we_are figure {
  overflow: hidden;
  max-width: 100%;
  aspect-ratio: 1;
}
.here_we_are img {
  scale: 1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}
.here_we_are a {
  background-color: #F7F6EF;
  display: block;
  border-radius: 10px;
  text-decoration: none;
  padding-bottom: 4rem;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.here_we_are a:hover img {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.here_we_are a:hover::after {
  transform: translateX(-40%) translateY(-35%);
}
.here_we_are a:before {
  content: "";
  position: absolute;
  width: 30%;
  aspect-ratio: 1/1;
  max-height: 6rem;
  max-width: 6rem;
  border-radius: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  background-color: #EC8C8E;
}
.here_we_are a:after {
  content: "";
  position: absolute;
  background-image: url(images/beige-arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%) translateY(-35%);
  width: 7.5%;
  max-width: 30px;
  aspect-ratio: 1/1;
  z-index: 99;
  transition: all 0.2s ease;
}
.here_we_are .city {
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  margin-top: 28px;
  margin-bottom: 4px;
  font-weight: 400;
  color: var(--wp--preset--color--textcolor);
  letter-spacing: 0.25em;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1560px) {
  .here_we_are .city {
    font-size: 20px;
  }
}
@media (max-width: 1090px) {
  .here_we_are .city {
    font-size: 18px;
  }
}
.here_we_are .title {
  text-align: center;
  font-size: 40px;
  font-family: var(--wp--preset--font-family--header);
  color: var(--wp--preset--color--textcolor);
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
}
@media (max-width: 1560px) {
  .here_we_are .title {
    font-size: 35px;
  }
}
@media (max-width: 1090px) {
  .here_we_are .title {
    font-size: 30px;
  }
}
@media (max-width: 900px) {
  .here_we_are .title {
    font-size: 25px;
  }
}
@media (max-width: 750px) {
  .here_we_are .title {
    font-size: 30px;
  }
}

body.error404 .error-404 {
  height: 70vw;
  display: flex;
  align-items: center;
  text-align: center;
}

.site-footer {
  background: var(--wp--preset--color--brown);
  padding-top: 3.09rem;
  padding-bottom: 5.271rem;
  position: relative;
  font-size: 0.909rem;
  transition: right 0.2s linear;
}
.site-footer .row {
  gap: 2rem 0;
}
.site-footer .col-md-6 .wp-block-group {
  gap: 1.25em;
}
.site-footer::after {
  content: "";
  height: 2.181rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--wp--preset--color--green);
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}
.site-footer ul li {
  line-height: 2.4;
  display: block;
}
.site-footer ul li.english {
  position: relative;
  display: inline;
  padding-right: 40px;
}
.site-footer ul li.english::after {
  content: "";
  background-image: url(images/flag.png);
  width: 26px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-size: contain;
  margin: auto;
}

.workshops {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.workshops > div {
  display: flex;
  flex-direction: row;
  gap: var(--wp--custom--container-padding);
  margin-bottom: var(--wp--custom--container-padding);
}
@media (max-width: 1024px) {
  .workshops > div {
    flex-direction: column;
  }
}
.workshops .workshop {
  background: var(--wp--preset--color--brown);
  padding-bottom: var(--wp--custom--container-padding);
  border-radius: 0.45rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1;
  overflow: hidden;
}
.workshops .buttons {
  padding-right: var(--wp--custom--container-padding);
}
.workshops .buttons .btn {
  margin-left: 0.5rem;
}
@media (max-width: 1024px) {
  .workshops .buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 50%;
    padding-right: 0;
    right: 0 !important;
    padding: 0 var(--wp--custom--container-padding) !important;
  }
  .workshops .buttons .btn {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .workshops .buttons {
    position: static !important;
    width: 100%;
  }
}
.workshops .media-text {
  padding: var(--wp--custom--container-padding);
}
.workshops .excerpt {
  margin-top: 0.75rem;
}
.workshops figure img {
  display: block;
  border-radius: 0.45rem 0.45rem 0 0;
}
.workshops .singleworkshop {
  display: flex;
  position: relative;
}
.workshops .singleworkshop .media {
  display: flex;
}
.workshops .singleworkshop figure,
.workshops .singleworkshop .media-text {
  flex: 1;
  padding: var(--wp--custom--container-padding);
}
.workshops .singleworkshop .media-text {
  padding-left: 0;
}
.workshops .singleworkshop figure img {
  border-radius: 0.45rem;
}
@media (max-width: 767px) {
  .workshops .singleworkshop .media {
    flex-direction: column;
  }
  .workshops .singleworkshop figure {
    padding-bottom: 0;
  }
  .workshops .singleworkshop .media-text {
    padding-left: var(--wp--custom--container-padding);
  }
}

.workshop-modal > div:not(.bg) {
  position: fixed;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  right: 0;
  z-index: 99999;
  box-shadow: 0 3px 66px rgba(0, 0, 0, 0.16);
  width: 0;
  height: 0;
  overflow: scroll;
  background: #fff;
  border-radius: 0.45rem;
  max-width: 1200px;
}
.workshop-modal .inner-modal {
  padding: calc(var(--wp--custom--container-padding) * 2) var(--wp--custom--container-padding);
}
.workshop-modal .inner-modal > :not(.workshop-slider) {
  max-width: 778px;
  margin: auto;
}
.workshop-modal .inner-modal .content {
  margin-top: 0.5rem;
}
.workshop-modal .workshop-slider {
  margin-bottom: 2rem;
  margin-top: 0.75rem;
}
.workshop-modal.open > div:not(.bg) {
  width: calc(100% - var(--wp--custom--container-padding) * 2);
  height: 85vh;
}
.workshop-modal .modal-close {
  position: absolute;
  top: var(--wp--custom--container-padding);
  right: var(--wp--custom--container-padding);
  width: 1rem;
  height: 1rem;
  text-indent: -9999px;
  border: none;
  background: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.591' height='20.585' viewBox='0 0 20.591 20.585'%3E%3Cpath id='Icon_ionic-ios-close' data-name='Icon ionic-ios-close' d='M24.02 21.581l7.354-7.354a1.723 1.723 0 0 0-2.437-2.437l-7.354 7.354L14.229 11.79a1.723 1.723 0 1 0-2.437 2.437l7.354 7.354-7.354 7.354a1.723 1.723 0 1 0 2.437 2.437l7.354-7.354 7.354 7.354a1.723 1.723 0 1 0 2.437-2.437Z' transform='translate(-11.285 -11.289)'/%3E%3C/svg%3E");
}

.bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99991;
}

.lightbox:not(.open) .bg {
  display: none;
}

.lightbox {
  display: flex;
  flex-wrap: wrap;
}
.lightbox .full-size {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999991;
}
.lightbox .full-size.open {
  display: flex;
  max-width: 90vw;
  max-height: 90vh;
  margin: auto;
}
.lightbox .full-size.open img {
  max-width: 90vw;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.45rem;
}
.lightbox > div:not(.bg) {
  width: 33.333%;
}
.lightbox figure {
  margin: 4px;
  cursor: pointer;
}
.lightbox img {
  display: block;
  border-radius: 0.45rem;
}

.cycle {
  display: flex;
  margin-top: 3rem;
}
.cycle .cycle-slideshow {
  margin: 4px;
}
@media (max-width: 767.98px) {
  .cycle {
    flex-wrap: wrap;
    margin-top: 2rem;
  }
  .cycle .cycle-slideshow {
    margin: 0;
    flex: 0 0 50%;
  }
}
.cycle .cycle-slideshow-one img:nth-of-type(2) {
  border-radius: 0 100% 0 0;
}
.cycle .cycle-slideshow-one img:nth-of-type(3) {
  border-radius: 100% 0 0 0;
}
.cycle .cycle-slideshow-one img:nth-of-type(4) {
  border-radius: 100% 0 0 0;
}
.cycle .cycle-slideshow-two img:nth-of-type(2) {
  border-radius: 100% 0 0 0;
}
.cycle .cycle-slideshow-two img:nth-of-type(3) {
  border-radius: 0 0 0 100%;
}
.cycle .cycle-slideshow-two img:nth-of-type(4) {
  border-radius: 0 100% 0 0;
}
.cycle .cycle-slideshow-three img:nth-of-type(2) {
  border-radius: 0 100% 0 0;
}
.cycle .cycle-slideshow-three img:nth-of-type(3) {
  border-radius: 100% 0 0 0;
}
.cycle .cycle-slideshow-three img:nth-of-type(4) {
  border-radius: 0 0 0 100%;
}
.cycle .cycle-slideshow-four img:nth-of-type(2) {
  border-radius: 0 0 100% 0;
}
.cycle .cycle-slideshow-four img:nth-of-type(3) {
  border-radius: 0 100% 0 0;
}
.cycle .cycle-slideshow-four img:nth-of-type(4) {
  border-radius: 100% 0 0 0;
}

body.blog .nothing {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1600px) {
  body {
    --wp--custom--container-padding: 28px;
    --wp--custom--container-width: 1380px;
  }
}
@media (max-width: 1440px) {
  body {
    --wp--custom--container-padding: 24px;
    --wp--custom--container-width: 1240px;
    --wp--preset--font-size--100: 4.44rem;
    --wp--preset--font-size--64: 3.33rem;
    --wp--preset--font-size--48: 2.22rem;
    --wp--preset--font-size--36: 1.66rem;
    --wp--preset--font-size--30: 1.44rem;
    --wp--preset--font-size--24: 1.22rem;
  }
}
@media (max-width: 1280px) {
  body {
    --wp--custom--container-width: 1140px;
  }
}
@media (max-width: 1180px) {
  body {
    --wp--custom--container-width: 1080px;
  }
}
@media (max-width: 1024px) {
  body {
    --wp--custom--container-width: 900px;
  }
}
@media (max-width: 767.98px) {
  body {
    --wp--custom--container-padding: 20px;
    --wp--preset--font-size--100: 3.6rem;
    --wp--preset--font-size--64: 2.66rem;
    --wp--preset--font-size--48: 2.25rem;
    --wp--preset--font-size--36: 1.75rem;
    --wp--preset--font-size--30: 1.5rem;
    --wp--preset--font-size--24: 1.25rem;
  }
}/*# sourceMappingURL=style.css.map */