@charset "UTF-8";
/*!
Theme Name: xxx theme by Kreatív Vonalak
Theme URI: https://www.kreativvonalak.hu
Description: xxx project template
Version: 0.0.1
Author: Kreatív Vonalak (Imre Tamas Boldis)
Author URI: https://www.kreativvonalak.hu
License: All right reserved!
*/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oxanium:wght@500;600;700&display=swap");
html {
  font-family: "Barlow", sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE <10.
 * Add the correct display in Edge, IE, and Firefox for `details` or `summary`.
 * Add the correct display in IE for `main`.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * Add the correct display in IE <10.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display and remove excess height in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE <11, Safari <8, and Firefox <22.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox <40.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * Add the correct font style in Android <4.4.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0;
}

/**
 * Add the correct background and color in IE <10.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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 <11.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1.5em 40px;
}

/**
 * 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 */
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known issues:
 * - By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from default to text.
 * - The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control font, padding, border, or background. In Chrome
 *   and Safari on Windows you can't control border properly. It will apply
 *   border-width but will only show a border color (which cannot be controlled)
 *   for the outer 1px of that border. Applying -webkit-appearance: textfield
 *   addresses these issues without removing the benefits of search inputs (e.g.
 *   showing past searches). Safari (but not Chrome) will clip the cancel button
 *   on when it has padding (and textfield appearance).
 */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 * 3. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * 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;
}
button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * 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;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE <11.
 * 2. Remove the padding in IE <11.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
[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 and cancel buttons in Chrome and Safari on OS X.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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.
 * 4. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
  color: inherit; /* 2 */
  padding: 0; /* 3 */
}

/**
 * Restore the font weight unset by a previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

* {
  box-sizing: inherit;
}
*::after, *::before {
  box-sizing: inherit;
}
*:focus {
  outline: none;
}
*::selection {
  color: #ffffff;
  background: rgba(108, 150, 115, 0.7);
}
*::-moz-selection {
  color: #ffffff;
  background: rgba(108, 150, 115, 0.7);
}

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

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: "Barlow", sans-serif;
  font-weight: normal;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
}

blockquote,
q {
  quotes: "" "";
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

figure {
  margin: 2em 0;
}

a {
  text-decoration: none;
  outline: 0;
  color: #030000;
}
a:focus {
  outline: none !important;
}

/* make-grid-columns */
.container {
  width: 1344px;
  max-width: 100%;
  margin: 0 auto;
}

.text-container {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
}

.quiz-container {
  width: 1334px;
  max-width: 100%;
  margin: 0 auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col {
  position: relative;
  clear: none;
}
.col:first-child {
  margin-left: 0;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 1366px) {
  .container,
  .text-container {
    padding: 0 15px;
  }
}
/* make-grid-columns */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* make-grid(xs) */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

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

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

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

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

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

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

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

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

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

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

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

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

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

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

/* make-grid(sm) */
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
/* make-grid(md) */
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
/* make-grid(lg) */
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.clear {
  float: none;
  clear: none;
}
.clear::before, .clear::after {
  content: "";
  display: table;
  line-height: 0;
}
.clear::after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.vertical-align-top {
  vertical-align: top;
}

.vertical-align-middle {
  vertical-align: middle;
}

.vertical-align-bottom {
  vertical-align: bottom;
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px);
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

.allcaps {
  text-transform: uppercase;
}

.section-text {
  line-height: 1.7;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-text {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.section-text.xs {
  font-size: 17px;
  font-size: 1.0625rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-text.xs {
    font-size: 16px;
    font-size: 1rem;
  }
}
.section-text.sm {
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-text.sm {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-text.sm {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.section-text.lg {
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-text.lg {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-text.lg {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-text.lg {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.section-text.lh1_4 {
  line-height: 1.4;
}
.section-text.lh2 {
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

.entry-header {
  position: relative;
  max-width: 1920px;
  margin: 35px auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .entry-header {
    margin: 41px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .entry-header {
    margin: 46px auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .entry-header {
    margin: 51px auto;
  }
}

.entry-title {
  position: relative;
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  color: #000000;
  letter-spacing: -2px;
  line-height: 1;
  font-weight: 800;
  font-family: "Oxanium", sans-serif;
  font-size: 72px;
  font-size: 4.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .entry-title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .entry-title {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .entry-title {
    font-size: 62px;
    font-size: 3.875rem;
  }
}

.section-title {
  position: relative;
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  color: #000000;
  letter-spacing: -3px;
  line-height: 1.3;
  font-weight: 800;
  font-family: "Oxanium", sans-serif;
  font-size: 64px;
  font-size: 4rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-title {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-title {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
.section-title.sm {
  font-size: 40px;
  font-size: 2.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title.sm {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-title.sm {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-title.sm {
    font-size: 37px;
    font-size: 2.3125rem;
  }
}
.section-title.color-green {
  color: #6C9673;
}

.section-subtitle {
  position: relative;
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  color: #000000;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-subtitle {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-subtitle {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

#headerMenu {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
#headerMenu > .menu-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
}
#headerMenu > .menu-item > a {
  position: relative;
  display: block;
  padding: 0;
  color: #000000;
  font-family: "Oxanium", sans-serif;
  font-weight: 500;
  line-height: 30px;
  font-size: 17px;
  font-size: 1.0625rem;
}
#headerMenu > .menu-item > a::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -5px;
  right: -5px;
  bottom: 0px;
  display: block;
  height: 0;
  opacity: 0;
  background-color: #6C9673;
  -webkit-transition: height 0.2s ease, opacity 0.2s ease;
  -moz-transition: height 0.2s ease, opacity 0.2s ease;
  -ms-transition: height 0.2s ease, opacity 0.2s ease;
  -o-transition: height 0.2s ease, opacity 0.2s ease;
  transition: height 0.2s ease, opacity 0.2s ease;
}
#headerMenu > .menu-item:hover > a::after {
  height: 3px;
  opacity: 1;
}
#headerMenu > .menu-item + .menu-item {
  position: relative;
  margin-left: 38px;
}
#headerMenu > .menu-item + .menu-item::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 10px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  background-color: #6C9673;
}
#headerMenu > .menu-item.current-menu-item > a::after, #headerMenu > .menu-item.current_page_item > a::after, #headerMenu > .menu-item.current-menu-parent > a::after, #headerMenu > .menu-item.current_page_parent > a::after, #headerMenu > .menu-item.current-menu-ancestor > a::after, #headerMenu > .menu-item.current-page-ancestor > a::after {
  height: 3px;
  opacity: 1;
}

#footerMenu1 {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
#footerMenu1 > .menu-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
}
#footerMenu1 > .menu-item > a {
  position: relative;
  display: block;
  padding: 0;
  color: #000000;
  font-family: "Oxanium", sans-serif;
  font-weight: 500;
  line-height: 30px;
  font-size: 17px;
  font-size: 1.0625rem;
}
#footerMenu1 > .menu-item > a::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -5px;
  right: -5px;
  bottom: 0px;
  display: block;
  height: 0;
  opacity: 0;
  background-color: #6C9673;
  -webkit-transition: height 0.2s ease, opacity 0.2s ease;
  -moz-transition: height 0.2s ease, opacity 0.2s ease;
  -ms-transition: height 0.2s ease, opacity 0.2s ease;
  -o-transition: height 0.2s ease, opacity 0.2s ease;
  transition: height 0.2s ease, opacity 0.2s ease;
}
#footerMenu1 > .menu-item:hover > a::after {
  height: 3px;
  opacity: 1;
}
#footerMenu1 > .menu-item + .menu-item {
  position: relative;
  margin-left: 43px;
}
#footerMenu1 > .menu-item + .menu-item::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 10px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  background-color: #6C9673;
}
#footerMenu1 > .menu-item.current-menu-item > a::after, #footerMenu1 > .menu-item.current_page_item > a::after, #footerMenu1 > .menu-item.current-menu-parent > a::after, #footerMenu1 > .menu-item.current_page_parent > a::after, #footerMenu1 > .menu-item.current-menu-ancestor > a::after, #footerMenu1 > .menu-item.current-page-ancestor > a::after {
  height: 3px;
  opacity: 1;
}

#footerMenu2 {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#footerMenu2 > .menu-item {
  flex: 0 0 55%;
  margin-bottom: 20px;
  padding-left: 8%;
}
#footerMenu2 > .menu-item:nth-child(even) {
  flex: 0 0 45%;
}
#footerMenu2 > .menu-item > a {
  position: relative;
  display: inline-block;
  padding: 0;
  color: #000000;
  font-family: "Oxanium", sans-serif;
  font-weight: 500;
  line-height: 30px;
  font-size: 17px;
  font-size: 1.0625rem;
}
.mobile-menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 400px;
  max-width: 90%;
  background-color: #afc6b2;
  color: #000000;
  overflow: hidden;
  font-size: 18px;
  font-size: 1.125rem;
  -moz-transform: translate3d(400px, 0, 0);
  -o-transform: translate3d(400px, 0, 0);
  -ms-transform: translate3d(400px, 0, 0);
  -webkit-transform: translate3d(400px, 0, 0);
  transform: translate3d(400px, 0, 0);
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -ms-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  box-shadow: inset 14px 0px 18px -10px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-menu {
    width: 300px;
    font-size: 16px;
    font-size: 1rem;
    -moz-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
}
body.mobile-menu-visible .mobile-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mobile-menu .menu-close {
  position: absolute;
  z-index: 10;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #afc6b2;
  box-shadow: 0px 0px 20px 10px #afc6b2;
}
.mobile-menu .menu-close::before, .mobile-menu .menu-close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 3px;
  margin: auto;
  background-color: #000000;
}
.mobile-menu .menu-close::before {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu .menu-close::after {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-menu .mobile-menu-inner {
  height: 100%;
  padding: 60px 10px 50px 40px;
  overflow-y: auto;
}
.mobile-menu .mobile-menu-inner > .btn + .mobile--menu-wrapper {
  margin-top: 20px;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 600;
  line-height: 1.2;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper + .mobile--menu-wrapper {
  padding-bottom: 30px;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item {
  display: block;
  padding: 8px 0;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item > a {
  display: inline-block;
  color: #000000;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-item > a, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current_page_item > a, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-parent > a, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current_page_parent > a, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-ancestor > a, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-page-ancestor > a {
  position: relative;
}
.mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-item > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current_page_item > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-parent > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current_page_parent > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-ancestor > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-page-ancestor > a::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -15px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #000000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-item > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current_page_item > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-parent > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current_page_parent > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-menu-ancestor > a::before, .mobile-menu .mobile-menu-inner .mobile--menu-wrapper > .menu-item.current-page-ancestor > a::before {
    top: 8px;
  }
}
.mobile-menu .mobile-menu-inner .contacts-list {
  display: block;
  margin: 25px 0 0;
  padding: 15px 0 0;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.mobile-menu .mobile-menu-inner .contacts-list .contacts-item {
  display: block;
}
.mobile-menu .mobile-menu-inner .contacts-list .contacts-item .contact-label {
  display: block;
  padding: 15px 0 0;
  font-weight: 600;
}
.mobile-menu .mobile-menu-inner .contacts-list .contacts-item .contact-link {
  display: block;
  padding: 5px 0 5px 10px;
}
.mobile-menu .mobile-menu-inner .contacts-list .contacts-item .contact-link a {
  color: #000000;
  text-decoration: underline;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-menu .mobile-menu-inner .contacts-list .contacts-item .contact-link a {
    font-size: 16px;
    font-size: 1rem;
  }
}

embed,
iframe,
object {
  max-width: 100%;
  border: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container.youtube-embed {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.embed-container.youtube-embed iframe {
  z-index: 2;
}
.embed-container.shortcode__embed-googlemaps {
  height: 500px;
  max-height: 90vh;
  padding: 0;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn {
  position: relative;
  padding: 11px 40px 10px;
  border-style: solid;
  border-width: 3px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  font-size: 17px;
  font-size: 1.0625rem;
  -webkit-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -moz-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  background-color: #ffffff;
  color: #6C9673;
  border-color: #d3e0d5;
  font-family: "Oxanium", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn {
    padding: 8px 25px 7px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn {
    padding: 9px 30px 8px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .btn {
    padding: 10px 35px 9px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.btn:hover {
  background-color: #6C9673;
  color: #ffffff;
  border-color: #6C9673;
}
.btn.btn-sm {
  padding: 8px 30px 7px;
  border-width: 1.5px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .btn.btn-sm {
    padding: 8px 25px 7px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-sm {
    padding: 9px 30px 8px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .btn.btn-sm {
    padding: 10px 35px 9px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.btn.btn-sm.btn-arrow-before::before {
  width: 11px;
  height: 9px;
  margin-right: 5px;
  margin-left: -5px;
}
.btn.btn-sm.btn-arrow-after::after {
  width: 11px;
  height: 9px;
  margin-left: 5px;
  margin-right: -5px;
}
.btn.btn-secondary {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn.btn-secondary.btn-arrow-before::before {
  filter: brightness(0) invert(1);
}
.btn.btn-secondary.btn-arrow-after::after {
  filter: brightness(0) invert(1);
}
.btn.btn-secondary:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
}
.btn.btn-secondary:hover.btn-arrow-before::before {
  filter: brightness(0) invert(0);
}
.btn.btn-secondary:hover.btn-arrow-after::after {
  filter: brightness(0) invert(0);
}
.btn.btn-inverse {
  background-color: #6C9673;
  color: #ffffff;
  border-color: #6C9673;
}
.btn.btn-inverse.btn-arrow-before::before {
  filter: brightness(1) invert(0);
}
.btn.btn-inverse.btn-arrow-after::after {
  filter: brightness(1) invert(0);
}
.btn.btn-inverse:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn.btn-rounded {
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  background-clip: border-box;
}
.btn.btn-inlineblock {
  display: inline-block;
}
.btn.btn-arrow-before::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  margin-right: 10px;
  margin-left: -10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow.svg");
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.btn.btn-arrow-before:hover::before {
  filter: brightness(0);
}
.btn.btn-arrow-after::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  margin-left: 10px;
  margin-right: -10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow.svg");
}
.btn.btn-arrow-after:hover::after {
  filter: brightness(0);
}

.link-with-bullet {
  position: relative;
  padding-right: 22px;
  color: #6C9673;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  background-image: linear-gradient(#6C9673, #6C9673);
  background-repeat: no-repeat;
  background-position: bottom right 15px;
  background-size: 0% 1px;
  text-decoration: none;
  -webkit-transition: background-size 0.15s ease 0s;
  -moz-transition: background-size 0.15s ease 0s;
  -ms-transition: background-size 0.15s ease 0s;
  -o-transition: background-size 0.15s ease 0s;
  transition: background-size 0.15s ease 0s;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .link-with-bullet {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .link-with-bullet {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .link-with-bullet {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.link-with-bullet::before {
  content: "";
  position: absolute;
  bottom: 11px;
  right: 0;
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #6C9673;
  -webkit-transition: all 0.15s ease 0.15s;
  -moz-transition: all 0.15s ease 0.15s;
  -ms-transition: all 0.15s ease 0.15s;
  -o-transition: all 0.15s ease 0.15s;
  transition: all 0.15s ease 0.15s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .link-with-bullet::before {
    bottom: 9px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .link-with-bullet::before {
    bottom: 10px;
  }
}
.link-with-bullet::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 1px solid #6C9673;
  border-bottom: 1px solid #6C9673;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.15s ease 0.15s;
  -moz-transition: all 0.15s ease 0.15s;
  -ms-transition: all 0.15s ease 0.15s;
  -o-transition: all 0.15s ease 0.15s;
  transition: all 0.15s ease 0.15s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .link-with-bullet::after {
    bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .link-with-bullet::after {
    bottom: 6px;
  }
}
.link-with-bullet:hover {
  background-size: 100% 1px;
  -webkit-transition: background-size 0.15s ease 0.15s;
  -moz-transition: background-size 0.15s ease 0.15s;
  -ms-transition: background-size 0.15s ease 0.15s;
  -o-transition: background-size 0.15s ease 0.15s;
  transition: background-size 0.15s ease 0.15s;
}
.link-with-bullet:hover::before {
  bottom: 0px;
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -ms-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}
.link-with-bullet:hover::after {
  bottom: -4px;
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -ms-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}
ul li > ul,
ul li > ol, ol li > ul,
ol li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0 1.5em 1.5em;
}

.form-wrapper {
  font-size: 20px;
  font-size: 1.25rem;
}
body.custom-page-registration .form-wrapper {
  margin-top: 120px;
}
.form-wrapper .section-title {
  margin-bottom: 90px;
}
.form-wrapper .info-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 55px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  background-color: #d3e0d5;
}
.form-wrapper .info-bar .img {
  position: relative;
  min-width: 0;
  flex: 0 0 38%;
}
.form-wrapper .info-bar .img i {
  position: absolute;
  top: -40px;
  left: 20px;
  right: 0;
  bottom: 0;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.form-wrapper .info-bar .txt {
  min-width: 0;
  flex: 0 0 59%;
  padding: 40px 80px 48px 0;
}
.form-wrapper .info-bar .txt p {
  margin: 0;
  font-weight: 600;
}
.form-wrapper .form-title {
  margin: 0;
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  font-size: 24px;
  font-size: 1.5rem;
}
.form-wrapper .kv-notice {
  margin-bottom: 40px;
}
.form-wrapper form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-wrapper form .show-hide-password {
  padding-right: 36px;
}
.form-wrapper form .show-hide-password[type=text]:focus + .show-hide-toggle [type=checkbox]::after, .form-wrapper form .show-hide-password[type=password]:focus + .show-hide-toggle [type=checkbox]::after {
  opacity: 1;
}
.form-wrapper form .show-hide-password[type=password] + .show-hide-toggle [type=checkbox]::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAXCAMAAAAr4Q9YAAAAh1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD3YishAAAALHRSTlMABO3hbhxd6NqUZywO+buwFdG0RiMIU0zKwamCe1dCO+OjnnUynIuIeTfw072nmZMAAAE8SURBVCjPdZGJTiMxEETLnvuezJWDHCSwwO6+//8+OkwIBJQnuVtWqctWte7wmr7qLoXnj34RHfr+EFl/pHG3kos3AR8EXUI93orZLHn/0dLyRo0hy/ChGbdhRdAOPv9SN6QaWM8+DcngtKLWhRVbjSyk6OSDlH/F+L9VSDr/bs0kZRR6Bg/VX7VspN4sjRM7q6ykgDijWjqnDnfWG2nHg8zW6pLtFmIdY3N+lqzmWjBKKgiVU2Mt48lm9jKqRDHb6zS86A0+p3NC6cg0v11gQefgy/ntPZ2MBUuZ5T6xoCewW0sjHQicZv1JJRW1K4KkKaSayGyCz9w7FmVq5xriQWvWupLDOei4lco45fSAGX7hOnxkWya5LLUpv6tHkmLMkstS6/B2ny/noI2hn6Z+0A/eqPa6S/5Y7+5p77StItx+r03/AAAAAElFTkSuQmCC");
}
.form-wrapper form .show-hide-password[type=text] + .show-hide-toggle [type=checkbox]::before {
  opacity: 0.8;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAXCAMAAAAr4Q9YAAAAaVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAnbPKNAAAAInRSTlMA5Aa2Zhxu7V3CRjvZ0cqvqZ4yJA6iglNNLBWXk3t1V0KMCys8xwAAAQVJREFUKM+tkdmugzAMRCeQQCDsSylbS+f/P/LiklvUqo89D5GsiTVjG7/DuDR15qsU2ErxiSp18CkuhxTHfFK/fbDkvDCODDBpxfpB6lOtmKFlAk/IBgVDeAquCJgDpo5V3wIJJ0TMxECKAVg4oiHFeoNhBaTMRK15B8ACULROkgcIGYheAndeZOL9vXJtKFhEbID91cgpFiMjaPYJhdves2GHCpbrq5t869aMgJ6D9878arrDeztmy3kFZrZwFPZqklBOMh76DZ20m0qpcpS9GOh/VcocI8NziQ7JuUQJwcdMpSegsxnri8THSdD7Y/qjlt3nSXXopTiMOnyjTYchbfEz/gAxABrvVCe2UQAAAABJRU5ErkJggg==");
}
.form-wrapper form .show-hide-toggle {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  line-height: 0;
  font-size: 0px;
  font-size: 0rem;
}
.form-wrapper form .show-hide-toggle [type=checkbox] {
  width: 75px;
  height: 75px;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form-wrapper form .show-hide-toggle [type=checkbox] {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .form-wrapper form .show-hide-toggle [type=checkbox] {
    width: 50px;
    height: 50px;
  }
}
.form-wrapper form .show-hide-toggle [type=checkbox]:hover::before {
  opacity: 1;
}
.form-wrapper form .show-hide-toggle [type=checkbox]::before {
  content: "";
  visibility: visible;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  right: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0.5;
  -webkit-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -ms-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form-wrapper form .show-hide-toggle [type=checkbox]::before {
    background-size: 20px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .form-wrapper form .show-hide-toggle [type=checkbox]::before {
    background-size: 25px auto;
  }
}
.form-wrapper form .show-hide-toggle [type=checkbox]::after {
  content: "";
  visibility: visible;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 55px;
  margin: auto;
  opacity: 0.15;
  background-color: #000000;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form-wrapper form .show-hide-toggle [type=checkbox]::after {
    height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .form-wrapper form .show-hide-toggle [type=checkbox]::after {
    height: 35px;
  }
}
.form-wrapper form fieldset {
  min-width: 0;
  flex: 0 0 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border: none;
  padding: 0;
  margin: 80px 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form-wrapper form fieldset {
    margin: 50px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .form-wrapper form fieldset {
    margin: 60px 0 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .form-wrapper form fieldset {
    margin: 70px 0 0;
  }
}
.form-wrapper form fieldset legend {
  flex: 1 1 100%;
  padding-left: 10px;
  color: #6C9673;
  font-family: "Oxanium", sans-serif;
  letter-spacing: -1px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 36px;
  font-size: 2.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form-wrapper form fieldset legend {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .form-wrapper form fieldset legend {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.form-wrapper form fieldset legend + .hint {
  margin-top: 10px;
}
.form-wrapper form a {
  font-weight: 700;
}
.form-wrapper form .form-row {
  position: relative;
  min-width: 0;
  flex: 0 0 100%;
  margin-top: 21px;
}
.form-wrapper form .form-row .form-row-inner + .form-row-inner {
  margin-top: 21px;
}
.form-wrapper form .form-row.form-row-half {
  flex: 0 0 49%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form-wrapper form .form-row.form-row-half {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .form-wrapper form .form-row.form-row-half {
    flex: 0 0 100%;
  }
}
.form-wrapper form .form-row.acceptance label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.form-wrapper form .form-row.acceptance label input {
  min-width: 0;
  flex: 0 0 45px;
  margin-right: 20px;
}
.form-wrapper form .form-row.acceptance label span {
  min-width: 0;
  flex: 1 1 auto;
  padding-top: 6px;
}
.form-wrapper form .form-row.hint p {
  padding-left: 5px;
  margin-top: 0;
}
.form-wrapper form .tutorial {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  margin: 30px 0 0;
  padding: 40px;
  background-color: #f1f5f1;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
}
.form-wrapper form .gdpr-notice {
  margin-top: 50px;
}
.form-wrapper form .submit-wrapper {
  max-width: 567px;
  margin: 22px auto 0;
}
.form-wrapper form .submit-wrapper .submit-big {
  display: block;
  width: 100%;
  letter-spacing: -2px;
  padding: 16px 40px;
  font-size: 36px;
  font-size: 2.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form-wrapper form .submit-wrapper .submit-big {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  border: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #808080;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #808080;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #808080;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #808080;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #808080;
}

input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url], input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
  padding: 0 35px;
  width: 100%;
  color: #000000;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  font-size: 19px;
  font-size: 1.1875rem;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url], input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
    padding: 0 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url], input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url], input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=search]:focus, input[type=url]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus {
  border-color: #000000;
}
input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url] {
  line-height: 73px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url] {
    line-height: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url] {
    line-height: 56px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=url] {
    line-height: 60px;
  }
}
input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
  line-height: 71px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
    line-height: 54px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  input[type=date], input[type=month], input[type=time], input[type=week], input[type=datetime], input[type=datetime-local] {
    line-height: 58px;
  }
}
input[type=checkbox] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  border: 1px solid transparent;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  cursor: pointer;
  overflow: hidden;
}
input[type=checkbox]::before, input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
}
input[type=checkbox]::before {
  content: "✔";
  bottom: 0;
  right: 0;
  color: #404040;
  text-align: center;
  font-weight: 700;
  line-height: 43px;
  font-size: 28px;
  font-size: 1.75rem;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
input[type=checkbox]::after {
  width: 45px;
  height: 45px;
  opacity: 1;
  -webkit-transition: left 0s ease, opacity 0.3s ease;
  -moz-transition: left 0s ease, opacity 0.3s ease;
  -ms-transition: left 0s ease, opacity 0.3s ease;
  -o-transition: left 0s ease, opacity 0.3s ease;
  transition: left 0s ease, opacity 0.3s ease;
}
input[type=checkbox]:checked::after {
  left: 100%;
  opacity: 0;
  -webkit-transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
  -moz-transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
  -ms-transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
  -o-transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
  transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
}
input[type=radio] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  cursor: pointer;
}
input[type=radio]::before, input[type=radio]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  background-clip: inherit;
}
input[type=radio]::before {
  background-color: #f5f5f5;
}
input[type=radio]::after {
  background-color: #404040;
  opacity: 0;
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: opacity 0.4s ease, transform 0.4s ease;
  -moz-transition: opacity 0.4s ease, transform 0.4s ease;
  -ms-transition: opacity 0.4s ease, transform 0.4s ease;
  -o-transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
input[type=radio]:checked::after {
  opacity: 1;
  -moz-transform: scale(0.4);
  -o-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}
input[type=file] {
  position: relative;
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 75px;
  border: none;
  line-height: 75px;
  font-size: 0px;
  font-size: 0rem;
  cursor: pointer;
  border: 1px solid transparent;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=file] {
    height: 54px;
    line-height: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=file] {
    height: 58px;
    line-height: 58px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  input[type=file] {
    height: 62px;
    line-height: 62px;
  }
}
input[type=file] ~ .fileinput {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
input[type=file] ~ .fileinput .filename,
input[type=file] ~ .fileinput .filebutton {
  height: 75px;
  border: solid 1px transparent;
  background-color: #f5f5f5;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  line-height: 73px;
  font-size: 19px;
  font-size: 1.1875rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=file] ~ .fileinput .filename,
  input[type=file] ~ .fileinput .filebutton {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=file] ~ .fileinput .filename,
  input[type=file] ~ .fileinput .filebutton {
    height: 56px;
    line-height: 56px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  input[type=file] ~ .fileinput .filename,
  input[type=file] ~ .fileinput .filebutton {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
input[type=file] ~ .fileinput .filename {
  z-index: 1;
  padding: 0 10px 0 35px;
  white-space: nowrap;
  overflow: hidden;
  color: #808080;
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=file] ~ .fileinput .filename {
    padding-left: 20px;
  }
}
input[type=file] ~ .fileinput .filename .name {
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 0 1 auto;
}
input[type=file] ~ .fileinput .filename .ext {
  min-width: 0;
  flex: 0 0 auto;
}
input[type=file] ~ .fileinput .filebutton {
  z-index: 2;
  padding-left: 52px;
  padding-right: 45px;
  display: inline-block;
  color: #ffffff;
  background-color: #787878;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  background-clip: padding-box;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  flex: 0 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=file] ~ .fileinput .filebutton {
    padding-right: 0;
    font-size: 0px;
    font-size: 0rem;
    background-position: center;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-image: url("images/upload-icon-white.svg");
  }
}
input[type=file] ~ .fileinput.fileinput-has-file .filename {
  color: #000000;
}
input[type=file]:hover ~ .fileinput .filebutton {
  color: #ffffff;
  background-color: #404040;
}

input[type=submit], input[type=reset],
button[type=submit],
button[type=reset] {
  padding: 11px 40px 10px;
  background-color: #6C9673;
  color: #ffffff;
  border: 2px solid #6C9673;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  font-family: "Oxanium", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.125rem;
  cursor: pointer;
  -webkit-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -moz-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=submit], input[type=reset],
  button[type=submit],
  button[type=reset] {
    padding: 11px 26px 12px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  input[type=submit], input[type=reset],
  button[type=submit],
  button[type=reset] {
    padding: 13px 31px 14px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  input[type=submit], input[type=reset],
  button[type=submit],
  button[type=reset] {
    padding: 15px 36px 16px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
input[type=submit]:hover, input[type=reset]:hover,
button[type=submit]:hover,
button[type=reset]:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
input[type=submit].submit-big, input[type=reset].submit-big,
button[type=submit].submit-big,
button[type=reset].submit-big {
  letter-spacing: -2px;
  padding: 16px 40px;
  font-size: 36px;
  font-size: 2.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  input[type=submit].submit-big, input[type=reset].submit-big,
  button[type=submit].submit-big,
  button[type=reset].submit-big {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

button[type=submit] {
  position: relative;
}
button[type=submit]::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  margin-left: 10px;
  margin-right: -10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/button-arrow.svg");
  filter: brightness(0) invert(1);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  button[type=submit]::after {
    right: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  button[type=submit]::after {
    right: 37px;
  }
}

select {
  width: 100%;
  color: #000000;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  padding: 0 55px 0 35px;
  line-height: 73px;
  background-repeat: no-repeat;
  background-position: center right 25px;
  background-image: url("images/dropdown-arrow.svg");
  font-size: 19px;
  font-size: 1.1875rem;
  -webkit-transition: border-color 0.3s ease, background-image 0.3s ease;
  -moz-transition: border-color 0.3s ease, background-image 0.3s ease;
  -ms-transition: border-color 0.3s ease, background-image 0.3s ease;
  -o-transition: border-color 0.3s ease, background-image 0.3s ease;
  transition: border-color 0.3s ease, background-image 0.3s ease;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  select {
    padding: 0 40px 0 20px;
    line-height: 52px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  select {
    line-height: 56px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  select {
    line-height: 60px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
select:focus {
  border-color: #000000;
}
select::-ms-expand {
  display: none;
}
select:not(.chosen) {
  color: #808080;
}

textarea {
  width: 100%;
  color: #000000;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  padding: 12px 35px;
  resize: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  line-height: 1.4;
  font-size: 19px;
  font-size: 1.1875rem;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  textarea {
    padding: 12px 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  textarea {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  textarea {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
textarea:focus {
  border-color: #000000;
}

label abbr,
label abbr[title] {
  text-decoration: none;
}

fieldset {
  padding: 0;
  border: none;
}
fieldset legend {
  padding: 0;
}

.date-input {
  position: relative;
  display: flex;
  align-items: center;
}
.date-input > * {
  width: 100%;
}
.date-input input[type=date] {
  -moz-appearance: textfield; /* Firefox ikon elrejtés */
  color: transparent; /* érték színe maradjon */
}
.date-input input[type=date].has-custom-placeholder {
  width: 100%;
  padding-left: 75px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .date-input input[type=date].has-custom-placeholder {
    padding-left: 60px;
  }
}
.date-input input[type=date].has-custom-placeholder::before {
  content: attr(data-placeholder);
  position: absolute;
  left: 75px;
  color: #808080;
  pointer-events: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .date-input input[type=date].has-custom-placeholder::before {
    left: 60px;
  }
}
.date-input input[type=date].has-custom-placeholder::-webkit-datetime-edit {
  color: transparent; /* alap placeholder eltűnik */
  visibility: hidden;
}
.date-input input[type=date].has-custom-placeholder::-webkit-calendar-picker-indicator, .date-input input[type=date].has-custom-placeholder::-webkit-inner-spin-button {
  opacity: 0; /* ikon és spinner elrejtése */
}
.date-input input[type=date].has-custom-placeholder:not(:placeholder-shown)::-webkit-datetime-edit, .date-input input[type=date].has-custom-placeholder:focus::-webkit-datetime-edit {
  color: inherit;
}
.date-input .date-icon {
  position: absolute;
  left: 0;
  right: 0;
  height: 71px;
  background: url("images/icon-calendar.svg") left 30px center/auto no-repeat;
  border: 0;
  padding: 0;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .date-input .date-icon {
    height: 50px;
    background-position: left 15px center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .date-input .date-icon {
    height: 54px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .date-input .date-icon {
    height: 58px;
  }
}
.date-input.date-chosen input[type=date] {
  color: inherit;
}
.date-input.date-chosen input[type=date].has-custom-placeholder::-webkit-datetime-edit {
  visibility: visible;
}
.date-input.date-chosen input[type=date].has-custom-placeholder::before {
  content: "";
}

#breadcrumb {
  padding: 0 0 15px 2px;
  position: relative;
  z-index: 9;
}
#breadcrumb .breadcrumb-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumb .breadcrumb-list [class^=item] {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #6C9673;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #breadcrumb .breadcrumb-list [class^=item] {
    font-weight: 600;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #breadcrumb .breadcrumb-list [class^=item] {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  #breadcrumb .breadcrumb-list [class^=item] {
    font-size: 16px;
    font-size: 1rem;
  }
}
#breadcrumb .breadcrumb-list [class^=item]:first-child a::before,
#breadcrumb .breadcrumb-list [class^=item]:first-child span::before {
  content: none;
}
#breadcrumb .breadcrumb-list [class^=item] a {
  color: #6C9673;
  text-decoration: none;
}
#breadcrumb .breadcrumb-list [class^=item] a:hover {
  text-decoration: underline;
}
#breadcrumb .breadcrumb-list [class^=item] span {
  cursor: default;
}
#breadcrumb .breadcrumb-list [class^=item] a::before,
#breadcrumb .breadcrumb-list [class^=item] span::before {
  content: "»";
  margin: 0 10px;
  color: #000000;
}

#back-top {
  position: fixed;
  bottom: -60px;
  right: 13px;
  width: 55px;
  height: 55px;
  z-index: 999;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.4);
  background-color: #6C9673;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  line-height: 0;
  cursor: pointer;
  font-size: 0px;
  font-size: 0rem;
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #back-top {
    width: 40px;
    height: 40px;
  }
}
#back-top.active {
  bottom: 20px;
}
body.cookie_info_bar--visible #back-top.active {
  bottom: 82px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.cookie_info_bar--visible #back-top.active {
    bottom: 192px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  body.cookie_info_bar--visible #back-top.active {
    bottom: 142px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.cookie_info_bar--visible #back-top.active {
    bottom: 122px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.cookie_info_bar--visible #back-top.active {
    bottom: 102px;
  }
}
#back-top::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 0px;
  margin: auto;
  background-color: #ffffff;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #back-top::before {
    top: 17px;
  }
}
#back-top::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  display: inline-block;
  margin: auto;
  width: 9px;
  height: 9px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #back-top::after {
    top: 17px;
  }
}
#back-top:hover::before {
  top: 15px;
  height: 25px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #back-top:hover::before {
    top: 10px;
    height: 21px;
  }
}
#back-top:hover::after {
  top: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #back-top:hover::after {
    top: 10px;
  }
}

@keyframes formSubmitting {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes formSubmitting {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes formSubmitting {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes formSubmitting {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes formSubmitting {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
/* alap rejtés */
.hidden {
  display: none !important;
}

/* body lock */
body.modal-open {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
}

/* overlay + animáció */
.kv-modal-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
  z-index: 9999;
}

.kv-modal-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* dialog */
.kv-modal {
  background: #ffffff;
  max-width: min(1156px, 92vw);
  width: 100%;
  max-height: 90vh;
  overflow: auto;
  border-radius: 12px;
  outline: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  transform: translateY(10px);
  transition: transform 0.15s ease;
}

.kv-modal-overlay.is-visible .kv-modal {
  transform: translateY(0);
}

/* záró gomb */
.kv-modal-close {
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.kv-modal-close:hover {
  color: #dc3545;
}

.kv-modal-body {
  clear: both;
}

.modal-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.modal-container .modal {
  display: flex;
  width: 100%;
}
.modal-container .modal#newsletter-modal {
  max-height: 690px;
}
.modal-container .modal-bg {
  flex: 0 0 39%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .modal-container .modal-bg {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .modal-container .modal-bg {
    display: none;
  }
}
.modal-container .modal-content {
  flex: 1 1 auto;
  max-height: 100%;
  overflow-y: auto;
  padding: 60px 75px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .modal-container .modal-content {
    padding: 60px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .modal-container .modal-content {
    padding: 60px 50px;
  }
}
.modal-container .modal-content .modal-header {
  padding-bottom: 25px;
}
.modal-container .modal-content .modal-header span {
  display: block;
  color: #6C9673;
  line-height: 1;
  font-weight: 700;
  font-family: "Oxanium", sans-serif;
  font-size: 45px;
  font-size: 2.8125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .modal-container .modal-content .modal-header span {
    margin-bottom: 5px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .modal-container .modal-content .modal-header span {
    margin-bottom: 10px;
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .modal-container .modal-content .modal-header span {
    margin-bottom: 10px;
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.modal-container .modal-content .modal-body form .modal-form-row {
  position: relative;
}
.modal-container .modal-content .modal-body form .modal-form-row + .modal-form-row {
  margin-top: 20px;
}
.modal-container .modal-content .modal-body form .modal-form-row [type=password],
.modal-container .modal-content .modal-body form .modal-form-row [type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  padding: 0 25px;
  width: 100%;
  height: 55px;
  color: #000000;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  line-height: 1;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  line-height: 55px;
  font-size: 19px;
  font-size: 1.1875rem;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .modal-container .modal-content .modal-body form .modal-form-row [type=password],
  .modal-container .modal-content .modal-body form .modal-form-row [type=text] {
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .modal-container .modal-content .modal-body form .modal-form-row [type=password],
  .modal-container .modal-content .modal-body form .modal-form-row [type=text] {
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .modal-container .modal-content .modal-body form .modal-form-row [type=password],
  .modal-container .modal-content .modal-body form .modal-form-row [type=text] {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.modal-container .modal-content .modal-body form .modal-form-row [type=password]:focus,
.modal-container .modal-content .modal-body form .modal-form-row [type=text]:focus {
  border-color: #000000;
}
.modal-container .modal-content .modal-body form .modal-form-row [type=password]:focus + #show-hide-password::after,
.modal-container .modal-content .modal-body form .modal-form-row [type=text]:focus + #show-hide-password::after {
  background-color: #000000;
}
.modal-container .modal-content .modal-body form .modal-form-row [name=password] {
  padding-right: 36px;
}
.modal-container .modal-content .modal-body form .modal-form-row [name=password][type=password] + #show-hide-password::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAXCAMAAAAr4Q9YAAAAh1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD3YishAAAALHRSTlMABO3hbhxd6NqUZywO+buwFdG0RiMIU0zKwamCe1dCO+OjnnUynIuIeTfw072nmZMAAAE8SURBVCjPdZGJTiMxEETLnvuezJWDHCSwwO6+//8+OkwIBJQnuVtWqctWte7wmr7qLoXnj34RHfr+EFl/pHG3kos3AR8EXUI93orZLHn/0dLyRo0hy/ChGbdhRdAOPv9SN6QaWM8+DcngtKLWhRVbjSyk6OSDlH/F+L9VSDr/bs0kZRR6Bg/VX7VspN4sjRM7q6ykgDijWjqnDnfWG2nHg8zW6pLtFmIdY3N+lqzmWjBKKgiVU2Mt48lm9jKqRDHb6zS86A0+p3NC6cg0v11gQefgy/ntPZ2MBUuZ5T6xoCewW0sjHQicZv1JJRW1K4KkKaSayGyCz9w7FmVq5xriQWvWupLDOei4lco45fSAGX7hOnxkWya5LLUpv6tHkmLMkstS6/B2ny/noI2hn6Z+0A/eqPa6S/5Y7+5p77StItx+r03/AAAAAElFTkSuQmCC");
}
.modal-container .modal-content .modal-body form .modal-form-row [name=password][type=text] + #show-hide-password::before {
  opacity: 0.8;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAXCAMAAAAr4Q9YAAAAaVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAnbPKNAAAAInRSTlMA5Aa2Zhxu7V3CRjvZ0cqvqZ4yJA6iglNNLBWXk3t1V0KMCys8xwAAAQVJREFUKM+tkdmugzAMRCeQQCDsSylbS+f/P/LiklvUqo89D5GsiTVjG7/DuDR15qsU2ErxiSp18CkuhxTHfFK/fbDkvDCODDBpxfpB6lOtmKFlAk/IBgVDeAquCJgDpo5V3wIJJ0TMxECKAVg4oiHFeoNhBaTMRK15B8ACULROkgcIGYheAndeZOL9vXJtKFhEbID91cgpFiMjaPYJhdves2GHCpbrq5t869aMgJ6D9878arrDeztmy3kFZrZwFPZqklBOMh76DZ20m0qpcpS9GOh/VcocI8NziQ7JuUQJwcdMpSegsxnri8THSdD7Y/qjlt3nSXXopTiMOnyjTYchbfEz/gAxABrvVCe2UQAAAABJRU5ErkJggg==");
}
.modal-container .modal-content .modal-body form .modal-form-row #show-hide-password {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 55px;
  height: 55px;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .modal-container .modal-content .modal-body form .modal-form-row #show-hide-password {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .modal-container .modal-content .modal-body form .modal-form-row #show-hide-password {
    width: 50px;
    height: 50px;
  }
}
.modal-container .modal-content .modal-body form .modal-form-row #show-hide-password:hover::before {
  opacity: 1;
}
.modal-container .modal-content .modal-body form .modal-form-row #show-hide-password::before {
  content: "";
  visibility: visible;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  right: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0.5;
  -webkit-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -ms-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .modal-container .modal-content .modal-body form .modal-form-row #show-hide-password::before {
    background-size: 20px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .modal-container .modal-content .modal-body form .modal-form-row #show-hide-password::before {
    background-size: 25px auto;
  }
}
.modal-container .modal-content .modal-body form .modal-form-row #show-hide-password::after {
  content: "";
  visibility: visible;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 40px;
  margin: auto;
  opacity: 1;
  background-color: #d9d9d9;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .modal-container .modal-content .modal-body form .modal-form-row #show-hide-password::after {
    height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .modal-container .modal-content .modal-body form .modal-form-row #show-hide-password::after {
    height: 35px;
  }
}
.modal-container .modal-content .modal-body form .modal-form-row [name=remember] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  cursor: pointer;
  overflow: hidden;
}
.modal-container .modal-content .modal-body form .modal-form-row [name=remember] + label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.modal-container .modal-content .modal-body form .modal-form-row [name=remember]::before, .modal-container .modal-content .modal-body form .modal-form-row [name=remember]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
}
.modal-container .modal-content .modal-body form .modal-form-row [name=remember]::before {
  content: "✔";
  bottom: 0;
  right: 0;
  color: #404040;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  font-size: 22px;
  font-size: 1.375rem;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.modal-container .modal-content .modal-body form .modal-form-row [name=remember]::after {
  width: 28px;
  height: 28px;
  opacity: 1;
  -webkit-transition: left 0s ease, opacity 0.3s ease;
  -moz-transition: left 0s ease, opacity 0.3s ease;
  -ms-transition: left 0s ease, opacity 0.3s ease;
  -o-transition: left 0s ease, opacity 0.3s ease;
  transition: left 0s ease, opacity 0.3s ease;
}
.modal-container .modal-content .modal-body form .modal-form-row [name=remember]:checked::after {
  left: 100%;
  opacity: 0;
  -webkit-transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
  -moz-transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
  -ms-transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
  -o-transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
  transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 0.65), opacity 0.6s cubic-bezier(1, 0, 1, 0);
}
.modal-container .modal-content .modal-body form .modal-form-row.buttons {
  margin-bottom: 0;
}
.modal-container .modal-content .modal-body form .modal-form-row.buttons .submit_button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 20px 40px;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #6C9673;
  color: #ffffff;
  border: 3px solid #6C9673;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .modal-container .modal-content .modal-body form .modal-form-row.buttons .submit_button {
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .modal-container .modal-content .modal-body form .modal-form-row.buttons .submit_button {
    padding: 18px 30px;
  }
}
.modal-container .modal-content .modal-body form .modal-form-row.buttons .submit_button:hover {
  background-color: #000000;
  color: #ffffff;
  border: 3px solid #000000;
}
.modal-container .modal-content .modal-body form .modal-form-row.buttons .register {
  float: right;
  margin-top: 20px;
  line-height: 1.5;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .modal-container .modal-content .modal-body form .modal-form-row.buttons .register {
    float: none;
    display: block;
    margin-top: 30px;
  }
}
.modal-container .modal-content .modal-body form .modal-form-row.buttons .register a {
  font-weight: 700;
  text-decoration-thickness: 2px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.25s ease 0s;
  -moz-transition: text-decoration-color 0.25s ease 0s;
  -ms-transition: text-decoration-color 0.25s ease 0s;
  -o-transition: text-decoration-color 0.25s ease 0s;
  transition: text-decoration-color 0.25s ease 0s;
}
.modal-container .modal-content .modal-body form .modal-form-row.buttons .register a:hover {
  text-decoration-color: #6C9673;
}
.modal-container .modal-content .modal-body form .modal-form-row.remember {
  margin-top: 30px;
}
.modal-container .modal-content .modal-body form .modal-form-row.buttons {
  margin-top: 35px;
}
.modal-container .modal-content .modal-body form.processing .modal-form-row.buttons {
  margin-bottom: 0;
}
.modal-container .modal-content .modal-body form.processing .modal-form-row.buttons .submit_button {
  pointer-events: none;
  opacity: 0.5;
  background-color: #6C9673;
  color: transparent;
  background-image: url("images/loading.gif");
}
.modal-container .modal-content .modal-footer {
  padding-top: 25px;
}
.modal-container .modal-content .modal-footer .lost-password a {
  font-weight: 700;
  line-height: 1.5;
  text-decoration-thickness: 2px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.25s ease 0s;
  -moz-transition: text-decoration-color 0.25s ease 0s;
  -ms-transition: text-decoration-color 0.25s ease 0s;
  -o-transition: text-decoration-color 0.25s ease 0s;
  transition: text-decoration-color 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .modal-container .modal-content .modal-footer .lost-password a {
    display: table;
    margin-top: 10px;
  }
}
.modal-container .modal-content .modal-footer .lost-password a:hover {
  text-decoration-color: #6C9673;
}
.modal-container .modal-content .modal-dialog {
  position: absolute;
  z-index: 10002;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s ease 0.3s, opacity 0.3s ease 0s;
  -moz-transition: visibility 0s ease 0.3s, opacity 0.3s ease 0s;
  -ms-transition: visibility 0s ease 0.3s, opacity 0.3s ease 0s;
  -o-transition: visibility 0s ease 0.3s, opacity 0.3s ease 0s;
  transition: visibility 0s ease 0.3s, opacity 0.3s ease 0s;
}
.modal-container .modal-content .modal-dialog.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s ease 0s, opacity 0.3s ease 0s;
  -moz-transition: visibility 0s ease 0s, opacity 0.3s ease 0s;
  -ms-transition: visibility 0s ease 0s, opacity 0.3s ease 0s;
  -o-transition: visibility 0s ease 0s, opacity 0.3s ease 0s;
  transition: visibility 0s ease 0s, opacity 0.3s ease 0s;
}
.modal-container .modal-content .modal-dialog .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 400px;
  max-width: 90%;
  padding: 30px;
  background-color: #ffffff;
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-container .modal-content .modal-dialog .inner .message {
  display: block;
}
.modal-container .modal-content .modal-dialog .inner .message a {
  text-decoration: underline;
}
.modal-container .modal-content .modal-dialog .inner .btn {
  margin-top: 30px;
}
.modal-container.hidden {
  display: none;
}

.mssysform .mmform-container .datafields .formrowcontainer {
  margin-bottom: 15px;
}
.mssysform .mmform-container .datafields .formrowcontainer .error-container {
  display: none;
  color: #dc3545;
  font-size: 14px;
  font-size: 0.875rem;
}
.mssysform .mmform-container .submitpart {
  margin-top: 25px;
}
.mssysform .mmform-container .submitpart .submitcontainer .submitbutton {
  padding: 11px 40px 10px;
  background-color: #6C9673;
  color: #ffffff;
  border: 2px solid #6C9673;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  font-family: "Oxanium", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.125rem;
  cursor: pointer;
  -webkit-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -moz-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
  transition: color 0.25s ease 0s, background-color 0.25s ease 0s, border-color 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mssysform .mmform-container .submitpart .submitcontainer .submitbutton {
    padding: 11px 26px 12px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .mssysform .mmform-container .submitpart .submitcontainer .submitbutton {
    padding: 13px 31px 14px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .mssysform .mmform-container .submitpart .submitcontainer .submitbutton {
    padding: 15px 36px 16px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.mssysform .mmform-container .submitpart .submitcontainer .submitbutton:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.downloadable-documents-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}
body.custom-page-download_center .downloadable-documents-list {
  margin-top: 40px;
}
.downloadable-documents-list .downloadable-document-item {
  min-width: 0;
  flex: 0 0 49%;
  margin-top: 20px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .downloadable-documents-list .downloadable-document-item {
    flex: 0 0 100%;
  }
}
.downloadable-documents-list .downloadable-document-item a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 24px 34px 24px 24px;
}
.downloadable-documents-list .downloadable-document-item a .icon {
  min-width: 0;
  flex: 0 0 25px;
  display: inline-flex;
  width: 25px;
  height: 30px;
  margin-right: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.downloadable-documents-list .downloadable-document-item a span.label {
  min-width: 0;
  flex: 1 1 auto;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .downloadable-documents-list .downloadable-document-item a span.label {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .downloadable-documents-list .downloadable-document-item a span.label {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .downloadable-documents-list .downloadable-document-item a span.label {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.downloadable-documents-list .downloadable-document-item a span.btn {
  min-width: 0;
  flex: 0 1 auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .downloadable-documents-list .downloadable-document-item a span.btn {
    display: none;
  }
}
.downloadable-documents-list .downloadable-document-item:hover {
  border-color: #6C9673;
}

#site_header {
  position: relative;
  z-index: 10;
  padding: 50px 0;
  border-bottom: 1px solid #e2eae3;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_header {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_header {
    padding: 40px 0;
  }
}
body.home.admin-bar #site_header {
  top: 32px;
}
body.home #site_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#site_header .container .site_header--main {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
#site_header .container .site_header--main .site_header-logo {
  min-width: 0;
  flex: 1 1 auto;
}
#site_header .container .site_header--main .site_header-logo i {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 280px;
  height: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_header .container .site_header--main .site_header-logo i {
    width: 200px;
    height: 36px;
  }
}
#site_header .container .site_header--main .site_header-logo h1 {
  line-height: 0;
  font-size: 0px;
  font-size: 0rem;
}
#site_header .container .site_header--main .header-ui {
  min-width: 0;
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}
#site_header .container .site_header--main .header-ui .site_header--menu {
  min-width: 0;
  flex: 0 1 auto;
}
@media only screen and (min-width: 0px) and (max-width: 1265px) {
  #site_header .container .site_header--main .header-ui .site_header--menu {
    display: none;
  }
}
#site_header .container .site_header--main .header-ui .header-user-button {
  position: relative;
  min-width: 0;
  flex: 0 1 auto;
  width: 44px;
  height: 44px;
  margin-left: 43px;
  border: 2px solid #6C9673;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  background-color: #ffffff;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url("images/user-icon.svg");
  line-height: 0;
  font-size: 0px;
  font-size: 0rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_header .container .site_header--main .header-ui .header-user-button {
    width: 40px;
    height: 40px;
    margin-left: 23px;
  }
}
#site_header .container .site_header--main .header-ui .header-user-button .header-user-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  min-width: 220px;
  padding: 10px 0 0;
  z-index: 20;
}
#site_header .container .site_header--main .header-ui .header-user-button .header-user-dropdown::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
#site_header .container .site_header--main .header-ui .header-user-button .header-user-dropdown ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
  background-color: #ffffff;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
#site_header .container .site_header--main .header-ui .header-user-button .header-user-dropdown ul li a {
  display: block;
  padding: 10px 25px;
  color: #000000;
  line-height: 1.4;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
#site_header .container .site_header--main .header-ui .header-user-button .header-user-dropdown ul li a:hover {
  background-color: #f1f5f1;
}
#site_header .container .site_header--main .header-ui .header-user-button .header-user-dropdown ul li:last-child a:hover {
  background-color: rgb(250.1265822785, 226.8734177215, 229.1012658228);
}
#site_header .container .site_header--main .header-ui .header-user-button .header-user-dropdown::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
}
#site_header .container .site_header--main .header-ui .header-user-button.has-dropdown::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
}
#site_header .container .site_header--main .header-ui .header-user-button:hover .header-user-dropdown {
  display: block;
}
#site_header .container .site_header--main .header-ui .header-cta-button {
  min-width: 0;
  flex: 0 1 auto;
  margin-left: 23px;
  padding: 9px 33px 7px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_header .container .site_header--main .header-ui .header-cta-button {
    display: none;
  }
}
#site_header .container .site_header--main .header-ui .hamburger_icon-wrapper {
  min-width: 0;
  flex: 0 1 auto;
  display: none;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 15px 0 40px;
  -webkit-transition: width 0.25s ease 0s, height 0.25s ease 0s, margin 0.25s ease 0s;
  -moz-transition: width 0.25s ease 0s, height 0.25s ease 0s, margin 0.25s ease 0s;
  -ms-transition: width 0.25s ease 0s, height 0.25s ease 0s, margin 0.25s ease 0s;
  -o-transition: width 0.25s ease 0s, height 0.25s ease 0s, margin 0.25s ease 0s;
  transition: width 0.25s ease 0s, height 0.25s ease 0s, margin 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 1265px) {
  #site_header .container .site_header--main .header-ui .hamburger_icon-wrapper {
    display: block;
    margin: 0 0 0 25px;
  }
}
#site_header .container .site_header--main .header-ui .hamburger_icon-wrapper .hamburger_icon-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 75%;
  height: 3px;
  margin: auto;
  background-color: #000000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#site_header .container .site_header--main .header-ui .hamburger_icon-wrapper .hamburger_icon-bar:before, #site_header .container .site_header--main .header-ui .hamburger_icon-wrapper .hamburger_icon-bar:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: inherit;
  background-color: #000000;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#site_header .container .site_header--main .header-ui .hamburger_icon-wrapper .hamburger_icon-bar::before {
  top: -13px;
}
#site_header .container .site_header--main .header-ui .hamburger_icon-wrapper .hamburger_icon-bar::after {
  bottom: -13px;
}
#site_header .container .site_header--main .header-ui .hamburger_icon-wrapper.to-x .hamburger_icon-bar {
  background-color: transparent;
}
#site_header .container .site_header--main .header-ui .hamburger_icon-wrapper.to-x .hamburger_icon-bar::before {
  top: 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#site_header .container .site_header--main .header-ui .hamburger_icon-wrapper.to-x .hamburger_icon-bar::after {
  bottom: 0;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main {
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -ms-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}
body.mobile-menu-visible #main {
  overflow: hidden;
  height: 100vh;
  -moz-transform: translate3d(-400px, 0, 0);
  -o-transform: translate3d(-400px, 0, 0);
  -ms-transform: translate3d(-400px, 0, 0);
  -webkit-transform: translate3d(-400px, 0, 0);
  transform: translate3d(-400px, 0, 0);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.mobile-menu-visible #main {
    -moz-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
}

.alternated_list {
  margin: 0 auto;
  background-color: #ffffff;
}
body.home .alternated_list {
  margin-top: 74px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.home .alternated_list {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.home .alternated_list {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.home .alternated_list {
    margin-top: 50px;
  }
}
body.custom-page-support .alternated_list {
  margin-top: 50px;
}
body.custom-page-about .alternated_list {
  margin-top: 75px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.custom-page-about .alternated_list {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.custom-page-about .alternated_list {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.custom-page-about .alternated_list {
    margin-top: 50px;
  }
}
body.custom-page-how_to_choose .alternated_list {
  margin-top: 50px;
}
body.post-type-archive-product .alternated_list {
  margin-top: 100px;
}
body.single-product .alternated_list {
  margin-top: 180px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single-product .alternated_list {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single-product .alternated_list {
    margin-top: 140px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single-product .alternated_list {
    margin-top: 160px;
  }
}
.alternated_list .container + .section-image_text_2_cols {
  margin-top: 109px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .alternated_list .container + .section-image_text_2_cols {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .alternated_list .container + .section-image_text_2_cols {
    margin-top: 90px;
  }
}
.alternated_list .section-image_text_2_cols + .button-wrapper {
  margin-top: 80px;
}
body.custom-page-how_to_choose .alternated_list + .alternated_list {
  margin-top: 180px;
  padding: 100px 0;
  background-color: #e8eee8;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.custom-page-how_to_choose .alternated_list + .alternated_list {
    margin-top: 100px;
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.custom-page-how_to_choose .alternated_list + .alternated_list {
    margin-top: 140px;
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.custom-page-how_to_choose .alternated_list + .alternated_list {
    margin-top: 160px;
    padding: 80px 0;
  }
}

.kv-notice {
  margin-top: 40px;
  padding: 20px 30px;
  color: #000000;
  border: 1px solid #000000;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  background-color: #f5f5f5;
  line-height: 1.3;
  font-weight: 700;
  font-size: 19px;
  font-size: 1.1875rem;
}
.kv-notice ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.kv-notice.info {
  color: #030000;
  border-color: #17a2b8;
  background-color: rgb(167, 233.4782608696, 244);
}
.kv-notice.success {
  color: #030000;
  border-color: #28a745;
  background-color: rgb(175.1304347826, 235.8695652174, 189);
}
.kv-notice.warning {
  color: #030000;
  border-color: #ffc107;
  background-color: #fff4d3;
}
.kv-notice.danger {
  color: #030000;
  border-color: #dc3545;
  background-color: rgb(250.1265822785, 226.8734177215, 229.1012658228);
}

body.page.custom-page-registration .registration-description {
  margin-top: 90px;
}
body.page.custom-page-administration .dashboard-main .ceklima-dashboard-block + .ceklima-dashboard-block {
  margin-top: 48px;
}
body.page.custom-page-administration .dashboard-main .ceklima-dashboard-block .dashboard-notice-wrapper + .product-list {
  margin-top: 0;
}
body.page.custom-page-administration .dashboard-main .ceklima-dashboard-block .dashboard-notice-wrapper + .product-list .product-item {
  padding-top: 12px;
  border-top: none;
}
body.page.custom-page-administration .dashboard-main .dashboard-intro {
  margin: 0;
  font-weight: 500;
}
body.page.custom-page-administration .dashboard-main .new-product-button {
  margin-top: 50px;
  padding: 25px 60px 25px 105px;
  letter-spacing: -1px;
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.page.custom-page-administration .dashboard-main .new-product-button {
    padding: 15px 40px 15px 72px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.page.custom-page-administration .dashboard-main .new-product-button {
    padding: 22px 50px 22px 90px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.page.custom-page-administration .dashboard-main .new-product-button {
    padding: 24px 55px 24px 100px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
body.page.custom-page-administration .dashboard-main .new-product-button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17px;
  display: inline-block;
  width: 59px;
  height: 59px;
  margin: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #000000;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url("images/icon-plus-white.svg");
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -ms-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.page.custom-page-administration .dashboard-main .new-product-button::before {
    width: 40px;
    height: 40px;
    left: 12px;
    background-size: 20px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.page.custom-page-administration .dashboard-main .new-product-button::before {
    width: 50px;
    height: 50px;
    left: 14px;
    background-size: 25px auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.page.custom-page-administration .dashboard-main .new-product-button::before {
    width: 59px;
    height: 59px;
    left: 17px;
    background-size: 30px auto;
  }
}
body.page.custom-page-administration .dashboard-main .new-product-button:hover::before {
  background-color: #6C9673;
}
body.page.custom-page-administration .dashboard-main .dashboard-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 52px 40px;
  text-align: center;
  background: linear-gradient(135deg, #f1f5f1 0%, #e2eae3 100%);
  border: 1px solid rgba(108, 150, 115, 0.18);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.page.custom-page-administration .dashboard-main .dashboard-empty-state {
    padding: 38px 24px;
  }
}
body.page.custom-page-administration .dashboard-main .dashboard-empty-state .dashboard-empty-state-title {
  margin: 0;
  color: #000000;
  font-family: "Oxanium", sans-serif;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  font-size: 34px;
  font-size: 2.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.page.custom-page-administration .dashboard-main .dashboard-empty-state .dashboard-empty-state-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
body.page.custom-page-administration .dashboard-main .dashboard-empty-state .dashboard-empty-state-text {
  margin: 18px 0 0;
  font-weight: 500;
  line-height: 1.55;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.page.custom-page-administration .dashboard-main .dashboard-empty-state .dashboard-empty-state-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
body.page.custom-page-administration .dashboard-main .device-registration-form {
  padding-bottom: 70px;
}
body.page.custom-page-administration .dashboard-main .maintenance-form {
  padding-bottom: 70px;
}
body.page.custom-page-administration .dashboard-main .password-change-form {
  margin-top: 30px;
  padding-bottom: 70px;
}
body.page.custom-page-administration .product-list {
  display: flex;
  flex-direction: column;
}
body.page.custom-page-administration .product-list .product-item .card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1344px;
  margin: 0 auto;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.page.custom-page-administration .product-list .product-item .card {
    padding: 0 15px;
  }
}
body.page.custom-page-administration .product-list .product-item .card .card-first {
  min-width: 0;
  flex: 0 0 58.5%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 15px 28px 20px 10px;
  background-color: #f1f5f1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.page.custom-page-administration .product-list .product-item .card .card-first {
    flex: 0 0 100%;
    padding: 20px 15px;
  }
}
body.page.custom-page-administration .product-list .product-item .card .card-first .image {
  min-width: 0;
  flex: 0 0 45%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.page.custom-page-administration .product-list .product-item .card .card-first .image {
    flex: 0 0 100%;
  }
}
body.page.custom-page-administration .product-list .product-item .card .card-first .text {
  min-width: 0;
  flex: 0 0 55%;
  padding: 30px 0 0 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.page.custom-page-administration .product-list .product-item .card .card-first .text {
    flex: 0 0 100%;
    padding: 15px 0 0;
  }
}
body.page.custom-page-administration .product-list .product-item .card .card-first .text .product-name {
  margin: 0;
  padding-left: 18px;
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  font-size: 32px;
  font-size: 2rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.page.custom-page-administration .product-list .product-item .card .card-first .text .product-name {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.page.custom-page-administration .product-list .product-item .card .card-first .text .product-name {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.page.custom-page-administration .product-list .product-item .card .card-first .text .product-name {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
body.page.custom-page-administration .product-list .product-item .card .card-first .text .product-serials {
  display: block;
  padding-left: 19px;
  line-height: 1;
  font-size: 13px;
  font-size: 0.8125rem;
}
body.page.custom-page-administration .product-list .product-item .card .card-first .text .product-data-table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.page.custom-page-administration .product-list .product-item .card .card-first .text .product-data-table {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.page.custom-page-administration .product-list .product-item .card .card-first .text .product-data-table {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
body.page.custom-page-administration .product-list .product-item .card .card-first .text .product-data-table tr:nth-child(even) {
  background-color: #ffffff;
}
body.page.custom-page-administration .product-list .product-item .card .card-first .text .product-data-table tr th, body.page.custom-page-administration .product-list .product-item .card .card-first .text .product-data-table tr td {
  padding: 5px 0 6px;
}
body.page.custom-page-administration .product-list .product-item .card .card-first .text .product-data-table tr th {
  padding-left: 17px;
  padding-right: 10px;
  text-align: left;
  font-weight: 600;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  background-clip: padding-box;
}
body.page.custom-page-administration .product-list .product-item .card .card-first .text .product-data-table tr td {
  padding-right: 17px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  background-clip: padding-box;
}
body.page.custom-page-administration .product-list .product-item .card .card-last {
  position: relative;
  min-width: 0;
  flex: 0 0 40.5%;
  padding: 50px 25px 41px 114px;
  background-color: #c4d5c7;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.page.custom-page-administration .product-list .product-item .card .card-last {
    flex: 0 0 100%;
    margin-top: 10px;
    padding: 33px 20px 30px;
  }
}
body.page.custom-page-administration .product-list .product-item .card .card-last::before {
  content: "";
  position: absolute;
  top: 43px;
  left: 43px;
  display: inline-block;
  width: 68px;
  height: 68px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #6C9673;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("images/upload-icon-white.svg");
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.page.custom-page-administration .product-list .product-item .card .card-last::before {
    top: 20px;
    left: auto;
    right: 30px;
    width: 50px;
    height: 50px;
    background-size: 20px auto;
  }
}
body.page.custom-page-administration .product-list .product-item .card .card-last .heading {
  padding-left: 10px;
}
body.page.custom-page-administration .product-list .product-item .card .card-last .heading .title {
  display: block;
  padding-left: 3px;
  font-family: "Oxanium", sans-serif;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.page.custom-page-administration .product-list .product-item .card .card-last .heading .title {
    padding-bottom: 10px;
    padding-right: 65px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.page.custom-page-administration .product-list .product-item .card .card-last .heading .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.page.custom-page-administration .product-list .product-item .card .card-last .heading .title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
body.page.custom-page-administration .product-list .product-item .card .card-last .button-wrapper {
  margin-top: 20px;
}
body.page.custom-page-administration .product-list .product-item .card .card-last .button-wrapper .btn {
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.page.custom-page-administration .product-list .product-item .card .card-last .button-wrapper .btn {
    width: 100%;
  }
}
body.page.custom-page-administration .product-list .product-item .no-maintenance,
body.page.custom-page-administration .product-list .product-item .last-maintenance {
  margin-top: 33px;
}
body.page.custom-page-administration .product-list .product-item .no-maintenance .container,
body.page.custom-page-administration .product-list .product-item .last-maintenance .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #e2eae3;
  border-bottom: 1px solid #e2eae3;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.page.custom-page-administration .product-list .product-item .no-maintenance .container,
  body.page.custom-page-administration .product-list .product-item .last-maintenance .container {
    flex-direction: column;
    align-items: center;
  }
}
body.page.custom-page-administration .product-list .product-item .no-maintenance .container .date,
body.page.custom-page-administration .product-list .product-item .last-maintenance .container .date {
  min-width: 0;
  flex: 0 0 auto;
  margin-left: 31px;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.page.custom-page-administration .product-list .product-item .no-maintenance .container .date,
  body.page.custom-page-administration .product-list .product-item .last-maintenance .container .date {
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
body.page.custom-page-administration .product-list .product-item .no-maintenance .container .link,
body.page.custom-page-administration .product-list .product-item .last-maintenance .container .link {
  min-width: 0;
  flex: 0 0 auto;
  margin-right: 8px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.page.custom-page-administration .product-list .product-item .no-maintenance .container .link,
  body.page.custom-page-administration .product-list .product-item .last-maintenance .container .link {
    margin-right: 0;
  }
}
body.page.custom-page-administration .product-list .product-item .no-maintenance .container .notice,
body.page.custom-page-administration .product-list .product-item .last-maintenance .container .notice {
  min-width: 0;
  flex: 1 1 100%;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.page.custom-page-administration .product-list .product-item .no-maintenance .container .notice,
  body.page.custom-page-administration .product-list .product-item .last-maintenance .container .notice {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
body.page.custom-page-administration .product-list .product-item .all-maintenance {
  margin-top: 33px;
  text-align: center;
}
body.page.custom-page-administration .product-list .product-item + .product-item {
  margin-top: 65px;
}
body.page.custom-page-administration .product-list.separator {
  margin-top: 70px;
}
body.page.custom-page-administration .product-list.separator .product-item {
  padding-top: 44px;
  border-top: 2px solid #e2eae3;
}
body.page.custom-page-administration .maintenance-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.page.custom-page-administration .maintenance-list .maintenance-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 33px 30px 35px 31px;
  border-top: 1px solid #e2eae3;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.page.custom-page-administration .maintenance-list .maintenance-item {
    padding: 20px 15px 22px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
body.page.custom-page-administration .maintenance-list .maintenance-item .maintenance-data {
  min-width: 0;
  flex: 0 0 60%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.page.custom-page-administration .maintenance-list .maintenance-item .maintenance-data {
    flex: 0 0 100%;
  }
}
body.page.custom-page-administration .maintenance-list .maintenance-item .maintenance-data .data-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.page.custom-page-administration .maintenance-list .maintenance-item .maintenance-data .data-row .data-label {
  min-width: 0;
  flex: 0 0 36%;
  font-weight: 600;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.page.custom-page-administration .maintenance-list .maintenance-item .maintenance-data .data-row .data-label {
    flex: 0 0 100%;
    margin-bottom: 10px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
body.page.custom-page-administration .maintenance-list .maintenance-item .maintenance-data .data-row .data-value {
  min-width: 0;
  flex: 0 0 64%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.page.custom-page-administration .maintenance-list .maintenance-item .maintenance-data .data-row .data-value {
    flex: 0 0 100%;
  }
}
body.page.custom-page-administration .maintenance-list .maintenance-item .maintenance-data .data-row .data-value .data-item {
  display: inline-block;
  margin-right: 10px;
}
body.page.custom-page-administration .maintenance-list .maintenance-item .maintenance-data .data-row .data-value .data-item strong {
  font-weight: 500;
}
body.page.custom-page-administration .maintenance-list .maintenance-item .maintenance-data .data-row .data-value .data-item + .data-item {
  margin-top: 12px;
}
body.page.custom-page-administration .maintenance-list .maintenance-item .maintenance-data .data-row .data-value .data-item.block {
  display: block;
}
body.page.custom-page-administration .maintenance-list .maintenance-item .maintenance-data .data-row + .data-row {
  margin-top: 20px;
}
body.page.custom-page-administration .maintenance-list .maintenance-item .maintenance-actions {
  min-width: 0;
  flex: 0 0 294px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.page.custom-page-administration .maintenance-list .maintenance-item .maintenance-actions {
    flex: 0 0 100%;
    margin-top: 20px;
  }
}
body.page.custom-page-administration .maintenance-list .maintenance-item .maintenance-actions .btn {
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.page.custom-page-administration .maintenance-list .maintenance-item .maintenance-actions .btn {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.page.custom-page-administration .maintenance-list .maintenance-item .maintenance-actions .btn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
body.page.custom-page-administration .maintenance-list .maintenance-item .maintenance-actions .btn + .btn {
  margin-top: 15px;
}
body.page.custom-page-administration .maintenance-list .maintenance-item:nth-child(even) {
  background-color: #f7f9f8;
}
body.page.custom-page-administration .maintenance-list .maintenance-item:last-child {
  border-bottom: 1px solid #e2eae3;
}
body.page.custom-page-administration .maintenance-list .maintenance-item.added {
  border-top: none;
}
body.page.custom-page-administration #maintenance-success-notice {
  position: relative;
  z-index: 1;
  margin-bottom: -10px;
}

body.single.single-product .product-main .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.single.single-product .product-main .container .product-visuals {
  min-width: 0;
  flex: 0 0 49%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-product .product-main .container .product-visuals {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-product .product-main .container .product-visuals {
    flex: 0 0 100%;
  }
}
body.single.single-product .product-main .container .product-visuals .product-image .model-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
body.single.single-product .product-main .container .product-visuals .product-image .model-wrapper::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 30px;
  right: 35px;
  display: block;
  width: 80px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("images/3d-logo.svg");
}
body.single.single-product .product-main .container .product-visuals .product-image .model-wrapper .product-model-viewer {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #d9d9d9;
  background-color: #f5f5f5;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  overflow: hidden;
}
body.single.single-product .product-main .container .product-visuals .product-image .image-wrapper {
  display: inline-flex;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
body.single.single-product .product-main .container .product-visuals .product-image .image-wrapper.placeholder {
  background-color: #e2eae3;
  background-position: center;
  background-size: 250px auto;
  background-repeat: no-repeat;
  background-image: url("images/site-emblem.svg");
}
body.single.single-product .product-main .container .product-visuals .product-gallery ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 27px 0 0 0;
}
body.single.single-product .product-main .container .product-visuals .product-gallery ul li {
  flex: 0 0 32%;
  margin: 2% 2% 0 0;
  line-height: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-product .product-main .container .product-visuals .product-gallery ul li {
    flex: 0 0 49%;
  }
}
body.single.single-product .product-main .container .product-visuals .product-gallery ul li a {
  display: block;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
body.single.single-product .product-main .container .product-visuals .product-gallery ul li a .image-wrapper {
  display: inline-flex;
}
body.single.single-product .product-main .container .product-visuals .product-gallery ul li a .image-wrapper.placeholder {
  background-color: #e2eae3;
  background-position: center;
  background-size: 100px auto;
  background-repeat: no-repeat;
  background-image: url("images/site-emblem.svg");
}
body.single.single-product .product-main .container .product-visuals .product-gallery ul li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-product .product-main .container .product-visuals .product-gallery ul li:nth-child(3n) {
    margin-right: 2%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-product .product-main .container .product-visuals .product-gallery ul li:nth-child(2n) {
    margin-right: 0;
  }
}
body.single.single-product .product-main .container .product-textuals {
  min-width: 0;
  flex: 0 0 47%;
  padding: 10px 0 0 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-product .product-main .container .product-textuals {
    flex: 0 0 100%;
    padding: 30px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-product .product-main .container .product-textuals {
    flex: 0 0 100%;
    padding: 30px 0 0 0;
  }
}
body.single.single-product .product-main .container .product-textuals .product-main-features {
  margin-top: 45px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-product .product-main .container .product-textuals .product-main-features {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-product .product-main .container .product-textuals .product-main-features {
    margin-top: 40px;
  }
}
body.single.single-product .product-main .container .product-textuals .product-main-features span {
  display: block;
  margin-bottom: 20px;
  color: #6C9673;
  text-transform: uppercase;
  font-family: "Oxanium", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  font-size: 24px;
  font-size: 1.5rem;
}
body.single.single-product .product-main .container .product-textuals .product-main-features .main-features-table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-product .product-main .container .product-textuals .product-main-features .main-features-table {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-product .product-main .container .product-textuals .product-main-features .main-features-table {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single.single-product .product-main .container .product-textuals .product-main-features .main-features-table {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
body.single.single-product .product-main .container .product-textuals .product-main-features .main-features-table tbody tr:nth-child(even) {
  background-color: #e2eae3;
}
body.single.single-product .product-main .container .product-textuals .product-main-features .main-features-table tbody tr:nth-child(even) th,
body.single.single-product .product-main .container .product-textuals .product-main-features .main-features-table tbody tr:nth-child(even) td {
  padding: 12px 20px;
}
body.single.single-product .product-main .container .product-textuals .product-main-features .main-features-table tbody tr th,
body.single.single-product .product-main .container .product-textuals .product-main-features .main-features-table tbody tr td {
  padding: 18px 20px;
  vertical-align: top;
}
body.single.single-product .product-main .container .product-textuals .product-main-features .main-features-table tbody tr th {
  text-align: left;
  font-weight: 500;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  background-clip: padding-box;
}
body.single.single-product .product-main .container .product-textuals .product-main-features .main-features-table tbody tr td {
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  background-clip: padding-box;
}
body.single.single-product .product-main .container .product-textuals .button-wrapper {
  margin-top: 60px;
}
body.single.single-product .product-main .container .product-textuals .product-key-features {
  margin-top: 80px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-product .product-main .container .product-textuals .product-key-features {
    margin-top: 10px;
  }
}
body.single.single-product .product-main .container .product-textuals .product-key-features ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
body.single.single-product .product-main .container .product-textuals .product-key-features ul li {
  flex: 0 0 33.3333333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0 33px;
  text-align: center;
  border-right: 1px dashed #bfd2c2;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-product .product-main .container .product-textuals .product-key-features ul li {
    flex-direction: row;
    flex: 0 0 100%;
    padding: 25px 0 25px 10px;
    border-right: none;
    text-align-last: left;
    border-bottom: 1px dashed #bfd2c2;
  }
}
body.single.single-product .product-main .container .product-textuals .product-key-features ul li .feature-icon {
  display: inline-flex;
  width: 125px;
  height: 125px;
  margin: 0 auto 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-product .product-main .container .product-textuals .product-key-features ul li .feature-icon {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    margin: 0 25px 0 0;
  }
}
body.single.single-product .product-main .container .product-textuals .product-key-features ul li .feature-name {
  display: block;
  max-width: 160px;
  margin: 0 auto;
  font-weight: 600;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-product .product-main .container .product-textuals .product-key-features ul li .feature-name {
    flex: 1 1 auto;
    margin: 0;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-product .product-main .container .product-textuals .product-key-features ul li .feature-name {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single.single-product .product-main .container .product-textuals .product-key-features ul li .feature-name {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
body.single.single-product .product-main .container .product-textuals .product-key-features ul li:nth-child(3n) {
  border-right: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-product .product-main .container .product-textuals .product-key-features ul li:last-child {
    border-bottom: none;
  }
}
body.single.single-product .product-details {
  margin-top: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-product .product-details {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-product .product-details {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single.single-product .product-details {
    margin-top: 120px;
  }
}
body.single.single-product .product-details .container .section-title {
  text-align: center;
}
body.single.single-product .product-details .container .detailed-features-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}
body.single.single-product .product-details .container .detailed-features-list .detailed-feature-item {
  min-width: 0;
  flex: 0 0 49%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 90px 4% 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-product .product-details .container .detailed-features-list .detailed-feature-item {
    flex: 0 0 100%;
    padding: 50px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-product .product-details .container .detailed-features-list .detailed-feature-item {
    flex: 0 0 100%;
    padding: 60px 0 0 0;
  }
}
body.single.single-product .product-details .container .detailed-features-list .detailed-feature-item .icon {
  min-width: 0;
  flex: 0 0 90px;
  display: inline-flex;
  width: 90px;
  height: 90px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 41px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-product .product-details .container .detailed-features-list .detailed-feature-item .icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-product .product-details .container .detailed-features-list .detailed-feature-item .icon {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    margin-right: 30px;
  }
}
body.single.single-product .product-details .container .detailed-features-list .detailed-feature-item .text {
  min-width: 0;
  flex: 1 1 auto;
}
body.single.single-product .product-details .container .detailed-features-list .detailed-feature-item .text h3 {
  margin: 0 0 15px;
  color: #6C9673;
  font-family: "Oxanium", sans-serif;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-product .product-details .container .detailed-features-list .detailed-feature-item .text h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-product .product-details .container .detailed-features-list .detailed-feature-item .text h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single.single-product .product-details .container .detailed-features-list .detailed-feature-item .text h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
body.single.single-product .product-details .container .detailed-features-list .detailed-feature-item .text p {
  margin: 0;
}
body.single.single-product .product-downloads {
  margin-top: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single.single-product .product-downloads {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single.single-product .product-downloads {
    margin-top: 100px;
  }
}
body.single.single-product .product-downloads .container .section-title {
  margin-bottom: 40px;
  text-align: center;
}

.section-mainpage_hero {
  max-width: 1920px;
  margin: 0 auto;
}
.section-mainpage_hero .mainpage_hero__background {
  position: relative;
  padding-bottom: 56.51%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-mainpage_hero .mainpage_hero__background {
    height: 100vh;
    padding-bottom: 0;
  }
}
.section-mainpage_hero .mainpage_hero__background .mainpage_hero__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  width: 1344px;
  max-width: 100%;
  margin: auto;
  padding-top: 40px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-mainpage_hero .mainpage_hero__background .mainpage_hero__content {
    top: 45%;
    padding: 0 15px;
  }
}
.section-mainpage_hero .mainpage_hero__background .mainpage_hero__content::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  display: inline-block;
  width: 720px;
  height: 720px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("images/site-emblem.svg");
  -moz-transform: translate(41%, -41%);
  -o-transform: translate(41%, -41%);
  -ms-transform: translate(41%, -41%);
  -webkit-transform: translate(41%, -41%);
  transform: translate(41%, -41%);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-mainpage_hero .mainpage_hero__background .mainpage_hero__content::before {
    width: 360px;
    height: 360px;
    -moz-transform: translate(20%, -20%);
    -o-transform: translate(20%, -20%);
    -ms-transform: translate(20%, -20%);
    -webkit-transform: translate(20%, -20%);
    transform: translate(20%, -20%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-mainpage_hero .mainpage_hero__background .mainpage_hero__content::before {
    width: 500px;
    height: 500px;
  }
}
.section-mainpage_hero .mainpage_hero__background .mainpage_hero__content .tagline {
  -webkit-transition: opacity 1s ease, transform 1s ease;
  -moz-transition: opacity 1s ease, transform 1s ease;
  -ms-transition: opacity 1s ease, transform 1s ease;
  -o-transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  margin: 0;
  max-width: 700px;
  font-family: "Oxanium", sans-serif;
  letter-spacing: -5px;
  font-weight: 700;
  line-height: 1.1;
  font-size: 94px;
  font-size: 5.875rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-mainpage_hero .mainpage_hero__background .mainpage_hero__content .tagline {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-mainpage_hero .mainpage_hero__background .mainpage_hero__content .tagline {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-mainpage_hero .mainpage_hero__background .mainpage_hero__content .tagline {
    font-size: 74px;
    font-size: 4.625rem;
  }
}
.section-mainpage_hero .mainpage_hero__background .mainpage_hero__content .btn {
  -webkit-transition: opacity 1s ease, transform 1s ease;
  -moz-transition: opacity 1s ease, transform 1s ease;
  -ms-transition: opacity 1s ease, transform 1s ease;
  -o-transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  margin-top: 35px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-mainpage_hero .mainpage_hero__background .mainpage_hero__content .btn {
    margin-top: 25px;
  }
}
.section-mainpage_hero .container .mainpage_hero__intro {
  position: relative;
  margin-top: 45px;
  padding: 80px 50px 80px 150px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-mainpage_hero .container .mainpage_hero__intro {
    padding: 60px 20px 60px 20px;
  }
}
.section-mainpage_hero .container .mainpage_hero__intro::before {
  content: attr(data-initial);
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 52px;
  margin: auto;
  font-family: "Oxanium", sans-serif;
  color: #e2eae3;
  font-weight: 700;
  line-height: 1.1;
  font-size: 300px;
  font-size: 18.75rem;
  user-select: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-mainpage_hero .container .mainpage_hero__intro::before {
    top: -40px;
    bottom: auto;
    left: -15px;
    font-size: 200px;
    font-size: 12.5rem;
  }
}
.section-mainpage_hero.animate .mainpage_hero__background {
  opacity: 0;
}
.section-mainpage_hero.animate .mainpage_hero__background .mainpage_hero__content .tagline {
  opacity: 0;
  -moz-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}
.section-mainpage_hero.animate .mainpage_hero__background .mainpage_hero__content .btn {
  opacity: 0;
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.section-image_text_2_cols {
  margin: 0 auto;
}
.section-image_text_2_cols + .section-image_text_2_cols {
  margin-top: 106px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-image_text_2_cols + .section-image_text_2_cols {
    margin-top: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-image_text_2_cols + .section-image_text_2_cols {
    margin-top: 76px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-image_text_2_cols + .section-image_text_2_cols {
    margin-top: 96px;
  }
}
.section-image_text_2_cols .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.section-image_text_2_cols .container > .section-title {
  width: 100%;
  margin: 90px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-image_text_2_cols .container > .section-title {
    margin: 50px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-image_text_2_cols .container > .section-title {
    margin: 60px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-image_text_2_cols .container > .section-title {
    margin: 70px 0;
  }
}
.section-image_text_2_cols .container .image {
  min-width: 0;
  flex: 0 0 53%;
  line-height: 0;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-image_text_2_cols .container .image {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-image_text_2_cols .container .image {
    flex: 0 0 100%;
  }
}
.section-image_text_2_cols .container .image a {
  display: inline-block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  overflow: hidden;
}
.section-image_text_2_cols .container .image a img.zoom:not(.placeholder) {
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -ms-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}
.section-image_text_2_cols .container .image a img.zoom:not(.placeholder):hover {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.section-image_text_2_cols .container .image img {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
.section-image_text_2_cols .container .image img.placeholder {
  background-color: #e2eae3;
  background-position: center;
  background-size: 150px auto;
  background-repeat: no-repeat;
  background-image: url("images/site-emblem.svg");
}
.section-image_text_2_cols .container .text {
  min-width: 0;
  flex: 0 0 45%;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-image_text_2_cols .container .text {
    flex: 0 0 100%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-image_text_2_cols .container .text {
    flex: 0 0 100%;
    margin-top: 30px;
  }
}
.section-image_text_2_cols .container .text .section-title {
  color: #6C9673;
  margin-bottom: 22px;
}
.section-image_text_2_cols .container .text .section-title a {
  color: #6C9673;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.section-image_text_2_cols .container .text .section-title a:hover {
  color: #6C9673;
}
.section-image_text_2_cols .container .text .template-section,
.section-image_text_2_cols .container .text .section-text {
  margin-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-image_text_2_cols .container .text .template-section,
  .section-image_text_2_cols .container .text .section-text {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-image_text_2_cols .container .text .template-section,
  .section-image_text_2_cols .container .text .section-text {
    margin-bottom: 30px;
  }
}
.section-image_text_2_cols .container .text .template-section:last-child,
.section-image_text_2_cols .container .text .section-text:last-child {
  margin-bottom: 0;
}
.section-image_text_2_cols .container .text .template-section p:last-child,
.section-image_text_2_cols .container .text .section-text p:last-child {
  margin-bottom: 0;
}
.section-image_text_2_cols .container.layout-v2 .image {
  flex: 0 0 56%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-image_text_2_cols .container.layout-v2 .image {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-image_text_2_cols .container.layout-v2 .image {
    flex: 0 0 100%;
  }
}
.section-image_text_2_cols .container.layout-v2 .text {
  flex: 0 0 42%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-image_text_2_cols .container.layout-v2 .text {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-image_text_2_cols .container.layout-v2 .text {
    flex: 0 0 100%;
  }
}
.section-image_text_2_cols .container.layout-v2 .text .template-section,
.section-image_text_2_cols .container.layout-v2 .text .section-text {
  line-height: 2;
}
body.custom-page-private-courses .section-image_text_2_cols.reverse {
  margin-top: 124px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.custom-page-private-courses .section-image_text_2_cols.reverse {
    margin-top: 84px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.custom-page-private-courses .section-image_text_2_cols.reverse {
    margin-top: 104px;
  }
}
.section-image_text_2_cols.reverse .container {
  flex-direction: row-reverse;
}
.section-image_text_2_cols.animate .container .image {
  opacity: 0;
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.section-image_text_2_cols.animate .container .text {
  opacity: 0;
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.section-image_text_2_cols.animate.reverse .container .image {
  -moz-transform: translateX(50px);
  -o-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-image_text_2_cols.animate.reverse .container .image {
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-image_text_2_cols.animate.reverse .container .image {
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}

.section-icon-list {
  margin: 0 auto;
  text-align: center;
  padding: 100px 0;
  background-color: #f1f5f1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-icon-list {
    padding: 80px 0;
  }
}
body.custom-page-about .section-icon-list {
  margin-top: 150px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.custom-page-about .section-icon-list {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.custom-page-about .section-icon-list {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.custom-page-about .section-icon-list {
    margin-top: 130px;
  }
}
body.custom-page-registration .section-icon-list {
  margin-top: 100px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.custom-page-registration .section-icon-list {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.custom-page-registration .section-icon-list {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.custom-page-registration .section-icon-list {
    margin-top: 80px;
  }
}
.section-icon-list.shortcode {
  margin: 100px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list.shortcode {
    margin: 40px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-icon-list.shortcode {
    margin: 60px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-icon-list.shortcode {
    margin: 80px 0;
  }
}
.section-icon-list .container .section-title {
  margin-bottom: 53px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .section-title {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-icon-list .container .section-title {
    margin-bottom: 33px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-icon-list .container .section-title {
    margin-bottom: 38px;
  }
}
.section-icon-list .container .icon-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-icon-list .container .icon-list .icon-item {
  position: relative;
  min-width: 0;
  flex: 0 1 33.3333333333%;
  margin-top: 32px;
  padding: 65px 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item {
    flex: 0 1 100%;
    margin-top: 20px;
    margin-right: 0;
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item {
    flex: 0 1 32%;
    margin-top: 20px;
    margin-right: 2%;
  }
}
.section-icon-list .container .icon-list .icon-item.separator-line::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  border-right: 1px dashed #afc6b2;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item.separator-line::after {
    display: none;
  }
}
.section-icon-list .container .icon-list .icon-item.separator-plus::before, .section-icon-list .container .icon-list .icon-item.separator-plus::after {
  content: "";
  position: absolute;
  top: 125px;
  right: 0;
  display: block;
  width: 1px;
  height: 45px;
  background-color: #6C9673;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item.separator-plus::before, .section-icon-list .container .icon-list .icon-item.separator-plus::after {
    display: none;
  }
}
.section-icon-list .container .icon-list .icon-item.separator-plus::after {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n)::before, .section-icon-list .container .icon-list .icon-item:nth-child(3n)::after {
  display: none;
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n-1) i {
  -webkit-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -moz-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -ms-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -o-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n-1) i {
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n-1) i {
    -webkit-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    -moz-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    -ms-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    -o-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n-1) span {
  -webkit-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -moz-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -ms-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  -o-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n-1) span {
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n-1) span {
    -webkit-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    -moz-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    -ms-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    -o-transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
    transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n-1) p {
  -webkit-transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
  -moz-transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
  -ms-transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
  -o-transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
  transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n-1) p {
    -webkit-transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
    -moz-transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
    -ms-transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
    -o-transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
    transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n-1) p {
    -webkit-transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
    -moz-transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
    -ms-transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
    -o-transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
    transition: opacity 1s ease 0.45s, transform 1s ease 0.45s;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n-1) .link-wrapper {
  -webkit-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  -moz-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  -ms-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  -o-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n-1) .link-wrapper {
    -webkit-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -moz-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -ms-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -o-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n-1) .link-wrapper {
    -webkit-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
    -moz-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
    -ms-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
    -o-transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
    transition: opacity 1s ease 0.5s, transform 1s ease 0.5s;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n) i {
  -webkit-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -moz-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -ms-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -o-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n) i {
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n) i {
    -webkit-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    -moz-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    -ms-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    -o-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n) span {
  -webkit-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -moz-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -ms-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  -o-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n) span {
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n) span {
    -webkit-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    -moz-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    -ms-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    -o-transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
    transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n) p {
  -webkit-transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
  -moz-transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
  -ms-transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
  -o-transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
  transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n) p {
    -webkit-transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
    -moz-transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
    -ms-transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
    -o-transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
    transition: opacity 1s ease 0.15s, transform 1s ease 0.15s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n) p {
    -webkit-transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
    -moz-transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
    -ms-transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
    -o-transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
    transition: opacity 1s ease 0.75s, transform 1s ease 0.75s;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n) .link-wrapper {
  -webkit-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  -moz-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  -ms-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  -o-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n) .link-wrapper {
    -webkit-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -moz-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -ms-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -o-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item:nth-child(3n) .link-wrapper {
    -webkit-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
    -moz-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
    -ms-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
    -o-transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
    transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  }
}
.section-icon-list .container .icon-list .icon-item:nth-child(3n), .section-icon-list .container .icon-list .icon-item:last-child {
  margin-right: 0;
}
.section-icon-list .container .icon-list .icon-item.animate i {
  opacity: 0;
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.section-icon-list .container .icon-list .icon-item.animate span {
  opacity: 0;
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.section-icon-list .container .icon-list .icon-item.animate p {
  opacity: 0;
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.section-icon-list .container .icon-list .icon-item.animate .link-wrapper {
  opacity: 0;
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.section-icon-list .container .icon-list .icon-item i {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 0;
  font-size: 0px;
  font-size: 0rem;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}
.section-icon-list .container .icon-list .icon-item i + p {
  margin-top: 37px;
}
.section-icon-list .container .icon-list .icon-item span {
  display: block;
  max-width: 370px;
  margin: 51px auto 0;
  color: #6C9673;
  line-height: 1.3;
  font-family: "Oxanium", sans-serif;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .icon-list .icon-item span {
    margin-top: 20px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .section-icon-list .container .icon-list .icon-item span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-icon-list .container .icon-list .icon-item span {
    margin-top: 30px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-icon-list .container .icon-list .icon-item span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.section-icon-list .container .icon-list .icon-item p {
  max-width: 370px;
  margin: 16px auto 0;
  line-height: 1.7;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0.15s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0.15s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0.15s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0.15s;
  transition: opacity 1s ease 0s, transform 1s ease 0.15s;
}
.section-icon-list .container .icon-list .icon-item .link-wrapper {
  margin-top: 15px;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0.2s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0.2s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0.2s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0.2s;
  transition: opacity 1s ease 0s, transform 1s ease 0.2s;
}
.section-icon-list .container .button-holder {
  margin-top: 75px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-icon-list .container .button-holder {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-icon-list .container .button-holder {
    margin-top: 65px;
  }
}

.section-accordions {
  margin: 0 auto;
}
body.custom-page-support .section-accordions {
  margin-top: 135px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.custom-page-support .section-accordions {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.custom-page-support .section-accordions {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.custom-page-support .section-accordions {
    margin-top: 120px;
  }
}
.section-accordions .accordions-container .section-title {
  margin: 0;
}
.section-accordions .accordions-container .section-title ~ .accordion-list {
  margin-top: 55px;
}
.section-accordions .accordions-container .accordion-list {
  max-width: 1164px;
  margin: 0 auto;
}
.section-accordions .accordions-container .btn-wrapper {
  margin-top: 55px;
  text-align: center;
}
.section-selection_guide {
  margin: 0 auto;
  background-color: #ffffff;
}
body.post-type-archive-product .section-selection_guide, body.home .section-selection_guide {
  padding-top: 205px;
}
.section-selection_guide .container .selection_guide__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.section-selection_guide .container .selection_guide__content .selection_guide__image {
  min-width: 0;
  flex: 0 0 36%;
  padding-left: 23px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-selection_guide .container .selection_guide__content .selection_guide__image {
    flex: 0 0 100%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-selection_guide .container .selection_guide__content .selection_guide__image {
    flex: 0 0 100%;
    padding-left: 0;
  }
}
.section-selection_guide .container .selection_guide__content .selection_guide__image .image-link {
  display: block;
  position: relative;
  line-height: 0;
}
.section-selection_guide .container .selection_guide__content .selection_guide__image .image-link .image-wrapper {
  display: inline-flex;
  overflow: hidden;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
}
.section-selection_guide .container .selection_guide__content .selection_guide__image .image-link .image-wrapper.placeholder {
  background-color: #e2eae3;
  background-position: center;
  background-size: 200px auto;
  background-repeat: no-repeat;
  background-image: url("images/site-emblem.svg");
}
.section-selection_guide .container .selection_guide__content .selection_guide__image .image-link i {
  position: absolute;
  top: -99px;
  bottom: 0;
  left: -121px;
  right: 0;
  display: block;
  background-size: auto;
  background-position: top left;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-selection_guide .container .selection_guide__content .selection_guide__image .image-link i {
    left: 0;
    background-size: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-selection_guide .container .selection_guide__content .selection_guide__image .image-link i {
    left: 0;
  }
}
.section-selection_guide .container .selection_guide__content .selection_guide__text {
  min-width: 0;
  flex: 0 0 60%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-selection_guide .container .selection_guide__content .selection_guide__text {
    flex: 0 0 100%;
    padding: 20px 15px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-selection_guide .container .selection_guide__content .selection_guide__text {
    flex: 0 0 100%;
    padding: 30px 15px 0;
  }
}
.section-selection_guide .container .selection_guide__content .selection_guide__text .section-title {
  margin-bottom: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-selection_guide .container .selection_guide__content .selection_guide__text .section-title {
    margin-bottom: 20px;
  }
}
.section-selection_guide .container .selection_guide__content .selection_guide__text .section-title .black {
  display: block;
}
.section-selection_guide .container .selection_guide__content .selection_guide__text .section-title .green {
  display: block;
  color: #6C9673;
}
.section-selection_guide .container .selection_guide__content .selection_guide__text .button-wrapper {
  margin-top: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-selection_guide .container .selection_guide__content .selection_guide__text .button-wrapper {
    margin-top: 30px;
  }
}
.section-register {
  margin: 0 auto;
  background-color: #6C9673;
}
body.home .section-register {
  margin-top: 169px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.home .section-register {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.home .section-register {
    margin-top: 130px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.home .section-register {
    margin-top: 150px;
  }
}
body.post-type-archive-product .section-register, body.single-product .section-register {
  margin-top: 151px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.post-type-archive-product .section-register, body.single-product .section-register {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.post-type-archive-product .section-register, body.single-product .section-register {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.post-type-archive-product .section-register, body.single-product .section-register {
    margin-top: 120px;
  }
}
.section-register .container .inner-container {
  padding: 145px 57px 135px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("images/site-emblem-v2.svg");
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-register .container .inner-container {
    padding: 100px 20px 80px;
    background: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-register .container .inner-container {
    padding: 120px 40px 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-register .container .inner-container {
    padding: 130px 50px 120px;
  }
}
.section-register .container .inner-container .section-title {
  margin-bottom: 15px;
  color: #ffffff;
}
.section-register .container .inner-container .section-title .larger {
  display: block;
  line-height: 0.75;
  font-size: 128px;
  font-size: 8rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-register .container .inner-container .section-title .larger {
    font-size: 98px;
    font-size: 6.125rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-register .container .inner-container .section-title .larger {
    font-size: 108px;
    font-size: 6.75rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-register .container .inner-container .section-title .larger {
    font-size: 118px;
    font-size: 7.375rem;
  }
}
.section-register .container .inner-container .section-title .smaller {
  display: block;
}
.section-register .container .inner-container .button-wrapper {
  margin-top: 35px;
}
.section-post_list {
  margin: 0 auto;
}
body.home .section-post_list {
  margin-top: 181px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.home .section-post_list {
    margin-top: 91px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.home .section-post_list {
    margin-top: 121px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.home .section-post_list {
    margin-top: 151px;
  }
}
body.single-post .section-post_list {
  margin-top: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.single-post .section-post_list {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.single-post .section-post_list {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.single-post .section-post_list {
    margin-top: 100px;
  }
}
.section-post_list .main-post {
  margin: 64px 0 -13px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-post_list .main-post {
    margin: 51px 0 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-post_list .main-post {
    margin: 71px 0 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-post_list .main-post {
    margin: 91px 0 38px;
  }
}
.section-post_list .main-post .main-post-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-transition: transform 1s ease 0s, opacity 1s ease 0s;
  -moz-transition: transform 1s ease 0s, opacity 1s ease 0s;
  -ms-transition: transform 1s ease 0s, opacity 1s ease 0s;
  -o-transition: transform 1s ease 0s, opacity 1s ease 0s;
  transition: transform 1s ease 0s, opacity 1s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-post_list .main-post .main-post-container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-post_list .main-post .main-post-container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-post_list .main-post .main-post-container.animate {
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}
.section-post_list .main-post .main-post-container.animate .image a {
  opacity: 0;
  -moz-transform: translateX(-45px);
  -o-transform: translateX(-45px);
  -ms-transform: translateX(-45px);
  -webkit-transform: translateX(-45px);
  transform: translateX(-45px);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-post_list .main-post .main-post-container.animate .image a {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.section-post_list .main-post .main-post-container.animate .text {
  opacity: 0;
  -moz-transform: translateX(25px);
  -o-transform: translateX(25px);
  -ms-transform: translateX(25px);
  -webkit-transform: translateX(25px);
  transform: translateX(25px);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-post_list .main-post .main-post-container.animate .text {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.section-post_list .main-post .main-post-container .image {
  min-width: 0;
  flex: 0 0 50%;
  line-height: 0;
  font-size: 0px;
  font-size: 0rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-post_list .main-post .main-post-container .image {
    max-width: 500px;
  }
}
.section-post_list .main-post .main-post-container .image a {
  display: inline-block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  overflow: hidden;
}
.section-post_list .main-post .main-post-container .image.placeholder a {
  background-color: #e2eae3;
  background-position: center;
  background-size: 150px auto;
  background-repeat: no-repeat;
  background-image: url("images/site-emblem.svg");
}
.section-post_list .main-post .main-post-container .image:not(.placeholder) a {
  -webkit-transition: transform 1s ease 0s, opacity 1s ease 0s;
  -moz-transition: transform 1s ease 0s, opacity 1s ease 0s;
  -ms-transition: transform 1s ease 0s, opacity 1s ease 0s;
  -o-transition: transform 1s ease 0s, opacity 1s ease 0s;
  transition: transform 1s ease 0s, opacity 1s ease 0s;
}
.section-post_list .main-post .main-post-container .image:not(.placeholder) a img {
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -ms-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}
.section-post_list .main-post .main-post-container .image:not(.placeholder) a:hover img {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.section-post_list .main-post .main-post-container .text {
  padding-left: 4%;
  min-width: 0;
  flex: 0 0 50%;
  -webkit-transition: transform 1s ease 0s, opacity 1s ease 0s;
  -moz-transition: transform 1s ease 0s, opacity 1s ease 0s;
  -ms-transition: transform 1s ease 0s, opacity 1s ease 0s;
  -o-transition: transform 1s ease 0s, opacity 1s ease 0s;
  transition: transform 1s ease 0s, opacity 1s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-post_list .main-post .main-post-container .text {
    max-width: 500px;
    padding: 30px 10px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-post_list .main-post .main-post-container .text {
    max-width: 606px;
    padding: 40px 15px 0;
  }
}
.section-post_list .main-post .main-post-container .text .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.section-post_list .main-post .main-post-container .text .tags .tag {
  display: inline-block;
  margin: 0 6px 10px 0;
  color: #a1a1a1;
  line-height: 1;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.0625rem;
  -webkit-transition: color 0.25s ease 0s;
  -moz-transition: color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s;
  transition: color 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-post_list .main-post .main-post-container .text .tags .tag {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-post_list .main-post .main-post-container .text .tags .tag {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-post_list .main-post .main-post-container .text .tags .tag {
    font-size: 16px;
    font-size: 1rem;
  }
}
.section-post_list .main-post .main-post-container .text .tags .tag:hover {
  color: #000000;
}
.section-post_list .main-post .main-post-container .text .title {
  display: block;
  margin: 0;
  color: #6C9673;
  font-family: "Oxanium", sans-serif;
  line-height: 1.1;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-post_list .main-post .main-post-container .text .title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-post_list .main-post .main-post-container .text .title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-post_list .main-post .main-post-container .text .title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.section-post_list .main-post .main-post-container .text .title a {
  color: #6C9673;
  -webkit-transition: color 0.25s ease 0s;
  -moz-transition: color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s;
  transition: color 0.25s ease 0s;
}
.section-post_list .main-post .main-post-container .text .title a:hover {
  color: #000000;
}
.section-post_list .main-post .main-post-container .text .text-wrapper .section-text {
  margin: 25px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-post_list .main-post .main-post-container .text .text-wrapper .section-text {
    margin: 15px 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-post_list .main-post .main-post-container .text .text-wrapper .section-text {
    margin: 20px 0 15px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .section-post_list .main-post .main-post-container .text .text-wrapper .section-text {
    margin: 25px 0 20px;
  }
}
.section-newsletter-cta {
  margin: 0 auto;
}
body.home .section-newsletter-cta {
  margin-top: 136px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.home .section-newsletter-cta {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.home .section-newsletter-cta {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.home .section-newsletter-cta {
    margin-top: 130px;
  }
}
.section-newsletter-cta .container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-newsletter-cta .container::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 12%;
  right: 0;
  display: block;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  background-color: #6C9673;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("images/decor-bg.png");
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-newsletter-cta .container::before {
    left: 0;
    background-size: cover;
  }
}
.section-newsletter-cta .container .image {
  position: relative;
  min-width: 0;
  flex: 0 0 45%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-newsletter-cta .container .image {
    flex: 0 0 100%;
  }
}
.section-newsletter-cta .container .image i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 607px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("images/ac_decor.png");
}
.section-newsletter-cta .container .text {
  min-width: 0;
  flex: 0 0 50%;
  padding-top: 86px;
  padding-bottom: 76px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-newsletter-cta .container .text {
    flex: 0 0 100%;
  }
}
.section-newsletter-cta .container .text .section-title {
  margin-bottom: 10px;
  color: #ffffff;
}
.section-newsletter-cta .container .text .section-text {
  max-width: 500px;
  font-weight: 500;
}
.section-newsletter-cta .container .text .button-wrapper {
  margin-top: 25px;
}
.section-video {
  max-width: 1920px;
  position: relative;
  z-index: -1;
  isolation: isolate;
  line-height: 0;
  overflow: visible;
  background-color: #ffffff;
}
.section-video .section-video__item {
  display: block;
  position: relative;
}
.section-video .section-video__item--mobile {
  display: none;
}
.section-video .section-video__media {
  position: relative;
  width: 100%;
  height: min(800px, 80vh);
  overflow: hidden;
  background-color: #000000;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-video .section-video__media {
    position: relative;
    top: auto;
    height: auto;
    overflow: visible;
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-video .section-video__media {
    position: relative;
    top: auto;
    height: auto;
    overflow: visible;
    background-color: transparent;
  }
}
.section-video .section-video__item--desktop {
  height: min(80vh, 800px);
}
.section-video .section-video__item--desktop .section-video__media {
  position: fixed;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: min(100vw, 1920px);
  height: min(100vh, 1080px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: visibility 0.2s ease;
  -moz-transition: visibility 0.2s ease;
  -ms-transition: visibility 0.2s ease;
  -o-transition: visibility 0.2s ease;
  transition: visibility 0.2s ease;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-video .section-video__parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.section-video .section-video__parallax video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.section-video.section-video--active .section-video__item--desktop .section-video__media {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-video .section-video__media,
  .section-video .section-video__parallax {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .section-video .section-video__parallax {
    overflow: hidden;
  }
  .section-video .section-video__parallax video {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    object-fit: initial;
  }
  .section-video .section-video__item {
    height: auto;
  }
  .section-video .section-video__item--desktop {
    display: none;
  }
  .section-video .section-video__item--mobile {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .section-video .section-video__media,
  .section-video .section-video__parallax {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .section-video .section-video__parallax {
    overflow: hidden;
  }
  .section-video .section-video__parallax video {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    object-fit: initial;
  }
  .section-video .section-video__item {
    height: auto;
  }
  .section-video .section-video__item--desktop {
    display: none;
  }
  .section-video .section-video__item--mobile {
    display: block;
  }
}

.accordion {
  margin: 24px 0;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.accordion.accordion-opened .accordion-header {
  background-color: rgba(108, 150, 115, 0.1);
  border-bottom-color: #d9d9d9;
}
.accordion.accordion-opened .accordion-body {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.3s;
  -moz-transition: opacity 0.4s ease 0.3s;
  -ms-transition: opacity 0.4s ease 0.3s;
  -o-transition: opacity 0.4s ease 0.3s;
  transition: opacity 0.4s ease 0.3s;
}
.accordion .accordion-header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 32px 50px 32px 32px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  background-size: auto;
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-image: url("images/accordion-icon.svg");
  -webkit-transition: border-bottom-color 0.4s ease 0s, background-color 0.4s ease 0s;
  -moz-transition: border-bottom-color 0.4s ease 0s, background-color 0.4s ease 0s;
  -ms-transition: border-bottom-color 0.4s ease 0s, background-color 0.4s ease 0s;
  -o-transition: border-bottom-color 0.4s ease 0s, background-color 0.4s ease 0s;
  transition: border-bottom-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion .accordion-header {
    padding: 16px 50px 16px 16px;
    background-size: 25px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accordion .accordion-header {
    padding: 26px 50px 26px 35px;
    background-size: 30px auto;
  }
}
.accordion .accordion-header:hover {
  background-color: rgba(108, 150, 115, 0.1);
}
.accordion .accordion-header span {
  flex: 1 1 auto;
  display: block;
  font-weight: 500;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion .accordion-header span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accordion .accordion-header span {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.accordion .accordion-body {
  padding: 40px 50px 50px 50px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion .accordion-body {
    padding: 20px 20px 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accordion .accordion-body {
    padding: 30px 35px 40px 35px;
  }
}
.default_list--container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  margin: 0 auto 52px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .default_list--container {
    max-width: 350px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .default_list--container {
    max-width: 550px;
  }
}
.default_list--container.column-3 .default_list--item {
  margin-right: 2%;
  flex: 0 1 32%;
}
.default_list--container.column-3 .default_list--item:nth-child(3n-1) {
  -webkit-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  -moz-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  -ms-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  -o-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
}
.default_list--container.column-3 .default_list--item:nth-child(3n) {
  margin-right: 0;
  -webkit-transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
  -moz-transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
  -ms-transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
  -o-transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
  transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .default_list--container.column-3 .default_list--item {
    margin-right: 0;
    flex: 0 1 100%;
  }
  .default_list--container.column-3 .default_list--item:nth-child(3n-1) {
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
  }
  .default_list--container.column-3 .default_list--item:nth-child(3n) {
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .default_list--container.column-3 .default_list--item {
    margin-right: 2%;
    flex: 0 1 49%;
  }
  .default_list--container.column-3 .default_list--item:nth-child(3n) {
    margin-right: 2%;
  }
  .default_list--container.column-3 .default_list--item:nth-child(even) {
    margin-right: 0;
    -webkit-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -moz-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -ms-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -o-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .default_list--container.column-3 .default_list--item {
    flex: 0 1 49%;
  }
  .default_list--container.column-3 .default_list--item:nth-child(3n-1) {
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
  }
  .default_list--container.column-3 .default_list--item:nth-child(3n) {
    margin-right: 2%;
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
  }
  .default_list--container.column-3 .default_list--item:nth-child(even) {
    margin-right: 0;
    -webkit-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -moz-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -ms-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    -o-transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
    transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  }
}
.default_list--container .default_list--item {
  list-style: none;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
  min-width: 0;
  flex: 0 1 100%;
  margin: 46px 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .default_list--container .default_list--item {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .default_list--container .default_list--item {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .default_list--container .default_list--item {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .default_list--container .default_list--item {
    margin-top: 100px;
  }
}
.default_list--container .default_list--item.animate {
  opacity: 0;
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.default_list--container .default_list--item .default_list--thumb-wrapper {
  display: table;
  margin: 0 auto;
  line-height: 0;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
.default_list--container .default_list--item .default_list--thumb-wrapper .default_list--thumb-link .default_list--thumb {
  background-color: #e2eae3;
  background-position: center;
  background-size: 100px auto;
  background-repeat: no-repeat;
  background-image: url("images/site-emblem.svg");
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.4s ease 0s;
  -moz-transition: transform 0.4s ease 0s;
  -ms-transition: transform 0.4s ease 0s;
  -o-transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
}
.default_list--container .default_list--item .default_list--thumb-wrapper.image-zoom:hover .default_list--thumb-link .default_list--thumb {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.default_list--container .default_list--item .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 25px 1% 0 4%;
}
.default_list--container .default_list--item .tags .tag {
  display: inline-block;
  margin: 0 6px 10px 0;
  padding: 0;
  color: #a1a1a1;
  line-height: 1;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.0625rem;
  -webkit-transition: color 0.25s ease 0s;
  -moz-transition: color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s;
  transition: color 0.25s ease 0s;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .default_list--container .default_list--item .tags .tag {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .default_list--container .default_list--item .tags .tag {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .default_list--container .default_list--item .tags .tag {
    font-size: 16px;
    font-size: 1rem;
  }
}
.default_list--container .default_list--item .tags .tag:hover {
  color: #000000;
}
.default_list--container .default_list--item .default_list--title {
  display: block;
  margin: 15px 0 0;
  padding: 0 4%;
  color: #6C9673;
  font-family: "Oxanium", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 32px;
  font-size: 2rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .default_list--container .default_list--item .default_list--title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .default_list--container .default_list--item .default_list--title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .default_list--container .default_list--item .default_list--title {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}
.default_list--container .default_list--item .default_list--title .default_list--title-link {
  color: #6C9673;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.default_list--container .default_list--item .default_list--title .default_list--title-link:hover {
  color: #000000;
}
.default_list--container .default_list--item .default_list--text-wrapper {
  margin-top: 20px;
}
.default_list--container .default_list--item .default_list--text-wrapper .default_list--excerpt {
  padding: 0 1% 0 4%;
  margin: 0 0 15px;
}
.default_list--container .default_list--item .default_list--text-wrapper .default_list--link {
  margin-left: 4%;
}
.default_list--container.centered {
  justify-content: center;
}

#site_footer {
  margin-top: 131px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  #site_footer {
    margin-top: 120px;
  }
}
#site_footer .site_footer-top {
  padding: 69px 0 62px;
  background-color: #f1f5f1;
}
#site_footer .site_footer-top .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
#site_footer .site_footer-top .container .site_footer--logo {
  min-width: 0;
  flex: 0 0 90px;
  padding-left: 7px;
}
#site_footer .site_footer-top .container .site_footer--logo i {
  display: block;
  width: 280px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#site_footer .site_footer-top .container .site_footer--top-menu {
  min-width: 0;
  flex: 0 1 auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-top .container .site_footer--top-menu {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-top .container .site_footer--top-menu {
    display: none;
  }
}
#site_footer .site_footer-middle {
  background-color: #f1f5f1;
}
#site_footer .site_footer-middle .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 41px;
  padding-bottom: 62px;
  border-top: 1px solid rgba(108, 150, 115, 0.2);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-middle .container {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-middle .container {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
#site_footer .site_footer-middle .container .infos {
  min-width: 0;
  flex: 0 0 50%;
  padding: 27px 0 48px 78px;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-middle .container .infos {
    flex: 0 0 100%;
    padding: 27px 0 38px 8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-middle .container .infos {
    flex: 0 0 100%;
    padding: 27px 0 38px 8%;
  }
}
#site_footer .site_footer-middle .container .infos .title {
  display: block;
  margin-bottom: 22px;
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
}
#site_footer .site_footer-middle .container .infos .data {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#site_footer .site_footer-middle .container .infos .data ul li + li {
  margin-top: 7px;
}
#site_footer .site_footer-middle .container .infos .data .contacts {
  min-width: 0;
  flex: 0 0 45%;
  list-style: none;
  margin: 0;
  padding: 0 12px 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-middle .container .infos .data .contacts {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-middle .container .infos .data .contacts {
    flex: 0 0 100%;
  }
}
#site_footer .site_footer-middle .container .infos .data .opening-hours {
  min-width: 0;
  flex: 0 0 55%;
  list-style: none;
  margin: 0;
  padding: 0 0 0 12px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-middle .container .infos .data .opening-hours {
    flex: 0 0 100%;
    padding-top: 10px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-middle .container .infos .data .opening-hours {
    flex: 0 0 100%;
    padding-top: 10px;
    padding-left: 0;
  }
}
#site_footer .site_footer-middle .container .menu {
  min-width: 0;
  flex: 0 0 50%;
  padding: 20px 0 48px;
  border-left: 1px solid rgba(108, 150, 115, 0.2);
  text-align: right;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-middle .container .menu {
    text-align: left;
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-middle .container .menu {
    text-align: left;
    flex: 0 0 100%;
  }
}
#site_footer .site_footer-middle .container .menu .site_footer--bottom-menu {
  display: inline-block;
  max-width: 583px;
  text-align: left;
}
#site_footer .site_footer-bottom {
  padding: 24px 0 50px;
  color: #aaaaaa;
}
body.cookie_info_bar--visible #site_footer .site_footer-bottom {
  padding-bottom: 101px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.cookie_info_bar--visible #site_footer .site_footer-bottom {
    padding-bottom: 221px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  body.cookie_info_bar--visible #site_footer .site_footer-bottom {
    padding-bottom: 171px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.cookie_info_bar--visible #site_footer .site_footer-bottom {
    padding-bottom: 131px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  body.cookie_info_bar--visible #site_footer .site_footer-bottom {
    padding-bottom: 131px;
  }
}
#site_footer .site_footer-bottom .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-bottom .container {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-bottom .container {
    flex-wrap: wrap;
  }
}
#site_footer .site_footer-bottom .container .copyright,
#site_footer .site_footer-bottom .container .backlink {
  min-width: 0;
  flex: 0 1 auto;
  margin-top: 15px;
  line-height: 1.7;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-bottom .container .copyright,
  #site_footer .site_footer-bottom .container .backlink {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-bottom .container .copyright,
  #site_footer .site_footer-bottom .container .backlink {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  #site_footer .site_footer-bottom .container .copyright,
  #site_footer .site_footer-bottom .container .backlink {
    font-size: 16px;
    font-size: 1rem;
  }
}
#site_footer .site_footer-bottom .container .copyright {
  padding-left: 78px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #site_footer .site_footer-bottom .container .copyright {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #site_footer .site_footer-bottom .container .copyright {
    padding-left: 0;
  }
}
#site_footer .site_footer-bottom .container .backlink {
  padding-right: 50px;
}
#site_footer .site_footer-bottom .container .backlink a {
  color: #aaaaaa;
}
#site_footer .site_footer-bottom .container .backlink a:hover {
  color: #000000;
}

.shortcode.shortcode__embed-youtube {
  position: relative;
  margin: 40px 0;
}
.shortcode.shortcode__embed-youtube.done::before, .shortcode.shortcode__embed-youtube.done::after {
  content: none;
}
.shortcode.shortcode__embed-youtube::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.shortcode.shortcode__embed-youtube::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 58px;
  height: 44px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAsCAMAAAAD6lucAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA+HLW1Nf0vLAj/PrckRAIzWkgG8pvZV0vKwPq4sSgnId7draJUEAwFVI4AAAA4ElEQVRIx+XVyQ6CMBSF4VMoHaCUSRCcZ9//Db0msnDpWZgY//2XNO1tC3QHm4VUS+mr7L10Ts+l2t0i0J7vVLZFeSfbo2ZpgGGpQcFSBfXXtCxpOlSjyzmaAJW3OUeleFwUHJW6RDBFJb+sC4LOeFFwVOqWW8VRKQ5WcVRaNU6RVPDgDEel6roLHBXba47G3hpqwdXJKmqb4mmbU4fT9rVAgk6N5gZxbDJu/KejQIb6i6au+qorBX5OG7RPyNBDEtjH1Pzax/ENaliaI7B0jR1LHXzNyc0I+P1GfdzaTXgAd8o7HJeY4xkAAAAASUVORK5CYII=");
  cursor: pointer;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s ease, filter 0.5s ease;
  -moz-transition: transform 0.5s ease, filter 0.5s ease;
  -ms-transition: transform 0.5s ease, filter 0.5s ease;
  -o-transition: transform 0.5s ease, filter 0.5s ease;
  transition: transform 0.5s ease, filter 0.5s ease;
}
.shortcode.shortcode__embed-youtube:hover::before {
  opacity: 0.3;
}
.shortcode.shortcode__embed-youtube:hover::after {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.shortcode.shortcode-contact {
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 80px auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .shortcode.shortcode-contact {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .shortcode.shortcode-contact {
    flex-direction: column;
  }
}
.shortcode.shortcode-contact .contact-item {
  flex: 0 0 30%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .shortcode.shortcode-contact .contact-item + .contact-item {
    margin-top: 35px;
  }
}
.shortcode.shortcode-contact .contact-item .contact-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.shortcode.shortcode-contact .contact-item .contact-row .icon {
  flex-shrink: 0;
}
.shortcode.shortcode-contact .contact-item .contact-row .icon .contact-icon {
  width: 75px;
  height: 75px;
  display: block;
  object-fit: contain;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
}
.shortcode.shortcode-contact .contact-item .contact-row .text {
  display: flex;
  flex-direction: column;
}
.shortcode.shortcode-contact .contact-item .contact-row .text .label {
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.entry-content,
.template-section {
  max-width: 1344;
  margin: 0 auto;
  line-height: 1.7;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.template-section h1,
.template-section h2,
.template-section h3,
.template-section h4,
.template-section h5,
.template-section h6 {
  margin: 0.8em 0;
  text-align: left;
  color: #030000;
  line-height: 1;
  font-weight: bold;
  font-family: "Oxanium", sans-serif;
}
.entry-content h2,
.template-section h2 {
  font-size: 55px;
  font-size: 3.4375rem;
}
.entry-content h3,
.template-section h3 {
  font-size: 50px;
  font-size: 3.125rem;
}
.entry-content h4,
.template-section h4 {
  font-size: 45px;
  font-size: 2.8125rem;
}
.entry-content h5,
.template-section h5 {
  font-size: 40px;
  font-size: 2.5rem;
}
.entry-content h6,
.template-section h6 {
  font-size: 35px;
  font-size: 2.1875rem;
}
.entry-content p,
.template-section p {
  color: #030000;
  text-align: left;
}
.entry-content a:not(.btn),
.template-section a:not(.btn) {
  color: #030000;
  background-image: linear-gradient(#6C9673, #6C9673);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 3px;
  text-decoration: none;
  -webkit-transition: color 0.15s ease, background-size 0.15s ease;
  -moz-transition: color 0.15s ease, background-size 0.15s ease;
  -ms-transition: color 0.15s ease, background-size 0.15s ease;
  -o-transition: color 0.15s ease, background-size 0.15s ease;
  transition: color 0.15s ease, background-size 0.15s ease;
}
.entry-content a:not(.btn):hover,
.template-section a:not(.btn):hover {
  color: #ffffff;
  background-size: 100% 100%;
}
.entry-content strong,
.entry-content b,
.template-section strong,
.template-section b {
  font-weight: bold;
  font-family: "Barlow", sans-serif;
}
.entry-content em,
.entry-content i,
.template-section em,
.template-section i {
  font-style: italic;
  font-family: "Barlow", sans-serif;
}
.entry-content img,
.template-section img {
  max-width: 100% !important;
  height: auto !important;
}
.entry-content ul,
.entry-content ol,
.template-section ul,
.template-section ol {
  margin: 0 0 30px 0;
  padding: 0;
}
.entry-content ul li,
.entry-content ol li,
.template-section ul li,
.template-section ol li {
  position: relative;
  list-style: none;
  margin: 10px 0 20px;
  padding-left: 22px;
}
.entry-content ul li::before,
.template-section ul li::before {
  content: "";
  display: inline-block;
  vertical-align: 4px;
  width: 6px;
  height: 6px;
  margin: 0 15px 0 -22px;
  background-color: #6C9673;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.entry-content ol,
.template-section ol {
  counter-reset: counter;
}
.entry-content ol li::before,
.template-section ol li::before {
  content: counter(counter) ".";
  counter-increment: counter;
  color: #404040;
  top: 4px;
  left: 5px;
  line-height: 1.2;
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem;
}
.entry-content figure,
.template-section figure {
  margin: 30px 0;
  width: 100%;
  max-width: 100%;
}
.entry-content table,
.template-section table {
  width: 100% !important;
  border-spacing: 0;
  border-collapse: collapse;
}
.entry-content table tr td,
.entry-content table tr th,
.template-section table tr td,
.template-section table tr th {
  padding: 8px 10px;
  line-height: 1.3;
  border-width: 1px;
  border-style: solid;
  font-size: 17px;
  font-size: 1.0625rem;
}
.entry-content table thead tr,
.template-section table thead tr {
  background-color: #6C9673;
  color: #ffffff;
}
.entry-content table thead tr td,
.entry-content table thead tr th,
.template-section table thead tr td,
.template-section table thead tr th {
  padding: 10px;
}
.entry-content table tbody tr,
.template-section table tbody tr {
  background-color: #ffffff;
  color: #030000;
}
.entry-content table tbody tr td,
.entry-content table tbody tr th,
.template-section table tbody tr td,
.template-section table tbody tr th {
  border-color: #d9d9d9;
  font-family: "Barlow", sans-serif;
}
.entry-content table tbody tr:nth-child(odd),
.template-section table tbody tr:nth-child(odd) {
  background-color: #ffffff;
  color: #030000;
}
.entry-content table tbody tr:nth-child(odd) td,
.entry-content table tbody tr:nth-child(odd) th,
.template-section table tbody tr:nth-child(odd) td,
.template-section table tbody tr:nth-child(odd) th {
  border-color: #d9d9d9;
}
.entry-content blockquote,
.template-section blockquote {
  min-height: 110px;
  margin: 30px 0;
  padding: 15px;
  border-left: 10px solid #000000;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  background: url("images/double-quote.svg") no-repeat top right 10px rgba(0, 0, 0, 0.2);
  background-size: auto 100px;
  font-family: "Barlow", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 23px;
  font-size: 1.4375rem;
}
.entry-content blockquote::before, .entry-content blockquote::after,
.template-section blockquote::before,
.template-section blockquote::after {
  content: none;
}
.entry-content blockquote p,
.template-section blockquote p {
  margin: 0;
  padding: 0;
}
.entry-content pre,
.template-section pre {
  padding: 15px;
  margin: 1em 0;
  border-left: 5px solid #000000;
  color: #ffffff;
  background: rgb(114.75, 114.75, 114.75) none repeat scroll 0 0;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}
.entry-content .aligncenter,
.entry-content .alignnone,
.template-section .aligncenter,
.template-section .alignnone {
  max-width: 100%;
  display: block;
  margin: 50px auto;
}
.entry-content .alignleft,
.template-section .alignleft {
  max-width: 100%;
  float: left;
  margin: 25px 30px 20px 0;
}
.entry-content .alignright,
.template-section .alignright {
  max-width: 100%;
  float: right;
  margin: 25px 0 20px 30px;
}
.entry-content .circle,
.template-section .circle {
  display: block;
  border: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-clip: border-box !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .entry-content,
  .template-section {
    font-size: 16px;
    font-size: 1rem;
  }
  .entry-content h2,
  .template-section h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .entry-content h3,
  .template-section h3 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .entry-content h4,
  .template-section h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .entry-content h5,
  .template-section h5 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .entry-content h6,
  .template-section h6 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .entry-content table tr td,
  .entry-content table tr th,
  .template-section table tr td,
  .template-section table tr th {
    padding: 6px 12px;
    line-height: 1.2;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .entry-content ul li::before,
  .template-section ul li::before {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .entry-content ol li::before,
  .template-section ol li::before {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .entry-content,
  .template-section {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .entry-content h2,
  .template-section h2 {
    font-size: 39px;
    font-size: 2.4375rem;
  }
  .entry-content h3,
  .template-section h3 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .entry-content h4,
  .template-section h4 {
    font-size: 31px;
    font-size: 1.9375rem;
  }
  .entry-content h5,
  .template-section h5 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .entry-content h6,
  .template-section h6 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .entry-content table tr td,
  .entry-content table tr th,
  .template-section table tr td,
  .template-section table tr th {
    font-size: 16px;
    font-size: 1rem;
  }
  .entry-content ul li::before,
  .template-section ul li::before {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .entry-content ol li::before,
  .template-section ol li::before {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1265px) {
  .entry-content h2,
  .template-section h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .entry-content h3,
  .template-section h3 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  .entry-content h4,
  .template-section h4 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .entry-content h5,
  .template-section h5 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .entry-content h6,
  .template-section h6 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.wpcf7 {
  font-size: 20px;
  font-size: 1.25rem;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.wpcf7 form {
  *zoom: 1;
}
.wpcf7 form:before, .wpcf7 form:after {
  content: " ";
  display: table;
}
.wpcf7 form:after {
  clear: both;
}
.wpcf7 form .form-row {
  margin: 10px 0;
}
.wpcf7 form .form-row.form-row-wide {
  float: left;
  width: 100%;
}
.wpcf7 form .form-row.form-row-first {
  float: left;
  width: 49%;
  margin-right: 1%;
  clear: left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wpcf7 form .form-row.form-row-first {
    width: 100%;
    margin-right: 0;
  }
}
.wpcf7 form .form-row.form-row-last {
  float: left;
  width: 49%;
  margin-left: 1%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wpcf7 form .form-row.form-row-last {
    width: 100%;
    margin-left: 0;
  }
}
.wpcf7 form .form-row.form-row-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.wpcf7 form .form-row > p {
  margin: 0;
}
.wpcf7 form .wpcf7-radio,
.wpcf7 form .wpcf7-checkbox,
.wpcf7 form .wpcf7-acceptance {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wpcf7 form .wpcf7-radio,
  .wpcf7 form .wpcf7-checkbox,
  .wpcf7 form .wpcf7-acceptance {
    margin-bottom: 25px;
  }
}
.wpcf7 form .wpcf7-radio [type=checkbox] + label,
.wpcf7 form .wpcf7-radio [type=checkbox] + span,
.wpcf7 form .wpcf7-radio [type=radio] + label,
.wpcf7 form .wpcf7-radio [type=radio] + span,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + label,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + span,
.wpcf7 form .wpcf7-checkbox [type=radio] + label,
.wpcf7 form .wpcf7-checkbox [type=radio] + span,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + label,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + span,
.wpcf7 form .wpcf7-acceptance [type=radio] + label,
.wpcf7 form .wpcf7-acceptance [type=radio] + span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 45px);
  padding: 8px 20px 0 20px;
  line-height: 1.7;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wpcf7 form .wpcf7-radio [type=checkbox] + label,
  .wpcf7 form .wpcf7-radio [type=checkbox] + span,
  .wpcf7 form .wpcf7-radio [type=radio] + label,
  .wpcf7 form .wpcf7-radio [type=radio] + span,
  .wpcf7 form .wpcf7-checkbox [type=checkbox] + label,
  .wpcf7 form .wpcf7-checkbox [type=checkbox] + span,
  .wpcf7 form .wpcf7-checkbox [type=radio] + label,
  .wpcf7 form .wpcf7-checkbox [type=radio] + span,
  .wpcf7 form .wpcf7-acceptance [type=checkbox] + label,
  .wpcf7 form .wpcf7-acceptance [type=checkbox] + span,
  .wpcf7 form .wpcf7-acceptance [type=radio] + label,
  .wpcf7 form .wpcf7-acceptance [type=radio] + span {
    padding-top: 10px;
  }
}
.wpcf7 form .wpcf7-radio [type=checkbox] + label a,
.wpcf7 form .wpcf7-radio [type=checkbox] + span a,
.wpcf7 form .wpcf7-radio [type=radio] + label a,
.wpcf7 form .wpcf7-radio [type=radio] + span a,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + label a,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + span a,
.wpcf7 form .wpcf7-checkbox [type=radio] + label a,
.wpcf7 form .wpcf7-checkbox [type=radio] + span a,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + label a,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + span a,
.wpcf7 form .wpcf7-acceptance [type=radio] + label a,
.wpcf7 form .wpcf7-acceptance [type=radio] + span a {
  background: none;
  font-weight: 700;
  -webkit-transition: color 0.25s ease 0s;
  -moz-transition: color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s;
  transition: color 0.25s ease 0s;
}
.wpcf7 form .wpcf7-radio [type=checkbox] + label a:hover,
.wpcf7 form .wpcf7-radio [type=checkbox] + span a:hover,
.wpcf7 form .wpcf7-radio [type=radio] + label a:hover,
.wpcf7 form .wpcf7-radio [type=radio] + span a:hover,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + label a:hover,
.wpcf7 form .wpcf7-checkbox [type=checkbox] + span a:hover,
.wpcf7 form .wpcf7-checkbox [type=radio] + label a:hover,
.wpcf7 form .wpcf7-checkbox [type=radio] + span a:hover,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + label a:hover,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + span a:hover,
.wpcf7 form .wpcf7-acceptance [type=radio] + label a:hover,
.wpcf7 form .wpcf7-acceptance [type=radio] + span a:hover {
  color: #6C9673;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item,
.wpcf7 form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 form .wpcf7-acceptance .wpcf7-list-item {
  display: block;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item,
.wpcf7 form .wpcf7-checkbox .wpcf7-list-item {
  margin: 23px 0;
}
.wpcf7 form .wpcf7-acceptance [type=checkbox] + label,
.wpcf7 form .wpcf7-acceptance [type=checkbox] + span {
  padding-right: 0;
  line-height: 1.5;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wpcf7 form .wpcf7-acceptance [type=checkbox] + label,
  .wpcf7 form .wpcf7-acceptance [type=checkbox] + span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.wpcf7 form .wpcf7-acceptance.wpcf7-not-valid [type=checkbox]:not(:checked) {
  border: solid 1px #dc3545;
}
.wpcf7 form .wpcf7-response-output {
  float: left;
  width: 100%;
  margin: 20px 0;
  line-height: 1.3;
  padding: 10px 25px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
.wpcf7 form .wpcf7-validation-errors,
.wpcf7 form .wpcf7-acceptance-missing {
  border: 2px solid #dc3545;
  background-color: rgb(250.1265822785, 226.8734177215, 229.1012658228);
  color: #ffffff;
}
.wpcf7 form .wpcf7-mail-sent-ng,
.wpcf7 form .wpcf7-aborted {
  border: 2px solid #dc3545;
  background-color: rgb(250.1265822785, 226.8734177215, 229.1012658228);
  color: #ffffff;
}
.wpcf7 form .wpcf7-not-valid {
  border-color: #dc3545;
}
.wpcf7 form .wpcf7-not-valid + .fileinput .filename {
  border-top: 1px solid #dc3545;
  border-bottom: 1px solid #dc3545;
  border-left: 1px solid #dc3545;
}
.wpcf7 form .wpcf7-not-valid + .fileinput .filebutton {
  border-top: 1px solid #dc3545;
  border-bottom: 1px solid #dc3545;
  border-right: 1px solid #dc3545;
}
.wpcf7 form .wpcf7-not-valid-tip {
  display: block;
  color: #dc3545;
  font-size: 15px;
  font-size: 0.9375rem;
}
.wpcf7 form .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 form.submitting input[type=submit],
.wpcf7 form.submitting button[type=submit] {
  background-color: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.wpcf7 form.submitting input[type=submit]::after,
.wpcf7 form.submitting button[type=submit]::after {
  content: "";
  right: 37px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid #ffffff;
  border-radius: 50%;
  background-image: none;
  filter: brightness(1) invert(0);
  animation: formSubmitting 0.8s linear infinite;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wpcf7 form.submitting input[type=submit]::after,
  .wpcf7 form.submitting button[type=submit]::after {
    right: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wpcf7 form.submitting input[type=submit]::after,
  .wpcf7 form.submitting button[type=submit]::after {
    right: 27px;
  }
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7 form.failed .wpcf7-response-output {
  border: 2px solid #dc3545;
  background-color: rgb(250.1265822785, 226.8734177215, 229.1012658228);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output {
  border: 2px solid #ffc107;
  background-color: #fff4d3;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: 2px solid #28a745;
  background-color: rgb(175.1304347826, 235.8695652174, 189);
}
.wpcf7 form .submit-wrapper p {
  max-width: 567px;
  margin: 22px auto 0;
}
.wpcf7 form .submit-wrapper .submit-big {
  display: block;
  width: 100%;
  letter-spacing: -2px;
  padding: 16px 40px;
  font-size: 36px;
  font-size: 2.25rem;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wpcf7 form .submit-wrapper .submit-big {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.wpcf7 form .wpcf7-spinner {
  display: none;
}