:root {
  --fallback: Verdana, Arial, sans-serif;
  --mainFont: "Inter", var(--fallback);
  --headline: "Poppins", var(--fallback);
  --special: "Morena Semibold", var(--fallback);
  --specialBold: "Morena Bold", var(--fallback);
  --mainColor: #aa9688;
  --mainColorDark: #82746a;
  --secondColor: #d6b502;
  --secondColorDark: #b69a00;
  --fontColor: #363433;
  --backgroundColor: #f6f5f4;
  --grayColor: #f5f1ed;
  --darkgrayColor: #8e8887;
  --headingColor: #161311;
  --warningColor: #b10000;
  --contrastColor: #000;
  --contrastColorRGB: 0, 0, 0;
  --contrastColorLight: #1a1a1a;
  --contrastColorInverted: #fff;
  --contrastColorInvertedRGB: 255, 255, 255;
  --contrastColorDark: #e6e6e6;
  --baseFontSize: 19px;
  --baseLineheight: 153%;
  --stickyHeaderHeight: 125px;
  --stickyHeaderHeightMobile: 75px;
  --spaceBetweenDefault: 20px;
  --spaceBetweenSlim: 10px;
  --spaceBetweenWide: autoClamp(40, 80);
  --baseTransition: all 0.3s ease-in-out;
  --baseWidth: 92%;
  --extrareducedWidth: 600px;
  --reducedWidth: 980px;
  --maxWidth: 1320px;
  --maxWidthBig: 1560px;
  --pageLimit: 1920px;
  --fl-frame-lightbgbox: #dddddd;
  --fl-frame-cibgbox: var(--mainColor);
  --fl-layout-reduced: var(--reducedWidth);
  --fl-margin-before-extra-small: 30px;
  --fl-margin-before-small: 45px;
  --fl-margin-before-medium: 70px;
  --fl-margin-before-large: 130px;
  --fl-margin-before-extra-large: 200px;
  --fl-margin-after-extra-small: 30px;
  --fl-margin-after-small: 45px;
  --fl-margin-after-medium: 70px;
  --fl-margin-after-large: 130px;
  --fl-margin-after-extra-large: 200px;
}
@media screen and (max-width: 1024px) {
  :root {
    --fl-margin-before-extra-small: 30px;
    --fl-margin-before-small: 40px;
    --fl-margin-before-medium: 50px;
    --fl-margin-before-large: 60px;
    --fl-margin-before-extra-large: 80px;
    --fl-margin-after-extra-small: 30px;
    --fl-margin-after-small: 40px;
    --fl-margin-after-medium: 50px;
    --fl-margin-after-large: 60px;
    --fl-margin-after-extra-large: 80px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --fl-margin-before-extra-small: 20px;
    --fl-margin-before-small: 30px;
    --fl-margin-before-medium: 40px;
    --fl-margin-before-large: 50px;
    --fl-margin-before-extra-large: 60px;
    --fl-margin-after-extra-small: 20px;
    --fl-margin-after-small: 30px;
    --fl-margin-after-medium: 40px;
    --fl-margin-after-large: 50px;
    --fl-margin-after-extra-large: 60px;
  }
}
@media screen and (max-width: 450px) {
  :root {
    --fl-margin-before-extra-small: 10px;
    --fl-margin-before-small: 20px;
    --fl-margin-before-medium: 30px;
    --fl-margin-before-large: 40px;
    --fl-margin-before-extra-large: 50px;
    --fl-margin-after-extra-small: 10px;
    --fl-margin-after-small: 20px;
    --fl-margin-after-medium: 30px;
    --fl-margin-after-large: 40px;
    --fl-margin-after-extra-large: 50px;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* poppins-200 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/poppins-v21-latin-200.woff2") format("woff2"), url("../fonts/poppins-v21-latin-200.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-200italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/poppins-v21-latin-200italic.woff2") format("woff2"), url("../fonts/poppins-v21-latin-200italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-v21-latin-300.woff2") format("woff2"), url("../fonts/poppins-v21-latin-300.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/poppins-v21-latin-300italic.woff2") format("woff2"), url("../fonts/poppins-v21-latin-300italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v21-latin-regular.woff2") format("woff2"), url("../fonts/poppins-v21-latin-regular.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/poppins-v21-latin-italic.woff2") format("woff2"), url("../fonts/poppins-v21-latin-italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins-v21-latin-500.woff2") format("woff2"), url("../fonts/poppins-v21-latin-500.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/poppins-v21-latin-500italic.woff2") format("woff2"), url("../fonts/poppins-v21-latin-500italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-v21-latin-600.woff2") format("woff2"), url("../fonts/poppins-v21-latin-600.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/poppins-v21-latin-600italic.woff2") format("woff2"), url("../fonts/poppins-v21-latin-600italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins-v21-latin-700.woff2") format("woff2"), url("../fonts/poppins-v21-latin-700.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/poppins-v21-latin-700italic.woff2") format("woff2"), url("../fonts/poppins-v21-latin-700italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v13-latin-300.woff2") format("woff2"), url("../fonts/inter-v13-latin-300.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v13-latin-regular.woff2") format("woff2"), url("../fonts/inter-v13-latin-regular.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v13-latin-500.woff2") format("woff2"), url("../fonts/inter-v13-latin-500.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v13-latin-600.woff2") format("woff2"), url("../fonts/inter-v13-latin-600.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v13-latin-700.woff2") format("woff2"), url("../fonts/inter-v13-latin-700.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/inter-v13-latin-800.woff2") format("woff2"), url("../fonts/inter-v13-latin-800.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* Morena SemiBold */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Morena Semibold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Morena-Semibold.woff") format("woff");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Morena Bold */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Morena Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Morena-Bold.woff") format("woff");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
html:not(.wp-toolbar) {
  font-size: var(--baseFontSize);
}
*, *:before, *:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
::-moz-selection {
  background: var(--mainColor);
  text-shadow: none;
  color: var(--contrastColorInverted);
}
::selection {
  background: var(--mainColor);
  text-shadow: none;
  color: var(--contrastColorInverted);
}
body {
  background: #fff;
  font-family: var(--mainFont);
  color: var(--fontColor);
  line-height: var(--baseLineheight);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
body:not(.wp-admin) {
  font-size: var(--baseFontSize);
}
hr {
  display: block;
  height: 1px;
  background: var(--backgroundColor);
  margin: 1em 0;
  border: none;
}
a {
  color: var(--mainColor);
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
a:hover {
  color: var(--mainColorDark);
}
.overlay_cta {
  display: none;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.overlay_cta:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(3px);
  backdrop-filter: blur(3px);
  background: #39442b4d;
}
.overlay_cta ::-webkit-scrollbar {
  width: 14px;
}
.overlay_cta ::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.overlay_cta ::-webkit-scrollbar-thumb {
  width: 7px;
  border-radius: 10px;
  background: var(--mainColor);
}
.overlay_cta.active {
  display: block;
}
.overlay_cta .cta-popup {
  padding: 25px 20px;
  background: var(--backgroundColor);
  margin: 0 auto;
  position: absolute;
  border-radius: 1.25rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 16px);
  max-width: 500px;
  max-height: 90vh;
  overflow: auto;
  min-height: 480px;
}
@media (max-width: 768px) {
  .overlay_cta .cta-popup {
    min-height: auto;
  }
}
.overlay_cta .cta-popup h1, .overlay_cta .cta-popup h2, .overlay_cta .cta-popup h3, .overlay_cta .cta-popup h4, .overlay_cta .cta-popup h5, .overlay_cta .cta-popup h6 {
  font-weight: 200;
  font-size: clamp(1.0526315789rem, calc(0.8rem + 1.0666666667vw), 1.4736842105rem);
}
.overlay_cta .cta-popup .close_popup {
  position: relative;
  width: 32px;
  height: 32px;
  opacity: 1;
  display: none;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  background: transparent;
  margin: 0 0 2px auto;
}
.overlay_cta .cta-popup .close_popup:hover {
  opacity: 0.8;
}
.overlay_cta .cta-popup .close_popup:before, .overlay_cta .cta-popup .close_popup:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 3px;
  background-color: var(--mainColorDark);
}
.overlay_cta .cta-popup .close_popup:before {
  transform: rotate(45deg);
}
.overlay_cta .cta-popup .close_popup:after {
  transform: rotate(-45deg);
}
.overlay_cta .cta-popup img {
  margin: 10px auto;
  display: block;
  max-width: 250px;
  width: 70%;
}
.overlay_cta .cta-popup .button_rows {
  margin-top: 15px;
}
.overlay_cta .cta-popup .wp-block-button {
  width: 100%;
  display: block;
  margin-top: 10px;
}
.overlay_cta .cta-popup .wp-block-button > a.wp-block-button__link {
  width: 100%;
  display: block;
}
.overlay_cta .cta-popup .wp-block-button .button-description {
  display: block;
  font-size: 12px;
  white-space: normal;
  line-height: normal;
}
@media screen and (max-width: 781px) {
  .order-1 {
    order: 1;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin: 0;
  font-family: var(--headline);
  line-height: 125%;
  color: var(--headingColor);
  text-wrap: balance;
}
h1 + p, h1 + ul, h2 + p, h2 + ul, h3 + p, h3 + ul, h4 + p, h4 + ul, h5 + p, h5 + ul, h6 + p, h6 + ul {
  padding-top: 1.7em;
}
h1.is-style-special-font, h2.is-style-special-font, h3.is-style-special-font, h4.is-style-special-font, h5.is-style-special-font, h6.is-style-special-font {
  font-family: var(--special);
  text-transform: uppercase;
  line-height: normal;
}
h1 {
  font-size: clamp(1.6842105263rem, calc(0.9578947368rem + 3.0666666667vw), 2.8947368421rem);
}
h1.is-style-special-font {
  font-size: clamp(1.8421052632rem, calc(1.0526315789rem + 3.3333333333vw), 3.1578947368rem);
}
h2 {
  font-size: clamp(1.3684210526rem, calc(0.6105263158rem + 3.2vw), 2.6315789474rem);
}
h3 {
  font-size: clamp(1.2631578947rem, calc(0.6315789474rem + 2.6666666667vw), 2.3157894737rem);
}
h4 {
  font-size: clamp(1.1578947368rem, calc(0.8736842105rem + 1.2vw), 1.6315789474rem);
  font-weight: 200;
}
h5 {
  font-size: clamp(0.9473684211rem, calc(0.7263157895rem + 0.9333333333vw), 1.3157894737rem);
}
h6 {
  font-size: clamp(0.8947368421rem, calc(0.7052631579rem + 0.8vw), 1.2105263158rem);
}
p[class*="roofline"] {
  font-weight: 700;
}
p:not([class*="is-style-subhead"]) + h1, p:not([class*="is-style-subhead"]) + h2, p:not([class*="is-style-subhead"]) + h3, p:not([class*="is-style-subhead"]) + h4, p:not([class*="is-style-subhead"]) + h5, p:not([class*="is-style-subhead"]) + h6, p:not([class*="is-style-subhead"]) + p, p:not([class*="is-style-subhead"]) + ul, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ul + p, ul + ul, ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6, ol + p, ol + ul, header + h1, header + h2, header + h3, header + h4, header + h5, header + h6, header + p, header + ul {
  margin-top: 1em;
}
i, em {
  font-style: italic;
}
strong, b {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.cont a {
  text-decoration: none;
  color: var(--mainColor);
  transition: var(--baseTransition);
}
.cont a:hover {
  opacity: 0.8;
}
.cont a[href$=".jpg"]:hover > img, .cont a[href$=".jpeg"]:hover > img, .cont a[href$=".JPG"]:hover > img, .cont a[href$=".png"]:hover > img, .cont a[href$=".PNG"]:hover > img {
  opacity: 0.8;
}
.has-small-font-size {
  line-height: 155%;
}
@media (max-width: 450px) {
  .editor-styles-wrapper .wp-block-buttons .wp-block-button {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.editor-styles-wrapper .wp-block-buttons .wp-block-button a.wp-block-button__link {
  text-align: center;
}
.editor-styles-wrapper .wp-block-buttons:where(.is-layout-flex) {
  gap: 1em !important;
}
.editor-styles-wrapper .wp-block-buttons .wp-block-button > .wp-block-button__link:not(.has-text-color) {
  display: inline-block;
  width: auto;
  background: var(--secondColor);
  color: #fff;
  padding: 10px 40px;
  border: none;
  border-radius: 34px;
  font-weight: 500;
  text-decoration: none;
  font-size: 17px;
  box-shadow: 0px 10px 43px 0px rgba(0, 0, 0, 0.17);
  transition: var(--baseTransition);
}
.editor-styles-wrapper .wp-block-buttons .wp-block-button > .wp-block-button__link:not(.has-text-color):hover {
  outline: none;
  background: var(--secondColorDark);
  text-decoration: none;
  opacity: 1;
}
.editor-styles-wrapper .wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color), .editor-styles-wrapper .wp-block-buttons .wp-block-button.is-style-btn--popup_button_border > .wp-block-button__link:not(.has-text-color) {
  background: transparent;
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  padding: 8px 40px;
}
.editor-styles-wrapper .wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover, .editor-styles-wrapper .wp-block-buttons .wp-block-button.is-style-btn--popup_button_border > .wp-block-button__link:not(.has-text-color):hover {
  color: #fff;
  background: var(--secondColorDark);
  border: 1px solid var(--secondColorDark);
}
.editor-styles-wrapper .wp-block-buttons .wp-block-button.is-style-arrow > .wp-block-button__link:not(.has-text-color) {
  background: transparent;
  box-shadow: none;
  color: var(--mainColor);
  padding: 0;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  padding-left: 23px;
  position: relative;
}
.editor-styles-wrapper .wp-block-buttons .wp-block-button.is-style-arrow > .wp-block-button__link:not(.has-text-color):before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 15px;
  height: 15px;
  background: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
.editor-styles-wrapper .wp-block-buttons .wp-block-button.is-style-arrow > .wp-block-button__link:not(.has-text-color):hover {
  background: transparent;
  box-shadow: none;
  color: var(--mainColor);
  padding-left: 26px;
}
.wp-block-buttons {
  margin-top: 35px;
}
.wp-block-buttons.is-layout-flex {
  column-gap: 30px !important;
}
.wp-block-buttons .wp-block-button a.wp-block-button__link {
  text-align: center;
}
.wp-block-buttons:where(.is-layout-flex) {
  gap: 1em !important;
}
.nav-previous a, .nav-next a {
  margin-top: 20px;
}
.cr-web-form-button {
  display: flex;
  justify-content: center;
}
button.submit, .cr-web-form-button button[type="submit"], .gform_footer input[type="submit"], .map_btn button, a.button, a.btn, .wp-block-button > a.wp-block-button__link:not(.has-text-color), .nav-previous a, .nav-next a {
  display: inline-block;
  width: auto;
  background: var(--secondColor);
  color: #fff;
  padding: 10px 40px;
  border: none;
  border-radius: 34px;
  font-weight: 500;
  text-decoration: none;
  font-size: 17px;
  box-shadow: 0px 10px 43px 0px rgba(0, 0, 0, 0.17);
  transition: var(--baseTransition);
}
button.submit:hover, .cr-web-form-button button[type="submit"]:hover, .gform_footer input[type="submit"]:hover, .map_btn button:hover, a.button:hover, a.btn:hover, .wp-block-button > a.wp-block-button__link:not(.has-text-color):hover, .nav-previous a:hover, .nav-next a:hover {
  outline: none;
  background: var(--secondColorDark);
  text-decoration: none;
  opacity: 1;
}
.wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-btn--popup_button_border > a.wp-block-button__link:not(.has-text-color) {
  background: transparent;
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  padding: 8px 40px;
}
.wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-btn--popup_button_border > a.wp-block-button__link:not(.has-text-color):hover {
  color: #fff;
  background: var(--secondColorDark);
  border: 1px solid var(--secondColorDark);
}
.wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color) {
  background: transparent;
  color: var(--mainColor);
  box-shadow: none;
  padding: 0;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  padding-left: 23px;
  position: relative;
}
.wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color):before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 15px;
  height: 15px;
  background: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
.wp-block-button.is-style-arrow > a.wp-block-button__link:not(.has-text-color):hover {
  background: transparent;
  box-shadow: none;
  color: var(--mainColor);
  padding-left: 26px;
}
.has-color-main-color {
  color: var(--mainColor);
}
.has-color-main-dark-color {
  color: var(--mainColorDark);
}
.has-color-secondary-color {
  color: var(--secondColor);
}
.has-color-secondary-dark-color {
  color: var(--secondColorDark);
}
.has-color-gray-color {
  color: var(--darkgrayColor);
}
.has-color-font-color {
  color: var(--fontColor);
}
.has-color-white-color {
  color: #fff;
}
.has-color-warning-color {
  color: var(--warningColor);
}
div.has-background {
  padding: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  min-height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px !important;
}
div.has-background p {
  margin-top: 0;
  line-height: 120%;
}
@media (max-width: 800px) {
  div.has-background .wp-block-group {
    align-items: center !important;
  }
  div.has-background .wp-block-columns {
    column-gap: 0 !important;
    row-gap: 0 !important;
  }
}
.has-color-main-background-color {
  background-color: var(--mainColor);
}
.has-color-main-dark-background-color {
  background-color: var(--mainColorDark);
}
.has-color-secondary-background-color {
  background-color: var(--secondColor);
}
.has-color-secondary-dark-background-color {
  background-color: var(--secondColorDark);
}
.has-color-gray-background-color {
  background-color: var(--colorGray);
}
.has-color-font-background-color {
  background-color: var(--fontColor);
}
.has-color-white-background-color {
  background-color: #fff;
}
.has-color-warning-background-color {
  background-color: var(--warningColor);
}
.largetext, .is-style-largetext {
  font-size: clamp(1.0526315789rem, calc(0.7052631579rem + 1.4666666667vw), 1.6315789474rem);
  font-family: var(--headline);
  line-height: 144%;
  color: var(--headingColor);
  font-weight: 200;
}
.smalltext, .is-style-smalltext {
  font-size: 16px;
  line-height: 130%;
}
.uppercase, .is-style-uppercase {
  text-transform: uppercase;
}
p[class*="is-style-icon"] {
  display: block;
  text-decoration: none;
  padding-left: 58px;
  position: relative;
  font-size: 21px;
}
p[class*="is-style-icon"]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
}
p[class*="is-style-icon"] a {
  color: var(--fontColor);
}
p[class*="is-style-icon"] a:hover {
  text-decoration: underline;
}
.is-style-icon-mail:before {
  background: url("../img/mail.svg") no-repeat center / contain;
}
.is-style-icon-tel:before {
  background: url("../img/tel.svg") no-repeat center / contain;
}
.is-style-icon-clock {
  font-size: unset !important;
  padding-left: 28px !important;
}
.is-style-icon-clock:before {
  background: url("../img/time.svg") no-repeat center / contain;
}
.is-style-subhead {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  text-transform: uppercase;
  color: var(--mainColor);
  margin-bottom: 15px;
}
.wp-block-image.is-style-rounded figure {
  padding: 20px;
  background-color: #fff;
  aspect-ratio: 1;
  border-radius: 50%;
}
.wp-block-image.is-style-rounded figure img {
  border-radius: 0;
}
.wp-block-column.negative-margin {
  margin-top: -24px;
}
p[style*="font-size:120px"] {
  line-height: 120%;
  margin: 20px 0 0;
  padding: 0;
  font-size: clamp(3.1578947368rem, calc(1.2631578947rem + 8vw), 6.3157894737rem) !important;
}
#site table {
  width: 100%;
  margin: 10px 0px 5px;
}
#site table tr th {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  color: var(--mainColor);
  padding: 10px 15px;
}
#site table tr td {
  padding: 12px 0 12px 15px;
  border: 0;
}
#site table tr td:first-of-type {
  padding: 12px 0;
}
#site table thead tr th {
  border-bottom: 1px solid var(--mainColor);
}
#site {
  max-width: var(--pageLimit);
  width: 100%;
  margin: 0 auto;
  background: var(--headingColor);
  box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.14);
  position: relative;
  padding-top: 28px;
}
#site .allcont {
  background: var(--backgroundColor);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  overflow: hidden;
}
#site .allcont .cont.no-banner {
  margin-top: 150px;
}
@media screen and (max-width: 1300px) {
  #site .allcont .cont.no-banner {
    margin-top: 120px;
  }
}
#site .allcont .entry-content > form, #site .allcont .entry-content > hr, #site .allcont .entry-content > .ce:not(.ce-fw), #site .allcont .entry-content > h1, #site .allcont .entry-content > h2, #site .allcont .entry-content > h3, #site .allcont .entry-content > h4, #site .allcont .entry-content > h5, #site .allcont .entry-content > h6, #site .allcont .entry-content > p, #site .allcont .entry-content > ul, #site .allcont .entry-content > ol, #site .allcont .entry-content > table, #site .allcont .entry-content > *[class*="wp-block-"], #site .allcont .entry-content > section.no-results.not-found {
  max-width: var(--maxWidth);
  width: var(--baseWidth);
  margin: 0 auto 30px;
  margin: 0 auto calculateRem(30px);
}
#site .allcont .entry-content > section.no-results.not-found {
  margin: 100px auto;
}
#site .allcont .entry-content ul:not(.wp-block-gallery):not(.is-style-list--check):not(.splide__pagination):not(#product-container):not(#shipping_method):not(.wc_payment_methods):not(.woocommerce-order-overview):not(.wc-bacs-bank-details) li {
  position: relative;
  padding-left: 15px;
  margin: 10px 0;
}
#site .allcont .entry-content ul:not(.wp-block-gallery):not(.is-style-list--check):not(.splide__pagination):not(#product-container):not(#shipping_method):not(.wc_payment_methods):not(.woocommerce-order-overview):not(.wc-bacs-bank-details) li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: var(--mainColor);
}
#site .allcont .entry-content ul:not(.wp-block-gallery):not(.is-style-list--check):not(.splide__pagination):not(#product-container):not(#shipping_method):not(.wc_payment_methods):not(.woocommerce-order-overview):not(.wc-bacs-bank-details) li.has-small-font-size:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: var(--mainColor);
}
#site .allcont .entry-content ol {
  counter-reset: index;
}
#site .allcont .entry-content ol li {
  counter-reset: index_sub;
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
}
#site .allcont .entry-content ol li:before {
  counter-increment: index;
  content: counter(index) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--mainColor);
  font-weight: bold;
}
#site .allcont .entry-content ol li ol li:before {
  counter-increment: index_sub;
  content: counter(index_sub) ".";
}
#site .allcont .entry-content > .wp-block-image > IMG {
  margin: 0 auto;
  display: block;
}
#site .allcont .entry-content > table td {
  padding: 16px;
  padding: calculateRem(16px);
}
#site .allcont .entry-content > hr.wp-block-separator {
  width: 20%;
  max-width: var(--maxWidth);
  margin: 20px auto 50px;
  margin: calculateRem(20px) auto calculateRem(50px);
}
#site .allcont .entry-content > hr.wp-block-separator.is-style-wide {
  width: 60%;
}
#site .allcont .entry-content figure {
  max-width: 100%;
}
#site .allcont .entry-content figure img {
  max-width: 100%;
  display: block;
  height: auto;
}
#site .allcont .entry-content figure.alignright {
  float: right;
  margin-left: 20px;
}
#site .allcont .entry-content figure.alignleft {
  float: left;
  margin-right: 20px;
}
BODY.search .allcont .cont, BODY.error404 .allcont .cont {
  max-width: var(--maxWidth);
  width: var(--baseWidth);
  margin: 150px auto;
}
@media (max-width: 1024px) {
  BODY.search .allcont .cont, BODY.error404 .allcont .cont {
    margin: 80px auto;
  }
}
Body.search #allcont .search-form, BODY.error404 #allcont .search-form {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 33px;
  max-width: 300px;
  margin: 30px 0;
}
Body.search #allcont .search-submit, BODY.error404 #allcont .search-submit {
  color: transparent;
  font-size: 0px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url("../img/search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  cursor: pointer;
}
Body.search #allcont input[type="search"], BODY.error404 #allcont input[type="search"] {
  border-radius: 1px;
  border: 1px solid var(--mainColor);
  font-size: 16px !important;
  color: var(--fontColor);
  padding: 15px !important;
  background: transparent !important;
  min-width: 260px;
}
@media (max-width: 400px) {
  Body.search #allcont input[type="search"], BODY.error404 #allcont input[type="search"] {
    min-width: 100%;
  }
}
Body.search #allcont input[type="search"]:focus, Body.search #allcont input[type="search"]:active, BODY.error404 #allcont input[type="search"]:focus, BODY.error404 #allcont input[type="search"]:active {
  outline: 0;
  border: 1px solid var(--secondColor);
}
BODY.search.search-results .item .entry-content .page-title, BODY.search.search-no-results .item .entry-content .page-title {
  margin-bottom: 50px;
}
BODY.search.search-results .item .entry-content article, BODY.search.search-no-results .item .entry-content article {
  padding-bottom: 10px;
  margin: 30px 0 20px;
  border-bottom: 1px solid var(--darkgrayColor);
}
BODY.search.search-results .item .entry-content article:last-child, BODY.search.search-no-results .item .entry-content article:last-child {
  border-bottom: 0;
  border-bottom: none;
}
BODY.search.search-results .item .entry-content article p, BODY.search.search-no-results .item .entry-content article p {
  margin-bottom: 10px;
}
BODY.search.search-results .item .entry-content article .entry-title, BODY.search.search-no-results .item .entry-content article .entry-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--fontColor);
}
BODY.search.search-results .item .entry-content article .entry-title > a, BODY.search.search-no-results .item .entry-content article .entry-title > a {
  color: var(--fontColor);
}
@media (max-width: 768px) {
  BODY.search.search-results .item .entry-content article .entry-title, BODY.search.search-no-results .item .entry-content article .entry-title {
    font-size: 18px;
  }
}
BODY.search.search-results .item .entry-content article .linktoarticle, BODY.search.search-no-results .item .entry-content article .linktoarticle {
  word-break: break-word;
}
BODY.search.search-results .item .entry-content article .content_section > a, BODY.search.search-no-results .item .entry-content article .content_section > a {
  word-break: break-word;
}
BODY.blog span.edit-link, BODY.single span.edit-link, BODY.archive span.edit-link, BODY.search span.edit-link {
  display: none;
}
BODY.blog .postsloop, BODY.single .postsloop, BODY.archive .postsloop, BODY.search .postsloop {
  max-width: var(--maxWidth);
  width: var(--baseWidth);
  margin: 0 auto;
}
BODY.blog .postsloop > article, BODY.single .postsloop > article, BODY.archive .postsloop > article, BODY.search .postsloop > article {
  display: flex;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  BODY.blog .postsloop > article, BODY.single .postsloop > article, BODY.archive .postsloop > article, BODY.search .postsloop > article {
    display: block;
  }
}
BODY.blog .postsloop > article .postimagesection, BODY.single .postsloop > article .postimagesection, BODY.archive .postsloop > article .postimagesection, BODY.search .postsloop > article .postimagesection {
  flex: 0 0 300px;
  position: relative;
  margin: 0 20px 0 0;
}
@media (max-width: 768px) {
  BODY.blog .postsloop > article .postimagesection, BODY.single .postsloop > article .postimagesection, BODY.archive .postsloop > article .postimagesection, BODY.search .postsloop > article .postimagesection {
    margin: 10px 0;
  }
}
BODY.blog .postsloop > article .postimagesection img, BODY.single .postsloop > article .postimagesection img, BODY.archive .postsloop > article .postimagesection img, BODY.search .postsloop > article .postimagesection img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  BODY.blog .postsloop > article .postimagesection img, BODY.single .postsloop > article .postimagesection img, BODY.archive .postsloop > article .postimagesection img, BODY.search .postsloop > article .postimagesection img {
    position: relative;
    width: auto;
    height: auto;
    max-width: 300px;
    max-height: 300px;
    object-fit: contain;
  }
}
BODY.blog .postsloop > article .content, BODY.single .postsloop > article .content, BODY.archive .postsloop > article .content, BODY.search .postsloop > article .content {
  flex: 1;
}
BODY.blog .postsloop > article .content .entry-header, BODY.single .postsloop > article .content .entry-header, BODY.archive .postsloop > article .content .entry-header, BODY.search .postsloop > article .content .entry-header {
  margin-bottom: 5px;
}
BODY.blog .postsloop > article .content .entry-header h3, BODY.single .postsloop > article .content .entry-header h3, BODY.archive .postsloop > article .content .entry-header h3, BODY.search .postsloop > article .content .entry-header h3 {
  margin: 0;
  padding: 0;
}
BODY.blog .postsloop > article .content .entry-header p, BODY.single .postsloop > article .content .entry-header p, BODY.archive .postsloop > article .content .entry-header p, BODY.search .postsloop > article .content .entry-header p {
  font-size: 14px;
  padding: 0 0 5px 0;
}
BODY.blog .postsloop > article .content .btn, BODY.single .postsloop > article .content .btn, BODY.archive .postsloop > article .content .btn, BODY.search .postsloop > article .content .btn {
  margin-top: 10px;
}
BODY.blog .postsloop > article .content .introtext, BODY.single .postsloop > article .content .introtext, BODY.archive .postsloop > article .content .introtext, BODY.search .postsloop > article .content .introtext {
  margin-top: 0;
}
BODY.blog .postsloop > article:nth-child(odd), BODY.single .postsloop > article:nth-child(odd), BODY.archive .postsloop > article:nth-child(odd), BODY.search .postsloop > article:nth-child(odd) {
  flex-direction: row-reverse;
  background: var(--backgroundColorLight);
}
BODY.blog .postsloop > article:nth-child(odd) .postimagesection, BODY.single .postsloop > article:nth-child(odd) .postimagesection, BODY.archive .postsloop > article:nth-child(odd) .postimagesection, BODY.search .postsloop > article:nth-child(odd) .postimagesection {
  margin: 0 0 0 20px;
}
@media (max-width: 768px) {
  BODY.blog .postsloop > article:nth-child(odd) .postimagesection, BODY.single .postsloop > article:nth-child(odd) .postimagesection, BODY.archive .postsloop > article:nth-child(odd) .postimagesection, BODY.search .postsloop > article:nth-child(odd) .postimagesection {
    margin: 10px 0;
  }
}
BODY.blog .navigation.pagination, BODY.single .navigation.pagination, BODY.archive .navigation.pagination, BODY.search .navigation.pagination {
  max-width: var(--maxWidth);
  width: var(--baseWidth);
  margin: 0 auto;
}
BODY.blog .navigation.pagination .nav-links, BODY.single .navigation.pagination .nav-links, BODY.archive .navigation.pagination .nav-links, BODY.search .navigation.pagination .nav-links {
  margin: 20px 0;
  text-align: right;
}
BODY.blog .navigation.pagination .nav-links > a + a, BODY.single .navigation.pagination .nav-links > a + a, BODY.archive .navigation.pagination .nav-links > a + a, BODY.search .navigation.pagination .nav-links > a + a {
  margin-left: 5px;
  margin-top: 0;
}
BODY.blog .navigation.pagination .nav-links span.current, BODY.single .navigation.pagination .nav-links span.current, BODY.archive .navigation.pagination .nav-links span.current, BODY.search .navigation.pagination .nav-links span.current {
  display: inline-block;
  background: var(--mainColor);
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
BODY.blog .btn_container, BODY.single .btn_container, BODY.archive .btn_container, BODY.search .btn_container {
  max-width: var(--maxWidth);
  width: var(--baseWidth);
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
:root {
  --is-style-gap-small: 40px;
  --is-style-gap-large: 140px;
}
.wp-block-columns {
  column-gap: 80px !important;
}
@media (max-width: 1200px) {
  .wp-block-columns {
    column-gap: 40px !important;
  }
}
.wp-block-columns.is-style-gap-small {
  column-gap: var(--is-style-gap-small) !important;
}
@media (max-width: 781px) {
  .wp-block-columns.is-style-gap-small {
    column-gap: 25px !important;
  }
}
.wp-block-columns.is-style-gap-large {
  column-gap: var(--is-style-gap-large) !important;
}
@media (max-width: 1200px) {
  .wp-block-columns.is-style-gap-large {
    column-gap: 40px !important;
  }
}
@media (max-width: 781px) {
  .wp-block-columns.is-style-gap-large {
    column-gap: 25px !important;
  }
}
@media (max-width: 781px) {
  .wp-block-columns {
    column-gap: 25px !important;
  }
  .wp-block-columns.adjust-row-gap {
    row-gap: 0 !important;
  }
}
@media (max-width: 1060px) {
  .wp-block-columns.has-4-columns, .wp-block-columns.has-3-columns {
    flex-direction: column !important;
  }
}
@media (max-width: 781px) {
  .wp-block-columns.has-2-columns.mobile_column_reverse {
    flex-direction: column-reverse;
  }
}
header.head {
  position: fixed;
  top: 28px;
  width: 100%;
  max-width: var(--pageLimit);
  z-index: 99;
  background: transparent;
  transition: var(--baseTransition);
}
header.head .wpml-ls-legacy-dropdown, header.head .wpml-ls {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 12px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1300px) {
  header.head .wpml-ls-legacy-dropdown, header.head .wpml-ls {
    margin-right: 0;
  }
}
header.head .wpml-ls-legacy-dropdown a, header.head .wpml-ls a {
  border: 0;
  border: none;
  transition: var(--baseTransition);
}
header.head .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle, header.head .wpml-ls a.wpml-ls-item-toggle {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 17px;
  padding-right: 12px;
}
header.head .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after, header.head .wpml-ls a.wpml-ls-item-toggle:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  border: 4px solid transparent;
  border-top: 6px solid;
  position: absolute;
  right: 0;
  top: 12px;
}
header.head .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, header.head .wpml-ls .wpml-ls-sub-menu {
  background: var(--backgroundColor);
  box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.14);
  border: 0;
  left: 0;
  right: auto;
}
header.head .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li, header.head .wpml-ls .wpml-ls-sub-menu li {
  position: relative;
}
header.head .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a, header.head .wpml-ls .wpml-ls-sub-menu li a {
  padding: 8px 20px;
  white-space: nowrap;
  font-size: 17px;
  line-height: 158%;
}
header.head .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:hover > a, header.head .wpml-ls .wpml-ls-sub-menu li:hover > a {
  background: var(--mainColor);
  color: #fff;
}
header.head .right_section .bottom_right_section {
  display: flex;
  justify-content: flex-end;
}
header.head .toolbar {
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 1300px) {
  header.head .toolbar {
    margin-bottom: 10px;
  }
}
header.head .toolbar p[class*="is-style-icon"] {
  display: block;
  text-decoration: none;
  padding-left: 26px;
  font-size: 23px;
  position: relative;
  margin: 0 0 6px;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  header.head .toolbar p[class*="is-style-icon"] {
    padding-left: 0;
  }
}
header.head .toolbar p[class*="is-style-icon"]:not(:last-child) {
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  header.head .toolbar p[class*="is-style-icon"]:not(:last-child) {
    margin-right: 20px;
  }
}
header.head .toolbar p[class*="is-style-icon"]:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  header.head .toolbar p[class*="is-style-icon"]:before {
    content: none;
    display: none;
  }
}
header.head .toolbar p[class*="is-style-icon"] > a {
  color: #fff;
  position: relative;
}
header.head .toolbar p[class*="is-style-icon"] > a::after {
  content: "";
  position: absolute;
  background: #fff;
  height: 2px;
  width: 0;
  left: 0;
  bottom: -2px;
  transition: var(--baseTransition);
}
header.head .toolbar p[class*="is-style-icon"] > a:hover {
  text-decoration: none;
}
header.head .toolbar p[class*="is-style-icon"] > a:hover::after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  header.head .toolbar p[class*="is-style-icon"] {
    font-size: 0px;
  }
}
header.head .toolbar .is-style-icon-mail:before {
  background: url("../img/mail-color.svg") no-repeat center / contain;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  header.head .toolbar .is-style-icon-mail a {
    font-size: 0px;
    width: 18px;
    height: 18px;
    display: block;
    background: url("../img/mail-color.svg") no-repeat center / contain;
    filter: brightness(0) invert(1);
  }
}
header.head .toolbar .is-style-icon-tel:before {
  background: url("../img/tel-color.svg") no-repeat center / contain;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  header.head .toolbar .is-style-icon-tel a {
    font-size: 0px;
    width: 18px;
    height: 18px;
    display: block;
    background: url("../img/tel-color.svg") no-repeat center / contain;
    filter: brightness(0) invert(1);
  }
}
header.head .inner {
  width: var(--baseWidth);
  max-width: 1640px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  backface-visibility: hidden;
  gap: 20px;
  padding: 20px 0;
  border: 0 solid transparent;
}
@media screen and (max-width: 1300px) {
  header.head .inner {
    padding: 15px 0;
  }
}
header.head .inner .wp-block-buttons {
  margin-top: 0;
  margin-left: 50px;
}
@media (max-width: 1750px) {
  header.head .inner .wp-block-buttons {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  header.head .inner .wp-block-buttons {
    display: none;
  }
}
header.head .inner #logo {
  transition: var(--baseTransition);
  background-image: var(--website-logo-image-url);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  width: 120px;
  height: 85px;
  backface-visibility: hidden;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  header.head .inner #logo {
    height: 65px;
  }
}
header.head .inner #logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header.head .inner #logo span {
  display: none;
}
header.head.is-sticky, header.head.no-banner {
  box-shadow: 0px 10px 43px 0px rgba(0, 0, 0, 0.06);
  top: 0;
  background: var(--backgroundColor);
}
header.head.is-sticky .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle, header.head.no-banner .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  color: var(--fontColor);
}
header.head.is-sticky > .inner #logo, header.head.no-banner > .inner #logo {
  background-image: var(--website-logo-sticky-image-url);
  width: 120px;
  height: 85px;
  filter: brightness(1) invert(0);
}
@media screen and (max-width: 768px) {
  header.head.is-sticky > .inner #logo, header.head.no-banner > .inner #logo {
    height: 65px;
  }
}
header.head.is-sticky .toolbar p[class*="is-style-icon"]:before, header.head.no-banner .toolbar p[class*="is-style-icon"]:before {
  filter: brightness(1) invert(0);
}
header.head.is-sticky .toolbar p[class*="is-style-icon"] > a, header.head.no-banner .toolbar p[class*="is-style-icon"] > a {
  color: var(--mainColor);
}
header.head.is-sticky .toolbar p[class*="is-style-icon"] > a::after, header.head.no-banner .toolbar p[class*="is-style-icon"] > a::after {
  background: var(--mainColor);
}
header.head.is-sticky .toolbar .is-style-icon-mail:before, header.head.no-banner .toolbar .is-style-icon-mail:before {
  filter: brightness(1) invert(0);
}
@media screen and (max-width: 768px) {
  header.head.is-sticky .toolbar .is-style-icon-mail a, header.head.no-banner .toolbar .is-style-icon-mail a {
    filter: brightness(1) invert(0);
  }
}
header.head.is-sticky .toolbar .is-style-icon-tel:before, header.head.no-banner .toolbar .is-style-icon-tel:before {
  filter: brightness(1) invert(0);
}
header.head.is-sticky .toolbar .is-style-icon-tel a, header.head.no-banner .toolbar .is-style-icon-tel a {
  filter: brightness(1) invert(0);
}
header.head #site-navigation #primary-menu li[class*="has-children"] > a::after {
  display: none !important;
}
@media (min-width: 1301px) {
  header.head #site-navigation #primary-menu {
    display: flex;
    align-items: center;
    gap: 50px;
  }
  header.head #site-navigation #primary-menu > li {
    position: relative;
  }
  header.head #site-navigation #primary-menu > li a {
    color: var(--fontColor);
    font-size: 17px;
    position: relative;
    display: block;
    transition: var(--baseTransition);
  }
  header.head #site-navigation #primary-menu > li > a {
    padding: 10px 0;
    font-weight: 400;
    position: relative;
    color: #fff;
  }
  header.head #site-navigation #primary-menu > li > a:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 2px;
    width: 0;
    left: 0;
    bottom: 10px;
    transition: var(--baseTransition);
  }
  header.head #site-navigation #primary-menu > li:hover > .sub-menu {
    display: block;
  }
  header.head #site-navigation #primary-menu > li:hover[class*="has-children"] > a::after, header.head #site-navigation #primary-menu > li.current_page_item[class*="has-children"] > a::after, header.head #site-navigation #primary-menu > li.current_page_ancestor[class*="has-children"] > a::after {
    border-top-color: #fff;
  }
  header.head #site-navigation #primary-menu > li:hover > a, header.head #site-navigation #primary-menu > li.current_page_item > a, header.head #site-navigation #primary-menu > li.current_page_ancestor > a {
    color: #fff;
  }
  header.head #site-navigation #primary-menu > li:hover > a:before, header.head #site-navigation #primary-menu > li.current_page_item > a:before, header.head #site-navigation #primary-menu > li.current_page_ancestor > a:before {
    width: 100%;
  }
  header.head #site-navigation #primary-menu > li .sub-menu {
    display: none;
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background: var(--backgroundColor);
    box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.14);
    z-index: 1;
  }
  header.head #site-navigation #primary-menu > li .sub-menu li {
    position: relative;
  }
  header.head #site-navigation #primary-menu > li .sub-menu li a {
    padding: 8px 20px;
    white-space: nowrap;
    font-size: 17px;
    line-height: 158%;
  }
  header.head #site-navigation #primary-menu > li .sub-menu li:hover > .sub-menu {
    display: block;
  }
  header.head #site-navigation #primary-menu > li .sub-menu li:hover[class*="has-children"] > a::after, header.head #site-navigation #primary-menu > li .sub-menu li.current_page_item[class*="has-children"] > a::after, header.head #site-navigation #primary-menu > li .sub-menu li.current_page_ancestor[class*="has-children"] > a::after {
    border-top-color: var(--mainColor);
  }
  header.head #site-navigation #primary-menu > li .sub-menu li:hover > a, header.head #site-navigation #primary-menu > li .sub-menu li.current_page_item > a, header.head #site-navigation #primary-menu > li .sub-menu li.current_page_ancestor > a {
    background: var(--mainColor);
    color: #fff;
  }
  header.head #site-navigation #primary-menu > li .sub-menu li .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
  }
  header.head #site-navigation #primary-menu li[class*="has-children"] > a::after {
    content: "";
    position: relative;
    display: inline-block;
    margin-left: 5px;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 6px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  header.head #site-navigation #primary-menu li .sub {
    display: none;
  }
  header.head.is-sticky #site-navigation #primary-menu > li > a, header.head.no-banner #site-navigation #primary-menu > li > a {
    color: var(--fontColor);
  }
  header.head.is-sticky #site-navigation #primary-menu > li > a:before, header.head.no-banner #site-navigation #primary-menu > li > a:before {
    content: "";
    position: absolute;
    background: var(--mainColor);
    height: 2px;
    width: 0;
    left: 0;
    bottom: 10px;
    transition: var(--baseTransition);
  }
  header.head.is-sticky #site-navigation #primary-menu > li:hover[class*="has-children"] > a::after, header.head.is-sticky #site-navigation #primary-menu > li.current_page_item[class*="has-children"] > a::after, header.head.is-sticky #site-navigation #primary-menu > li.current_page_ancestor[class*="has-children"] > a::after, header.head.no-banner #site-navigation #primary-menu > li:hover[class*="has-children"] > a::after, header.head.no-banner #site-navigation #primary-menu > li.current_page_item[class*="has-children"] > a::after, header.head.no-banner #site-navigation #primary-menu > li.current_page_ancestor[class*="has-children"] > a::after {
    border-top-color: var(--mainColor);
  }
  header.head.is-sticky #site-navigation #primary-menu > li:hover > a, header.head.is-sticky #site-navigation #primary-menu > li.current_page_item > a, header.head.is-sticky #site-navigation #primary-menu > li.current_page_ancestor > a, header.head.no-banner #site-navigation #primary-menu > li:hover > a, header.head.no-banner #site-navigation #primary-menu > li.current_page_item > a, header.head.no-banner #site-navigation #primary-menu > li.current_page_ancestor > a {
    color: var(--mainColor);
  }
  header.head.is-sticky #site-navigation #primary-menu > li:hover > a:before, header.head.is-sticky #site-navigation #primary-menu > li.current_page_item > a:before, header.head.is-sticky #site-navigation #primary-menu > li.current_page_ancestor > a:before, header.head.no-banner #site-navigation #primary-menu > li:hover > a:before, header.head.no-banner #site-navigation #primary-menu > li.current_page_item > a:before, header.head.no-banner #site-navigation #primary-menu > li.current_page_ancestor > a:before {
    width: 100%;
  }
  header.head.is-sticky #site-navigation #primary-menu li[class*="has-children"] > a::after, header.head.no-banner #site-navigation #primary-menu li[class*="has-children"] > a::after {
    content: "";
    position: relative;
    display: inline-block;
    margin-left: 5px;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px solid var(--mainColor);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
}
@media (max-width: 1430px) and (min-width: 1301px) {
  header.head #site-navigation #primary-menu {
    gap: 26px;
  }
}
#hamburger {
  position: relative;
  display: block;
  height: 33px;
  width: 40px;
  cursor: pointer;
  transition: var(--baseTransition);
  background: transparent;
  border: transparent;
}
@media screen and (min-width: 1301px) {
  #hamburger {
    display: none;
  }
}
#hamburger .hamburger-line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 3px;
  background: var(--mainColor);
  transition: var(--baseTransition);
}
#hamburger .hamburger-line:first-child {
  transform: translateX(-50%) translateY(calc(-1 * 7px - 3px));
}
#hamburger .hamburger-line:last-child {
  transform: translateX(-50%) translateY(7px);
}
#hamburger[aria-expanded="true"] .hamburger-line {
  width: 40px;
}
#hamburger[aria-expanded="true"] .hamburger-line:first-child {
  transform: translateX(-50%) translateY(0) rotate(-45deg);
}
#hamburger[aria-expanded="true"] .hamburger-line:nth-child(2) {
  opacity: 0;
}
#hamburger[aria-expanded="true"] .hamburger-line:last-child {
  transform: translateX(-50%) translateY(0) rotate(45deg);
}
@media (min-width: calc(1300px + 1px)) {
  .head > .inner #site-navigation {
    display: block !important;
  }
  #site-navigation #primary-menu > li > a, .wp-block-button {
    word-break: keep-all;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1300px) {
  #site-navigation {
    display: flex;
    align-items: center;
  }
  #site-navigation #primary-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: auto;
    max-height: calc(100vh - var(--stickyHeaderHeightMobile));
  }
  #site-navigation #primary-menu .sub-menu {
    display: none;
  }
  #site-navigation #primary-menu > li {
    border-top: 1px solid var(--backgroundColor);
    position: relative;
  }
  #site-navigation #primary-menu > li > a {
    padding: 10px 20px;
  }
  #site-navigation #primary-menu > li a {
    color: var(--fontColor);
    font-size: 17px;
    position: relative;
    display: block;
    transition: var(--baseTransition);
  }
  #site-navigation #primary-menu li {
    width: 100%;
    position: relative;
  }
  #site-navigation #primary-menu li.focus > ul {
    display: block;
    position: static;
  }
  #site-navigation #primary-menu li[class*="has-children"] > a::after {
    content: none;
  }
  #site-navigation #primary-menu li a {
    background: var(--contrastColorInverted);
  }
  #site-navigation #primary-menu li.focus > a {
    background: var(--backgroundColor);
  }
  #site-navigation #primary-menu li:hover > a, #site-navigation #primary-menu li.current_page_item > a, #site-navigation #primary-menu li.current_page_ancestor > a {
    color: var(--mainColor);
  }
  #site-navigation #primary-menu li:hover.focus > a, #site-navigation #primary-menu li.current_page_item.focus > a, #site-navigation #primary-menu li.current_page_ancestor.focus > a {
    color: var(--mainColor);
  }
  #site-navigation #primary-menu li .sub {
    border: none;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 47px;
    height: 47px;
    cursor: pointer;
    background-color: transparent;
    z-index: 3;
  }
  #site-navigation #primary-menu li .sub:after {
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    position: absolute;
    transition: var(--baseTransition);
    display: block;
    width: 20px;
    height: 20px;
    background: url("../img/arrow-menu.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  #site-navigation #primary-menu li.focus > button.sub::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  #site-navigation #primary-menu li .sub-menu {
    position: static;
  }
  #site-navigation #primary-menu li .sub-menu li a {
    padding: 5px 30px;
  }
  #site-navigation #primary-menu li .sub-menu li .sub {
    height: 37px;
  }
  #site-navigation #primary-menu li .sub-menu li .sub-menu {
    position: static;
  }
  #site-navigation #primary-menu li .sub-menu li .sub-menu li a {
    padding: 3px 40px;
    font-size: calc(var(--baseFontSize) - 2px);
  }
  #site-navigation.toggled #primary-menu {
    display: block;
  }
  #site-navigation.toggled li.focus > ul {
    display: block;
  }
}
footer.foot {
  background: var(--headingColor);
  color: var(--contrastColorInverted);
  padding: 60px 0 110px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  footer.foot {
    padding: 60px 0 60px;
  }
}
footer.foot .footer_intro {
  max-width: var(--maxWidth);
  width: var(--baseWidth);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  footer.foot .footer_intro {
    margin-bottom: 50px;
  }
}
footer.foot .footer_intro > * {
  flex: 0 0 100%;
}
footer.foot .footer_intro .wpml-ls-legacy-dropdown, footer.foot .footer_intro .wpml-ls {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer.foot .footer_intro .wpml-ls-legacy-dropdown > ul, footer.foot .footer_intro .wpml-ls > ul {
  display: flex;
  justify-content: flex-end;
}
footer.foot .footer_intro .wpml-ls-legacy-dropdown a, footer.foot .footer_intro .wpml-ls a {
  border: 0;
  border: none;
  transition: var(--baseTransition);
}
footer.foot .footer_intro .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle, footer.foot .footer_intro .wpml-ls a.wpml-ls-item-toggle {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 17px;
  padding-right: 12px;
  display: inline-block;
}
footer.foot .footer_intro .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after, footer.foot .footer_intro .wpml-ls a.wpml-ls-item-toggle:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  border: 4px solid transparent;
  border-top: 6px solid;
  position: absolute;
  right: 0;
  top: 12px;
}
footer.foot .footer_intro .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, footer.foot .footer_intro .wpml-ls .wpml-ls-sub-menu {
  background: var(--backgroundColor);
  box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.14);
  border: 0;
  right: 0;
  left: auto;
}
footer.foot .footer_intro .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li, footer.foot .footer_intro .wpml-ls .wpml-ls-sub-menu li {
  position: relative;
}
footer.foot .footer_intro .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a, footer.foot .footer_intro .wpml-ls .wpml-ls-sub-menu li a {
  padding: 8px 20px;
  white-space: nowrap;
  font-size: 17px;
  line-height: 158%;
}
footer.foot .footer_intro .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:hover > a, footer.foot .footer_intro .wpml-ls .wpml-ls-sub-menu li:hover > a {
  background: var(--mainColor);
  color: #fff;
}
footer.foot .footer_intro #footer_logo {
  transition: var(--baseTransition);
  background-image: var(--website-logo-image-url);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100px;
  height: 75px;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  footer.foot .footer_intro #footer_logo {
    height: 65px;
  }
}
footer.foot .footer_intro #footer_logo a {
  display: block;
  width: 100%;
  height: 100%;
}
footer.foot .footer_intro #footer_logo span {
  display: none;
}
footer.foot .inner {
  max-width: var(--maxWidth);
  width: var(--baseWidth);
  margin: 0 auto;
}
footer.foot .inner .wp-block-group {
  flex-wrap: wrap !important;
  gap: 30px;
}
footer.foot .inner a {
  color: var(--contrastColorInverted);
  text-decoration: none;
}
footer.foot .inner a:hover {
  text-decoration: underline;
}
footer.foot .inner h1, footer.foot .inner h2, footer.foot .inner h3, footer.foot .inner h4, footer.foot .inner h5, footer.foot .inner h6 {
  color: var(--contrastColorInverted);
  font-size: clamp(0.8947368421rem, calc(0.7052631579rem + 0.8vw), 1.2105263158rem);
  margin-bottom: clamp(0.5263157895rem, calc(-0.7368421053rem + 5.3333333333vw), 2.6315789474rem);
  text-transform: uppercase;
  font-weight: 600;
}
footer.foot .inner ul li {
  display: inline-block;
}
footer.foot .inner .is-style-icon-mail, footer.foot .inner .is-style-icon-tel {
  font-size: 16px !important;
}
footer.foot .inner .is-style-icon-mail:before, footer.foot .inner .is-style-icon-tel:before {
  filter: brightness(0) invert(1);
}
footer.foot .inner .row {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}
footer.foot .inner .row:not(:last-of-type) {
  margin-bottom: 70px;
}
@media (max-width: 1200px) {
  footer.foot .inner .row:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  footer.foot .inner .row:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
footer.foot .inner .row.row-1 {
  gap: 100px;
}
@media (max-width: 1200px) {
  footer.foot .inner .row.row-1 {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  footer.foot .inner .row.row-1 {
    gap: 30px;
  }
}
footer.foot .inner .row.row-1 table {
  margin: 0 !important;
}
footer.foot .inner .row.row-1 p {
  margin-bottom: 15px;
}
footer.foot .inner .row.row-1 a {
  font-size: 17px;
}
footer.foot .inner .row.row-1 .col {
  max-width: 378px;
}
@media (max-width: 768px) {
  footer.foot .inner .row.row-1 .col {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer.foot .inner .row.row-1 .col.col-1 p {
    margin-bottom: 0;
  }
}
footer.foot .inner .row.row-1 .col.col-3 .wp-block-table {
  margin-top: -15px;
}
footer.foot .inner .row.row-1 .col.col-3 table tr td {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
footer.foot .inner .row.row-1 ul li {
  display: block;
}
footer.foot .inner .row.row-2 {
  align-items: baseline;
  font-size: 14px;
}
footer.foot .inner .row.row-2 .col {
  margin-bottom: 5px;
}
footer.foot .inner .row.row-2 .col-2 .widget {
  display: inline-block;
}
footer.foot .inner .row.row-2 ul li {
  margin-right: 40px;
  margin-bottom: 5px;
}
footer.foot .inner .row.row-2 ul li:last-child {
  margin-right: 0;
}
.gform_wrapper {
  max-width: var(--maxWidth);
  margin: 0 auto 0;
  width: 100%;
}
.gform_wrapper .gform_fields {
  grid-row-gap: 20px !important;
}
.gform_wrapper .hph_nl .ginput_container_email {
  text-align: center;
  margin-bottom: 20px;
}
.gform_wrapper .hph_nl input[type="email"] {
  background-color: #fff;
  border-radius: 34px;
  border: none !important;
  width: 50% !important;
  padding: 20px 30px !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gform_wrapper .hph_nl input[type="email"] {
    width: 100% !important;
  }
}
.gform_wrapper .gform_body input, .gform_wrapper .gform_body select, .gform_wrapper .gform_body textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-radius: 0px;
  border: 0;
  outline: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-font-smoothing: inherit;
  color: var(--darkgrayColor);
  padding: 13px 15px 13px 0 !important;
  border-bottom: 2px solid var(--darkgrayColor);
  background: transparent;
  font-size: 18px !important;
  line-height: 1 !important;
}
.gform_wrapper .gform_body input:focus, .gform_wrapper .gform_body input:active, .gform_wrapper .gform_body select:focus, .gform_wrapper .gform_body select:active, .gform_wrapper .gform_body textarea:focus, .gform_wrapper .gform_body textarea:active {
  outline: 0;
  border-bottom: 2px solid var(--mainColor);
}
.gform_wrapper .gform_body textarea {
  height: 300px !important;
  resize: vertical;
  display: block;
  box-sizing: border-box;
}
.gform_wrapper .gform_body .gfield_description {
  margin-top: 0;
}
.gform_wrapper .gform_body .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent) .gfield_label {
  font-style: normal;
  font-weight: 400 !important;
  line-height: 12px !important;
  margin-bottom: 0 !important;
}
.gform_wrapper .gform_body .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent) .gfield_label span.gfield_required {
  color: var(--warningColor);
}
.gform_wrapper .gform_body .gfield--type-radio .gfield_label, .gform_wrapper .gform_body .gfield--type-checkbox .gfield_label, .gform_wrapper .gform_body .gfield--type-fileupload .gfield_label, .gform_wrapper .gform_body .gfield--type-consent .gfield_label {
  font-weight: bold !important;
  margin-bottom: 8px !important;
  display: block !important;
}
.gform_wrapper .gform_body .ginput_container.ginput_container_consent {
  display: flex;
}
.gform_wrapper .gform_body .ginput_container.ginput_container_consent label {
  font-size: 14px;
}
.gform_wrapper .gform_body .gfield_description.gfield_validation_message {
  background: transparent;
  border: 0;
  padding: 0;
}
.gform_wrapper .gfield.gfield--type-html {
  font-size: 13.5px;
  margin: 10px 0;
}
.gform_wrapper .gfield.gfield--type-html p {
  margin-bottom: 0;
}
.gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.4' height='292.4'%3E%3Cpath fill='%23aa9688' d='M287 69.4a17.6 17.6 0 0 0-13-5.4H18.4c-5 0-9.3 1.8-12.9 5.4A17.6 17.6 0 0 0 0 82.2c0 5 1.8 9.3 5.4 12.9l128 127.9c3.6 3.6 7.8 5.4 12.8 5.4s9.2-1.8 12.8-5.4L287 95c3.5-3.5 5.4-7.8 5.4-12.8 0-5-1.9-9.2-5.5-12.8z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat, repeat !important;
  background-position: right 0.7em top 50%, 0 0 !important;
  background-size: 0.65em auto, 100% !important;
}
.gform_wrapper input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.gform_wrapper input[type="checkbox"] + label {
  position: relative;
  overflow: hidden;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
}
.gform_wrapper input[type="checkbox"] + label:before, .gform_wrapper input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.gform_wrapper input[type="checkbox"]:not(:checked) + label:after {
  width: 20px;
  height: 20px;
  border: none;
  top: 5px;
  background-color: #EAE9E4;
}
.gform_wrapper input[type="checkbox"]:checked + label:after {
  top: 5px;
  width: 20px;
  height: 20px;
  border: none;
  background-color: #EAE9E4;
  z-index: 0;
  border-radius: 2px;
}
.gform_wrapper input[type="checkbox"]:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.gform_wrapper input[type="checkbox"]:checked + label:before {
  top: 3px;
  left: 1px;
  width: 9px;
  height: 14px;
  margin-top: 3px;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid var(--headingColor);
  border-bottom: 3px solid var(--headingColor);
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.gform_wrapper .gchoice {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gform_wrapper .gchoice input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.gform_wrapper .gchoice input[type="radio"] + .gform-field-label {
  display: flex !important;
  word-break: keep-all !important;
  white-space: nowrap;
  align-items: center;
}
.gform_wrapper .gchoice input[type="radio"] + .gform-field-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #cccce6;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: 0;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  flex: 0 0 18px;
}
.gform_wrapper .gchoice input[type="radio"]:checked + .gform-field-label:before {
  border: 1px solid var(--headingColor);
  background-color: #fff;
  box-shadow: inset 0 0 0 4px var(--mainColor);
}
.gform_wrapper .gchoice input[type="radio"]:focus + .gform-field-label:before {
  outline: none;
  border-color: var(--mainColor);
}
.gform_wrapper .gchoice input[type="radio"]:disabled + .gform-field-label:before {
  box-shadow: inset 0 0 0 4px #cccce6;
  border-color: #7676bc;
  background: #7676bc;
}
.gform_wrapper .gchoice input[type="radio"] + .gform-field-label:empty:before {
  margin-right: 0;
}
.gform_wrapper .gform_footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gform_wrapper .gform_footer input[type="submit"] {
  padding: 10px 40px !important;
  line-height: 2 !important;
}
.gform_wrapper .field_description_below .gfield_consent_description, .gform_wrapper .gfield_consent_description {
  border: none !important;
  border: 0 !important;
  font-size: 18px;
}
.gform_wrapper .gfield_consent_label {
  line-height: 184% !important;
}
.gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
#site .gform_wrapper.gravity-theme .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #site .gform_wrapper.gravity-theme .gform_fields {
    display: block;
  }
}
#site .gform_wrapper.gravity-theme .gform_fields .gfield {
  width: 100%;
}
@media (max-width: 768px) {
  #site .gform_wrapper.gravity-theme .gform_fields .gfield {
    margin-bottom: 10px;
  }
}
#site .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-half {
  flex: 0 0 49%;
}
#site .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-two-thirds {
  flex: 0 0 65%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  #site .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-two-thirds {
    flex: 0 0 auto !important;
  }
}
#site .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-third {
  flex: 0 0 25%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  #site .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-third {
    flex: 0 0 auto !important;
  }
}
.gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, .gform_wrapper.gravity-theme .gfield_consent_description {
  margin-top: 0 !important;
  line-height: 24px !important;
}
.gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, .gform_wrapper.gravity-theme .gfield_consent_description {
  max-height: unset !important;
  overflow-y: auto !important;
}
.gform_confirmation_wrapper {
  background: var(--mainColor);
  padding: 20px;
  color: #fff;
  font-weight: bold;
  position: relative;
  max-width: var(--maxWidth);
  width: var(--baseWidth);
  margin: 0 auto 130px;
  z-index: 3;
  text-align: center;
}
.entry-content > .gform_wrapper {
  max-width: var(--maxWidth);
  margin: 0 auto 0;
  width: var(--baseWidth);
}
.gform_wrapper.gravity-theme .gfield-choice-input {
  top: auto !important;
}
.floating-label, .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.no-floating) {
  position: relative;
}
.floating-label :is(input, textarea), .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.no-floating) :is(input, textarea) {
  padding: 13px 15px 13px 0 !important;
}
.floating-label label, .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.no-floating) label {
  display: block;
  transition: var(--baseTransition);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(1rem);
  pointer-events: none;
  color: var(--darkgrayColor) !important;
}
.floating-label:focus-within label, .floating-label.isfilled label, .floating-label input:not(:placeholder-shown) + label, .floating-label textarea:not(:placeholder-shown) + label, .floating-label :-webkit-autofill + label, .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.no-floating):focus-within label, .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.no-floating).isfilled label, .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.no-floating) input:not(:placeholder-shown) + label, .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.no-floating) textarea:not(:placeholder-shown) + label, .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.no-floating) :-webkit-autofill + label {
  transform: translateY(0.25rem);
  font-size: 0.6em !important;
}
.floating-label:focus-within input, .floating-label:focus-within textarea, .floating-label input:not(:placeholder-shown), .floating-label textarea:not(:placeholder-shown), .floating-label :-webkit-autofill, .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.no-floating):focus-within input, .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.no-floating):focus-within textarea, .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.no-floating) input:not(:placeholder-shown), .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.no-floating) textarea:not(:placeholder-shown), .gfield:not(.gfield--type-consent):not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-fileupload):not(.gfield--type-consent):not(.gfield--type-select):not(.no-floating) :-webkit-autofill {
  padding: 18px 15px 13px 0 !important;
}
.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
  padding: 13px 15px 13px 0 !important;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*animations*/
/******************
* Bounce in right *
*******************/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* Added by Andy Meetan */
.delay-250 {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.delay-500 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.delay-750 {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.delay-1000 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.delay-1250 {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.delay-1500 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.delay-1750 {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s;
}
.delay-2000 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.delay-2000 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.delay-3000 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}
.delay-3500 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}
.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}
.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {
  opacity: 0;
}
.lightSpeedInRight, .lightSpeedInLeft {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}
/***********
* bounceIn *
************/
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn.go {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
/****************
* bounceInRight *
****************/
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  60% {
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  60% {
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.bounceInRight.go {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
/******************
* Bounce in left *
*******************/
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  60% {
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  60% {
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.bounceInLeft.go {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
/******************
* Bounce in up *
*******************/
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  60% {
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  60% {
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bounceInUp.go {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/******************
* Bounce in down *
*******************/
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }
  60% {
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  60% {
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bounceInDown.go {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
/**********
* Fade In *
**********/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.fadeIn {
  opacity: 0;
}
.fadeIn.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/**********
* Grow in *
***********/
@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes growIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.growIn {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
}
.growIn.go {
  -webkit-animation-name: growIn;
  animation-name: growIn;
}
/********
* Shake *
********/
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake.go {
  -webkit-animation-name: shake;
  animation-name: shake;
}
/********
* ShakeUp *
********/
@-webkit-keyframes shakeUp {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(10px);
  }
}
@keyframes shakeUp {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(10px);
  }
}
.shakeUp.go {
  -webkit-animation-name: shakeUp;
  animation-name: shakeUp;
}
/*************
* FadeInLeft *
*************/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
}
.fadeInLeft.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/*************
* FadeInRight *
*************/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}
.fadeInRight.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/*************
* FadeInUp *
*************/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
}
.fadeInUp.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*************
* FadeInDown *
*************/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px);
}
.fadeInDown.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/*****************
* rotateIn *
*****************/
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn.go {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
/*****************
* rotateInUpLeft *
*****************/
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft.go {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
/*******************
* rotateInDownLeft *
*******************/
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft.go {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
/******************
* rotateInUpRight *
*******************/
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight.go {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
/********************
* rotateInDownRight *
********************/
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight.go {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
/*********
* rollIn *
**********/
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn.go {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/*********
* wiggle *
**********/
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle.go {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/********
* swing *
*********/
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing.go {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
/*******
* tada *
********/
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada.go {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/*********
* wobble *
**********/
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble.go {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
/********
* pulse *
*********/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse.go {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
/***************
* lightSpeedInRight *
****************/
@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedInRight {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedInRight.go {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/***************
* lightSpeedInLeft *
****************/
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedInLeft.go {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/*******
* Flip *
*******/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
/**********
* flipInX *
**********/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
/**********
* flipInY *
**********/
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
/*****************
* Out animations *
*****************/
/************
* bounceOut *
*************/
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut.goAway {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
/************
* bounceOutUp *
*************/
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp.goAway {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/************
* bounceOutDown *
*************/
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown.goAway {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
/************
* bounceOutLeft *
*************/
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft.goAway {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
/************
* bounceOutRight *
*************/
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight.goAway {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut.goAway {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUp.goAway {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDown.goAway {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeft.goAway {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRight.goAway {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
/************
* flipOutX *
*************/
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
/************
* flipOutY *
*************/
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
/************
* lightSpeedOutRight *
*************/
@-webkit-keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOutRight.goAway {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/************
* lightSpeedOutLeft *
*************/
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOutLeft.goAway {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/************
* rotateOut *
*************/
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut.goAway {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
/************
* rotateOutUpLeft *
*************/
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft.goAway {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
/************
* rotateOutDownLeft *
*************/
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft.goAway {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
/************
* rotateOutUpRight *
*************/
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight.goAway {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
/************
* rollOut *
*************/
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut.goAway {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/*****************
* Short Animations
*******************/
/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.fadeInUpShort.go {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}
/*********************
* fadeInDownShort
*********************/
@-webkit-keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownShort {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.fadeInDownShort.go {
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort;
}
/*********************
* fadeInRightShort 
*********************/
@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightShort {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.fadeInRightShort.go {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort;
}
/*********************
* fadeInLeftShort 
*********************/
@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftShort {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.fadeInLeftShort.go {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort;
}
