:root {
  --fallback: Verdana, Arial, sans-serif;
  --mainFont: "Prompt", var(--fallback);
  --headline: "Lexend", var(--fallback);
  --fontColor: #323e50;
  --backgroundColor: #ffffff;
  --backgroundColorRGB: 255, 255, 255;
  --backgroundColorDark: #b3b3b3;
  --warningColor: #b10000;
  --formBorderColor: #323e50;
  --lightGray: #eaeef2;
  --lightBG:#BFBFBF;
  --lighterBG:#F2F2F2;
  --mainGradient: linear-gradient(
    to bottom,
    var(--main-color) 0%,
    var(--second-color) 100%
  );
  --contrastColor: #000;
  --contrastColorRGB: 0, 0, 0;
  --contrastColorLight: #1a1a1a;
  --contrastColorInverted: #fff;
  --contrastColorInvertedRGB: 255, 255, 255;
  --contrastColorDark: #e6e6e6;
  --baseFontSize: 18px;
  --baseLineheight: 170%;
  --miniFontSize: 12px;
  --baseBorderRadius: 10px;
  --stickyHeaderHeight: 125px;
  --stickyHeaderHeightMobile: 75px;
  --spaceBetweenDefault: 20px;
  --spaceBetweenSlim: 10px;
  --spaceBetweenWide: autoClamp(40, 80);
  --baseTransition: all 0.3s ease-in-out;
  --baseWidth: 92%;
  --reducedWidth: 960px;
  --maxWidth: 1504px;
  --maxWidthBig: 1504px;
  --pageLimit: 1920px;
  --fl-frame-lightbgbox: #eaeef2;
  --fl-frame-cibgbox: var(--main-color);
  --fl-layout-reduced: var(--reducedWidth);
  --fl-margin-before-extra-small: 30px;
  --fl-margin-before-small: 50px;
  --fl-margin-before-medium: 90px;
  --fl-margin-before-large: 180px;
  --fl-margin-before-extra-large: 200px;
  --fl-margin-after-extra-small: 30px;
  --fl-margin-after-small: 50px;
  --fl-margin-after-medium: 90px;
  --fl-margin-after-large: 180px;
  --fl-margin-after-extra-large: 200px;
}
@media screen and (max-width: 1024px) {
  :root {
    --fl-margin-before-medium: 60px;
    --fl-margin-before-large: 100px;
    --fl-margin-before-extra-large: 160px;
    --fl-margin-after-medium: 60px;
    --fl-margin-after-large: 100px;
    --fl-margin-after-extra-large: 160px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --fl-margin-before-small: 40px;
    --fl-margin-before-medium: 50px;
    --fl-margin-before-large: 80px;
    --fl-margin-before-extra-large: 130px;
    --fl-margin-after-small: 40px;
    --fl-margin-after-medium: 50px;
    --fl-margin-after-large: 80px;
    --fl-margin-after-extra-large: 130px;
  }
}
@media screen and (max-width: 450px) {
  :root {
    --fl-margin-before-small: 35px;
    --fl-margin-before-medium: 40px;
    --fl-margin-before-large: 60px;
    --fl-margin-before-extra-large: 100px;
    --fl-margin-after-small: 35px;
    --fl-margin-after-medium: 40px;
    --fl-margin-after-large: 60px;
    --fl-margin-after-extra-large: 100px;
  }
}

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;
}

/* lexend-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: "Lexend";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lexend-v26-latin-300.woff2") format("woff2"), url("../fonts/lexend-v26-latin-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lexend-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: "Lexend";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lexend-v26-latin-regular.woff2") format("woff2"), url("../fonts/lexend-v26-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lexend-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: "Lexend";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/lexend-v26-latin-500.woff2") format("woff2"), url("../fonts/lexend-v26-latin-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lexend-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: "Lexend";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/lexend-v26-latin-600.woff2") format("woff2"), url("../fonts/lexend-v26-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lexend-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: "Lexend";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lexend-v26-latin-700.woff2") format("woff2"), url("../fonts/lexend-v26-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lexend-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: "Lexend";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/lexend-v26-latin-800.woff2") format("woff2"), url("../fonts/lexend-v26-latin-800.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* lexend-900 - 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: "Lexend";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/lexend-v26-latin-900.woff2") format("woff2"), url("../fonts/lexend-v26-latin-900.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* prompt-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: "Prompt";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/prompt-v12-latin-300.woff2") format("woff2"), url("../fonts/prompt-v12-latin-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* prompt-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: "Prompt";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/prompt-v12-latin-300italic.woff2") format("woff2"), url("../fonts/prompt-v12-latin-300italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* prompt-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: "Prompt";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/prompt-v12-latin-regular.woff2") format("woff2"), url("../fonts/prompt-v12-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* prompt-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: "Prompt";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/prompt-v12-latin-italic.woff2") format("woff2"), url("../fonts/prompt-v12-latin-italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* prompt-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: "Prompt";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/prompt-v12-latin-500.woff2") format("woff2"), url("../fonts/prompt-v12-latin-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* prompt-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: "Prompt";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/prompt-v12-latin-500italic.woff2") format("woff2"), url("../fonts/prompt-v12-latin-500italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* prompt-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: "Prompt";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/prompt-v12-latin-600.woff2") format("woff2"), url("../fonts/prompt-v12-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* prompt-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: "Prompt";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/prompt-v12-latin-600italic.woff2") format("woff2"), url("../fonts/prompt-v12-latin-600italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* prompt-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: "Prompt";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/prompt-v12-latin-700.woff2") format("woff2"), url("../fonts/prompt-v12-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* prompt-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: "Prompt";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/prompt-v12-latin-700italic.woff2") format("woff2"), url("../fonts/prompt-v12-latin-700italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* prompt-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: "Prompt";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/prompt-v12-latin-800.woff2") format("woff2"), url("../fonts/prompt-v12-latin-800.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* prompt-800italic - 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: "Prompt";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/prompt-v12-latin-800italic.woff2") format("woff2"), url("../fonts/prompt-v12-latin-800italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* prompt-900 - 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: "Prompt";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/prompt-v12-latin-900.woff2") format("woff2"), url("../fonts/prompt-v12-latin-900.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* prompt-900italic - 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: "Prompt";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/prompt-v12-latin-900italic.woff2") format("woff2"), url("../fonts/prompt-v12-latin-900italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
html:not(.wp-toolbar) {
  font-size: var(--baseFontSize);
  font-weight: 500;
}

*, *:before, *:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

::-moz-selection {
  background: var(--main-color);
  text-shadow: none;
  color: var(--contrastColorInverted);
}

::selection {
  background: var(--main-color);
  text-shadow: none;
  color: var(--contrastColorInverted);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body {
  background: var(--backgroundColor);
  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(--main-color);
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
a:hover {
  color: var(--second-color);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  font-family: var(--headline);
  line-height: 120%;
  font-weight: 500;
}
h1 + p,
h1 + ul,
h1 + ol,
h1 + .wp-block-columns,
h1 + .wp-block-table,
h1 + .wp-block-image,
h1 + .wp-block-gallery, h2 + p,
h2 + ul,
h2 + ol,
h2 + .wp-block-columns,
h2 + .wp-block-table,
h2 + .wp-block-image,
h2 + .wp-block-gallery, h3 + p,
h3 + ul,
h3 + ol,
h3 + .wp-block-columns,
h3 + .wp-block-table,
h3 + .wp-block-image,
h3 + .wp-block-gallery, h4 + p,
h4 + ul,
h4 + ol,
h4 + .wp-block-columns,
h4 + .wp-block-table,
h4 + .wp-block-image,
h4 + .wp-block-gallery, h5 + p,
h5 + ul,
h5 + ol,
h5 + .wp-block-columns,
h5 + .wp-block-table,
h5 + .wp-block-image,
h5 + .wp-block-gallery, h6 + p,
h6 + ul,
h6 + ol,
h6 + .wp-block-columns,
h6 + .wp-block-table,
h6 + .wp-block-image,
h6 + .wp-block-gallery {
  margin-top: 20px;
}

p:not([class*=roofline]) + h1, p:not([class*=roofline]) + h2, p:not([class*=roofline]) + h3, p:not([class*=roofline]) + h4, p:not([class*=roofline]) + h5, p:not([class*=roofline]) + h6, p:not([class*=roofline]) + p, p:not([class*=roofline]) + 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: 20px;
}
p:not([class*=roofline]) + p, p:not([class*=roofline]) + ul:not(.sub-menu), p:not([class*=roofline]) + ol,
ul + p,
ul + ul:not(.sub-menu),
ul + ol,
ol + p,
ol + ul:not(.sub-menu),
ol + ol,
header + p,
header + ul:not(.sub-menu),
header + ol {
  margin-top: 20px;
}

.wp-block-heading + .wp-block-heading {
  margin-top: 20px;
}

h1 {
  font-size: clamp(1.7777777778rem, 1.2072072072rem + 3.2094594595vw, 3.8888888889rem);
  line-height: 114%;
}

h2 {
  font-size: clamp(1.4444444444rem, 0.963963964rem + 2.7027027027vw, 3.2222222222rem);
  line-height: 106%;
}

h3 {
  font-size: clamp(1.3333333333rem, 1.1831831832rem + 0.8445945946vw, 1.8888888889rem);
}

h4 {
  font-size: clamp(1.2222222222rem, 1.1021021021rem + 0.6756756757vw, 1.6666666667rem);
  color: var(--second-color);
}

h5 {
  font-size: clamp(1rem, 0.8198198198rem + 1.0135135135vw, 1.6666666667rem);
  color: var(--second-color);
}

h6 {
  font-size: clamp(0.8888888889rem, 0.7687687688rem + 0.6756756757vw, 1.3333333333rem);
  color: var(--second-color);
}

p + p {
  margin-top: var(--fl-margin-before-small);
}

p[class*=roofline] {
  font-weight: 700;
}

.minitext, .is-style-minitext {
  font-size: var(--miniFontSize);
}

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(--main-color);
  transition: var(--baseTransition);
  word-wrap: break-word;
}

.editor-styles-wrapper .block-editor-block-list__block 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):not(.splide__list):not(.wpc-filters-ul-list):not(.wpc-filter-chips-list):not(.woocommerce-error):not(.products):not(.info_box ul) li {
  position: relative;
  padding-left: 15px;
  margin: 10px 0;
}
.editor-styles-wrapper .block-editor-block-list__block 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):not(.splide__list):not(.wpc-filters-ul-list):not(.wpc-filter-chips-list):not(.woocommerce-error):not(.products):not(.info_box ul) li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: var(--second-color);
}
.editor-styles-wrapper .block-editor-block-list__block ol {
  counter-reset: index;
}
.editor-styles-wrapper .block-editor-block-list__block ol li {
  counter-reset: index_sub;
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
}
.editor-styles-wrapper .block-editor-block-list__block ol li:before {
  counter-increment: index;
  content: counter(index) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--second-color);
  font-size: 19px;
  font-weight: 600;
}
.editor-styles-wrapper .block-editor-block-list__block ol li ol li:before {
  counter-increment: index_sub;
  content: counter(index_sub) ".";
}
.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) {
  position: relative;
  display: inline-block;
  padding: 16px 24px 16px 48px;
  border-radius: 6px;
  background: var(--main-color);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  line-height: normal;
}
.editor-styles-wrapper .wp-block-buttons .wp-block-button > .wp-block-button__link:not(.has-text-color):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../img/arrow_button.svg") no-repeat center/contain;
  filter: brightness(0) invert(1);
  transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.editor-styles-wrapper .wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  background: transparent;
  color: var(--main-color);
  text-decoration: underline;
  border: 0;
  border-radius: 0;
}
.editor-styles-wrapper .wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):before {
  filter: none;
}

.wp-block-buttons {
  margin-top: clamp(1.3888888889rem, 1.0135135135rem + 2.1114864865vw, 2.7777777778rem);
}
.wp-block-buttons.is-layout-flex {
  column-gap: 50px !important;
  row-gap: 10px !important;
}
.wp-block-buttons .wp-block-button a.wp-block-button__link {
  text-align: center;
}
.wp-block-buttons:where(.is-layout-flex) {
  row-gap: 10px !important;
  column-gap: 50px !important;
}

.nav-previous a,
.nav-next a {
  margin-top: 20px;
}

button.submit,
.gform_footer input[type=submit],
.gform_button[type=submit],
.map_btn button,
a.button,
a.btn,
.wp-block-button > .wp-block-button__link:not(.has-text-color),
.nav-previous a,
.nav-next a,
.hph-gpdr-google-maps .iframewrap BUTTON.loadiframebtn,
.hph-gpdr-google-maps BUTTON.button,
.px-iframe .button,
.px-iframe input[type=submit],
.px-iframe button {
  position: relative;
  display: inline-block;
  padding: 16px 24px 16px 48px;
  background: var(--main-color);
  border-radius: 6px;
  color: #fff;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  line-height: normal;
  transition: padding-left 0.6s cubic-bezier(0.4, 0, 0.2, 1), padding-right 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
button.submit::before,
.gform_footer input[type=submit]::before,
.gform_button[type=submit]::before,
.map_btn button::before,
a.button::before,
a.btn::before,
.wp-block-button > .wp-block-button__link:not(.has-text-color)::before,
.nav-previous a::before,
.nav-next a::before,
.hph-gpdr-google-maps .iframewrap BUTTON.loadiframebtn::before,
.hph-gpdr-google-maps BUTTON.button::before,
.px-iframe .button::before,
.px-iframe input[type=submit]::before,
.px-iframe button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 15px;
  height: 15px;
  background: url("../img/arrow_button.svg") no-repeat center/contain;
  filter: brightness(0) invert(1);
  transform: translateY(-50%);
  transition: left 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
}
button.submit:hover, button.submit:focus, button.submit:focus-visible,
.gform_footer input[type=submit]:hover,
.gform_footer input[type=submit]:focus,
.gform_footer input[type=submit]:focus-visible,
.gform_button[type=submit]:hover,
.gform_button[type=submit]:focus,
.gform_button[type=submit]:focus-visible,
.map_btn button:hover,
.map_btn button:focus,
.map_btn button:focus-visible,
a.button:hover,
a.button:focus,
a.button:focus-visible,
a.btn:hover,
a.btn:focus,
a.btn:focus-visible,
.wp-block-button > .wp-block-button__link:not(.has-text-color):hover,
.wp-block-button > .wp-block-button__link:not(.has-text-color):focus,
.wp-block-button > .wp-block-button__link:not(.has-text-color):focus-visible,
.nav-previous a:hover,
.nav-previous a:focus,
.nav-previous a:focus-visible,
.nav-next a:hover,
.nav-next a:focus,
.nav-next a:focus-visible,
.hph-gpdr-google-maps .iframewrap BUTTON.loadiframebtn:hover,
.hph-gpdr-google-maps .iframewrap BUTTON.loadiframebtn:focus,
.hph-gpdr-google-maps .iframewrap BUTTON.loadiframebtn:focus-visible,
.hph-gpdr-google-maps BUTTON.button:hover,
.hph-gpdr-google-maps BUTTON.button:focus,
.hph-gpdr-google-maps BUTTON.button:focus-visible,
.px-iframe .button:hover,
.px-iframe input[type=submit]:hover,
.px-iframe button:hover,
.px-iframe .button:focus,
.px-iframe input[type=submit]:focus,
.px-iframe button:focus,
.px-iframe .button:focus-visible,
.px-iframe input[type=submit]:focus-visible,
.px-iframe button:focus-visible {
  padding-left: 24px;
  padding-right: 48px;
}
button.submit:hover::before, button.submit:focus::before, button.submit:focus-visible::before,
.gform_footer input[type=submit]:hover::before,
.gform_footer input[type=submit]:focus::before,
.gform_footer input[type=submit]:focus-visible::before,
.gform_button[type=submit]:hover::before,
.gform_button[type=submit]:focus::before,
.gform_button[type=submit]:focus-visible::before,
.map_btn button:hover::before,
.map_btn button:focus::before,
.map_btn button:focus-visible::before,
a.button:hover::before,
a.button:focus::before,
a.button:focus-visible::before,
a.btn:hover::before,
a.btn:focus::before,
a.btn:focus-visible::before,
.wp-block-button > .wp-block-button__link:not(.has-text-color):hover::before,
.wp-block-button > .wp-block-button__link:not(.has-text-color):focus::before,
.wp-block-button > .wp-block-button__link:not(.has-text-color):focus-visible::before,
.nav-previous a:hover::before,
.nav-previous a:focus::before,
.nav-previous a:focus-visible::before,
.nav-next a:hover::before,
.nav-next a:focus::before,
.nav-next a:focus-visible::before,
.hph-gpdr-google-maps .iframewrap BUTTON.loadiframebtn:hover::before,
.hph-gpdr-google-maps .iframewrap BUTTON.loadiframebtn:focus::before,
.hph-gpdr-google-maps .iframewrap BUTTON.loadiframebtn:focus-visible::before,
.hph-gpdr-google-maps BUTTON.button:hover::before,
.hph-gpdr-google-maps BUTTON.button:focus::before,
.hph-gpdr-google-maps BUTTON.button:focus-visible::before,
.px-iframe .button:hover::before,
.px-iframe input[type=submit]:hover::before,
.px-iframe button:hover::before,
.px-iframe .button:focus::before,
.px-iframe input[type=submit]:focus::before,
.px-iframe button:focus::before,
.px-iframe .button:focus-visible::before,
.px-iframe input[type=submit]:focus-visible::before,
.px-iframe button:focus-visible::before {
  left: calc(100% - 39px);
}

.wp-block-button.is-style-outline:not(.teaser-single .wp-block-button.is-style-outline):not(.px-textimagewall .wp-block-button.is-style-outline) > .wp-block-button__link:not(.has-text-color),
.btn.btn-border {
  background: transparent;
  color: var(--main-color);
  text-decoration: underline;
  border: 0;
  border-radius: 0;
  padding-left: 24px;
}
.wp-block-button.is-style-outline:not(.teaser-single .wp-block-button.is-style-outline):not(.px-textimagewall .wp-block-button.is-style-outline) > .wp-block-button__link:not(.has-text-color):before,
.btn.btn-border:before {
  filter: none;
  left: 0;
}
.wp-block-button.is-style-outline:not(.teaser-single .wp-block-button.is-style-outline):not(.px-textimagewall .wp-block-button.is-style-outline) > .wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-outline:not(.teaser-single .wp-block-button.is-style-outline):not(.px-textimagewall .wp-block-button.is-style-outline) > .wp-block-button__link:not(.has-text-color):focus, .wp-block-button.is-style-outline:not(.teaser-single .wp-block-button.is-style-outline):not(.px-textimagewall .wp-block-button.is-style-outline) > .wp-block-button__link:not(.has-text-color):focus-visible,
.btn.btn-border:hover,
.btn.btn-border:focus,
.btn.btn-border:focus-visible {
  padding-left: 0;
  background: transparent;
}
.wp-block-button.is-style-outline:not(.teaser-single .wp-block-button.is-style-outline):not(.px-textimagewall .wp-block-button.is-style-outline) > .wp-block-button__link:not(.has-text-color):hover:before, .wp-block-button.is-style-outline:not(.teaser-single .wp-block-button.is-style-outline):not(.px-textimagewall .wp-block-button.is-style-outline) > .wp-block-button__link:not(.has-text-color):focus:before, .wp-block-button.is-style-outline:not(.teaser-single .wp-block-button.is-style-outline):not(.px-textimagewall .wp-block-button.is-style-outline) > .wp-block-button__link:not(.has-text-color):focus-visible:before,
.btn.btn-border:hover:before,
.btn.btn-border:focus:before,
.btn.btn-border:focus-visible:before {
  left: calc(100% - 39px);
}

.teaser-single .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color), .px-textimagewall .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  background: transparent;
  color: var(--main-color);
  text-decoration: underline;
  border: 0;
  border-radius: 0;
}
.teaser-single .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):before, .px-textimagewall .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):before {
  filter: none;
}
.teaser-single .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover, .px-textimagewall .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover {
  background: transparent;
}

p[class*=is-style-icon] {
  display: block;
  text-decoration: none;
  padding-left: 44px;
  position: relative;
  margin-top: 15px;
}
p[class*=is-style-icon]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
}
p[class*=is-style-icon] a {
  color: var(--fontColor);
  transition: var(--baseTransition);
  padding-right: 10px;
}
p[class*=is-style-icon] a:hover {
  text-decoration: underline;
}
p[class*=is-style-icon] + p[class*=is-style-icon] {
  margin-top: 0.7em;
}

.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-location:before {
  background: url("../img/pin.svg") no-repeat center/contain;
}

.wp-block-image.is-style-rounded img {
  border-radius: 6px;
}

.wp-block-image:not(figure.wp-block-image).is-style-icon-bg-style {
  margin-bottom: 0;
}
.wp-block-image:not(figure.wp-block-image).is-style-icon-bg-style figure {
  background: var(--lightGray);
  padding: 30px;
  border-radius: 6px;
  margin-top: var(--fl-margin-before-small) !important;
  margin-bottom: 20px !important;
}
.wp-block-image:not(figure.wp-block-image).is-style-icon-bg-style figure img {
  display: block !important;
  width: 60px !important;
  height: 60px !important;
  object-fit: contain !important;
}

figure.is-style-icon-bg-style {
  background: var(--lightGray);
  padding: 30px;
  border-radius: 6px;
  margin-top: var(--fl-margin-before-small) !important;
  margin-bottom: 20px !important;
  display: table;
}
figure.is-style-icon-bg-style img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
}

figure.aligncenter .wp-element-caption {
  text-align: center;
}

.is-style-text-shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 0 3px 8px rgba(0, 0, 0, 0.6);
}
.is-style-text-shadow li {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 0 3px 8px rgba(0, 0, 0, 0.6);
}

#allcont .wp-block-table {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#allcont .wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  background: transparent;
}
#allcont .wp-block-table table thead tr {
  background: var(--main-color);
}
#allcont .wp-block-table table thead th:first-child {
  border-top-left-radius: 6px;
}
#allcont .wp-block-table table thead th:last-child {
  border-top-right-radius: 6px;
}
#allcont .wp-block-table table tr {
  background: transparent;
}
#allcont .wp-block-table table tr th {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 30px 20px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--lightBG);
  text-align: left;
  white-space: normal;
  text-wrap: balance;
  overflow-wrap: normal;
}
#allcont .wp-block-table table tr td {
  padding: 30px 20px !important;
  border: 0;
  border-bottom: 1px solid var(--lightBG);
  white-space: normal;
  text-wrap: balance;
  overflow-wrap: normal;
}
#allcont .wp-block-table table thead,
#allcont .wp-block-table table tfoot {
  border: 0;
  border: none;
}
#allcont .wp-block-table table tfoot td {
  font-weight: normal;
  border: 0;
  border: none;
  padding: 10px 15px;
  text-align: left;
  border-bottom: 1px solid var(--lightBG);
}
#allcont .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--lighterBG) !important;
}

#site {
  max-width: var(--pageLimit);
  width: 100%;
  margin: 0 auto;
  background: var(--contrastColorInverted);
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
}
#site .allcont {
  container-type: inline-size;
  position: relative;
  flex: 1 0 auto;
  overflow-x: clip;
}
#site .allcont > .cont > *:first-child:not(.px-banner):not(.item.page) {
  margin-top: 220px;
}
@media all and (max-width: 1200px) {
  #site .allcont > .cont > *:first-child:not(.px-banner):not(.item.page) {
    margin-top: 160px;
  }
}
#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(--maxWidthBig);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1534.08px) {
  #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 {
    width: var(--baseWidth);
  }
}
#site .allcont .entry-content > *:first-child:not(.px-banner) {
  margin-top: 220px;
}
@media all and (max-width: 1200px) {
  #site .allcont .entry-content > *:first-child:not(.px-banner) {
    margin-top: 160px;
  }
}
#site .allcont .entry-content > section.no-results.not-found {
  margin: 100px auto;
  max-width: var(--maxWidthBig);
}
#site .allcont .entry-content > .wp-block-image > IMG {
  margin: 0 auto;
  display: block;
}
#site .allcont .entry-content > table td {
  padding: 16px;
  padding: 1rem;
}
#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;
}
#site .allcont .entry-content .video-wrapper {
  position: relative;
}
#site .allcont .entry-content .video-wrapper video {
  max-width: 100%;
}
#site .allcont .entry-content .video-wrapper video:not(:hover):not(:focus) + button.video-pause-button:not(:hover):not(:focus) {
  opacity: 0;
}
#site .allcont .entry-content .video-wrapper video + button.video-pause-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  background: none;
  border: none;
}
#site .allcont .entry-content .video-wrapper video + button.video-pause-button:focus {
  outline: 2px solid var(--main-color);
}
#site .allcont .entry-content .video-wrapper video + button.video-pause-button + button.video-play-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  background: none;
  border: none;
}
#site .allcont .entry-content .video-wrapper video + button.video-pause-button + button.video-play-button:focus {
  outline: 2px solid var(--main-color);
}

BODY.error404 #site {
  min-height: 100vh;
  background: var(--lighterBG);
}
BODY.error404 .allcont {
  height: 100%;
  display: grid;
  place-content: center;
  padding: 0 4% 4%;
}
BODY.error404 .cont {
  max-width: 900px;
  margin: 0 auto;
}
BODY.error404 .cont h1 {
  margin: 0;
  margin-bottom: clamp(1.1111111111rem, 0.8108108108rem + 1.6891891892vw, 2.2222222222rem);
  font-size: clamp(5.5555555556rem, 4.0540540541rem + 8.4459459459vw, 11.1111111111rem) !important;
  text-align: center;
  animation: idle 2s infinite alternate;
}
BODY.error404 .cont p {
  text-align: center;
  font-size: 20px;
}
BODY.error404 .cont .buttons {
  margin-top: clamp(1.6666666667rem, 1.2162162162rem + 2.5337837838vw, 3.3333333333rem);
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@keyframes idle {
  to {
    transform: translateY(10px);
  }
}

Body.search #allcont .entry-content,
BODY.error404 #allcont .entry-content {
  margin: 0 auto;
  width: var(--baseWidth);
  max-width: var(--maxWidthBig);
}
Body.search #allcont .search-form,
BODY.error404 #allcont .search-form {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 33px;
  margin: 30px 0;
  max-width: 500px;
}
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(--main-color);
  font-size: 16px !important;
  color: var(--fontColor);
  padding: 15px !important;
  background: transparent !important;
  min-width: 260px;
  width: 100%;
}
@media all and (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(--second-color);
}
Body.search #allcont label,
BODY.error404 #allcont label {
  width: 100%;
}

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(--second-color);
}
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 all and (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;
}

.floating-label {
  position: relative;
}
.floating-label :is(input,
textarea) {
  padding: 20px 15px;
}
.floating-label label {
  display: block;
  transition: var(--baseTransition);
  position: absolute;
  top: 0;
  left: 15px;
  transform: translateY(1rem);
  pointer-events: none;
  margin-bottom: 0 !important;
}
.floating-label:focus-within label,
.floating-label input:not(:placeholder-shown) + label,
.floating-label textarea:not(:placeholder-shown) + label,
.floating-label :-webkit-autofill + label {
  transform: translateY(0.25rem);
  font-size: 80% !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 {
  padding: 25px 15px 15px;
}
.floating-label ::-webkit-input-placeholder {
  color: transparent;
}
.floating-label :-moz-placeholder {
  opacity: 1;
  color: transparent;
}
.floating-label ::-moz-placeholder {
  opacity: 1;
  color: transparent;
}
.floating-label :-ms-input-placeholder {
  color: transparent;
}

.gform_wrapper.floating-labels input, .gform_wrapper.floating-labels textarea, .gform_wrapper.floating-labels select {
  padding: 30px 15px 20px !important;
}

input, select, textarea {
  width: 100%;
  border: 1px solid var(--formBorderColor);
  border-radius: 6px;
  font-family: var(--mainFont);
}
input:focus, select:focus, textarea:focus {
  border: 1px solid var(--main-color);
  outline: none;
}

input[type=submit] {
  width: auto;
  cursor: pointer;
}
input[type=submit]:focus {
  border: none;
  outline: none;
}

select {
  appearance: none;
  cursor: pointer;
  color: var(--fontColor);
  background: url("../img/select.svg") no-repeat center right 10px/15px auto;
}
select option {
  color: var(--fontColor);
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
  height: 150px;
}

input[type=radio], input[type=checkbox] {
  width: auto;
  margin-right: 5px;
}

input:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--contrastColorInverted) inset;
  -webkit-text-fill-color: var(--contrastColor);
}

::-webkit-input-placeholder {
  color: var(--mainColorDark);
}

:-moz-placeholder {
  opacity: 1;
  color: var(--mainColorDark);
}

::-moz-placeholder {
  opacity: 1;
  color: var(--mainColorDark);
}

:-ms-input-placeholder {
  color: var(--mainColorDark);
}

:focus {
  outline: rgba(var(--contrastColorInvertedRGB), 0);
}

.checkbox, .radio {
  padding: 10px;
}
.checkbox input, .radio input {
  cursor: pointer;
  appearance: none;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: var(--contrastColorInverted);
  background-position: center;
  border: 1px solid var(--formBorderColor);
  transition: var(--baseTransition);
}
.checkbox input:hover, .radio input:hover {
  border-color: var(--main-color);
}
.checkbox input:checked, .radio input:checked {
  background: var(--contrastColorInverted) url("../Images/check.svg") no-repeat center center/80% auto;
  border: 1px solid var(--main-color);
}
.checkbox input[type=radio], .radio input[type=radio] {
  border-radius: 100%;
}

BODY.archive .postsloop {
  margin-top: 40px;
}
@media all and (max-width: 450px) {
  BODY.archive .postsloop {
    margin-top: 30px;
  }
}

BODY.blog .allcont .cont > .type-post,
BODY.blog .allcont .cont > .item.inner,
BODY.single .allcont .cont > .type-post,
BODY.single .allcont .cont > .item.inner,
BODY.archive .allcont .cont > .type-post,
BODY.archive .allcont .cont > .item.inner,
.px-news .allcont .cont > .type-post,
.px-news .allcont .cont > .item.inner {
  margin: 0 auto 100px;
}
BODY.blog .news-inner,
BODY.single .news-inner,
BODY.archive .news-inner,
.px-news .news-inner {
  margin: 0 auto;
}
@media all and (min-width: 651px) {
  BODY.blog .news-inner > .postsloop > article:first-child,
  BODY.single .news-inner > .postsloop > article:first-child,
  BODY.archive .news-inner > .postsloop > article:first-child,
  .px-news .news-inner > .postsloop > article:first-child {
    grid-row-end: span 2;
    flex-direction: column;
  }
  BODY.blog .news-inner > .postsloop > article:first-child .postimagesection,
  BODY.single .news-inner > .postsloop > article:first-child .postimagesection,
  BODY.archive .news-inner > .postsloop > article:first-child .postimagesection,
  .px-news .news-inner > .postsloop > article:first-child .postimagesection {
    flex: 0 0 393px;
  }
  BODY.blog .news-inner > .postsloop > article:first-child .content,
  BODY.single .news-inner > .postsloop > article:first-child .content,
  BODY.archive .news-inner > .postsloop > article:first-child .content,
  .px-news .news-inner > .postsloop > article:first-child .content {
    padding: clamp(1.1111111111rem, 0.8108108108rem + 1.6891891892vw, 2.2222222222rem) clamp(1.1111111111rem, 0.960960961rem + 0.8445945946vw, 1.6666666667rem) 14px;
  }
}
BODY.blog .allcont .cont > .type-post,
BODY.blog .allcont .cont > .item.inner,
BODY.blog .news-inner,
BODY.single .allcont .cont > .type-post,
BODY.single .allcont .cont > .item.inner,
BODY.single .news-inner,
BODY.archive .allcont .cont > .type-post,
BODY.archive .allcont .cont > .item.inner,
BODY.archive .news-inner,
.px-news .allcont .cont > .type-post,
.px-news .allcont .cont > .item.inner,
.px-news .news-inner {
  max-width: var(--maxWidth);
  width: var(--baseWidth);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
}
@media all and (max-width: 960px) {
  BODY.blog .allcont .cont > .type-post,
  BODY.blog .allcont .cont > .item.inner,
  BODY.blog .news-inner,
  BODY.single .allcont .cont > .type-post,
  BODY.single .allcont .cont > .item.inner,
  BODY.single .news-inner,
  BODY.archive .allcont .cont > .type-post,
  BODY.archive .allcont .cont > .item.inner,
  BODY.archive .news-inner,
  .px-news .allcont .cont > .type-post,
  .px-news .allcont .cont > .item.inner,
  .px-news .news-inner {
    display: block;
  }
}
BODY.blog .allcont .cont > .type-post .author-header img,
BODY.blog .allcont .cont > .item.inner .author-header img,
BODY.blog .news-inner .author-header img,
BODY.single .allcont .cont > .type-post .author-header img,
BODY.single .allcont .cont > .item.inner .author-header img,
BODY.single .news-inner .author-header img,
BODY.archive .allcont .cont > .type-post .author-header img,
BODY.archive .allcont .cont > .item.inner .author-header img,
BODY.archive .news-inner .author-header img,
.px-news .allcont .cont > .type-post .author-header img,
.px-news .allcont .cont > .item.inner .author-header img,
.px-news .news-inner .author-header img {
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: 250px;
  object-fit: contain;
  object-position: left bottom;
  display: block;
  margin-bottom: 25px;
}
BODY.blog .allcont .cont > .type-post .entry-content-post,
BODY.blog .allcont .cont > .item.inner .entry-content-post,
BODY.blog .news-inner .entry-content-post,
BODY.single .allcont .cont > .type-post .entry-content-post,
BODY.single .allcont .cont > .item.inner .entry-content-post,
BODY.single .news-inner .entry-content-post,
BODY.archive .allcont .cont > .type-post .entry-content-post,
BODY.archive .allcont .cont > .item.inner .entry-content-post,
BODY.archive .news-inner .entry-content-post,
.px-news .allcont .cont > .type-post .entry-content-post,
.px-news .allcont .cont > .item.inner .entry-content-post,
.px-news .news-inner .entry-content-post {
  flex: 1;
}
BODY.blog .allcont .cont > .type-post #secondary,
BODY.blog .allcont .cont > .item.inner #secondary,
BODY.blog .news-inner #secondary,
BODY.single .allcont .cont > .type-post #secondary,
BODY.single .allcont .cont > .item.inner #secondary,
BODY.single .news-inner #secondary,
BODY.archive .allcont .cont > .type-post #secondary,
BODY.archive .allcont .cont > .item.inner #secondary,
BODY.archive .news-inner #secondary,
.px-news .allcont .cont > .type-post #secondary,
.px-news .allcont .cont > .item.inner #secondary,
.px-news .news-inner #secondary {
  flex: 0 0 30%;
  padding: 30px 20px;
  border-left: 1px solid var(--main-color);
}
@media all and (max-width: 960px) {
  BODY.blog .allcont .cont > .type-post #secondary,
  BODY.blog .allcont .cont > .item.inner #secondary,
  BODY.blog .news-inner #secondary,
  BODY.single .allcont .cont > .type-post #secondary,
  BODY.single .allcont .cont > .item.inner #secondary,
  BODY.single .news-inner #secondary,
  BODY.archive .allcont .cont > .type-post #secondary,
  BODY.archive .allcont .cont > .item.inner #secondary,
  BODY.archive .news-inner #secondary,
  .px-news .allcont .cont > .type-post #secondary,
  .px-news .allcont .cont > .item.inner #secondary,
  .px-news .news-inner #secondary {
    margin-top: 40px;
  }
}
BODY.blog .allcont .cont > .type-post #secondary .wp-block-heading,
BODY.blog .allcont .cont > .item.inner #secondary .wp-block-heading,
BODY.blog .news-inner #secondary .wp-block-heading,
BODY.single .allcont .cont > .type-post #secondary .wp-block-heading,
BODY.single .allcont .cont > .item.inner #secondary .wp-block-heading,
BODY.single .news-inner #secondary .wp-block-heading,
BODY.archive .allcont .cont > .type-post #secondary .wp-block-heading,
BODY.archive .allcont .cont > .item.inner #secondary .wp-block-heading,
BODY.archive .news-inner #secondary .wp-block-heading,
.px-news .allcont .cont > .type-post #secondary .wp-block-heading,
.px-news .allcont .cont > .item.inner #secondary .wp-block-heading,
.px-news .news-inner #secondary .wp-block-heading {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  text-wrap: balance;
}
BODY.blog .allcont .cont > .type-post #secondary .wp-block-latest-posts.wp-block-latest-posts__list li,
BODY.blog .allcont .cont > .item.inner #secondary .wp-block-latest-posts.wp-block-latest-posts__list li,
BODY.blog .news-inner #secondary .wp-block-latest-posts.wp-block-latest-posts__list li,
BODY.single .allcont .cont > .type-post #secondary .wp-block-latest-posts.wp-block-latest-posts__list li,
BODY.single .allcont .cont > .item.inner #secondary .wp-block-latest-posts.wp-block-latest-posts__list li,
BODY.single .news-inner #secondary .wp-block-latest-posts.wp-block-latest-posts__list li,
BODY.archive .allcont .cont > .type-post #secondary .wp-block-latest-posts.wp-block-latest-posts__list li,
BODY.archive .allcont .cont > .item.inner #secondary .wp-block-latest-posts.wp-block-latest-posts__list li,
BODY.archive .news-inner #secondary .wp-block-latest-posts.wp-block-latest-posts__list li,
.px-news .allcont .cont > .type-post #secondary .wp-block-latest-posts.wp-block-latest-posts__list li,
.px-news .allcont .cont > .item.inner #secondary .wp-block-latest-posts.wp-block-latest-posts__list li,
.px-news .news-inner #secondary .wp-block-latest-posts.wp-block-latest-posts__list li {
  padding-bottom: 15px;
  border-bottom: 1px solid var(--main-color);
  margin-bottom: 15px;
}
BODY.blog .allcont .cont > .type-post #secondary .wp-block-categories-list,
BODY.blog .allcont .cont > .item.inner #secondary .wp-block-categories-list,
BODY.blog .news-inner #secondary .wp-block-categories-list,
BODY.single .allcont .cont > .type-post #secondary .wp-block-categories-list,
BODY.single .allcont .cont > .item.inner #secondary .wp-block-categories-list,
BODY.single .news-inner #secondary .wp-block-categories-list,
BODY.archive .allcont .cont > .type-post #secondary .wp-block-categories-list,
BODY.archive .allcont .cont > .item.inner #secondary .wp-block-categories-list,
BODY.archive .news-inner #secondary .wp-block-categories-list,
.px-news .allcont .cont > .type-post #secondary .wp-block-categories-list,
.px-news .allcont .cont > .item.inner #secondary .wp-block-categories-list,
.px-news .news-inner #secondary .wp-block-categories-list {
  margin-bottom: 30px;
}
BODY.blog .allcont .cont > .type-post #secondary .wp-block-latest-posts__post-title,
BODY.blog .allcont .cont > .item.inner #secondary .wp-block-latest-posts__post-title,
BODY.blog .news-inner #secondary .wp-block-latest-posts__post-title,
BODY.single .allcont .cont > .type-post #secondary .wp-block-latest-posts__post-title,
BODY.single .allcont .cont > .item.inner #secondary .wp-block-latest-posts__post-title,
BODY.single .news-inner #secondary .wp-block-latest-posts__post-title,
BODY.archive .allcont .cont > .type-post #secondary .wp-block-latest-posts__post-title,
BODY.archive .allcont .cont > .item.inner #secondary .wp-block-latest-posts__post-title,
BODY.archive .news-inner #secondary .wp-block-latest-posts__post-title,
.px-news .allcont .cont > .type-post #secondary .wp-block-latest-posts__post-title,
.px-news .allcont .cont > .item.inner #secondary .wp-block-latest-posts__post-title,
.px-news .news-inner #secondary .wp-block-latest-posts__post-title {
  color: var(--main-color);
  text-wrap: balance;
}
BODY.blog .allcont .cont > .type-post #secondary .wp-block-latest-posts__post-excerpt,
BODY.blog .allcont .cont > .item.inner #secondary .wp-block-latest-posts__post-excerpt,
BODY.blog .news-inner #secondary .wp-block-latest-posts__post-excerpt,
BODY.single .allcont .cont > .type-post #secondary .wp-block-latest-posts__post-excerpt,
BODY.single .allcont .cont > .item.inner #secondary .wp-block-latest-posts__post-excerpt,
BODY.single .news-inner #secondary .wp-block-latest-posts__post-excerpt,
BODY.archive .allcont .cont > .type-post #secondary .wp-block-latest-posts__post-excerpt,
BODY.archive .allcont .cont > .item.inner #secondary .wp-block-latest-posts__post-excerpt,
BODY.archive .news-inner #secondary .wp-block-latest-posts__post-excerpt,
.px-news .allcont .cont > .type-post #secondary .wp-block-latest-posts__post-excerpt,
.px-news .allcont .cont > .item.inner #secondary .wp-block-latest-posts__post-excerpt,
.px-news .news-inner #secondary .wp-block-latest-posts__post-excerpt {
  font-size: 15px;
  margin-bottom: 0;
  text-wrap: balance;
}
BODY.blog .allcont .cont > .type-post #secondary .wp-block-categories-list,
BODY.blog .allcont .cont > .item.inner #secondary .wp-block-categories-list,
BODY.blog .news-inner #secondary .wp-block-categories-list,
BODY.single .allcont .cont > .type-post #secondary .wp-block-categories-list,
BODY.single .allcont .cont > .item.inner #secondary .wp-block-categories-list,
BODY.single .news-inner #secondary .wp-block-categories-list,
BODY.archive .allcont .cont > .type-post #secondary .wp-block-categories-list,
BODY.archive .allcont .cont > .item.inner #secondary .wp-block-categories-list,
BODY.archive .news-inner #secondary .wp-block-categories-list,
.px-news .allcont .cont > .type-post #secondary .wp-block-categories-list,
.px-news .allcont .cont > .item.inner #secondary .wp-block-categories-list,
.px-news .news-inner #secondary .wp-block-categories-list {
  text-transform: uppercase;
  color: var(--main-color);
}
BODY.blog .allcont .cont > .type-post #secondary .wp-block-categories-list a,
BODY.blog .allcont .cont > .item.inner #secondary .wp-block-categories-list a,
BODY.blog .news-inner #secondary .wp-block-categories-list a,
BODY.single .allcont .cont > .type-post #secondary .wp-block-categories-list a,
BODY.single .allcont .cont > .item.inner #secondary .wp-block-categories-list a,
BODY.single .news-inner #secondary .wp-block-categories-list a,
BODY.archive .allcont .cont > .type-post #secondary .wp-block-categories-list a,
BODY.archive .allcont .cont > .item.inner #secondary .wp-block-categories-list a,
BODY.archive .news-inner #secondary .wp-block-categories-list a,
.px-news .allcont .cont > .type-post #secondary .wp-block-categories-list a,
.px-news .allcont .cont > .item.inner #secondary .wp-block-categories-list a,
.px-news .news-inner #secondary .wp-block-categories-list a {
  color: var(--main-color);
}
BODY.blog .allcont .cont > .type-post #secondary .wp-block-tag-cloud a,
BODY.blog .allcont .cont > .item.inner #secondary .wp-block-tag-cloud a,
BODY.blog .news-inner #secondary .wp-block-tag-cloud a,
BODY.single .allcont .cont > .type-post #secondary .wp-block-tag-cloud a,
BODY.single .allcont .cont > .item.inner #secondary .wp-block-tag-cloud a,
BODY.single .news-inner #secondary .wp-block-tag-cloud a,
BODY.archive .allcont .cont > .type-post #secondary .wp-block-tag-cloud a,
BODY.archive .allcont .cont > .item.inner #secondary .wp-block-tag-cloud a,
BODY.archive .news-inner #secondary .wp-block-tag-cloud a,
.px-news .allcont .cont > .type-post #secondary .wp-block-tag-cloud a,
.px-news .allcont .cont > .item.inner #secondary .wp-block-tag-cloud a,
.px-news .news-inner #secondary .wp-block-tag-cloud a {
  background: var(--main-color);
  color: #fff;
  padding: 6px 12px;
  border-radius: 150px;
  line-height: 150%;
}
BODY.blog .allcont .cont > .type-post #secondary .wp-block-tag-cloud a:hover,
BODY.blog .allcont .cont > .item.inner #secondary .wp-block-tag-cloud a:hover,
BODY.blog .news-inner #secondary .wp-block-tag-cloud a:hover,
BODY.single .allcont .cont > .type-post #secondary .wp-block-tag-cloud a:hover,
BODY.single .allcont .cont > .item.inner #secondary .wp-block-tag-cloud a:hover,
BODY.single .news-inner #secondary .wp-block-tag-cloud a:hover,
BODY.archive .allcont .cont > .type-post #secondary .wp-block-tag-cloud a:hover,
BODY.archive .allcont .cont > .item.inner #secondary .wp-block-tag-cloud a:hover,
BODY.archive .news-inner #secondary .wp-block-tag-cloud a:hover,
.px-news .allcont .cont > .type-post #secondary .wp-block-tag-cloud a:hover,
.px-news .allcont .cont > .item.inner #secondary .wp-block-tag-cloud a:hover,
.px-news .news-inner #secondary .wp-block-tag-cloud a:hover {
  background: var(--second-color);
}
BODY.blog .postsloop,
BODY.single .postsloop,
BODY.archive .postsloop,
.px-news .postsloop {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
  gap: 20px;
  width: 100%;
}
@media all and (max-width: 650px) {
  BODY.blog .postsloop,
  BODY.single .postsloop,
  BODY.archive .postsloop,
  .px-news .postsloop {
    display: block;
  }
}
BODY.blog .postsloop > article,
BODY.single .postsloop > article,
BODY.archive .postsloop > article,
.px-news .postsloop > article {
  box-sizing: border-box;
  display: flex;
  border-radius: 6px;
  background: var(--lightGray);
  overflow: hidden;
}
@media all and (max-width: 650px) {
  BODY.blog .postsloop > article,
  BODY.single .postsloop > article,
  BODY.archive .postsloop > article,
  .px-news .postsloop > article {
    margin-bottom: 20px;
    flex-direction: column;
  }
}
BODY.blog .postsloop > article .postimagesection,
BODY.single .postsloop > article .postimagesection,
BODY.archive .postsloop > article .postimagesection,
.px-news .postsloop > article .postimagesection {
  flex: 0 0 36%;
  position: relative;
  margin: 0;
  width: 100%;
  transition: var(--baseTransition);
  overflow: hidden;
}
@media all and (max-width: 650px) {
  BODY.blog .postsloop > article .postimagesection,
  BODY.single .postsloop > article .postimagesection,
  BODY.archive .postsloop > article .postimagesection,
  .px-news .postsloop > article .postimagesection {
    flex: 0 0 200px;
  }
}
BODY.blog .postsloop > article .postimagesection a,
BODY.single .postsloop > article .postimagesection a,
BODY.archive .postsloop > article .postimagesection a,
.px-news .postsloop > article .postimagesection a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
BODY.blog .postsloop > article .postimagesection img,
BODY.single .postsloop > article .postimagesection img,
BODY.archive .postsloop > article .postimagesection img,
.px-news .postsloop > article .postimagesection img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: var(--baseTransition);
}
BODY.blog .postsloop > article .postimagesection:hover img, BODY.blog .postsloop > article .postimagesection:focus img,
BODY.single .postsloop > article .postimagesection:hover img,
BODY.single .postsloop > article .postimagesection:focus img,
BODY.archive .postsloop > article .postimagesection:hover img,
BODY.archive .postsloop > article .postimagesection:focus img,
.px-news .postsloop > article .postimagesection:hover img,
.px-news .postsloop > article .postimagesection:focus img {
  transform: scale(1.1);
}
BODY.blog .postsloop > article .content,
BODY.single .postsloop > article .content,
BODY.archive .postsloop > article .content,
.px-news .postsloop > article .content {
  padding: clamp(1.1111111111rem, 0.960960961rem + 0.8445945946vw, 1.6666666667rem) clamp(1.1111111111rem, 0.960960961rem + 0.8445945946vw, 1.6666666667rem) 14px clamp(1.1111111111rem, 0.6606606607rem + 2.5337837838vw, 2.7777777778rem);
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media all and (max-width: 768px) {
  BODY.blog .postsloop > article .content,
  BODY.single .postsloop > article .content,
  BODY.archive .postsloop > article .content,
  .px-news .postsloop > article .content {
    padding: 15px;
  }
}
BODY.blog .postsloop > article .content .meta-info,
BODY.single .postsloop > article .content .meta-info,
BODY.archive .postsloop > article .content .meta-info,
.px-news .postsloop > article .content .meta-info {
  color: #808080;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 2px;
}
BODY.blog .postsloop > article .content .meta-info a,
BODY.single .postsloop > article .content .meta-info a,
BODY.archive .postsloop > article .content .meta-info a,
.px-news .postsloop > article .content .meta-info a {
  color: #808080;
}
BODY.blog .postsloop > article .content .entry-header h3,
BODY.single .postsloop > article .content .entry-header h3,
BODY.archive .postsloop > article .content .entry-header h3,
.px-news .postsloop > article .content .entry-header h3 {
  font-size: clamp(1.1111111111rem, 0.9009009009rem + 1.1824324324vw, 1.8888888889rem);
  font-weight: 500;
  margin-bottom: 20px;
}
BODY.blog .postsloop > article .content .entry-header h3 a,
BODY.single .postsloop > article .content .entry-header h3 a,
BODY.archive .postsloop > article .content .entry-header h3 a,
.px-news .postsloop > article .content .entry-header h3 a {
  color: var(--fontColor);
}
BODY.blog .postsloop > article .content .btn_section,
BODY.single .postsloop > article .content .btn_section,
BODY.archive .postsloop > article .content .btn_section,
.px-news .postsloop > article .content .btn_section {
  margin-top: 2px;
}
BODY.blog .postsloop > article .content .introtext,
BODY.single .postsloop > article .content .introtext,
BODY.archive .postsloop > article .content .introtext,
.px-news .postsloop > article .content .introtext {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}
BODY.blog .navigation.pagination,
BODY.single .navigation.pagination,
BODY.archive .navigation.pagination,
.px-news .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,
.px-news .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,
.px-news .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,
.px-news .navigation.pagination .nav-links span.current {
  display: inline-block;
  background: var(--main-color);
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

/******************
* HPH Animation JS *
*******************/
@media (prefers-reduced-motion: no-preference) and (min-width: 769px) {
  html.js:not(:has(body[data-accessibility-animations=false])) {
    /***********
    * bounceIn *
    ************/
    /****************
    * bounceInRight *
    ****************/
    /******************
    * Bounce in left *
    *******************/
    /******************
    * Bounce in up *
    *******************/
    /******************
    * Bounce in down *
    *******************/
    /**********
    * Fade In *
    **********/
    /*********************
    * fadeInUp
    *********************/
    /*********************
    * fadeInDown
    *********************/
    /*********************
    * fadeInRight
    *********************/
    /*********************
    * fadeInLeft
    *********************/
    /*********************
    * appear
    *********************/
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation]:not(.animate-parent) {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate.animate-parent .col {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceIn]:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceInRight]:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceInLeft]:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceInUp]:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceInDown]:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeIn]:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInRight]:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInLeft]:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInUp]:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInDown]:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=appear]:not(.animate-parent) {
    opacity: 0;
    transform: none;
  }
  @keyframes bounceIn {
    0% {
      opacity: 0;
      transform: scale(0.3);
    }
    50% {
      transform: scale(1.05);
    }
    70% {
      transform: scale(0.9);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceIn].go:not(.animate-parent) {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceIn] .col {
    opacity: 0;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceIn] .col.go {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
  }
  @keyframes bounceInRight {
    0% {
      opacity: 0;
      transform: translateX(250px);
    }
    60% {
      transform: translateX(-30px);
    }
    80% {
      transform: translateX(10px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceInRight].go:not(.animate-parent) {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceInRight] .col {
    opacity: 0;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceInRight] .col.go {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
  }
  @keyframes bounceInLeft {
    0% {
      opacity: 0;
      transform: translateX(-250px);
    }
    60% {
      transform: translateX(30px);
    }
    80% {
      transform: translateX(-10px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceInLeft].go:not(.animate-parent) {
    animation-name: bounceInLeft;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceInLeft] .col {
    opacity: 0;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceInLeft] .col.go {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
  }
  @keyframes bounceInUp {
    0% {
      opacity: 0;
      transform: translateY(250px);
    }
    60% {
      transform: translateY(-30px);
    }
    80% {
      transform: translateY(10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceInUp].go:not(.animate-parent) {
    animation-name: bounceInUp;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceInUp] .col {
    opacity: 0;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceInUp] .col.go {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
  }
  @keyframes bounceInDown {
    0% {
      opacity: 0;
      transform: translateY(-250px);
    }
    60% {
      transform: translateY(30px);
    }
    80% {
      transform: translateY(-10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceInDown].go:not(.animate-parent) {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceInDown] .col {
    opacity: 0;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceInDown] .col.go {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      display: block;
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeIn]:not(.animate-parent) {
    transform: none;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeIn].go:not(.animate-parent) {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeIn] .col {
    opacity: 0;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeIn] .col.go {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInUp]:not(.animate-parent) {
    opacity: 0;
    transform: translateY(20px);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInUp].go:not(.animate-parent) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeInUp] .col {
    opacity: 0;
    transform: translateY(20px);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeInUp] .col.go {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInDown]:not(.animate-parent) {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInDown].go:not(.animate-parent) {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeInDown] .col {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeInDown] .col.go {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInRight]:not(.animate-parent) {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInRight].go:not(.animate-parent) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeInRight] .col {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeInRight] .col.go {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInLeft]:not(.animate-parent) {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInLeft].go:not(.animate-parent) {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeInLeft] .col {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeInLeft] .col.go {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  @keyframes appear {
    from {
      opacity: 0;
      transform: scale(1.2);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=appear]:not(.animate-parent) {
    opacity: 0;
    transform: scale(1.2);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=appear].go:not(.animate-parent) {
    -webkit-animation-name: appear;
    animation-name: appear;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.appear .col {
    opacity: 0;
    transform: scale(1.2);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.appear .col.go {
    -webkit-animation-name: appear;
    animation-name: appear;
  }
}

*[data-margin-before=extra-small] {
  margin-top: var(--fl-margin-before-extra-small);
}

*[data-margin-before=small] {
  margin-top: var(--fl-margin-before-small);
}

*[data-margin-before=medium] {
  margin-top: var(--fl-margin-before-medium);
}

*[data-margin-before=large] {
  margin-top: var(--fl-margin-before-large);
}

*[data-margin-before=extra-large] {
  margin-top: var(--fl-margin-before-extra-large);
}

*[data-margin-after=extra-small] {
  margin-bottom: var(--fl-margin-after-extra-small);
}

*[data-margin-after=small] {
  margin-bottom: var(--fl-margin-after-small);
}

*[data-margin-after=medium] {
  margin-bottom: var(--fl-margin-after-medium);
}

*[data-margin-after=large] {
  margin-bottom: var(--fl-margin-after-large);
}

*[data-margin-after=extra-large] {
  margin-bottom: var(--fl-margin-after-extra-large);
}

:root {
  --is-style-gap-small: 15px;
  --is-style-gap-large: 140px;
}

.wp-block-columns {
  column-gap: 50px !important;
  row-gap: 50px !important;
}
@media all and (max-width: 781px) {
  .wp-block-columns {
    column-gap: 0 !important;
    row-gap: 0 !important;
  }
  .wp-block-columns .wp-block-column {
    margin-bottom: 30px;
  }
}
.wp-block-columns.is-style-gap-small {
  column-gap: var(--is-style-gap-small) !important;
  row-gap: var(--is-style-gap-small) !important;
}
@media all and (max-width: 781px) {
  .wp-block-columns.is-style-gap-small {
    column-gap: 0 !important;
    row-gap: 0 !important;
  }
}
.wp-block-columns.is-style-gap-large {
  column-gap: var(--is-style-gap-large) !important;
  row-gap: var(--is-style-gap-large) !important;
}
@media all and (max-width: 1200px) {
  .wp-block-columns.is-style-gap-large {
    column-gap: 50px !important;
    row-gap: 50px !important;
  }
}
@media all and (max-width: 781px) {
  .wp-block-columns.is-style-gap-large {
    column-gap: 0 !important;
    row-gap: 0 !important;
  }
}

@media all and (min-width: 781px) {
  .wp-block-columns.has-2-columns {
    display: flex;
    flex-wrap: wrap !important;
    row-gap: 20px;
  }
  .wp-block-columns.has-2-columns .wp-block-column {
    min-width: 350px;
  }
  .wp-block-columns.has-3-columns {
    display: flex;
    row-gap: inherit !important;
    flex-wrap: wrap !important;
  }
  .wp-block-columns.has-3-columns .wp-block-column {
    min-width: 300px;
  }
  .wp-block-columns.has-4-columns {
    display: flex;
    row-gap: inherit !important;
    flex-wrap: wrap !important;
    justify-content: center;
  }
  .wp-block-columns.has-4-columns .wp-block-column {
    min-width: 240px;
    max-width: 32%;
  }
}
@media all and (max-width: 1370px) and (min-width: 781px) {
  .wp-block-columns.has-4-columns .wp-block-column {
    flex-basis: calc(50% - 50px) !important;
    max-width: 100%;
  }
  .wp-block-columns.has-4-columns.is-style-gap-small .wp-block-column {
    flex-basis: calc(50% - 15px) !important;
    max-width: 100%;
  }
  .wp-block-columns.has-4-columns.is-style-gap-large .wp-block-column {
    flex-basis: calc(50% - 140px) !important;
    max-width: 32%;
  }
}
ul.wp-block-list li {
  position: relative;
  padding-left: 15px;
  margin: 10px 0;
}
ul.wp-block-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: var(--fontColor);
}

ol.wp-block-list {
  counter-reset: index;
}
ol.wp-block-list > li {
  counter-reset: index_sub;
  position: relative;
  padding-left: 25px;
  margin: 10px 0;
  color: var(--fontColor);
}
ol.wp-block-list > li:before {
  counter-increment: index;
  content: counter(index) ".";
  position: absolute;
  left: 0;
  top: 0;
}
ol.wp-block-list > li:before li:before {
  counter-increment: index_sub;
  content: counter(index_sub) ".";
}

hr.wp-block-separator {
  border: none;
  background: var(--main-color);
  width: 20%;
  max-width: var(--maxWidthBig);
  margin-top: clamp(1.1111111111rem, 0.6606606607rem + 2.5337837838vw, 2.7777777778rem);
  margin-bottom: clamp(1.1111111111rem, 0.6606606607rem + 2.5337837838vw, 2.7777777778rem);
  max-width: var(--maxWidthBig);
  margin-right: auto;
  margin-left: auto;
}
hr.wp-block-separator.is-style-wide {
  width: 60%;
}

@media (max-width: 781px) {
  .wp-block-buttons.is-content-justification-right {
    justify-content: flex-start !important;
  }
  #site .allcont .entry-content figure.alignright {
    float: none !important;
  }
}
header.head {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 51px;
  width: 100%;
  max-width: var(--pageLimit);
  z-index: 99;
  background: transparent;
  transition: var(--baseTransition);
}
header.head .inner {
  width: var(--baseWidth);
  max-width: var(--maxWidthBig);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  backface-visibility: hidden;
  gap: 0 40px;
  padding: 12px 14px;
  background: var(--lightGray);
  border-radius: 6px;
  border: 1px solid var(--main-color);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
  transition: var(--baseTransition);
}
@media all and (max-width: 600px) {
  header.head .inner {
    gap: 0 25px;
  }
}
@media all and (max-width: 380px) {
  header.head .inner {
    gap: 0 20px;
  }
}
header.head .inner #site-navigation {
  margin-left: auto;
}
header.head .inner a.button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
@media all and (max-width: 600px) {
  header.head .inner a.button {
    display: none;
  }
}
header.head .inner a.button_mobile {
  display: none;
}
@media all and (max-width: 600px) {
  header.head .inner a.button_mobile {
    display: block;
    width: 30px;
    height: 30px;
  }
  header.head .inner a.button_mobile > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
}
header.head .inner #logo {
  transition: var(--baseTransition);
  background-image: var(--website-logo-image-url);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 60px;
  backface-visibility: hidden;
}
@media all and (max-width: 1200px) {
  header.head .inner #logo {
    background-image: var(--website-logo-sticky-image-url);
  }
}
@media all and (max-width: 380px) {
  header.head .inner #logo {
    width: 123px;
    height: 40px;
  }
}
header.head .inner #logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header.head .inner #logo span {
  display: none;
}
header.head div#page-scroll-position {
  height: 5px;
  width: 100%;
  display: block;
  background: var(--formBorderColor);
  position: absolute;
  top: 100%;
  transition: width 0.1s;
}
header.head div#page-scroll-position #indicator-bar {
  height: 100%;
  width: 0;
  display: block;
  background: var(--main-color);
}
header.head.is-sticky {
  top: 15px;
}
header.head.is-sticky > .inner #logo {
  background-image: var(--website-logo-sticky-image-url);
  width: 186px;
  height: 59px;
}
header.head.is-sticky > .inner a.button {
  background: transparent;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}
header.head.is-sticky > .inner a.button:before {
  filter: none;
}

@media all and (min-width: 1201px) {
  BODY.home header.head:not(.is-sticky) {
    top: 39px;
  }
  BODY.home #site #masthead:not(.is-sticky) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
  }
  BODY.home #site #masthead:not(.is-sticky) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  BODY.home #site #masthead:not(.is-sticky) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  BODY.home #site #masthead:not(.is-sticky) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #fff;
    color: var(--main-color);
  }
  BODY.home #site #masthead:not(.is-sticky) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
  BODY.home #site #masthead:not(.is-sticky) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    background: #fff;
    color: var(--main-color);
  }
  BODY.home header.head .inner {
    background: transparent;
    border: none;
    box-shadow: none;
  }
  BODY.home header.head.is-sticky > .inner {
    background: var(--lightGray);
    border: 1px solid var(--main-color);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
  }
}
BODY:not(.home) header.head .inner #logo {
  background-image: var(--website-logo-sticky-image-url);
  width: 186px;
  height: 59px;
}
@media all and (max-width: 380px) {
  BODY:not(.home) header.head .inner #logo {
    width: 123px;
    height: 40px;
  }
}
BODY:not(.home) header.head .inner a.button {
  background: transparent;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}
BODY:not(.home) header.head .inner a.button:before {
  filter: none;
}

@media all and (min-width: 1201px) {
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-weight: 600;
  }
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    position: relative;
  }
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid transparent;
    border-image: repeating-linear-gradient(to right, #fff 0 8px, transparent 8px 12px) 1;
  }
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child:after {
    display: none;
    content: none;
  }
}
@media all and (min-width: 1201px) {
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
  }
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout > ul.mega-sub-menu {
    top: calc(100% + 16px);
    min-width: 400px;
  }
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout > ul.mega-sub-menu::before {
    content: "";
    position: absolute;
    left: 30px;
    top: -15px;
    display: block;
    width: 24px;
    height: 21px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="21" viewBox="0 0 24 21" fill="none"><path d="M11.6914 0L23.3827 20.25H6.29425e-05L11.6914 0Z" fill="%23297EBD"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
#site #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {
  border-radius: 6px !important;
}
#site #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link {
  transition: var(--baseTransition);
}
@media all and (max-width: 1200px) {
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-left.mega-toggle-on a.mega-menu-link {
    border-radius: 0 !important;
  }
  #site #masthead #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block {
    border-radius: 6px;
  }
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary {
    top: calc(100% + 30px);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    z-index: 999;
  }
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item .mega-sub-menu {
    padding: 10px 0;
  }
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item li.mega-menu-item a.mega-menu-link {
    transition: var(--baseTransition);
    font-size: 16px;
    font-weight: normal;
    padding: 5px 30px;
    min-height: 30px;
    position: relative;
  }
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    position: relative;
  }
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a.mega-menu-link {
    transition: var(--baseTransition);
    font-size: 16px;
    font-weight: normal;
    padding: 10px 30px;
    min-height: 50px;
    position: relative;
  }
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid transparent;
    border-image: repeating-linear-gradient(to right, #fff 0 8px, transparent 8px 12px) 1;
  }
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child:after {
    display: none;
    content: none;
  }
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus, #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item.mega-current_page_item > a.mega-menu-link, #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link, #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    padding-left: 40px !important;
    position: relative;
    background: #fff;
    color: var(--main-color);
  }
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::before,
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus::before, #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item.mega-current_page_item > a.mega-menu-link::before, #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link::before, #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::before {
    content: "";
    display: block;
    border: solid var(--main-color);
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    padding: 3px;
  }
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item li.mega-menu-item a.mega-menu-link:hover,
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item li.mega-menu-item a.mega-menu-link:focus, #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item li.mega-menu-item.mega-menu-item.mega-current_page_item > a.mega-menu-link, #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link, #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    padding-left: 40px !important;
    position: relative;
  }
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item li.mega-menu-item a.mega-menu-link:hover::before,
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item li.mega-menu-item a.mega-menu-link:focus::before, #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item li.mega-menu-item.mega-menu-item.mega-current_page_item > a.mega-menu-link::before, #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link::before, #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::before {
    content: "";
    display: block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    padding: 3px;
  }
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li ul.mega-sub-menu > li.mega-menu-item {
    padding-left: 10px;
  }
}
@media all and (min-width: 1201px) {
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus,
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current_page_item a.mega-menu-link,
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor a.mega-menu-link,
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor a.mega-menu-link {
    padding-left: 40px !important;
    position: relative;
    background: #fff;
    color: var(--main-color);
  }
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover::before,
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus::before,
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current_page_item a.mega-menu-link::before,
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor a.mega-menu-link::before,
  #site #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor a.mega-menu-link::before {
    content: "";
    display: block;
    border: solid var(--main-color);
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    padding: 3px;
  }
}

.home footer.foot, .footer-negative-margin footer.foot {
  margin-top: -100px;
}
@media all and (max-width: 1120px) {
  .home footer.foot, .footer-negative-margin footer.foot {
    margin-top: 0;
  }
}
.home footer.foot .footer_contact_section p[class*=is-style-icon], .footer-negative-margin footer.foot .footer_contact_section p[class*=is-style-icon] {
  color: #fff;
  font-weight: 700;
}
.home footer.foot .footer_contact_section p[class*=is-style-icon] a, .footer-negative-margin footer.foot .footer_contact_section p[class*=is-style-icon] a {
  color: #fff;
}
.home footer.foot .footer_contact_section p[class*=is-style-icon]::before, .footer-negative-margin footer.foot .footer_contact_section p[class*=is-style-icon]::before {
  filter: brightness(0) invert(1);
}

footer.foot {
  width: 100%;
  max-width: var(--pageLimit);
  margin: 0 auto;
  background: url("../img/footer_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  color: var(--contrastColorInverted);
  padding: 0;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 1120px) {
  footer.foot {
    background: url("../img/footer_bg_responsive.jpg");
  }
}
footer.foot .footer_contact_section {
  position: absolute;
  display: flex;
  gap: 35px;
  right: 330px;
  top: 4px;
  font-weight: 700;
  font-size: 19px;
}
@media all and (max-width: 1850px) {
  footer.foot .footer_contact_section {
    right: 297px;
  }
}
@media all and (max-width: 1120px) {
  footer.foot .footer_contact_section {
    display: none;
  }
}
footer.foot .inner {
  max-width: var(--maxWidthBig);
  width: var(--baseWidth);
  margin: 0 auto;
}
footer.foot .inner p[class*=is-style-icon] {
  padding-left: 30px;
}
footer.foot .inner p[class*=is-style-icon]::before {
  filter: brightness(0) invert(1);
  width: 18px;
  height: 18px;
  top: 6px;
}
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,
footer.foot .inner strong {
  color: var(--contrastColorInverted);
  font-size: 16px;
  font-weight: 900;
  position: relative;
  margin-bottom: 20px;
}
footer.foot .inner .wp-block-buttons {
  margin-top: 10px;
}
footer.foot .inner .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  color: #fff !important;
}
footer.foot .inner .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):before {
  filter: brightness(0) invert(1) !important;
}
footer.foot .inner ul li {
  display: inline-block;
}
footer.foot .inner .row {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}
footer.foot .inner .row.row-1 {
  padding: 175px 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  justify-content: space-between;
}
@media all and (max-width: 1120px) {
  footer.foot .inner .row.row-1 {
    padding: 80px 0 30px;
  }
}
@media all and (max-width: 768px) {
  footer.foot .inner .row.row-1 {
    padding: 50px 0 30px;
  }
}
footer.foot .inner .row.row-1 .col {
  max-width: 270px;
}
@media all and (max-width: 1120px) {
  footer.foot .inner .row.row-1 .col {
    max-width: 100%;
    flex: 0 0 34%;
  }
}
@media all and (max-width: 820px) {
  footer.foot .inner .row.row-1 .col {
    max-width: 100%;
    flex: 0 0 48%;
  }
}
@media all and (max-width: 680px) {
  footer.foot .inner .row.row-1 .col {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
footer.foot .inner .row.row-1 ul li {
  display: block;
}
footer.foot .inner .row.row-1 p {
  margin-top: 10px !important;
}
@media all and (max-width: 1120px) {
  footer.foot .inner .row.row-1 .col.col-1 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
footer.foot .inner .row.row-2 {
  align-items: baseline;
  padding: 50px 0;
  gap: 20px 40px;
  font-size: 14px;
}
@media all and (max-width: 1120px) {
  footer.foot .inner .row.row-2 {
    padding: 30px 0;
  }
}
footer.foot .inner .row.row-2 .col-2 .widget {
  display: inline-block;
}
@media all and (min-width: 1121px) {
  footer.foot .inner .row.row-2 .col-3 {
    margin-left: auto;
  }
}
footer.foot .inner .row.row-2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
footer.foot a::after {
  filter: brightness(0) invert(1);
}

.backtotop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
  display: block;
  transform: rotate(180deg);
  background: var(--main-color);
  opacity: 0;
  pointer-events: none;
  transform: translateY(75px) rotate(180deg);
  transition: var(--baseTransition);
}
.backtotop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  display: block;
  background: url("../img/backtotop.svg") no-repeat center center/16px auto;
  transition: var(--baseTransition);
}
.backtotop:hover::after {
  animation: bounce 1s infinite;
}
.backtotop span {
  display: none;
}
.backtotop:hover {
  background-color: var(--second-color);
}
.backtotop.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0%) rotate(180deg);
}

.image-credits {
  column-count: 3;
}
@media screen and (max-width: 1200px) {
  .image-credits {
    column-count: 2;
  }
}
@media screen and (max-width: 960px) {
  .image-credits {
    column-count: 1;
  }
}

.gform_wrapper {
  max-width: var(--maxWidthBig);
  margin: 0 auto;
  width: var(--baseWidth);
}

.wp-block-column .gform_wrapper {
  width: 100%;
}

/* 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 all and (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;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 1;
}

.splide__arrow:disabled {
  opacity: 0.8;
}

.splide__arrow:focus-visible {
  outline: 3px solid #005fa7;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #005fa7;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #005fa7;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #005fa7;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #005fa7;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #005fa7;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #005fa7;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #005fa7;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #005fa7;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #005fa7;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #005fa7;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  position: relative;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0.3;
  z-index: 3;
}

.splide__track--nav > .splide__list > .splide__slide.is-active:before {
  display: none;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

a:focus {
  outline: var(--main-color, #000) solid 2px;
}