@charset "UTF-8";
/*!
Theme Name: Stawiński Theme (2026)
Author: Pixels On Fire "Michał Osiński"
Author URI: https://pixelsonfire.pl/
Description: Starter theme for Pixels On Fire Creations - Gen X
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stawinski_2026
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Stawiński Theme (2026) is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography 
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #1E1E1E;
  font-family: "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #FDFBF8;
  background-size: 100% auto;
  font-family: "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

hr {
  background-color: #33445F;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #33445F;
  text-decoration: none;
}
a:visited {
  color: #33445F;
}
a:hover, a:focus, a:active {
  color: #6A7F9E;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit],
a.post-edit-link {
  display: inline-block;
  color: #fff;
  border: none;
  text-align: center;
  background: #33445F;
  font-family: "Maitree", Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
  position: relative;
  align-items: center;
  overflow: hidden;
  outline: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
  border-radius: 99px;
}
button.min-width,
input[type=button].min-width,
input[type=reset].min-width,
input[type=submit].min-width,
a.post-edit-link.min-width {
  min-width: 238px;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
a.post-edit-link:hover {
  background: #17273F;
  color: #fff;
  outline: none;
}
button.centered,
input[type=button].centered,
input[type=reset].centered,
input[type=submit].centered,
a.post-edit-link.centered {
  text-align: center;
  justify-content: center;
}
button.standard-case,
input[type=button].standard-case,
input[type=reset].standard-case,
input[type=submit].standard-case,
a.post-edit-link.standard-case {
  text-transform: none;
}
button.padding-incl,
input[type=button].padding-incl,
input[type=reset].padding-incl,
input[type=submit].padding-incl,
a.post-edit-link.padding-incl {
  padding: 14px 20px;
}

a.post-edit-link {
  padding: 14px 20px;
  border-radius: 99px;
}

button.primary-button {
  cursor: pointer;
  font-family: "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  border: 0;
  outline: 0;
  background: linear-gradient(-274deg, #17273F -16.01%, #33445F 100%);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  border-radius: 0px;
  border: 2px solid var(--Yellow-500, #E8BD7F);
  background: transparent;
  color: #FCFCFC;
  padding: 16px 20px;
  font-family: "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  width: 100%;
  transition: all 0.3s ease;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #FCFCFC;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  border-color: #33445F;
}
input[type=text]:hover, input[type=text]:active,
input[type=email]:hover,
input[type=email]:active,
input[type=url]:hover,
input[type=url]:active,
input[type=password]:hover,
input[type=password]:active,
input[type=search]:hover,
input[type=search]:active,
input[type=number]:hover,
input[type=number]:active,
input[type=tel]:hover,
input[type=tel]:active,
input[type=range]:hover,
input[type=range]:active,
input[type=date]:hover,
input[type=date]:active,
input[type=month]:hover,
input[type=month]:active,
input[type=week]:hover,
input[type=week]:active,
input[type=time]:hover,
input[type=time]:active,
input[type=datetime]:hover,
input[type=datetime]:active,
input[type=datetime-local]:hover,
input[type=datetime-local]:active,
input[type=color]:hover,
input[type=color]:active,
textarea:hover,
textarea:active,
select:hover,
select:active {
  color: #000;
  border-color: #33445f;
}

textarea, select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

@font-face {
  font-family: "Maitree";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/maitree/maitree-300-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Maitree";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/maitree/maitree-300-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Maitree";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/maitree/maitree-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Maitree";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/maitree/maitree-400-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Maitree";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/maitree/maitree-500-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Maitree";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/maitree/maitree-500-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Maitree";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/maitree/maitree-600-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Maitree";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/maitree/maitree-600-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Maitree";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/maitree/maitree-700-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Maitree";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/maitree/maitree-700-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/google-sans/google-sans-variable-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/google-sans/google-sans-variable-normal-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#mobile-menu-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s linear 0.4s;
  background: #FDFBF8;
  color: #1E1E1E;
  border-radius: 0;
  overflow: visible;
}
#mobile-menu-container.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}
#mobile-menu-container .box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
}
#mobile-menu-container .container {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  gap: 50px;
  padding: 120px 0px 200px;
}
@media (max-width: 767px) {
  #mobile-menu-container .container {
    padding: 160px 0px 120px;
  }
}
#mobile-menu-container #main-mobile-menu {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#mobile-menu-container #main-mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#mobile-menu-container #main-mobile-menu > ul {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  width: 100%;
}
#mobile-menu-container #main-mobile-menu li {
  width: 100%;
  position: relative;
  background: transparent;
  transition: background 0.2s;
  display: flex;
}
#mobile-menu-container #main-mobile-menu li:hover {
  background: #17273F;
}
#mobile-menu-container #main-mobile-menu li:hover a {
  color: #FCFCFC;
}
#mobile-menu-container #main-mobile-menu li:hover ul {
  opacity: 1;
  visibility: visible;
}
#mobile-menu-container #main-mobile-menu a {
  color: #33445F;
  font-family: "Maitree", Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  display: block;
  transition: color 0.3s ease, padding-right 0.3s ease;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 115px;
  width: 415px;
}
@media (max-width: 767px) {
  #mobile-menu-container #main-mobile-menu a {
    padding-left: 1em;
  }
}
#mobile-menu-container #main-mobile-menu a:hover {
  color: #17273F;
}
#mobile-menu-container #main-mobile-menu li ul {
  margin-top: 0px;
  margin-left: 0;
  width: calc(100% - 415px);
  gap: 36px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 767px) {
  #mobile-menu-container #main-mobile-menu li ul {
    display: none;
  }
}
#mobile-menu-container #main-mobile-menu li ul li {
  flex: 0 1 auto;
  width: auto;
  background: transparent;
}
#mobile-menu-container #main-mobile-menu li ul li:hover {
  background: transparent;
}
#mobile-menu-container #main-mobile-menu li ul li:hover a {
  color: #E8BD7F;
}
#mobile-menu-container #main-mobile-menu li ul li a {
  font-size: 32px;
  font-weight: 400;
  padding-left: 0;
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  #mobile-menu-container #main-mobile-menu li ul li a {
    font-size: 24px;
  }
}
#mobile-menu-container .custom-extra-link {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#mobile-menu-container .contact-elements {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
#mobile-menu-container .contact-elements a {
  font-family: "Maitree", Georgia, "Times New Roman", serif;
  font-style: italic;
  color: #33445F;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  display: inline-block;
  text-align: center;
}
#mobile-menu-container .contact-elements a:hover {
  color: #6A7F9E;
}
#mobile-menu-container.active #main-mobile-menu {
  opacity: 1;
  transform: translateY(0);
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
/**
 * Komentarze - style kompatybilne z motywem dmw 2025
 */
.comments-area {
  background: #EAE0D0;
}
.comment-respond {
  padding: 35px 55px;
  background: #EAE0D0;
}
@media (max-width: 768px) {
  .comment-respond {
    padding: 24px;
  }
}
.comment-respond .comment-reply-title {
  font-family: "Maitree", Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  color: #1E1E1E;
  margin: 0 0 24px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(14, 23, 38, 0.25);
  position: relative;
}
.comment-respond .comment-reply-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #33445F;
}
.comment-respond .comment-reply-title small {
  font-size: 14px;
  color: #1E1E1E;
  font-weight: 400;
}
.comment-respond .comment-reply-title small a {
  color: #33445F;
  text-decoration: none;
  transition: color 0.3s ease;
}
.comment-respond .comment-reply-title small a:hover {
  color: #17273F;
}
@media (max-width: 768px) {
  .comment-respond .comment-reply-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.comment-respond .comment-form .comment-form-comment {
  margin-bottom: 24px;
}
.comment-respond .comment-form .comment-form-comment label {
  display: block;
  font-family: "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #1E1E1E;
  margin-bottom: 8px;
  font-size: 14px;
}
.comment-respond .comment-form .comment-form-comment textarea {
  width: 100%;
  min-height: 120px;
  padding: 16px;
  background: #FFF;
  border-left: 1px solid #33445F;
  color: #1E1E1E;
  font-family: "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  resize: vertical;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.comment-respond .comment-form .comment-form-comment textarea::placeholder {
  color: rgba(30, 30, 30, 0.7);
}
.comment-respond .comment-form .comment-form-comment textarea:focus {
  outline: none;
  border-color: #33445F;
  box-shadow: 0 0 0 2px rgba(51, 68, 95, 0.2);
}
@media (max-width: 768px) {
  .comment-respond .comment-form .comment-form-comment textarea {
    min-height: 100px;
    padding: 12px;
  }
}
.comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .comment-form-email,
.comment-respond .comment-form .comment-form-url {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .comment-respond .comment-form .comment-form-author,
  .comment-respond .comment-form .comment-form-email,
  .comment-respond .comment-form .comment-form-url {
    margin-bottom: 16px;
  }
}
.comment-respond .comment-form .comment-form-author label,
.comment-respond .comment-form .comment-form-email label,
.comment-respond .comment-form .comment-form-url label {
  display: block;
  font-family: "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #1E1E1E;
  margin-bottom: 6px;
  font-size: 14px;
}
.comment-respond .comment-form .comment-form-author label .required,
.comment-respond .comment-form .comment-form-email label .required,
.comment-respond .comment-form .comment-form-url label .required {
  color: #33445F;
  font-weight: 700;
}
.comment-respond .comment-form .comment-form-author input,
.comment-respond .comment-form .comment-form-email input,
.comment-respond .comment-form .comment-form-url input {
  width: 100%;
  padding: 12px 16px;
  background: #FFF;
  border-left: 1px solid #33445F;
  color: #1E1E1E;
  font-family: "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.comment-respond .comment-form .comment-form-author input::placeholder,
.comment-respond .comment-form .comment-form-email input::placeholder,
.comment-respond .comment-form .comment-form-url input::placeholder {
  color: rgba(30, 30, 30, 0.7);
}
.comment-respond .comment-form .comment-form-author input:focus,
.comment-respond .comment-form .comment-form-email input:focus,
.comment-respond .comment-form .comment-form-url input:focus {
  outline: none;
  border-color: #33445F;
  box-shadow: 0 0 0 2px rgba(51, 68, 95, 0.2);
}
@media (max-width: 768px) {
  .comment-respond .comment-form .comment-form-author input,
  .comment-respond .comment-form .comment-form-email input,
  .comment-respond .comment-form .comment-form-url input {
    padding: 10px 12px;
  }
}
.comment-respond .comment-form .comment-form-cookies-consent {
  margin: 24px 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox] {
  margin: 4px 0 0 0;
  width: 16px;
  height: 16px;
  accent-color: #33445F;
}
.comment-respond .comment-form .comment-form-cookies-consent label {
  font-size: 14px;
  line-height: 1.4;
  color: #1E1E1E;
  cursor: pointer;
}
.comment-respond .comment-form .comment-form-cookies-consent label a {
  color: #33445F;
  text-decoration: underline;
}
.comment-respond .comment-form .comment-form-cookies-consent label a:hover {
  color: #17273F;
}
.comment-respond .comment-form .form-submit {
  margin-top: 24px;
}
.comment-respond .comment-form .form-submit .submit {
  background: linear-gradient(274deg, #17273F -16.01%, #33445F 100%);
  color: #FFF;
  border: none;
  padding: 14px 32px;
  font-family: "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.comment-respond .comment-form .form-submit .submit:hover {
  background: linear-gradient(-274deg, #17273F -16.01%, #33445F 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(51, 68, 95, 0.3);
}
.comment-respond .comment-form .form-submit .submit:active {
  transform: translateY(0);
}
.comment-respond .comment-form .form-submit .submit:focus {
  outline: 2px solid #33445F;
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .comment-respond .comment-form .form-submit .submit {
    width: 100%;
    padding: 12px 24px;
  }
}
.comment-respond .must-log-in {
  text-align: center;
  font-style: italic;
  color: #1E1E1E;
}
.comment-respond .must-log-in a {
  color: #33445F;
  text-decoration: underline;
}
.comment-respond .must-log-in a:hover {
  color: #17273F;
}
.comment-respond .comment-notes {
  font-size: 14px;
  color: rgba(30, 30, 30, 0.8);
  margin-bottom: 20px;
}
.comment-respond .comment-notes .required {
  color: #33445F;
}

.comments-title {
  font-family: "Maitree", Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 600;
  color: #1E1E1E;
  margin: 0 55px 32px 55px;
  border-bottom: 1px solid #0E1726;
  position: relative;
  padding: 20px 0px 20px 0px;
}
.comments-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 60px;
  height: 1px;
  background: linear-gradient(274deg, #17273F -16.01%, #33445F 100%);
}
.comments-title span {
  font-family: "Maitree", Georgia, "Times New Roman", serif;
  color: #33445F;
}
@media (max-width: 768px) {
  .comments-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 10px 55px 35px 55px;
}
@media (max-width: 768px) {
  .comment-list {
    padding: 10px 24px 24px 24px;
  }
}

.comment {
  margin: 0 0 0px 0;
  padding: 20px;
  background: rgba(51, 68, 95, 0.2);
  border-left: 1px solid rgba(51, 68, 95, 0.5);
  border-right: 1px solid rgba(51, 68, 95, 0.5);
  border-bottom: 1px solid rgba(51, 68, 95, 0.5);
  transition: all 0.3s ease;
}
.comment:hover {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.07);
  border-left-color: #33445F;
}
.comment.bypostauthor {
  border-left-color: #33445F;
  background: linear-gradient(135deg, #300508 0%, black 100%);
  position: relative;
}
.comment.bypostauthor::before {
  content: "AUTOR";
  position: absolute;
  top: 12px;
  right: 16px;
  background: linear-gradient(274deg, #17273F -16.01%, #33445F 100%);
  color: #FFF;
  font-size: 10px;
  font-weight: 600;
  font-family: "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  padding: 4px 8px;
  letter-spacing: 0.5px;
}
.comment.bypostauthor .comment-author .fn {
  color: #33445F;
  font-weight: 600;
}
.comment.child {
  margin-left: 40px;
  margin-top: 4px;
  border-left-color: #33445F;
}
@media (max-width: 768px) {
  .comment.child {
    margin-left: 20px;
  }
}
.comment.child.bypostauthor {
  border-left-color: #33445F;
}
.comment .children .comment.child {
  background: rgba(48, 5, 8, 0.7);
}

.comment-list li:first-of-type {
  border-top: 1px solid rgba(51, 68, 95, 0.5);
}
.comment-list li.thread-odd {
  background: rgba(51, 68, 95, 0.05);
}

.comment-meta {
  margin-bottom: 8px;
}

.comment-author {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.comment-author img {
  margin-right: 12px;
  border: 2px solid #17273F;
  transition: border-color 0.3s ease;
}
.bypostauthor .comment-author img {
  border-color: #33445F;
}
.comment-author .fn {
  font-family: "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1E1E1E;
  text-decoration: none;
  margin-right: 8px;
}
.comment-author .fn a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.comment-author .fn a:hover {
  color: #33445F;
}
.comment-author .says {
  font-size: 14px;
  color: #1E1E1E;
  font-style: italic;
}

.comment-metadata {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(30, 30, 30, 0.66);
}
.comment-metadata a {
  color: #1E1E1E;
  text-decoration: none;
  transition: color 0.3s ease;
}
.comment-metadata a:hover {
  color: #33445F;
}
.comment-metadata .reply a {
  background: #33445F;
  color: #1E1E1E;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.comment-metadata .reply a:hover {
  background: #33445F;
  color: #FFF;
  transform: translateY(-1px);
}

.comment-content {
  margin: 16px 0 0 0;
  font-family: "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1E1E1E;
}
.comment-content p {
  margin: 0 0 16px 0;
}
.comment-content p:last-child {
  margin-bottom: 0;
}
.comment-content a {
  color: #33445F;
  text-decoration: underline;
  word-wrap: break-word;
  transition: color 0.3s ease;
}
.comment-content a:hover {
  color: #17273F;
}
.comment-content blockquote {
  margin: 16px 0;
  padding: 16px 20px;
  background: #33445F;
  border-left: 4px solid #33445F;
  font-style: italic;
}
.comment-content blockquote p {
  margin: 0;
}
.comment-content code {
  background: #33445F;
  padding: 2px 6px;
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 14px;
  color: #1E1E1E;
}
.comment-content pre {
  background: #33445F;
  padding: 16px;
  overflow-x: auto;
  font-family: "Courier 10 Pitch", courier, monospace;
  font-size: 14px;
  line-height: 1.6;
}
.comment-content pre code {
  background: none;
  padding: 0;
}

.children {
  list-style: none;
  margin: 24px 0 0 0;
  padding: 0;
}

.comment-navigation {
  margin: 32px 0;
  padding: 24px 0;
  border-top: 1px solid #33445F;
  border-bottom: 1px solid #33445F;
}
.comment-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .comment-navigation .nav-links {
    flex-direction: column;
    gap: 16px;
  }
}
.comment-navigation a {
  color: #33445F;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 16px;
  border: 2px solid #33445F;
  transition: all 0.3s ease;
}
.comment-navigation a:hover {
  background: #33445F;
  color: #FFF;
}

.no-comments {
  text-align: center;
  font-style: italic;
  color: #1E1E1E;
  padding: 32px;
  background: #33445F;
  margin: 32px 0;
}

@media (max-width: 768px) {
  .comment {
    padding: 16px;
    margin-bottom: 24px;
  }
  .comment.child {
    margin-left: 16px;
  }
  .comment-author img {
    width: 40px;
    height: 40px;
  }
  .comment-content {
    font-size: 15px;
  }
  .comment-respond .comment-form .comment-form-author input,
  .comment-respond .comment-form .comment-form-email input,
  .comment-respond .comment-form .comment-form-url input {
    font-size: 16px;
  }
  .comment-respond .comment-form .comment-form-comment textarea {
    font-size: 16px;
  }
  .comment-respond .comment-reply-title {
    text-align: center;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.comment {
  animation: fadeInUp 0.6s ease-out;
}

.comment-reply-link:focus {
  outline: 2px solid #33445F;
  outline-offset: 2px;
}

.comment-author a:focus {
  outline: 2px solid #33445F;
  outline-offset: 2px;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Popup
--------------------------------------------- */
.sa-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow-y: auto;
}
.sa-popup-overlay--visible {
  opacity: 1;
  visibility: visible;
}
.sa-popup-overlay--closing {
  opacity: 0;
  visibility: hidden;
}

.sa-popup {
  position: relative;
  background-color: #fff;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 40px;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.sa-popup-overlay--visible .sa-popup {
  transform: scale(1);
}
@media (max-width: 768px) {
  .sa-popup {
    padding: 30px 20px;
    max-width: 100%;
  }
}
.sa-popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #333;
  transition: color 0.2s ease, transform 0.2s ease;
  z-index: 10;
  padding: 0;
}
.sa-popup__close:hover {
  color: #000;
  transform: rotate(90deg);
}
.sa-popup__close:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.sa-popup__close svg {
  width: 24px;
  height: 24px;
}
.sa-popup__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sa-popup__image {
  flex-shrink: 0;
  overflow: hidden;
}
.sa-popup__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.sa-popup__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sa-popup__heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: #000;
  font-family: "Maitree", Georgia, "Times New Roman", serif;
  text-align: center;
}
@media (max-width: 768px) {
  .sa-popup__heading {
    font-size: 26px;
  }
}
.sa-popup__heading span {
  color: #33445F;
}
.sa-popup__text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.sa-popup__text p {
  margin: 0 0 15px;
}
.sa-popup__text p:last-child {
  margin-bottom: 0;
}
.sa-popup__text a {
  color: #33445F;
  text-decoration: underline;
}
.sa-popup__text a:hover {
  text-decoration: none;
}
.sa-popup__discount {
  background: #f5f5f5;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sa-popup__discount-label {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sa-popup__discount-code {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 2px dashed #33445F;
  padding: 12px 15px;
}
.sa-popup__discount-code-text {
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #33445F;
  font-family: "Courier New", monospace;
}
.sa-popup__discount-copy {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #33445F;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.sa-popup__discount-copy:hover {
  background: #17273F;
  transform: scale(1.05);
}
.sa-popup__discount-copy:active {
  transform: scale(0.95);
}
.sa-popup__discount-copy svg {
  width: 20px;
  height: 20px;
}
.sa-popup__discount-copied {
  font-size: 14px;
  color: #4CAF50;
  font-weight: 600;
  text-align: center;
  animation: fadeInOut 0.3s ease;
}
.sa-popup__button-wrap {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.sa-popup__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px;
  background: #33445F;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  min-width: 200px;
  text-align: center;
  font-family: "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
.sa-popup__button:hover {
  background: #17273F;
  transform: translateY(-2px);
  color: #fff;
}
.sa-popup__button:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .sa-popup__button {
    width: 100%;
  }
}
.sa-popup--image-left .sa-popup__inner, .sa-popup--image-right .sa-popup__inner {
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .sa-popup--image-left .sa-popup__inner, .sa-popup--image-right .sa-popup__inner {
    flex-direction: column;
  }
}
.sa-popup--image-left .sa-popup__image, .sa-popup--image-right .sa-popup__image {
  width: 40%;
}
@media (max-width: 768px) {
  .sa-popup--image-left .sa-popup__image, .sa-popup--image-right .sa-popup__image {
    width: 100%;
  }
}
.sa-popup--image-left .sa-popup__content, .sa-popup--image-right .sa-popup__content {
  width: 60%;
}
@media (max-width: 768px) {
  .sa-popup--image-left .sa-popup__content, .sa-popup--image-right .sa-popup__content {
    width: 100%;
  }
}
.sa-popup--image-right .sa-popup__inner {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .sa-popup--image-right .sa-popup__inner {
    flex-direction: column;
  }
}
.sa-popup--image-above .sa-popup__image {
  max-height: 300px;
}
.sa-popup--image-above .sa-popup__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sa-popup--image-below .sa-popup__image {
  max-height: 250px;
}
.sa-popup--image-below .sa-popup__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sa-popup--no-image {
  max-width: 600px;
}
.sa-popup__preview-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #d63638;
  color: #fff;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 11;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 10px rgba(214, 54, 56, 0.3);
}
.sa-popup__preview-badge svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .sa-popup__preview-badge {
    font-size: 10px;
    padding: 6px 12px;
  }
  .sa-popup__preview-badge svg {
    width: 14px;
    height: 14px;
  }
}
.sa-popup--preview-mode {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .sa-popup--preview-mode {
    padding-top: 50px;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}
body.sa-popup-open {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hamburger:hover,
.hamburger:focus {
  background: transparent;
}

/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Design
--------------------------------------------------------------*/
#page.site {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 196px;
}
#page.site .site-content {
  flex: 1;
}
@media (max-width: 1285px) {
  #page.site {
    padding-top: 195px;
  }
}
@media (max-width: 767px) {
  #page.site {
    padding-top: 146px;
  }
}

body.page,
body.post {
  margin-bottom: 0;
}

body.admin-bar #page.site {
  min-height: calc(100vh - 32px);
}
body.admin-bar #page.site .preheader {
  margin-top: 32px;
}
body.admin-bar #page.site .site-header {
  top: 32px;
}
@media screen and (max-width: 1000px) {
  body.admin-bar #page.site .site-header {
    top: 46px;
  }
  body.admin-bar #page.site .site-header.sticky {
    top: 0;
  }
  body.admin-bar #page.site .site-header.is-scrolled {
    top: 0;
  }
}

body.page-template-tpl-home #page.site,
body.page-template-tpl-with-slider #page.site {
  padding-top: 0px;
}
@media screen and (max-width: 1110px) {
  body.page-template-tpl-home #page.site,
  body.page-template-tpl-with-slider #page.site {
    padding-top: 0;
  }
}
body.page-template-tpl-home.admin-bar #page.site,
body.page-template-tpl-with-slider.admin-bar #page.site {
  padding-top: 0px;
}
@media screen and (max-width: 1110px) {
  body.page-template-tpl-home.admin-bar #page.site,
  body.page-template-tpl-with-slider.admin-bar #page.site {
    padding-top: 0;
  }
}

.viewport-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .viewport-container {
    overflow: hidden;
  }
}

.wrapper {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1316px) {
  .wrapper {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1240px) {
  .wrapper {
    max-width: 1080px;
  }
}
@media screen and (max-width: 1080px) {
  .wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0px 20px;
  }
}
.wrapper.medium {
  max-width: 1290px;
}
.wrapper.large {
  max-width: 1380px;
}
@media screen and (max-width: 1367px) {
  .wrapper.large {
    max-width: 1300px;
  }
}
@media screen and (max-width: 1280px) {
  .wrapper.large {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper.large {
    max-width: 1096px;
  }
}
@media screen and (max-width: 1096px) {
  .wrapper.large {
    max-width: 1024px;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper.large {
    max-width: calc(100% - 20px);
  }
}
.wrapper.shorter {
  max-width: 1100px;
}
.wrapper.top-header, .wrapper.narrow {
  max-width: 1130px;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
  touch-action: none;
}

.feels-like-link {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #33445F;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #F0F0F0;
}

a {
  transition: 0.3s ease-in-out all;
}

.extra-frame:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(51, 68, 95, 0.75);
}
.extra-frame.brs-12:before {
  border-radius: 12px;
}
.extra-frame.brs-6:before {
  border-radius: 6px;
}
.extra-frame.brs-24:before {
  border-radius: 24px;
}

.heading {
  font-family: "Maitree", Georgia, "Times New Roman", serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: -2%;
  margin: 0;
}
.heading p {
  margin-bottom: 1rem;
}
.heading p:first-of-type {
  margin-top: 0;
}
.heading p:last-of-type {
  margin-bottom: 0;
}
.heading.fw-100 {
  font-weight: 100;
}
.heading.fw-200 {
  font-weight: 200;
}
.heading.fw-300 {
  font-weight: 300;
}
.heading.fw-400 {
  font-weight: 400;
}
.heading.fw-500 {
  font-weight: 500;
}
.heading.fw-600 {
  font-weight: 600;
}
.heading.fw-700 {
  font-weight: 700;
}
.heading.fw-800 {
  font-weight: 800;
}
.heading.fw-700 {
  font-weight: 700;
}
.heading.lh-110 {
  line-height: 110%;
}
.heading.lh-120 {
  line-height: 120%;
}
.heading.lh-125 {
  line-height: 125%;
}
.heading.lh-130 {
  line-height: 130%;
}
.heading.lh-130 {
  line-height: 135%;
}
.heading.lh-140 {
  line-height: 140%;
}
.heading.lh-150 {
  line-height: 150%;
}
.heading.lh-160 {
  line-height: 160%;
}
.heading.lh-170 {
  line-height: 170%;
}
.heading.fsi {
  font-style: italic;
}
.heading.narrowed {
  letter-spacing: -2%;
}
.heading.fz-16 {
  font-size: 16px;
}
.heading.fz-17 {
  font-size: 17px;
}
.heading.fz-18 {
  font-size: 18px;
}
.heading.fz-19 {
  font-size: 19px;
}
.heading.fz-20 {
  font-size: 20px;
}
.heading.fz-21 {
  font-size: 21px;
}
.heading.fz-22 {
  font-size: 22px;
}
.heading.fz-23 {
  font-size: 23px;
}
.heading.fz-24 {
  font-size: 24px;
}
.heading.fz-25 {
  font-size: 25px;
}
.heading.fz-26 {
  font-size: 26px;
}
.heading.fz-27 {
  font-size: 27px;
}
.heading.fz-28 {
  font-size: 28px;
}
.heading.fz-29 {
  font-size: 29px;
}
.heading.fz-30 {
  font-size: 30px;
}
.heading.fz-31 {
  font-size: 31px;
}
.heading.fz-32 {
  font-size: 32px;
}
.heading.fz-33 {
  font-size: 33px;
}
.heading.fz-34 {
  font-size: 34px;
}
.heading.fz-35 {
  font-size: 35px;
}
.heading.fz-36 {
  font-size: 36px;
}
.heading.fz-37 {
  font-size: 37px;
}
.heading.fz-38 {
  font-size: 38px;
}
.heading.fz-39 {
  font-size: 39px;
}
.heading.fz-40 {
  font-size: 40px;
}
.heading.fz-41 {
  font-size: 41px;
}
.heading.fz-42 {
  font-size: 42px;
}
.heading.fz-43 {
  font-size: 43px;
}
.heading.fz-44 {
  font-size: 44px;
}
.heading.fz-45 {
  font-size: 45px;
}
.heading.fz-46 {
  font-size: 46px;
}
.heading.fz-47 {
  font-size: 47px;
}
.heading.fz-48 {
  font-size: 48px;
}
.heading.fz-49 {
  font-size: 49px;
}
.heading.fz-50 {
  font-size: 50px;
}
.heading.fz-51 {
  font-size: 51px;
}
.heading.fz-52 {
  font-size: 52px;
}
.heading.fz-53 {
  font-size: 53px;
}
.heading.fz-54 {
  font-size: 54px;
}
.heading.fz-55 {
  font-size: 55px;
}
.heading.fz-56 {
  font-size: 56px;
}
.heading.fz-57 {
  font-size: 57px;
}
.heading.fz-58 {
  font-size: 58px;
}
.heading.fz-59 {
  font-size: 59px;
}
.heading.fz-60 {
  font-size: 60px;
}
.heading.fz-61 {
  font-size: 61px;
}
.heading.fz-62 {
  font-size: 62px;
}
.heading.fz-63 {
  font-size: 63px;
}
.heading.fz-64 {
  font-size: 64px;
}
.heading.fz-65 {
  font-size: 65px;
}
.heading.fz-66 {
  font-size: 66px;
}
.heading.fz-67 {
  font-size: 67px;
}
.heading.fz-68 {
  font-size: 68px;
}
.heading.fz-69 {
  font-size: 69px;
}
.heading.fz-70 {
  font-size: 70px;
}
.heading.fz-71 {
  font-size: 71px;
}
.heading.fz-72 {
  font-size: 72px;
}
.heading.fz-73 {
  font-size: 73px;
}
.heading.fz-74 {
  font-size: 74px;
}
.heading.fz-75 {
  font-size: 75px;
}
.heading.fz-76 {
  font-size: 76px;
}
.heading.fz-77 {
  font-size: 77px;
}
.heading.fz-78 {
  font-size: 78px;
}
.heading.fz-79 {
  font-size: 79px;
}
.heading.fz-80 {
  font-size: 80px;
}
.heading.fz-81 {
  font-size: 81px;
}
.heading.fz-82 {
  font-size: 82px;
}
.heading.fz-83 {
  font-size: 83px;
}
.heading.fz-84 {
  font-size: 84px;
}
.heading.fz-85 {
  font-size: 85px;
}
.heading.fz-86 {
  font-size: 86px;
}
.heading.fz-87 {
  font-size: 87px;
}
.heading.fz-88 {
  font-size: 88px;
}
.heading.fz-89 {
  font-size: 89px;
}
.heading.fz-90 {
  font-size: 90px;
}
.heading.fz-91 {
  font-size: 91px;
}
.heading.fz-92 {
  font-size: 92px;
}
.heading.fz-93 {
  font-size: 93px;
}
.heading.fz-94 {
  font-size: 94px;
}
.heading.fz-95 {
  font-size: 95px;
}
.heading.fz-96 {
  font-size: 96px;
}
.heading.fz-96 {
  font-size: 96px;
}
@media screen and (max-width: 820px) {
  .heading.fz-96 {
    font-size: 48px;
  }
}
.heading.fz-44 {
  font-size: 44px;
}
@media screen and (max-width: 820px) {
  .heading.fz-44 {
    font-size: 30px;
  }
}
.heading.xx-large {
  font-size: 64px;
}
@media screen and (max-width: 820px) {
  .heading.xx-large {
    font-size: 48px;
  }
}
.heading.xxxx-large {
  font-size: 196px;
}
.heading.xxx-large {
  font-size: 128px;
}
.heading.x-large {
  font-size: 48px;
}
@media screen and (max-width: 820px) {
  .heading.x-large {
    font-size: 40px;
  }
}
.heading.medium {
  font-size: 40px;
}
@media screen and (max-width: 820px) {
  .heading.medium {
    font-size: 32px;
  }
}
.heading.x-standard {
  font-size: 32px;
}
@media screen and (max-width: 820px) {
  .heading.x-standard {
    font-size: 24px;
  }
}
.heading.standard {
  font-size: 36px;
}
@media screen and (max-width: 820px) {
  .heading.standard {
    font-size: 30px;
  }
}
.heading.heading-h3 {
  color: var(--text-color-20w, #3C5E7F);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}
.heading.heading-h3 strong {
  font-weight: 700;
}
.heading.small {
  font-size: 28px;
}
.heading.fz-36 {
  font-size: 36px;
}
@media screen and (max-width: 1000px) {
  .heading.fz-36 {
    font-size: 32px;
  }
}
.heading.x-small {
  font-size: 24px;
}
.heading.xx-small {
  font-size: 21px;
}
.heading.xxx-small {
  font-size: 18px;
}
.heading.xxxx-small {
  font-size: 16px;
}
.heading.standarized {
  font-weight: 400;
}
.heading.medium-weight {
  font-weight: 500;
}
.heading.bold {
  font-weight: 700;
}
.heading.uppercased, .heading.text-uppercased {
  text-transform: uppercase;
}
.heading.centered {
  text-align: center;
}
.heading.alt-font, .heading.font-standard {
  font-family: "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.heading > span {
  display: block;
}
.heading .small-text {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
}
.heading .small-text.lowered {
  text-transform: unset;
}
.heading .small-text.micro {
  font-size: 18px;
  line-height: 24px;
}
.heading .large-text {
  font-weight: 700;
  font-size: 36px;
}
.heading .large-text.micro {
  font-size: 24px;
}
.heading .large-text.small {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .heading .large-text {
    font-size: 28px;
  }
}
.heading strong,
.heading b {
  font-weight: 700;
}
.heading em,
.heading i {
  font-style: italic;
}
.heading.blue {
  color: #33445F;
}
.heading.dark-blue {
  color: #E8BD7F;
}
.heading .small-top {
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #1E1E1E;
  text-transform: uppercase;
}

.heading.dual-header .bottom-line strong,
.heading.dual-header .bottom-line em,
.heading.dual-header .bottom-line b,
.heading.dual-header .bottom-line i {
  color: #33445F;
}
.heading.dual-header .bottom-line strong,
.heading.dual-header .bottom-line b {
  font-weight: 700;
}

a.link-as-extra-bttn {
  display: flex;
  padding: 18px 40px;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  background: var(--grey, #232323);
  color: #FFF;
}

.bttn-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1220px) {
  .bttn-wrapper {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 800px) {
  .bttn-wrapper {
    flex-direction: column;
    gap: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.bttn-wrapper.space-between {
  justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .bttn-wrapper.space-between {
    justify-content: center;
  }
}
.bttn-wrapper.space-between a {
  flex: 1;
}
@media screen and (max-width: 800px) {
  .bttn-wrapper.space-between a {
    width: 100%;
    max-width: 280px;
  }
}
.bttn-wrapper.centered {
  justify-content: center;
}
.bttn-wrapper.start {
  justify-content: flex-start;
}
.bttn-wrapper.end {
  justify-content: flex-end;
}
.bttn-wrapper.small {
  gap: 16px;
}
.bttn-wrapper.live-sized a {
  flex: 1;
}
@media screen and (max-width: 1240px) {
  .bttn-wrapper.live-sized a {
    max-width: 200px;
    width: 100%;
    flex: unset;
  }
}
@media screen and (max-width: 800px) {
  .bttn-wrapper.live-sized a {
    width: 100%;
    max-width: 280px;
  }
}
.bttn-wrapper.wrap {
  flex-wrap: wrap;
}
.bttn-wrapper .see-also-bttns {
  width: 100%;
  text-align: center;
}
.bttn-wrapper .see-also-bttns p {
  margin-bottom: 1rem;
}
.bttn-wrapper .see-also-bttns p:first-of-type {
  margin-top: 0;
}
.bttn-wrapper .see-also-bttns p:last-of-type {
  margin-bottom: 0;
}
.bttn-wrapper.right-spacer {
  gap: 40px;
  padding-top: 20px;
}
.bttn-wrapper.right-spacer:after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: #EAE0D0;
}
.bttn-wrapper.both-spacer {
  gap: 40px;
  padding-top: 20px;
}
.bttn-wrapper.both-spacer:after, .bttn-wrapper.both-spacer:before {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: #EAE0D0;
}

.body-text {
  font-family: "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
  line-height: 1.4em;
  font-weight: 300;
  letter-spacing: -0.32px;
}
.body-text.fw-100 {
  font-weight: 100;
}
.body-text.fw-200 {
  font-weight: 200;
}
.body-text.fw-300 {
  font-weight: 300;
}
.body-text.fw-400 {
  font-weight: 400;
}
.body-text.fw-500 {
  font-weight: 500;
}
.body-text.fw-600 {
  font-weight: 600;
}
.body-text.fw-700 {
  font-weight: 700;
}
.body-text.fw-800 {
  font-weight: 800;
}
.body-text.fw-700 {
  font-weight: 700;
}
.body-text p {
  margin: 1em auto;
  font-weight: 300;
}
.body-text p:first-of-type {
  margin-top: 0;
}
.body-text p:last-of-type {
  margin-bottom: 0;
}
.body-text.centered {
  text-align: center;
}
.body-text ul {
  margin-left: auto;
}
.body-text.alt-font {
  font-family: "Maitree", Georgia, "Times New Roman", serif;
}
.body-text.xx-large {
  font-size: 32px;
}
.body-text.x-large {
  font-size: 24px;
}
.body-text.large {
  font-size: 22px;
}
.body-text.size-large, .body-text.large-size {
  font-size: 20px;
}
@media (max-width: 767px) {
  .body-text.size-large, .body-text.large-size {
    font-size: 18px;
  }
}
.body-text.centered {
  text-align: center;
}
.body-text.size-medium, .body-text.medium-size, .body-text.size-medium, .body-text.fz-18, .body-text.medium {
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .body-text.size-medium, .body-text.medium-size, .body-text.size-medium, .body-text.fz-18, .body-text.medium {
    font-size: 16px;
  }
}
.body-text.standard {
  font-size: 16px;
  letter-spacing: -0.32px;
}
@media screen and (max-width: 480px) {
  .body-text.standard {
    font-size: 14px;
  }
}
.body-text.small {
  font-size: 14px;
}
.body-text.x-small {
  font-size: 12px;
}
.body-text.standarized {
  font-weight: 400;
}
.body-text.bold {
  font-weight: 700;
}
.body-text strong,
.body-text b {
  font-weight: 700;
}
.body-text em,
.body-text i {
  font-style: italic;
}

.social-media-links {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.social-media-links a {
  width: 36px;
  height: 36px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-media-links a svg {
  width: 100%;
  display: block;
  width: 28px;
  height: 28px;
}
.social-media-links a.type-discord:hover {
  color: #7289da;
}
.social-media-links a.type-facebook:hover {
  color: #3b5998;
}
.social-media-links a.type-twitter:hover {
  color: #55acee;
}
.social-media-links a.type-instagram:hover {
  color: #f56040;
}
.social-media-links a.type-youtube:hover {
  color: #b71c1c;
}
.social-media-links a.type-linkedin:hover {
  color: #0077b5;
}
.social-media-links a.type-spotify:hover {
  color: #2ebd59;
}
.social-media-links a.type-steam:hover {
  color: #35465c;
}
.social-media-links a.type-gog:hover {
  color: #86328a;
}
.social-media-links a.type-quora:hover {
  color: #cc2127;
}
.social-media-links a.type-lastfm:hover {
  color: #D32F2F;
}
.social-media-links a.type-tiktok:hover {
  color: #EE1D52;
}
.social-media-links a.type-reddit:hover {
  color: #ff4500;
}

.pixel-on-fire-link span {
  transition: 0.4s ease-in-out all;
  color: #FFF;
}
.pixel-on-fire-link:hover span.color-1 {
  color: #E64A19;
}
.pixel-on-fire-link:hover span.color-2 {
  color: #E8531B;
}
.pixel-on-fire-link:hover span.color-3 {
  color: #E95C1C;
}
.pixel-on-fire-link:hover span.color-4 {
  color: #EB651E;
}
.pixel-on-fire-link:hover span.color-5 {
  color: #EC6E1F;
}
.pixel-on-fire-link:hover span.color-6 {
  color: #EE7721;
}
.pixel-on-fire-link:hover span.color-7 {
  color: #F08022;
}
.pixel-on-fire-link:hover span.color-8 {
  color: #F18A24;
}
.pixel-on-fire-link:hover span.color-9 {
  color: #F39325;
}
.pixel-on-fire-link:hover span.color-10 {
  color: #F59C27;
}
.pixel-on-fire-link:hover span.color-11 {
  color: #F6A528;
}
.pixel-on-fire-link:hover span.color-12 {
  color: #F8AE2A;
}
.pixel-on-fire-link:hover span.color-13 {
  color: #F9B72B;
}
.pixel-on-fire-link:hover span.color-14 {
  color: #FBC02D;
}

.swiper-button-next,
.swiper-button-prev {
  color: #33445F !important;
}

.swiper-pagination-bullet-active {
  background-color: #33445F !important;
}

.tos-wrapper.tos-fixed {
  z-index: 999999;
}

.simple-border {
  border: 1px solid rgba(51, 68, 95, 0.75);
  border-radius: 12px;
}

.round-standard,
.rounded {
  border-radius: 12px;
}

.round-small {
  border-radius: 6px;
}

.round-full {
  border-radius: 9999px;
}

.round-large {
  border-radius: 24px;
}

.box-padding-48 {
  padding: 48px;
}
@media (max-width: 767px) {
  .box-padding-48 {
    padding: 48px 36px;
  }
}

.box-padding-36 {
  padding: 36px;
}
@media (max-width: 1281px) {
  .box-padding-36 {
    padding: 36px 24px;
  }
}

.box-padding-32 {
  padding: 32px;
}
@media (max-width: 1281px) {
  .box-padding-32 {
    padding: 32px 24px;
  }
}

.box-padding-24 {
  padding: 24px;
}

.box-padding-16 {
  padding: 16px;
}

.box-padding-12 {
  padding: 12px;
}

.background-basic {
  background: #33445F;
}

.background-basic-light {
  background: #FDFBF8;
}

.background-basic-darken {
  background: #33445F;
}

.background-basic-dark {
  background: #17273F;
}

.background-accent {
  background: #33445F;
}

.background-accent-dark {
  background: #17273F;
}

.background-accent-darken {
  background: #0E1726;
}

.background-accent-ultradark {
  background: #0E1726;
}

.background-addon {
  background: #E8BD7F;
}

.background-light {
  background: #EAE0D0;
}

.background-light-dark {
  background: #D8C4A7;
}

.background-light-light {
  background: #FDFBF8;
}

.background-gray-100 {
  background: #F1F1F1;
}

.background-dark {
  background: #1E1E1E;
}

.color-basic {
  color: #33445F;
}

.color-basic-dark {
  color: #17273F;
}

.color-dark {
  color: #1E1E1E;
}

.color-text-main {
  color: #1E1E1E;
}

.color-accent {
  color: #33445F;
}
.color-accent a {
  color: #33445F;
}
.color-accent a:hover {
  color: #17273F;
}

.color-addon {
  color: #E8BD7F;
}
.color-addon a {
  color: #E8BD7F;
}
.color-addon a:hover {
  color: #B98D4D;
}

.color-light {
  color: #EAE0D0;
}
.color-light a {
  color: #EAE0D0;
}
.color-light a:hover {
  color: #D8C4A7;
}

.color-dark {
  color: #1E1E1E;
}

.link-to-page {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  transition: 0.3s ease-in-out all;
}
.link-to-page .text {
  line-height: 24px;
  font-size: 20px;
  display: inline-block;
}
.link-to-page .icon {
  width: 24px;
  height: 24px;
}
.link-to-page .icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.link-to-page:hover {
  transform: translateY(-4px);
  gap: 10px;
}

.header-color-element {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.header-color-element span {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  min-width: 160px;
  padding: 10px 20px;
  gap: 20px;
  border-radius: 48px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 1285px) {
  .header-color-element span {
    font-size: 24px;
  }
}
.header-color-element.color-basic span {
  background: #33445F;
  color: #EAE0D0;
}
.header-color-element.color-accent span {
  background: #33445F;
  color: #EAE0D0;
}
.header-color-element.color-addon span {
  color: #EAE0D0;
  background: #E8BD7F;
}
.header-color-element.color-light span {
  color: #33445F;
  background: #EAE0D0;
}

.grid-1-plus-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 1220px) {
  .grid-1-plus-2 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
@media (max-width: 767px) {
  .grid-1-plus-2 {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.grid-1-plus-2 .rounded {
  overflow: hidden;
}
@media (max-width: 767px) {
  .grid-1-plus-2 .rounded {
    overflow: unset;
  }
}
.grid-1-plus-2 .grid-element-2 {
  grid-column: 1;
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 767px) {
  .grid-1-plus-2 .grid-element-2 {
    gap: 24px;
  }
}
.grid-1-plus-2 .grid-element-1 {
  grid-column: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 767px) {
  .grid-1-plus-2 .grid-element-1 {
    gap: 24px;
  }
}
.grid-1-plus-2 .video-container,
.grid-1-plus-2 .image-container {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .grid-1-plus-2 .video-container,
  .grid-1-plus-2 .image-container {
    border-radius: 12px;
  }
}
.grid-1-plus-2 .video-container video,
.grid-1-plus-2 .video-container img,
.grid-1-plus-2 .image-container video,
.grid-1-plus-2 .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.buttons--container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 66px;
}
.buttons--container .link-to-element {
  display: flex;
  padding: 18px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 7.5px;
  align-self: stretch;
  border-radius: 8px;
  background: #33445F;
  color: #B98D4D;
  width: 310px;
}
.buttons--container .link-to-element:hover {
  background: #5A5AC2;
}
.buttons--container .link-to-element .text {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
  display: block;
}
@media (max-width: 767px) {
  .buttons--container .link-to-element .text {
    font-size: 20px;
  }
}
.buttons--container .link-to-element .icon {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  display: block;
}
.buttons--container .link-to-element.light-color {
  background: #EAE0D0;
  color: #33445F;
}
.buttons--container .link-to-element.light-color:hover {
  background: #D8C4A7;
  color: #17273F;
}
.buttons--container.other-style .link-to-element {
  background: #33445F;
  color: #EAE0D0;
}
.buttons--container.other-style .link-to-element:hover {
  background: #17273F;
  color: #EAE0D0;
}

.heading.multi-line-header {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-family: "Maitree", Georgia, "Times New Roman", serif;
}
.heading.multi-line-header .small-line {
  color: #0E1726;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -2%;
}
@media (max-width: 767px) {
  .heading.multi-line-header .small-line {
    font-size: 16px;
  }
}
.heading.multi-line-header .small-line.color-basic {
  color: #33445F;
}
.heading.multi-line-header .big-line {
  color: #17273F;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -2%;
}
@media (max-width: 767px) {
  .heading.multi-line-header .big-line {
    font-size: 32px;
  }
}
.heading.multi-line-header .big-line.small {
  font-size: 36px;
}
.heading.multi-line-header .big-line.color-dark {
  color: #1E1E1E;
}
.heading.multi-line-header .big-line.color-dark span,
.heading.multi-line-header .big-line.color-dark em,
.heading.multi-line-header .big-line.color-dark strong,
.heading.multi-line-header .big-line.color-dark b {
  color: #33445F;
}
.heading.multi-line-header.centered {
  align-items: center;
}

.pcm-banner__actions button,
.pcm-modal__footer button {
  border-radius: 99px;
  padding-left: 20px;
  padding-right: 20px;
}
.pcm-banner__actions button:hover,
.pcm-modal__footer button:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .heading.fz-64 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .heading.fz-48 {
    font-size: 36px;
  }
}

a.hidden-link-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: transparent !important;
  text-decoration: none !important;
}

a.link-as-bttn,
button.link-as-bttn,
span.link-as-bttn {
  border-radius: 2px;
  background: #E8BD7F;
  display: inline-flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #17273F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 0.16px;
}
a.link-as-bttn:hover,
button.link-as-bttn:hover,
span.link-as-bttn:hover {
  background: #B98D4D;
  color: #FDFBF8;
}
a.link-as-bttn.min-width,
button.link-as-bttn.min-width,
span.link-as-bttn.min-width {
  min-width: 160px;
}

.bttn-container {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 767px) {
  .bttn-container {
    flex-direction: column;
    gap: 20px;
  }
}
.bttn-container.justify-center {
  justify-content: center;
}
.bttn-container.align-center {
  align-items: center;
}
.bttn-container.justify-between {
  justify-content: space-between;
}
.bttn-container.wrap {
  flex-wrap: wrap;
}
.bttn-container.line-spacer:after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background-color: rgba(51, 68, 95, 0.75);
  opacity: 0.66;
}
.bttn-container.line-spacer:before {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background-color: rgba(51, 68, 95, 0.75);
  opacity: 0.66;
}

.dist-top-large {
  margin-top: 80px;
}
@media screen and (max-width: 1366px) {
  .dist-top-large {
    margin-top: 64px;
  }
}
@media screen and (max-width: 820px) {
  .dist-top-large {
    margin-top: 48px;
  }
}
@media screen and (max-width: 480px) {
  .dist-top-large {
    margin-top: 32px;
  }
}

.dist-top-medium {
  margin-top: 60px;
}
@media screen and (max-width: 1366px) {
  .dist-top-medium {
    margin-top: 48px;
  }
}
@media screen and (max-width: 820px) {
  .dist-top-medium {
    margin-top: 36px;
  }
}
@media screen and (max-width: 480px) {
  .dist-top-medium {
    margin-top: 24px;
  }
}

.dist-top-small {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .dist-top-small {
    margin-top: 32px;
  }
}
@media screen and (max-width: 820px) {
  .dist-top-small {
    margin-top: 24px;
  }
}
@media screen and (max-width: 480px) {
  .dist-top-small {
    margin-top: 16px;
  }
}

.dist-top-x-small {
  margin-top: 20px;
}
@media screen and (max-width: 1366px) {
  .dist-top-x-small {
    margin-top: 16px;
  }
}
@media screen and (max-width: 820px) {
  .dist-top-x-small {
    margin-top: 12px;
  }
}
@media screen and (max-width: 480px) {
  .dist-top-x-small {
    margin-top: 8px;
  }
}

.dist-bottom-large {
  margin-bottom: 80px;
}
@media screen and (max-width: 1366px) {
  .dist-bottom-large {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 820px) {
  .dist-bottom-large {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 480px) {
  .dist-bottom-large {
    margin-bottom: 32px;
  }
}

.dist-bottom-medium {
  margin-bottom: 60px;
}
@media screen and (max-width: 1366px) {
  .dist-bottom-medium {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 820px) {
  .dist-bottom-medium {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 480px) {
  .dist-bottom-medium {
    margin-bottom: 24px;
  }
}

.dist-bottom-small {
  margin-bottom: 40px;
}
@media screen and (max-width: 1366px) {
  .dist-bottom-small {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 820px) {
  .dist-bottom-small {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .dist-bottom-small {
    margin-bottom: 16px;
  }
}

.dist-bottom-x-small {
  margin-bottom: 20px;
}
@media screen and (max-width: 1366px) {
  .dist-bottom-x-small {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 820px) {
  .dist-bottom-x-small {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 480px) {
  .dist-bottom-x-small {
    margin-bottom: 8px;
  }
}

.dist-vertical-large {
  margin-top: 105px;
  margin-bottom: 105px;
}
@media screen and (max-width: 1366px) {
  .dist-vertical-large {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 820px) {
  .dist-vertical-large {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 480px) {
  .dist-vertical-large {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.dist-vertical-medium {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1366px) {
  .dist-vertical-medium {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 820px) {
  .dist-vertical-medium {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 480px) {
  .dist-vertical-medium {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.dist-vertical-small {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1366px) {
  .dist-vertical-small {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 820px) {
  .dist-vertical-small {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .dist-vertical-small {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.dist-vertical-x-small {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1366px) {
  .dist-vertical-x-small {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 820px) {
  .dist-vertical-x-small {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 480px) {
  .dist-vertical-x-small {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.pad-top-large {
  padding-top: 80px;
}
@media screen and (max-width: 1366px) {
  .pad-top-large {
    padding-top: 64px;
  }
}
@media screen and (max-width: 820px) {
  .pad-top-large {
    padding-top: 48px;
  }
}
@media screen and (max-width: 480px) {
  .pad-top-large {
    padding-top: 32px;
  }
}

.pad-top-medium {
  padding-top: 60px;
}
@media screen and (max-width: 1366px) {
  .pad-top-medium {
    padding-top: 48px;
  }
}
@media screen and (max-width: 820px) {
  .pad-top-medium {
    padding-top: 36px;
  }
}
@media screen and (max-width: 480px) {
  .pad-top-medium {
    padding-top: 24px;
  }
}

.pad-top-small {
  padding-top: 40px;
}
@media screen and (max-width: 1366px) {
  .pad-top-small {
    padding-top: 32px;
  }
}
@media screen and (max-width: 820px) {
  .pad-top-small {
    padding-top: 24px;
  }
}
@media screen and (max-width: 480px) {
  .pad-top-small {
    padding-top: 16px;
  }
}

.pad-top-x-small {
  padding-top: 20px;
}
@media screen and (max-width: 1366px) {
  .pad-top-x-small {
    padding-top: 16px;
  }
}
@media screen and (max-width: 820px) {
  .pad-top-x-small {
    padding-top: 12px;
  }
}
@media screen and (max-width: 480px) {
  .pad-top-x-small {
    padding-top: 8px;
  }
}

.pad-bottom-large {
  padding-bottom: 80px;
}
@media screen and (max-width: 1366px) {
  .pad-bottom-large {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 820px) {
  .pad-bottom-large {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 480px) {
  .pad-bottom-large {
    padding-bottom: 32px;
  }
}

.pad-bottom-medium {
  padding-bottom: 60px;
}
@media screen and (max-width: 1366px) {
  .pad-bottom-medium {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 820px) {
  .pad-bottom-medium {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 480px) {
  .pad-bottom-medium {
    padding-bottom: 24px;
  }
}

.pad-bottom-small {
  padding-bottom: 40px;
}
@media screen and (max-width: 1366px) {
  .pad-bottom-small {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 820px) {
  .pad-bottom-small {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .pad-bottom-small {
    padding-bottom: 16px;
  }
}

.pad-bottom-x-small {
  padding-bottom: 20px;
}
@media screen and (max-width: 1366px) {
  .pad-bottom-x-small {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 820px) {
  .pad-bottom-x-small {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 480px) {
  .pad-bottom-x-small {
    padding-bottom: 8px;
  }
}

.pad-vertical-large {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1366px) {
  .pad-vertical-large {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 820px) {
  .pad-vertical-large {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 480px) {
  .pad-vertical-large {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.pad-vertical-large.dist-vertical-large {
  margin: 0;
}

.pad-vertical-medium {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1366px) {
  .pad-vertical-medium {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 820px) {
  .pad-vertical-medium {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 480px) {
  .pad-vertical-medium {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.pad-vertical-small {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1366px) {
  .pad-vertical-small {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 820px) {
  .pad-vertical-small {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .pad-vertical-small {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.pad-vertical-x-small {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1366px) {
  .pad-vertical-x-small {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 820px) {
  .pad-vertical-x-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 480px) {
  .pad-vertical-x-small {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.pad-vertical-large.dist-vertical-medium.dist-vertical-large {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1366px) {
  .pad-vertical-large.dist-vertical-medium.dist-vertical-large {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 820px) {
  .pad-vertical-large.dist-vertical-medium.dist-vertical-large {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 480px) {
  .pad-vertical-large.dist-vertical-medium.dist-vertical-large {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 40px 0;
  z-index: 99;
}
.site-header.sticky {
  background: #FDFBF8;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.site-header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .wrapper .site-branding {
  max-width: 85px;
  height: 50px;
}
.site-header .wrapper .site-branding .site-title {
  display: block;
  margin: 0;
}
.site-header .wrapper .site-branding a {
  display: block;
}
.site-header .wrapper .site-branding a img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.site-header .heading-navigations {
  display: flex;
  align-items: center;
  gap: 48px;
}
.site-header .menu-trigger {
  padding-top: 6px;
}

.site-footer {
  background: #17273F;
  color: #FCFCFC;
}
.site-footer .wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .site-footer .wrapper {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
.site-footer .site-footer__sygnet {
  height: 400px;
  margin-left: 90px;
}
@media (max-width: 767px) {
  .site-footer .site-footer__sygnet {
    margin-left: auto;
    margin-right: auto;
  }
}
.site-footer .site-footer__sygnet a {
  display: block;
  height: 100%;
  color: #FCFCFC;
}
.site-footer .site-footer__sygnet a:hover {
  color: #E8BD7F;
}
.site-footer .site-footer__sygnet a img,
.site-footer .site-footer__sygnet a svg {
  max-width: 100%;
  width: auto;
  height: 100%;
  object-fit: contain;
  display: block;
}
.site-footer .site-footer__navigation {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .site-footer .site-footer__navigation {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
  }
}
.site-footer .site-footer__navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.site-footer .site-footer__navigation ul li a {
  color: #FCFCFC;
  text-decoration: none;
}
.site-footer .site-footer__navigation ul li a:hover {
  color: #E8BD7F;
}

.blog-header {
  background: #17273F;
  color: #FCFCFC;
  padding-top: 186px;
  padding-bottom: 64px;
}
.blog-header .heading {
  color: #FCFCFC;
}
@media (max-width: 767px) {
  .blog-header {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}

.list-of-articles {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 36px;
}
@media (max-width: 767px) {
  .list-of-articles {
    gap: 24px;
  }
}
.list-of-articles article.post-large {
  border-bottom: 2px solid #E8BD7F;
  padding-top: 100px;
  padding-bottom: 192px;
  width: 100%;
  position: relative;
}
.list-of-articles article.post-large:before {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 242px;
  bottom: 0;
  right: 75px;
  top: 0;
  background: url(images/linie_pion_short.svg) repeat-y right bottom;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.list-of-articles article.post-large .post-large-wrapper {
  border: 2px solid #E8BD7F;
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #FDFBF8;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.list-of-articles article.post-large .post-large-wrapper .article-title {
  color: #17273F;
  transition: all 0.3s ease-in-out;
}
.list-of-articles article.post-large .post-large-wrapper .article-title a {
  color: #17273F;
  text-decoration: none;
}
.list-of-articles article.post-large .post-large-wrapper .article-title a:hover {
  color: #E8BD7F;
}
.list-of-articles article.post-large .post-large-wrapper .link-to-page {
  margin-top: 16px;
  transition: all 0.3s ease-in-out;
}
.list-of-articles article.post-large:hover .post-large-wrapper {
  background: #17273F;
  color: #E8BD7F;
  border-color: #17273F;
}
.list-of-articles article.post-large:hover .post-large-wrapper .article-title {
  color: #E8BD7F;
}
.list-of-articles article.post-large:hover .post-large-wrapper .article-title a {
  color: #E8BD7F;
}
.list-of-articles article.post-large:hover .post-large-wrapper .link-to-page {
  color: #E8BD7F;
}
@media (max-width: 767px) {
  .list-of-articles article.post-large {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .list-of-articles article.post-large:before {
    display: none;
  }
  .list-of-articles article.post-large .post-large-wrapper {
    padding: 28px 24px;
    gap: 16px;
  }
}
.list-of-articles article.post-small {
  width: 100%;
  max-width: 421px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 0 1 calc(50% - 4px - 36px);
  position: relative;
  min-height: 306px;
  padding: 48px;
  border: 2px solid var(--Yellow-300, #EECE9F);
  transition: all 0.3s ease-in-out;
}
.list-of-articles article.post-small .link-to-page {
  margin-top: auto;
  padding-top: 16px;
}
.list-of-articles article.post-small:hover {
  background: #17273F;
  color: #E8BD7F;
  border-color: #17273F;
}
.list-of-articles article.post-small:hover a {
  color: #E8BD7F;
}
@media (max-width: 767px) {
  .list-of-articles article.post-small {
    flex: 1 1 100%;
    max-width: 100%;
    min-height: 0;
    padding: 28px 24px;
    gap: 16px;
  }
}
.list-of-articles .article-meta {
  font-size: 18px;
  line-height: 1.4em;
  font-family: "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .list-of-articles .article-meta {
    font-size: 16px;
  }
}

article.post {
  margin-bottom: 0;
  position: relative;
}

article.single-post .post-header-container .container-for-link-to-go-back {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
article.single-post .post-header-container .container-for-link-to-go-back a {
  color: #E8BD7F;
  text-decoration: none;
}
article.single-post .post-header-container .container-for-link-to-go-back a:hover {
  color: #B98D4D;
}
article.single-post .post-header-wrapper {
  max-width: 840px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
article.single-post .post-meta {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  width: 98%;
  font-size: 20px;
  margin-top: 16px;
  margin-bottom: 60px;
}
article.single-post .post-main-image {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
  background: url(images/linie_horizontal.svg) repeat-x center center;
}
article.single-post .post-main-image .post-main-image__wrapper {
  max-width: 900px;
  width: 100%;
  height: 310px;
  margin-left: auto;
  margin-right: auto;
}
article.single-post .post-main-image .post-main-image__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article.single-post .entry-body p.wp-block-paragraph:first-of-type {
  color: #17273F;
  font-family: "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  margin-left: auto;
  margin-right: auto;
  max-width: 695px;
  /* 32.4px */
}
article.single-post .entry-content hr,
article.single-post .wp-block-paragraph.rich-text hr,
article.single-post .block-editor-rich-text__editable hr {
  max-width: 894px;
  width: 100%;
  height: 2px;
  background: #E8BD7F;
}

.see-also-container {
  padding-bottom: 160px;
}
.see-also-container .wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 50px;
}
.see-also-container .list-of-posts {
  display: flex;
  justify-content: center;
  gap: 48px 36px;
}

.entry-content,
.wp-block-paragraph.rich-text,
.block-editor-rich-text__editable {
  padding-top: 0px;
  margin-top: 0;
  font-size: 18px;
  line-height: 140%;
  padding-bottom: 50px;
  line-height: 1.75em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .entry-content,
  .wp-block-paragraph.rich-text,
  .block-editor-rich-text__editable {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
  .entry-content > *,
  .wp-block-paragraph.rich-text > *,
  .block-editor-rich-text__editable > * {
    max-width: 100%;
  }
}
.entry-content .newsletter.in-text,
.wp-block-paragraph.rich-text .newsletter.in-text,
.block-editor-rich-text__editable .newsletter.in-text {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.entry-content .newsletter.in-text .newsletter-icon,
.wp-block-paragraph.rich-text .newsletter.in-text .newsletter-icon,
.block-editor-rich-text__editable .newsletter.in-text .newsletter-icon {
  color: #17273F;
  width: 144px;
  transform: rotate(-12deg);
  position: absolute;
  z-index: -1;
  opacity: 0.4;
}
.entry-content .newsletter.in-text .newsletter-heading,
.wp-block-paragraph.rich-text .newsletter.in-text .newsletter-heading,
.block-editor-rich-text__editable .newsletter.in-text .newsletter-heading {
  text-align: center;
  font-family: "Maitree", Georgia, "Times New Roman", serif;
  color: #1E1E1E;
  text-align: center;
  font-size: 44px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
}
.entry-content .newsletter.in-text .newsletter-text,
.wp-block-paragraph.rich-text .newsletter.in-text .newsletter-text,
.block-editor-rich-text__editable .newsletter.in-text .newsletter-text {
  margin-bottom: 1em;
  text-align: center;
}
.entry-content .newsletter.in-text .newsletter-text-wrapper,
.wp-block-paragraph.rich-text .newsletter.in-text .newsletter-text-wrapper,
.block-editor-rich-text__editable .newsletter.in-text .newsletter-text-wrapper {
  position: relative;
  color: #FEFDFB;
  max-width: 780px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.entry-content .newsletter.in-text .newsletter-text-wrapper form,
.wp-block-paragraph.rich-text .newsletter.in-text .newsletter-text-wrapper form,
.block-editor-rich-text__editable .newsletter.in-text .newsletter-text-wrapper form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 30px;
}
.entry-content .newsletter.in-text .newsletter-text-wrapper form .label-inline,
.wp-block-paragraph.rich-text .newsletter.in-text .newsletter-text-wrapper form .label-inline,
.block-editor-rich-text__editable .newsletter.in-text .newsletter-text-wrapper form .label-inline {
  width: calc(50% - 15px);
}
@media screen and (max-width: 820px) {
  .entry-content .newsletter.in-text .newsletter-text-wrapper form .label-inline,
  .wp-block-paragraph.rich-text .newsletter.in-text .newsletter-text-wrapper form .label-inline,
  .block-editor-rich-text__editable .newsletter.in-text .newsletter-text-wrapper form .label-inline {
    width: 100%;
  }
}
.entry-content .newsletter.in-text .newsletter-text-wrapper form .yikes-mailchimp-eu-compliance-label,
.wp-block-paragraph.rich-text .newsletter.in-text .newsletter-text-wrapper form .yikes-mailchimp-eu-compliance-label,
.block-editor-rich-text__editable .newsletter.in-text .newsletter-text-wrapper form .yikes-mailchimp-eu-compliance-label {
  width: 66%;
  color: #FEFDFB;
  font-size: 13px;
  line-height: 21px;
}
@media screen and (max-width: 820px) {
  .entry-content .newsletter.in-text .newsletter-text-wrapper form .yikes-mailchimp-eu-compliance-label,
  .wp-block-paragraph.rich-text .newsletter.in-text .newsletter-text-wrapper form .yikes-mailchimp-eu-compliance-label,
  .block-editor-rich-text__editable .newsletter.in-text .newsletter-text-wrapper form .yikes-mailchimp-eu-compliance-label {
    width: 100%;
  }
}
.entry-content .newsletter.in-text .newsletter-text-wrapper:after,
.wp-block-paragraph.rich-text .newsletter.in-text .newsletter-text-wrapper:after,
.block-editor-rich-text__editable .newsletter.in-text .newsletter-text-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -150px;
  bottom: 0;
  right: -150px;
  background: linear-gradient(90deg, #4E617E 0%, #33445F 100%);
  border-radius: 150px;
  z-index: -1;
}
.entry-content .newsletter.in-text .newsletter-text-wrapper .newsletter-text-wrapper,
.wp-block-paragraph.rich-text .newsletter.in-text .newsletter-text-wrapper .newsletter-text-wrapper,
.block-editor-rich-text__editable .newsletter.in-text .newsletter-text-wrapper .newsletter-text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}
@media screen and (max-width: 1120px) {
  .entry-content,
  .wp-block-paragraph.rich-text,
  .block-editor-rich-text__editable {
    padding-left: 0em;
    padding-right: 0em;
  }
}
.entry-content hr,
.wp-block-paragraph.rich-text hr,
.block-editor-rich-text__editable hr {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  width: 100%;
  background-color: #6A7F9E;
  border: none;
  height: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.entry-content h1,
.entry-content h2,
.entry-content h3:not(.toc-title),
.entry-content h4,
.entry-content h5,
.entry-content h5,
.wp-block-paragraph.rich-text h1,
.wp-block-paragraph.rich-text h2,
.wp-block-paragraph.rich-text h3:not(.toc-title),
.wp-block-paragraph.rich-text h4,
.wp-block-paragraph.rich-text h5,
.wp-block-paragraph.rich-text h5,
.block-editor-rich-text__editable h1,
.block-editor-rich-text__editable h2,
.block-editor-rich-text__editable h3:not(.toc-title),
.block-editor-rich-text__editable h4,
.block-editor-rich-text__editable h5,
.block-editor-rich-text__editable h5 {
  font-family: "Maitree", Georgia, "Times New Roman", serif;
  line-height: 1.35em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.32px;
}
.entry-content p,
.wp-block-paragraph.rich-text p,
.block-editor-rich-text__editable p {
  margin-bottom: 1rem;
}
.entry-content p:first-of-type,
.wp-block-paragraph.rich-text p:first-of-type,
.block-editor-rich-text__editable p:first-of-type {
  margin-top: 0;
}
.entry-content p:last-of-type,
.wp-block-paragraph.rich-text p:last-of-type,
.block-editor-rich-text__editable p:last-of-type {
  margin-bottom: 0;
}
.entry-content .wp-embedded-content,
.wp-block-paragraph.rich-text .wp-embedded-content,
.block-editor-rich-text__editable .wp-embedded-content {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.entry-content .wp-block-video,
.entry-content .wp-block-embed,
.entry-content .wp-block-image,
.wp-block-paragraph.rich-text .wp-block-video,
.wp-block-paragraph.rich-text .wp-block-embed,
.wp-block-paragraph.rich-text .wp-block-image,
.block-editor-rich-text__editable .wp-block-video,
.block-editor-rich-text__editable .wp-block-embed,
.block-editor-rich-text__editable .wp-block-image {
  margin-top: 3em;
  margin-bottom: 3em;
}
.entry-content h2,
.wp-block-paragraph.rich-text h2,
.block-editor-rich-text__editable h2 {
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  .entry-content h2,
  .wp-block-paragraph.rich-text h2,
  .block-editor-rich-text__editable h2 {
    font-size: 1.8rem;
    line-height: 1.35em;
  }
}
.entry-content h3,
.wp-block-paragraph.rich-text h3,
.block-editor-rich-text__editable h3 {
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  .entry-content h3,
  .wp-block-paragraph.rich-text h3,
  .block-editor-rich-text__editable h3 {
    font-size: 1.7rem;
    line-height: 1.35em;
  }
}
.entry-content h4,
.wp-block-paragraph.rich-text h4,
.block-editor-rich-text__editable h4 {
  font-size: 1.33rem;
}
@media screen and (max-width: 640px) {
  .entry-content h4,
  .wp-block-paragraph.rich-text h4,
  .block-editor-rich-text__editable h4 {
    font-size: 1.6rem;
    line-height: 1.35em;
  }
}
.entry-content h5,
.wp-block-paragraph.rich-text h5,
.block-editor-rich-text__editable h5 {
  font-size: 1.25rem;
}
@media screen and (max-width: 640px) {
  .entry-content h5,
  .wp-block-paragraph.rich-text h5,
  .block-editor-rich-text__editable h5 {
    font-size: 1.5rem;
    line-height: 1.35em;
  }
}
.entry-content h6,
.wp-block-paragraph.rich-text h6,
.block-editor-rich-text__editable h6 {
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  .entry-content h6,
  .wp-block-paragraph.rich-text h6,
  .block-editor-rich-text__editable h6 {
    font-size: 1.2rem;
    line-height: 1.35em;
  }
}
.entry-content ol li::marker,
.wp-block-paragraph.rich-text ol li::marker,
.block-editor-rich-text__editable ol li::marker {
  color: #AEAEAE;
  opacity: 0.5;
  font-family: "Maitree", Georgia, "Times New Roman", serif;
}
.entry-content address,
.wp-block-paragraph.rich-text address,
.block-editor-rich-text__editable address {
  margin-top: 20px;
  margin-bottom: 20px;
}
.entry-content .wp-block-image,
.entry-content img,
.entry-content picture,
.entry-content embed,
.entry-content iframe,
.entry-content video,
.wp-block-paragraph.rich-text .wp-block-image,
.wp-block-paragraph.rich-text img,
.wp-block-paragraph.rich-text picture,
.wp-block-paragraph.rich-text embed,
.wp-block-paragraph.rich-text iframe,
.wp-block-paragraph.rich-text video,
.block-editor-rich-text__editable .wp-block-image,
.block-editor-rich-text__editable img,
.block-editor-rich-text__editable picture,
.block-editor-rich-text__editable embed,
.block-editor-rich-text__editable iframe,
.block-editor-rich-text__editable video {
  border-radius: 0px;
}
.entry-content p + blockquote,
.wp-block-paragraph.rich-text p + blockquote,
.block-editor-rich-text__editable p + blockquote {
  margin-top: 1em;
}
.entry-content ul,
.wp-block-paragraph.rich-text ul,
.block-editor-rich-text__editable ul {
  font-weight: 400;
}
.entry-content blockquote,
.wp-block-paragraph.rich-text blockquote,
.block-editor-rich-text__editable blockquote {
  font-family: "Maitree", Georgia, "Times New Roman", serif;
  color: #33445F;
  leading-trim: both;
  text-edge: cap;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 135%;
  /* 48px */
  letter-spacing: -2%;
  width: 820px;
  position: relative;
  padding: 40px;
  border-radius: 12px;
  background: #FDFBF8;
  position: relative;
}
.entry-content blockquote:before,
.wp-block-paragraph.rich-text blockquote:before,
.block-editor-rich-text__editable blockquote:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #EAE0D0;
  opacity: 0.25;
  background-image: url(images/pattern_1.png);
  background-position: center;
  background-size: auto 400px;
  width: 90px;
  height: 100%;
  border-radius: 12px;
  top: 0;
  left: -120px;
  z-index: 1;
}
.entry-content blockquote:after,
.wp-block-paragraph.rich-text blockquote:after,
.block-editor-rich-text__editable blockquote:after {
  content: "";
  display: block;
  position: absolute;
  top: 36px;
  left: -120px;
  width: 90px;
  height: 90px;
  background-image: url(images/quotes.svg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
.entry-content blockquote > *:not(.wp-block-image),
.wp-block-paragraph.rich-text blockquote > *:not(.wp-block-image),
.block-editor-rich-text__editable blockquote > *:not(.wp-block-image) {
  max-width: 850px;
}
.entry-content blockquote .wp-block-image,
.wp-block-paragraph.rich-text blockquote .wp-block-image,
.block-editor-rich-text__editable blockquote .wp-block-image {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content blockquote p,
.wp-block-paragraph.rich-text blockquote p,
.block-editor-rich-text__editable blockquote p {
  margin-bottom: 1rem;
  padding: 0;
  background: transparent;
}
.entry-content blockquote p:first-of-type,
.wp-block-paragraph.rich-text blockquote p:first-of-type,
.block-editor-rich-text__editable blockquote p:first-of-type {
  margin-top: 0;
}
.entry-content blockquote p:last-of-type,
.wp-block-paragraph.rich-text blockquote p:last-of-type,
.block-editor-rich-text__editable blockquote p:last-of-type {
  margin-bottom: 0;
}
.entry-content blockquote p.has-white-background-color,
.wp-block-paragraph.rich-text blockquote p.has-white-background-color,
.block-editor-rich-text__editable blockquote p.has-white-background-color {
  background: transparent !important;
}
.entry-content blockquote footer,
.wp-block-paragraph.rich-text blockquote footer,
.block-editor-rich-text__editable blockquote footer {
  text-align: right;
  font-size: 0.75em;
}
@media screen and (max-width: 820px) {
  .entry-content blockquote,
  .wp-block-paragraph.rich-text blockquote,
  .block-editor-rich-text__editable blockquote {
    font-size: 20px;
    margin-top: 30px;
    padding: 20px;
  }
}
.entry-content ul li::marker,
.wp-block-paragraph.rich-text ul li::marker,
.block-editor-rich-text__editable ul li::marker {
  color: #AEAEAE;
  opacity: 0.5;
}
.entry-content p,
.wp-block-paragraph.rich-text p,
.block-editor-rich-text__editable p {
  margin-bottom: 1em;
  font-weight: 400;
}
.entry-content p:first-of-type,
.wp-block-paragraph.rich-text p:first-of-type,
.block-editor-rich-text__editable p:first-of-type {
  margin-top: 0;
}
.entry-content p:last-of-type,
.wp-block-paragraph.rich-text p:last-of-type,
.block-editor-rich-text__editable p:last-of-type {
  margin-bottom: 0;
}
.entry-content p + h1,
.wp-block-paragraph.rich-text p + h1,
.block-editor-rich-text__editable p + h1 {
  margin-top: 2em;
}
.entry-content p + h2,
.wp-block-paragraph.rich-text p + h2,
.block-editor-rich-text__editable p + h2 {
  margin-top: 1.5em;
}
.entry-content table + *,
.wp-block-paragraph.rich-text table + *,
.block-editor-rich-text__editable table + * {
  margin-top: 2em;
}
.entry-content > *,
.wp-block-paragraph.rich-text > *,
.block-editor-rich-text__editable > * {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .entry-content > *,
  .wp-block-paragraph.rich-text > *,
  .block-editor-rich-text__editable > * {
    max-width: 100%;
  }
}
.entry-content .wp-block-paragraph,
.wp-block-paragraph.rich-text .wp-block-paragraph,
.block-editor-rich-text__editable .wp-block-paragraph {
  max-width: 740px;
}
.entry-content .wp-block-quote,
.wp-block-paragraph.rich-text .wp-block-quote,
.block-editor-rich-text__editable .wp-block-quote {
  max-width: 820px;
  width: 100%;
}
.entry-content .wp-block-heading,
.wp-block-paragraph.rich-text .wp-block-heading,
.block-editor-rich-text__editable .wp-block-heading {
  color: #1E1E1E;
  font-weight: 400;
  max-width: 740px;
}
.entry-content .wp-block-heading strong,
.entry-content .wp-block-heading b,
.entry-content .wp-block-heading em,
.entry-content .wp-block-heading i,
.wp-block-paragraph.rich-text .wp-block-heading strong,
.wp-block-paragraph.rich-text .wp-block-heading b,
.wp-block-paragraph.rich-text .wp-block-heading em,
.wp-block-paragraph.rich-text .wp-block-heading i,
.block-editor-rich-text__editable .wp-block-heading strong,
.block-editor-rich-text__editable .wp-block-heading b,
.block-editor-rich-text__editable .wp-block-heading em,
.block-editor-rich-text__editable .wp-block-heading i {
  color: #33445F;
}
.entry-content .wp-block-heading strong,
.entry-content .wp-block-heading b,
.wp-block-paragraph.rich-text .wp-block-heading strong,
.wp-block-paragraph.rich-text .wp-block-heading b,
.block-editor-rich-text__editable .wp-block-heading strong,
.block-editor-rich-text__editable .wp-block-heading b {
  font-weight: 600;
}
.entry-content .wp-block-list,
.wp-block-paragraph.rich-text .wp-block-list,
.block-editor-rich-text__editable .wp-block-list {
  max-width: 740px;
  width: 100%;
}
.entry-content > .wp-block-image,
.wp-block-paragraph.rich-text > .wp-block-image,
.block-editor-rich-text__editable > .wp-block-image {
  max-width: 820px;
  width: 100%;
}
.entry-content > .wp-block-image img,
.wp-block-paragraph.rich-text > .wp-block-image img,
.block-editor-rich-text__editable > .wp-block-image img {
  border-radius: 12px 12px 0 0;
}
.entry-content > .wp-block-image .wp-element-caption,
.wp-block-paragraph.rich-text > .wp-block-image .wp-element-caption,
.block-editor-rich-text__editable > .wp-block-image .wp-element-caption {
  background: #FDFBF8;
  border-radius: 0px 0px 12px 12px;
  padding: 10px 20px;
  margin: 0;
}
.entry-content .wp-block-gallery,
.wp-block-paragraph.rich-text .wp-block-gallery,
.block-editor-rich-text__editable .wp-block-gallery {
  max-width: 820px;
  width: 100%;
}
.entry-content .wp-block-gallery .wp-block-image,
.wp-block-paragraph.rich-text .wp-block-gallery .wp-block-image,
.block-editor-rich-text__editable .wp-block-gallery .wp-block-image {
  border-radius: 6px;
}
.entry-content .wp-block-gallery .wp-block-image img,
.wp-block-paragraph.rich-text .wp-block-gallery .wp-block-image img,
.block-editor-rich-text__editable .wp-block-gallery .wp-block-image img {
  border-radius: 6px;
}
.entry-content table,
.wp-block-paragraph.rich-text table,
.block-editor-rich-text__editable table {
  max-width: 1200px;
  width: 98%;
  font-size: 0.875em;
  line-height: 1.25em;
}
.entry-content table tr td,
.wp-block-paragraph.rich-text table tr td,
.block-editor-rich-text__editable table tr td {
  border-top: 0.5px solid #6A7F9E;
  padding: 4px;
}
.entry-content iframe.youtube-player,
.wp-block-paragraph.rich-text iframe.youtube-player,
.block-editor-rich-text__editable iframe.youtube-player {
  width: 100% !important;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
  aspect-ratio: 16/9;
}

.wp-embed.post {
  border-radius: 10px;
}

#search-container {
  display: none;
}

body.blog #page.site {
  padding-top: 0;
}

body.page-template-tpl-wide-page #page.site {
  padding-top: 0;
}

#hero-container,
.page-header,
.hero-container {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 100vh;
  max-height: 702px;
  display: flex;
}
#hero-container .viewport-container,
.page-header .viewport-container,
.hero-container .viewport-container {
  max-width: 1330px;
  position: relative;
  display: flex;
  align-items: center;
}
#hero-container .wrapper,
.page-header .wrapper,
.hero-container .wrapper {
  display: flex;
  padding-top: 130px;
  padding-bottom: 130px;
  flex-direction: column;
  gap: 86px;
  max-width: 1130px;
}
#hero-container a,
.page-header a,
.hero-container a {
  color: #17273F;
  text-decoration: none;
}
#hero-container a:hover,
.page-header a:hover,
.hero-container a:hover {
  color: #E8BD7F;
}
#hero-container .arrow-to-bottom .link-to-next-section,
.page-header .arrow-to-bottom .link-to-next-section,
.hero-container .arrow-to-bottom .link-to-next-section {
  display: inline-block;
  line-height: 0;
}
#hero-container .arrow-to-bottom .link-to-next-section svg,
.page-header .arrow-to-bottom .link-to-next-section svg,
.hero-container .arrow-to-bottom .link-to-next-section svg {
  display: block;
}
#hero-container.color-addon a,
.page-header.color-addon a,
.hero-container.color-addon a {
  color: #E8BD7F;
}
#hero-container.color-addon a:hover,
.page-header.color-addon a:hover,
.hero-container.color-addon a:hover {
  color: #B98D4D;
}
@media (max-width: 767px) {
  #hero-container,
  .page-header,
  .hero-container {
    height: auto;
    max-height: none;
  }
  #hero-container .wrapper,
  .page-header .wrapper,
  .hero-container .wrapper {
    padding-top: 120px;
    padding-bottom: 60px;
    gap: 48px;
  }
  #hero-container.homepage-hero,
  .page-header.homepage-hero,
  .hero-container.homepage-hero {
    max-height: none;
  }
  #hero-container.homepage-hero .wrapper:before,
  .page-header.homepage-hero .wrapper:before,
  .hero-container.homepage-hero .wrapper:before {
    display: none;
  }
}

body.error404 main.site-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}

body.error404 #page {
  padding-top: 0;
}

.error-404 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 120px;
  overflow: hidden;
}
.error-404 .bttn-wrapper {
  width: 100%;
  max-width: 620px;
}
.error-404 .bttn-wrapper a.link-as-bttn .bttn-text-container {
  width: 100%;
}
.error-404 .bttn-wrapper a.link-as-bttn .bttn-text-container .text-layer {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.error-404 .wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 80px;
}
.error-404 .main-error-page-element--text {
  margin-top: 32px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.error-404 .main-error-page-element {
  position: relative;
}
.error-404 .main-error-page-element .main-error-page-element--master,
.error-404 .main-error-page-element .main-error-page-element--text {
  position: relative;
  z-index: 2;
}
.error-404 .main-error-page-element--master {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-404 .main-error-page-element--master:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -25px;
  right: -25px;
  top: -500px;
  background: linear-gradient(180deg, #FFF, #33445F);
  z-index: -1;
  opacity: 0.125;
}
.error-404 .main-error-page-element--master .display-medium {
  font-size: 200px;
  line-height: 1.4em;
  font-weight: 700;
  color: #FFF;
}
.error-404 .main-error-page-element--master .text-layer.heading {
  color: #FCFCFC;
  font-weight: 700;
  background: #6A7F9E; /* gradient */
  -webkit-background-clip: text; /* gradient nakładany na tekst */
  -webkit-text-fill-color: transparent;
}
.error-404 .main-error-page-element--text {
  max-width: 372px;
  text-align: center;
}
.error-404 .additional-buttons {
  gap: 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .error-404 .additional-buttons {
    justify-content: center;
  }
}
.error-404 .additional-button {
  border-bottom: 1px solid var(--okno-green-green-500, #3F6B56);
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1em;
  gap: 8px;
  font-family: "Maitree", Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  display: inline-flex;
  text-decoration: none;
  color: #6A7F9E;
}
@media screen and (max-width: 1000px) {
  .error-404 .additional-button {
    font-size: 14px;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 396px) {
  .error-404 .additional-button {
    font-size: 13px;
    line-height: 1.4em;
  }
}
.error-404 .additional-button:hover {
  color: #17273F;
  border-bottom-color: #17273F;
}
.error-404 .additional-button span.icon {
  width: 24px;
  height: 16px;
  display: block;
}
.error-404 .additional-button span.icon svg {
  width: 14px;
  display: block;
  height: 14px;
}

.breadcrumbs {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-family: "Maitree", Georgia, "Times New Roman", serif;
}
@media screen and (max-width: 1280px) {
  .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.breadcrumbs li {
  display: inline;
  margin: 0;
  padding: 0;
}
.breadcrumbs li.separator {
  color: #FCFCFC;
  font-weight: 700;
}
.breadcrumbs li a {
  color: rgba(252, 252, 252, 0.66);
  text-decoration: none;
}
.breadcrumbs li a:hover {
  color: #4E617E;
}
.breadcrumbs li.item-current {
  font-weight: 700;
}

.breadcrumbs-master-container {
  position: relative;
  padding-top: 250px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  color: #FFF;
}
@media (max-width: 767px) {
  .breadcrumbs-master-container {
    padding-top: 150px;
  }
}
.breadcrumbs-master-container a {
  color: #FFF;
  text-decoration: none;
}
.breadcrumbs-master-container a:hover {
  color: #EAE0D0;
}
.breadcrumbs-master-container .breadcrumbs-master-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.2;
}
.breadcrumbs-master-container .breadcrumbs-master-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  margin: 0;
  margin-top: 10px;
}

.wpcf7-response-output {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #ffffff;
  background: #D32F2F;
  border-color: #D32F2F;
  padding: 6px 18px;
  margin-top: 0px;
  border-radius: 0;
  line-height: 18px;
}

.wpcf7-form.invalid .wpcf7-response-output {
  font-size: 12px;
  color: #000;
  background: #FBC02D;
  border-color: #FBC02D;
  border-radius: 0;
  line-height: 18px;
  padding: 6px 18px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #6A7F9E;
  color: #ffffff;
  border-radius: 0;
  border-color: #6A7F9E;
  text-align: center;
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-form .contact-form-small-field {
  max-width: 640px;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.contact-form .contact-form-large-field {
  max-width: 640px;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.contact-form .contact-form-large-field .large-field textarea {
  max-height: 232px;
  resize: vertical;
  color: #FFF;
}
.contact-form .contact-form-large-field .large-field textarea::placeholder {
  color: #EAE0D0;
}

.contact-form .contact-form-tos-send {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  align-items: center;
}

@media screen and (max-width: 820px) {
  .contact-form .contact-form-tos-send {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact-form .contact-form-tos-send > * {
  max-width: 640px;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.contact-form .contact-form-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-form-wrapper {
  max-width: 670px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.contact-form-wrapper .wpcf7-list-item {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .contact-form-wrapper {
    padding: 0px 16px 40px 16px;
    gap: 16px;
  }
}
.contact-form-wrapper .form-row {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.contact-form-wrapper .form-row .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.contact-form-wrapper .form-row .form-group label {
  font-family: "Maitree", Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
}
.contact-form-wrapper .form-row .form-group .form-control {
  transition: all 0.3s ease-in-out;
}
.contact-form-wrapper .form-row .form-group .form-control:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(51, 68, 95, 0.1);
}
.contact-form-wrapper .form-row .form-group .form-control::placeholder {
  color: #EAE0D0;
}
.contact-form-wrapper .form-row .form-group textarea.form-control {
  min-height: 120px;
  resize: vertical;
}
.contact-form-wrapper .form-row .form-group textarea.form-control::placeholder {
  color: #EAE0D0;
}
.contact-form-wrapper .form-row .form-group.form-checkbox {
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
}
.contact-form-wrapper .form-row .form-group.form-checkbox .form-checkbox-input {
  margin-top: 4px;
  width: 18px;
  height: 18px;
  accent-color: #33445F;
}
.contact-form-wrapper .form-row .form-group.form-checkbox label {
  flex: 1;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  color: #EAE0D0;
  text-align: left;
}
.contact-form-wrapper .form-row .form-group.form-submit {
  margin-top: 16px;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
.contact-form-wrapper .form-row .form-group.form-submit:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: #EAE0D0;
  transform: translate(100%, -100%);
}
@media (max-width: 767px) {
  .contact-form-wrapper .form-row .form-group.form-submit:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-wrapper .form-row .form-group.form-submit {
    flex-direction: column;
  }
}
.contact-form-wrapper .form-row .form-group.form-submit .btn-submit, .contact-form-wrapper .form-row .form-group.form-submit .wpcf7-submit {
  padding: 18px 32px 16px 32px;
  background: #EAE0D0;
  color: #33445F;
  border: none;
  border-radius: 0px;
  font-family: "Maitree", Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  align-self: flex-start;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-form-wrapper .form-row .form-group.form-submit .btn-submit, .contact-form-wrapper .form-row .form-group.form-submit .wpcf7-submit {
    width: 100%;
    align-self: stretch;
  }
}
.contact-form-wrapper .form-row .form-group.form-submit .btn-submit:hover, .contact-form-wrapper .form-row .form-group.form-submit .wpcf7-submit:hover {
  background: #FCFCFC;
  transform: translateY(-2px);
}
.contact-form-wrapper .form-row .form-group.form-submit .btn-submit:active, .contact-form-wrapper .form-row .form-group.form-submit .wpcf7-submit:active {
  transform: translateY(0);
}
@media screen and (max-width: 820px) {
  .contact-form-wrapper {
    padding: 24px 16px;
    gap: 20px;
  }
  .contact-form-wrapper .form-row .form-group.form-submit .btn-submit {
    width: 100%;
    align-self: stretch;
  }
}
.contact-form-wrapper.extra-content-form {
  max-width: 1020px;
  justify-content: center;
}
.contact-form-wrapper.extra-content-form .form-row {
  max-width: 320px;
}
@media screen and (max-width: 820px) {
  .contact-form-wrapper.extra-content-form .form-row {
    max-width: 100%;
  }
}
.contact-form-wrapper.extra-content-form .form-row.last-of-type {
  max-width: 100%;
}
.contact-form-wrapper.extra-content-form .form-row.full-width {
  max-width: 768px;
}

.contact-page-form-container {
  position: relative;
}
.contact-page-form-container .wpcf7-turnstile.cf-turnstile {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-form .form-group {
  width: 100%;
}
.contact-form input.wpcf7-form-control[type=submit] {
  width: 100%;
  padding: 16px 20px;
  font-family: "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #17273F;
  font-size: 16px;
  line-height: 1.4;
  background: #E8BD7F;
  border: 2px solid #E8BD7F;
  border-radius: 0;
  text-transform: none;
  font-weight: 400;
}
.contact-form input.wpcf7-form-control[type=submit]:hover {
  background: #B98D4D;
}

.cta-container {
  background: #17273F;
  width: 100%;
  overflow: hidden;
}
.cta-container .wrapper {
  display: flex;
  height: 776px;
}
@media (max-width: 767px) {
  .cta-container .wrapper {
    height: auto;
    flex-direction: column;
    padding: 0;
  }
}
.cta-container .wrapper .cta-container--image-box {
  order: 2;
  flex: 722;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .cta-container .wrapper .cta-container--image-box {
    order: 2;
    flex: 1 1 100%;
    height: auto;
    width: 100%;
    aspect-ratio: 412/550;
  }
}
.cta-container .wrapper .cta-container--image-box .cta-container--image-box--inner {
  position: relative;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .cta-container .wrapper .cta-container--image-box .cta-container--image-box--inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
.cta-container .wrapper .cta-container--image-box .cta-container--image-box--inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.cta-container .wrapper .cta-container--content {
  order: 1;
  flex: 638;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 64px;
  padding-right: 64px;
  gap: 100px;
}
@media (max-width: 767px) {
  .cta-container .wrapper .cta-container--content {
    text-align: center;
    flex: unset;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    gap: 72px;
    height: 560px;
  }
}
.cta-container .wrapper .cta-container--content .bttn-wrapper a.link-as-bttn {
  width: 100%;
  max-width: 325px;
}
.cta-container .wrapper .cta-container--content-box--elements {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 100px;
}
.cta-container .wrapper .cta-container--content-box--elements .heading {
  color: #E8BD7F;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #FDFBF8;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #1E1E1E;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

.os-animation {
  opacity: 0;
}

.os-animation.animated {
  opacity: 1;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.long {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.wow {
  visibility: hidden;
}

@keyframes show-chevron {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes upsideDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.upsideDown {
  animation: upsideDown 3s infinite;
}

.alt-bounce {
  -moz-animation: alt-bounce 3s infinite;
  -webkit-animation: alt-bounce 3s infinite;
  animation: alt-bounce 3s infinite;
}

@-moz-keyframes alt-bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes alt-bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes alt-bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
/**
 * Automatyczny spis treści
 * 
 * Stylowanie komponentu spisu treści z obsługą:
 * - Responsywności
 * - Accessibility
 * - Dark mode
 * - Kompatybilności z Gutenbergiem
 */
.automatic-table-of-contents {
  padding: 20px 0;
  margin: 35px 0px 32px 0px;
  max-width: calc(100% + 110px);
  position: relative;
}
.automatic-table-of-contents > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  width: 100%;
}
.automatic-table-of-contents {
  /* Kompatybilność z Gutenbergiem */
}
.wp-block-group .automatic-table-of-contents, .wp-block-columns .automatic-table-of-contents {
  margin-left: 0;
  margin-right: 0;
}

.toc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #33445F;
  padding-bottom: 12px;
  font-family: "Maitree", Georgia, "Times New Roman", serif;
  font-weight: 700;
  color: #1E1E1E;
}

.toc-title {
  color: #E51F2B;
  text-align: center;
  font-family: "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.35px; /* 177.188% */
  margin: 0;
}

.toc-toggle {
  background: #FFF;
  border: none;
  color: #1E1E1E;
  cursor: pointer;
  font-size: 0.85em;
  padding: 8px 12px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}
.toc-toggle:hover {
  background-color: #EAE0D0;
  transform: translateY(-1px);
  color: #17273F;
}
.toc-toggle:focus {
  outline: 2px solid #6A7F9E;
  outline-offset: 2px;
  color: #17273F;
}

.toc-icon {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1;
}

.toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
}
.toc-list ul {
  padding-top: 0;
}
.toc-list li {
  margin-bottom: 6px;
}
.toc-list li:last-of-type {
  margin-bottom: 0;
}
.toc-list a {
  color: #1E1E1E;
  font-family: "Maitree", Georgia, "Times New Roman", serif;
  text-decoration: none;
  display: block;
  padding: 8px 12px;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
  border-bottom: 1px solid #EAE0D0;
}
.toc-list a:hover {
  background-color: rgba(51, 68, 95, 0.1);
  color: #33445F;
  border-left-color: #33445F;
  transform: translateX(4px);
}
.toc-list a:focus {
  outline: 2px solid #33445F;
  outline-offset: 2px;
}

/* Hierarchia poziomów nagłówków */
.toc-level-1 {
  padding-left: 0;
  font-weight: 600;
  font-size: 1em;
}

.toc-level-2 {
  padding-left: 10px;
  font-weight: 500;
}

.toc-level-3 {
  padding-left: 20px;
  font-size: 0.95em;
}

.toc-level-4 {
  padding-left: 30px;
  font-size: 0.9em;
  opacity: 0.9;
}

.toc-level-5 {
  padding-left: 40px;
  font-size: 0.85em;
  opacity: 0.8;
}

.toc-level-6 {
  padding-left: 50px;
  font-size: 0.8em;
  opacity: 0.7;
}

/* Efekt podświetlenia przy kliknięciu */
.toc-highlight {
  background-color: rgba(51, 68, 95, 0.1);
  padding: 8px;
  transition: all 0.3s ease;
  border-left: 4px solid #33445F;
}

/* Optymalizacje dla urządzeń mobilnych */
@media (max-width: 768px) {
  .automatic-table-of-contents {
    margin: 0px -20px;
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding: 20px 16px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
  }
  .toc-header {
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
    text-align: center;
  }
  .toc-title {
    font-size: 1.1em;
  }
  .toc-toggle {
    justify-content: center;
  }
  .toc-level-3,
  .toc-level-4,
  .toc-level-5,
  .toc-level-6 {
    padding-left: 10px;
    font-size: 0.9em;
  }
}
/* Style do drukowania */
@media print {
  .toc-toggle {
    display: none;
  }
  .toc-list {
    display: block !important;
  }
  .automatic-table-of-contents {
    border: 2px solid #000;
    page-break-inside: avoid;
  }
}
/**
 * Sticky TOC w sidebarze (desktop)
 */
.automatic-table-of-contents--widget {
  position: relative;
  transition: all 0.3s ease;
  z-index: 10;
}
.automatic-table-of-contents--widget.toc-sticky-active {
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.toc-sticky-placeholder {
  height: 0;
  transition: height 0.3s ease;
}

/**
 * TOC w treści na mobile
 */
.automatic-table-of-contents.toc-mobile {
  margin: 10px 0;
  padding: 16px 0;
  max-width: 100%;
}
.automatic-table-of-contents.toc-mobile .toc-list {
  display: none;
}
.automatic-table-of-contents.toc-mobile .toc-header {
  cursor: pointer;
}
.automatic-table-of-contents.toc-mobile .toc-title {
  font-size: 14px;
}

@media (max-width: 768px) {
  .automatic-table-of-contents--widget {
    position: static !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: linear-gradient(to bottom, #1E1E1E, #E8BD7F);
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: 90vw;
  max-width: 1050px;
  margin: 20px auto;
}

.white-popup .palette-info {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.white-popup .palette-info h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.white-popup .palette-info p {
  font-size: 16px;
  line-height: 1.5;
}

.white-popup .palette-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.white-popup .color-item {
  width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.white-popup .color-item .color-name {
  color: #252525;
}
.white-popup .color-item .color-bcg {
  border: 1px solid #B4B4B4;
  width: 80px;
  height: 80px;
}
.white-popup .color-item .color-bcg {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.white-popup .color-item .color-bcg .color-display {
  font-size: 10px;
  font-weight: 700;
  color: #FFF;
  background: #000;
  padding: 3px 4px;
}

.white-popup .color-item .color-code,
.white-popup .color-item .color-name {
  font-size: 12px;
  margin: 2px 0;
  text-align: center;
}

.palette-modal-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 108px;
}
.palette-modal-container .palette-info {
  max-width: 330px;
  width: 100%;
}
.palette-modal-container .palette-colors {
  flex: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

#flexiblecookies_container div#flexiblecookies_cookie_banner {
  bottom: 40px;
  flex-wrap: wrap;
  left: unset;
  right: unset;
  left: 20px;
  right: 20px;
  width: calc(100% - 40px);
  border-radius: 0px;
}

.flexible-cookies-reopen-settings,
#flexiblecookies_settings_container,
#flexiblecookies_container div#flexiblecookies_cookie_banner {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1882352941);
}

div#flexiblecookies_cookie_banner span.flexiblecookies_cookie_text {
  margin-bottom: 15px;
  margin-right: 0;
}

div#flexiblecookies_cookie_banner button:hover {
  transform: translatey(-2px);
}

div#flexiblecookies_cookie_banner button,
button#flexiblecookies_accept_settings_cookies {
  width: auto;
  padding: 5px 10px;
  transition: 0.3s;
}

button#flexiblecookies_accept_cookies,
button#flexiblecookies_accept_settings_cookies {
  background-color: #33445F;
  border: 2px solid;
  color: #FFF;
}

button#flexiblecookies_accept_cookies:hover,
button#flexiblecookies_accept_settings_cookies:hover {
  background: #33445F;
  border: 2px solid #33445F;
}

button#flexiblecookies_deny_cookies {
  background: transparent;
  border: 2px solid #33445F;
  color: #33445F;
}

button#flexiblecookies_deny_cookies:hover {
  border-color: #33445F;
}

button#flexiblecookies_open_settings {
  padding: 0;
  padding-bottom: 5px;
  background: transparent;
  color: #33445F;
  border-bottom: 2px solid;
}

button#flexiblecookies_open_settings:hover {
  border-color: #33445F;
}

#flexiblecookies_settings_container,
#flexiblecookies_container div#flexiblecookies_cookie_banner {
  flex-wrap: wrap;
  border-radius: 10px;
  padding: 20px 26px;
}

#flexiblecookies_settings_container {
  color: #33445F;
  background: #FFF;
}

@media (max-width: 768px) {
  #flexiblecookies_container div#flexiblecookies_cookie_banner {
    width: auto;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  div#flexiblecookies_settings_container {
    width: auto;
    top: 10px;
    left: 10px;
    right: 10px;
    transform: none;
    overflow-y: auto;
    bottom: 10px;
  }
  span#flexiblecookies_settings {
    height: auto;
  }
}
/*--------------------------------------------------------------
# Gutenberg Blocks
--------------------------------------------------------------*/
.lala-block-home-about-us,
.lala-block-recent-blog-post {
  overflow-x: clip;
}

.lala-blocks [style*=will-change] {
  backface-visibility: hidden;
}

.lala-block-hero-home {
  padding-top: 350px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1285px) {
  .lala-block-hero-home {
    padding-top: 250px;
  }
}
@media (max-width: 767px) {
  .lala-block-hero-home {
    padding-top: 200px;
  }
}
.lala-block-hero-home .viewport-container .wrapper .heading {
  margin-bottom: 75px;
}
.lala-block-hero-home .viewport-container .wrapper .body-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 630px;
  display: block;
}
.lala-block-hero-home .viewport-container .wrapper .bttn-container {
  display: flex;
  justify-content: center;
  margin-top: 74px;
}
@media (max-width: 767px) {
  .lala-block-hero-home .viewport-container .wrapper .bttn-container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.lala-block-hero-home .viewport-container .wrapper .extra-gfx-element {
  display: flex;
  justify-content: center;
  height: 570px;
  margin-top: 170px;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1285px) {
  .lala-block-hero-home .viewport-container .wrapper .extra-gfx-element {
    margin-top: 100px;
  }
}
.lala-block-hero-home .viewport-container .wrapper .extra-gfx-element video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  object-position: center bottom;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .lala-block-hero-home .viewport-container .wrapper .extra-gfx-element {
    height: auto;
    margin-top: 100px;
    width: 100%;
  }
}

.lala-block-home-about-us {
  position: relative;
  z-index: 2;
}
.lala-block-home-about-us .viewport-container {
  position: relative;
  z-index: 2;
  padding-bottom: 165px;
  position: relative;
}
@media (max-width: 1285px) {
  .lala-block-home-about-us .viewport-container {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .lala-block-home-about-us .viewport-container {
    padding-bottom: 100px;
  }
}
.lala-block-home-about-us .viewport-container:before {
  content: "";
  display: block;
  height: 165px;
  background: #FDFBF8;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}
.lala-block-home-about-us .viewport-container .wrapper {
  position: relative;
  padding-top: 90px;
  padding-bottom: 128px;
}
.lala-block-home-about-us .viewport-container .wrapper .header-color-element {
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
}
.lala-block-home-about-us .viewport-container .wrapper .header-master-container {
  margin-bottom: 88px;
}
.lala-block-home-about-us .viewport-container .wrapper .blocks-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.lala-block-home-about-us .viewport-container .wrapper .blocks-container .single-block {
  width: 300px;
  display: flex;
  gap: 30px;
  flex-direction: column;
  transition: transform 0.3s ease;
}
@media (max-width: 1285px) {
  .lala-block-home-about-us .viewport-container .wrapper .blocks-container .single-block {
    width: 100%;
    flex: 1;
  }
}
@media (max-width: 767px) {
  .lala-block-home-about-us .viewport-container .wrapper .blocks-container .single-block {
    width: 100%;
    max-width: 500px;
    flex: unset !important;
  }
}
.lala-block-home-about-us .viewport-container .wrapper .blocks-container .single-block .gfx-element {
  width: 36px;
  height: 36px;
}
.lala-block-home-about-us .viewport-container .wrapper .blocks-container .single-block .gfx-element img,
.lala-block-home-about-us .viewport-container .wrapper .blocks-container .single-block .gfx-element svg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.lala-block-home-about-us .viewport-container .wrapper .extra-gfx-element {
  position: absolute;
  bottom: 0;
  right: 130px;
  transform: translateY(50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .lala-block-home-about-us .viewport-container .wrapper .extra-gfx-element {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .lala-block-home-about-us .viewport-container .wrapper .extra-gfx-element img {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.lala-block-courses-list .viewport-container .wrapper .header-color-element {
  margin-bottom: 36px;
}
.lala-block-courses-list .viewport-container .wrapper .header-master-container {
  margin-bottom: 72px;
}
.lala-block-courses-list .viewport-container .wrapper .blocks-container.blocks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  grid-auto-flow: dense;
  gap: 30px;
}
@media (max-width: 768px) {
  .lala-block-courses-list .viewport-container .wrapper .blocks-container.blocks-grid {
    grid-template-columns: 1fr;
  }
}
.lala-block-courses-list .viewport-container .wrapper .blocks-container .single-block {
  height: 366px;
  padding: 48px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 36px;
  transition: transform 0.3s ease;
}
.lala-block-courses-list .viewport-container .wrapper .blocks-container .single-block.size-1-2 {
  grid-column: span 1;
  grid-row: span 2;
  height: 760px;
}
@media (max-width: 767px) {
  .lala-block-courses-list .viewport-container .wrapper .blocks-container .single-block.size-1-2 {
    height: auto;
    aspect-ratio: 16/9;
  }
}
.lala-block-courses-list .viewport-container .wrapper .blocks-container .single-block.color-light a {
  color: #EAE0D0;
}
.lala-block-courses-list .viewport-container .wrapper .blocks-container .single-block.color-light a:hover {
  color: #D8C4A7;
}
.lala-block-courses-list .viewport-container .wrapper .blocks-container .single-block:not(.box-fill-image):not(.box-fill-video):hover {
  transform: translateY(-12px);
}
.lala-block-courses-list .viewport-container .wrapper .blocks-container .single-block-003.box-fill-image {
  padding: 0;
}
.lala-block-courses-list .viewport-container .wrapper .blocks-container .single-block-003.box-fill-image .image-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.lala-block-courses-list .viewport-container .wrapper .blocks-container .single-block-003.box-fill-image .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lala-block-courses-list .viewport-container .wrapper .blocks-container .single-block-003.box-fill-video {
  padding: 0;
}
.lala-block-courses-list .viewport-container .wrapper .blocks-container .single-block-003.box-fill-video .video-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.lala-block-courses-list .viewport-container .wrapper .blocks-container .single-block-003.box-fill-video .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lala-block-recent-blog-post {
  padding-top: 260px;
  padding-bottom: 95px;
}
.lala-block-recent-blog-post .viewport-container .wrapper {
  position: relative;
}
.lala-block-recent-blog-post .viewport-container .wrapper .blog-extra-addon-element {
  position: absolute;
  top: -72px;
  left: -167px;
  z-index: 15;
}
@media (max-width: 767px) {
  .lala-block-recent-blog-post .viewport-container .wrapper .blog-extra-addon-element {
    display: none;
  }
}
.lala-block-recent-blog-post .viewport-container .wrapper .header-color-element {
  margin-bottom: 36px;
}
.lala-block-recent-blog-post .viewport-container .wrapper .blog-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 70px;
}
.lala-block-recent-blog-post .viewport-container .wrapper .blog-container .massive-post {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .lala-block-recent-blog-post .viewport-container .wrapper .blog-container .massive-post {
    flex-direction: column;
    gap: 24px;
  }
}
.lala-block-recent-blog-post .viewport-container .wrapper .blog-container .massive-post .entry-image {
  width: 740px;
  height: 645px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lala-block-recent-blog-post .viewport-container .wrapper .blog-container .massive-post .entry-image {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}
.lala-block-recent-blog-post .viewport-container .wrapper .blog-container .massive-post .entry-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.lala-block-recent-blog-post .viewport-container .wrapper .blog-container .massive-post .entry-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lala-block-recent-blog-post .viewport-container .wrapper .blog-container .massive-post .entry-content-box {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 48px;
}
.lala-block-recent-blog-post .viewport-container .link-to-blog-posts-page {
  display: flex;
  justify-content: flex-end;
}
.lala-block-recent-blog-post .viewport-container .link-to-blog-posts-page a.link-to-archive {
  color: #33445F;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 35.2px */
}
.lala-block-recent-blog-post .viewport-container .link-to-blog-posts-page a.link-to-archive:hover {
  color: #33445F;
}

.lala-block-franchise .viewport-container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
.lala-block-franchise .viewport-container .wrapper {
  position: relative;
}
.lala-block-franchise .viewport-container .wrapper .header-color-element {
  margin-bottom: 36px;
}
.lala-block-franchise .viewport-container .wrapper .header-master-container {
  margin-bottom: 72px;
}
.lala-block-franchise .viewport-container .wrapper .franchise-block-body {
  height: 600px;
}
@media (max-width: 767px) {
  .lala-block-franchise .viewport-container .wrapper .franchise-block-body {
    height: auto;
  }
}
.lala-block-franchise .viewport-container .wrapper .franchise-addon-element {
  position: absolute;
  bottom: -120px;
  right: -100px;
}
@media (max-width: 767px) {
  .lala-block-franchise .viewport-container .wrapper .franchise-addon-element {
    display: none;
  }
  .lala-block-franchise .viewport-container .wrapper .franchise-addon-element img {
    width: 190px;
    height: auto;
  }
}

.lala-block-home-contact-box .viewport-container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.lala-block-home-contact-box .viewport-container .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .lala-block-home-contact-box .viewport-container .wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
.lala-block-home-contact-box .viewport-container .wrapper > * {
  flex: 1;
}
@media (max-width: 767px) {
  .lala-block-home-contact-box .viewport-container .wrapper > * {
    width: 100%;
    flex: unset;
  }
}
@media (max-width: 767px) {
  .lala-block-home-contact-box .viewport-container .wrapper .contact-form {
    width: 100%;
  }
}
.lala-block-home-contact-box .viewport-container .wrapper #category {
  color: #6D6D6D;
}
.lala-block-home-contact-box .viewport-container .wrapper .contact-box-form-box input[type=email],
.lala-block-home-contact-box .viewport-container .wrapper .contact-box-form-box input[type=text],
.lala-block-home-contact-box .viewport-container .wrapper .contact-box-form-box textarea,
.lala-block-home-contact-box .viewport-container .wrapper .contact-box-form-box select {
  border-radius: 4px;
  border: 0;
}
.lala-block-home-contact-box .viewport-container .wrapper .contact-box-form-box input[type=email]:focus, .lala-block-home-contact-box .viewport-container .wrapper .contact-box-form-box input[type=email]:focus-visible,
.lala-block-home-contact-box .viewport-container .wrapper .contact-box-form-box input[type=text]:focus,
.lala-block-home-contact-box .viewport-container .wrapper .contact-box-form-box input[type=text]:focus-visible,
.lala-block-home-contact-box .viewport-container .wrapper .contact-box-form-box textarea:focus,
.lala-block-home-contact-box .viewport-container .wrapper .contact-box-form-box textarea:focus-visible,
.lala-block-home-contact-box .viewport-container .wrapper .contact-box-form-box select:focus,
.lala-block-home-contact-box .viewport-container .wrapper .contact-box-form-box select:focus-visible {
  outline: 2px solid #33445F;
  outline-offset: 2px;
  background: #FFF;
}
.lala-block-home-contact-box .viewport-container .wrapper .contact-box-form-box input[type=email],
.lala-block-home-contact-box .viewport-container .wrapper .contact-box-form-box input[type=text],
.lala-block-home-contact-box .viewport-container .wrapper .contact-box-form-box select {
  padding: 12px 24px;
}
.lala-block-home-contact-box .viewport-container .wrapper .contact-box-form-box textarea {
  padding: 24px;
}
.lala-block-home-contact-box .viewport-container .wrapper .contact-box-form-box select {
  color: #6D6D6D;
}
.lala-block-newsletter .viewport-container {
  padding-top: 112px;
  padding-bottom: 112px;
}
.lala-block-newsletter .viewport-container .wrapper .newsletter-block-container {
  position: relative;
  height: 525px;
  display: flex;
  align-items: center;
  padding-left: 110px;
  padding-right: 110px;
}
@media (max-width: 767px) {
  .lala-block-newsletter .viewport-container .wrapper .newsletter-block-container {
    flex-direction: column;
    gap: 48px;
    padding-left: 24px;
    padding-right: 24px;
    height: auto;
  }
}
.lala-block-newsletter .viewport-container .wrapper .newsletter-block-container .newsletter-block-extra-gfx-element {
  position: absolute;
  top: -110px;
  right: 163px;
  z-index: 2;
}
@media (max-width: 767px) {
  .lala-block-newsletter .viewport-container .wrapper .newsletter-block-container .newsletter-block-extra-gfx-element {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
  }
  .lala-block-newsletter .viewport-container .wrapper .newsletter-block-container .newsletter-block-extra-gfx-element img {
    max-width: 190px;
  }
}
.lala-block-newsletter .viewport-container .wrapper .newsletter-block-container .newsletter-background-element {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lala-block-newsletter .viewport-container .wrapper .newsletter-block-container .newsletter-background-element {
    display: none;
  }
}
.lala-block-newsletter .viewport-container .wrapper .newsletter-block-container .newsletter-background-element img {
  width: 670px;
  height: 600px;
  display: block;
  object-fit: contain;
  margin-left: auto;
  margin-right: -100px;
  margin-top: -50px;
}
.lala-block-newsletter .viewport-container .wrapper .newsletter-block-container .newsletter-text-container {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 767px) {
  .lala-block-newsletter .viewport-container .wrapper .newsletter-block-container .newsletter-text-container {
    align-items: center;
    text-align: center;
  }
}
.lala-block-newsletter .viewport-container .wrapper .newsletter-block-container .newsletter-text-container .body-text {
  font-weight: 300;
  max-width: 510px;
}
.lala-block-newsletter .viewport-container .wrapper .newsletter-block-container .newsletter-text-container form {
  max-width: 520px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .lala-block-newsletter .viewport-container .wrapper .newsletter-block-container .newsletter-text-container form {
    justify-content: center;
    gap: 24px;
  }
}
.lala-block-newsletter .viewport-container .wrapper .newsletter-block-container .newsletter-text-container form input[type=email] {
  width: 300px;
  border-radius: 4px;
}
.lala-block-newsletter .viewport-container .wrapper .newsletter-block-container .newsletter-text-container form button {
  width: 190px;
  background: #33445F;
  color: #FFF;
  border-radius: 9999px;
  text-transform: unset;
}
.lala-block-offer-hero-block .viewport-container {
  padding-bottom: 270px;
}
@media (max-width: 767px) {
  .lala-block-offer-hero-block .viewport-container {
    padding-bottom: 100px;
  }
}
.lala-block-offer-hero-block .viewport-container .wrapper .heading {
  text-align: center;
}
.lala-block-offer-hero-block .viewport-container .wrapper h1 {
  margin-bottom: 48px;
}
.lala-block-offer-hero-block .viewport-container .wrapper .list-of-triggers {
  margin-top: 160px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .lala-block-offer-hero-block .viewport-container .wrapper .list-of-triggers {
    margin-top: 124px;
    flex-wrap: wrap;
    gap: 24px;
  }
}
.lala-block-offer-hero-block .viewport-container .wrapper .list-of-triggers .single-trigger-box {
  flex: 0 1 190px;
  height: 150px;
  padding: 30px 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
}
@media (max-width: 767px) {
  .lala-block-offer-hero-block .viewport-container .wrapper .list-of-triggers .single-trigger-box {
    width: calc(50% - 12px);
    flex: unset;
  }
}
.lala-block-offer-hero-block .viewport-container .wrapper .list-of-triggers .single-trigger-box .top-line {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .lala-block-offer-hero-block .viewport-container .wrapper .list-of-triggers .single-trigger-box .top-line {
    font-size: 20px;
  }
}
.lala-block-offer-hero-block .viewport-container .wrapper .list-of-triggers .single-trigger-box .bottom-line {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 767px) {
  .lala-block-offer-hero-block .viewport-container .wrapper .list-of-triggers .single-trigger-box .bottom-line {
    font-size: 16px;
  }
}
.lala-block-offer-hero-block .viewport-container .wrapper .list-of-triggers .single-trigger-box.background-addon {
  color: #33445F;
}
.lala-block-offer-hero-block .viewport-container .wrapper .list-of-triggers .single-trigger-box.background-addon:visited {
  color: #33445F;
}
.lala-block-offer-hero-block .viewport-container .wrapper .list-of-triggers .single-trigger-box.background-addon:hover {
  color: #33445F;
}
.lala-block-offer-hero-block .viewport-container .wrapper .list-of-triggers .single-trigger-box.background-basic {
  color: #EAE0D0;
}
.lala-block-offer-hero-block .viewport-container .wrapper .list-of-triggers .single-trigger-box.background-basic:visited {
  color: #EAE0D0;
}
.lala-block-offer-hero-block .viewport-container .wrapper .list-of-triggers .single-trigger-box.background-basic:hover {
  color: #EAE0D0;
}
.lala-block-offer-hero-block .viewport-container .wrapper .list-of-triggers .single-trigger-box.background-accent {
  color: #EAE0D0;
}
.lala-block-offer-hero-block .viewport-container .wrapper .list-of-triggers .single-trigger-box.background-accent:visited {
  color: #EAE0D0;
}
.lala-block-offer-hero-block .viewport-container .wrapper .list-of-triggers .single-trigger-box.background-accent:hover {
  color: #EAE0D0;
}
.lala-block-offer-hero-block .viewport-container .wrapper .list-of-triggers .single-trigger-box:hover {
  transform: translateY(-12px);
}

.lala-block-standard-hero-block .viewport-container {
  padding-bottom: 270px;
}
.lala-block-standard-hero-block .viewport-container .wrapper .heading {
  text-align: center;
}
.lala-block-standard-hero-block .viewport-container .wrapper h1 {
  margin-bottom: 112px;
}

.lala-block-single-offer-element {
  background: #FDFBF8;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: 180px;
}
.lala-block-single-offer-element .viewport-container {
  overflow: unset;
}
@media (max-width: 767px) {
  .lala-block-single-offer-element .viewport-container {
    overflow: hidden;
  }
}
.lala-block-single-offer-element .viewport-container .wrapper {
  position: relative;
}
.lala-block-single-offer-element .viewport-container .wrapper .single-offer-element--extra-gfx {
  position: absolute;
  z-index: 10;
}
@media (max-width: 767px) {
  .lala-block-single-offer-element .viewport-container .wrapper .single-offer-element--extra-gfx {
    display: none;
  }
}
.lala-block-single-offer-element .viewport-container .wrapper .single-offer-element--header {
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .lala-block-single-offer-element .viewport-container .wrapper .single-offer-element--header .heading {
    text-align: center;
    font-size: 36px;
  }
}
.lala-block-single-offer-element .viewport-container .wrapper .single-offer-body-elements {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .lala-block-single-offer-element .viewport-container .wrapper .single-offer-body-elements {
    flex-direction: column;
  }
}
.lala-block-single-offer-element .viewport-container .wrapper .single-offer-body-elements .single-offer-body-elements__text {
  font-weight: 300;
  width: 630px;
}
@media (max-width: 767px) {
  .lala-block-single-offer-element .viewport-container .wrapper .single-offer-body-elements .single-offer-body-elements__text {
    width: 100%;
  }
}
.lala-block-single-offer-element .viewport-container .wrapper .single-offer-body-elements .single-offer-body-elements__text .body-text {
  font-weight: 300;
}
.lala-block-single-offer-element .viewport-container .wrapper .single-offer-body-elements .single-offer-body-elements__requirements {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 300px;
}
@media (max-width: 767px) {
  .lala-block-single-offer-element .viewport-container .wrapper .single-offer-body-elements .single-offer-body-elements__requirements {
    width: 100%;
  }
}
.lala-block-single-offer-element .viewport-container .wrapper .single-offer-body-elements .single-offer-body-elements__requirements .single-requirement {
  padding: 24px 12px;
  display: flex;
  gap: 12px;
  font-size: 20px;
  line-height: 120%;
  width: 300px;
}
@media (max-width: 767px) {
  .lala-block-single-offer-element .viewport-container .wrapper .single-offer-body-elements .single-offer-body-elements__requirements .single-requirement {
    width: 100%;
  }
}
.lala-block-single-offer-element .viewport-container .wrapper .single-offer-body-elements .single-offer-body-elements__requirements .single-requirement .icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lala-block-single-offer-element .viewport-container .wrapper .single-offer-body-elements .single-offer-body-elements__requirements .single-requirement .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.lala-block-single-offer-element .viewport-container .wrapper .single-offer-body-elements .single-offer-body-elements__requirements .single-requirement .text-elements .label {
  font-weight: 500;
}
.lala-block-single-offer-element .viewport-container .wrapper .single-offer-body-elements .single-offer-body-elements__requirements .single-requirement .text-elements .desc {
  font-weight: 300;
}
.lala-block-single-offer-element .viewport-container .wrapper .single-offer-body-elements .single-offer-body-elements__requirements.wide {
  width: 630px;
  flex-direction: row;
  flex-wrap: wrap;
}
.lala-block-single-offer-element .viewport-container .wrapper .single-offer-body-elements .single-offer-body-elements__levels {
  width: 300px;
  padding: 24px;
}
@media (max-width: 767px) {
  .lala-block-single-offer-element .viewport-container .wrapper .single-offer-body-elements .single-offer-body-elements__levels {
    width: 100%;
  }
}
.lala-block-single-offer-element .viewport-container .wrapper .single-offer-body-elements .single-offer-body-elements__levels .levels-header {
  margin-bottom: 36px;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
.lala-block-single-offer-element .viewport-container .wrapper .single-offer-body-elements .single-offer-body-elements__levels .levels-body .single-level {
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid #33445F;
}
.lala-block-single-offer-element .viewport-container .wrapper .single-offer-body-elements .single-offer-body-elements__levels .levels-body .single-level:nth-of-type(1) {
  padding-top: 0;
  border-top: 0;
}
.lala-block-single-offer-element .viewport-container .wrapper .single-offer-cta-elements {
  margin-top: 72px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
}
.lala-block-single-offer-element .viewport-container .wrapper .single-offer-cta-elements .single-offer-cta-elements--bttn-container {
  max-width: 630px;
  width: 100%;
}
.lala-block-single-offer-element .viewport-container .wrapper .single-offer-cta-elements .single-offer-cta-elements--bttn-container .link-as-bttn {
  width: 100%;
}
.lala-block-single-offer-element .viewport-container .wrapper .single-offer-cta-elements .single-offer-cta-elements--disclaimer {
  flex: 1;
  max-width: 400px;
}
.lala-block-offer-heading + .lala-block-single-offer-element {
  margin-top: 0;
}

.lala-block-offer-heading {
  margin: 180px 0;
}
@media (max-width: 767px) {
  .lala-block-offer-heading {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
.lala-block-offer-heading .viewport-container .wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 460px;
}
@media (max-width: 767px) {
  .lala-block-offer-heading .viewport-container .wrapper {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.lala-block-offer-heading .viewport-container .wrapper .background-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.lala-block-offer-heading .viewport-container .wrapper .background-container video,
.lala-block-offer-heading .viewport-container .wrapper .background-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lala-block-offer-heading .viewport-container .wrapper .heading-container {
  position: relative;
  z-index: 2;
}
.form-bttn-box {
  width: 224px;
}
.form-bttn-box button {
  border-radius: 9999px;
  text-transform: unset;
  width: 100%;
  text-align: center;
}

.form-row-box {
  display: flex;
  gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .form-row-box {
    flex-direction: column;
    gap: 24px;
  }
}
.form-row-box .form-notice {
  flex: 1;
  color: #F4F3F7;
  max-width: 200px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  /* 15px */
}

.lala-block-offer-group-information {
  background: #FDFBF8;
  padding-top: 72px;
  padding-bottom: 92px;
}
.lala-block-offer-group-information .group-handler {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding-top: 72px;
}
.lala-block-offer-group-information .group-handler .single-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.lala-block-offer-group-information .group-handler .single-group .body-text {
  flex: 1;
}

.pricelist-element-container--elements {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.pricelist-element-container--elements .single-price-element {
  padding: 24px 12px;
  display: flex;
  gap: 12px;
  font-size: 20px;
  line-height: 120%;
  width: 300px;
}
.pricelist-element-container--elements .single-price-element .icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pricelist-element-container--elements .single-price-element .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.pricelist-element-container--elements .single-price-element .text-elements .label {
  font-weight: 500;
}
.pricelist-element-container--elements .single-price-element .text-elements .desc {
  font-weight: 300;
}

.lala-block-pricelist-block {
  margin-bottom: 80px;
}
.lala-block-pricelist-block .wrapper {
  background: #FDFBF8;
  padding: 36px;
}
.lala-block-pricelist-block .lala-block-pricelist-block--master-header {
  margin-bottom: 80px;
}
.lala-block-pricelist-block .pricelist-element-container {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #33445F;
  display: flex;
  gap: 48px;
  flex-direction: column;
}
.lala-block-pricelist-block .pricelist-element-container:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.lala-block-franchise-large .wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.lala-block-franchise-large .wrapper .lala-block-franchise-image {
  max-width: 630px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1285px) {
  .lala-block-franchise-large .wrapper .lala-block-franchise-image {
    max-width: 100%;
    flex: 1;
  }
}
.lala-block-franchise-large .wrapper .lala-block-franchise-image .lala-block-franchise-image-wrapper {
  width: 100%;
  height: 550px;
}
.lala-block-franchise-large .wrapper .lala-block-franchise-image .lala-block-franchise-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lala-block-franchise-large .wrapper .lala-block-franchise--text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 630px;
  justify-content: center;
}
@media (max-width: 1285px) {
  .lala-block-franchise-large .wrapper .lala-block-franchise--text {
    max-width: 100%;
    flex: 1;
  }
}
.lala-block-franchise-large .wrapper .lala-block-franchise--text .body-text {
  font-weight: 300;
  max-width: 510px;
}
.lala-block-franchise-large .wrapper .lala-block-franchise--text form {
  max-width: 520px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.lala-block-franchise-large .wrapper .lala-block-franchise--text form input[type=email] {
  width: 300px;
  border-radius: 4px;
}
.lala-block-franchise-large .wrapper .lala-block-franchise--text form button {
  width: 190px;
  background: #33445F;
  color: #FFF;
  border-radius: 9999px;
  text-transform: unset;
}
@media (max-width: 767px) {
  .contact-form .form-group {
    width: 100%;
    max-width: 100%;
  }
}

.lala-block-attachments {
  margin-top: 120px;
  margin-bottom: 120px;
  max-width: 100%;
}
.lala-block-attachments .attachments-section-heading {
  margin-bottom: 36px;
}
.lala-block-attachments .attachments-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 767px) {
  .lala-block-attachments .attachments-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.lala-block-attachments .attachment-card {
  padding: 24px;
  max-width: 412px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  .lala-block-attachments .attachment-card {
    padding: 24px;
  }
}
.lala-block-attachments .attachment-card--head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lala-block-attachments .attachment-card--head .attachment-icon {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  color: #33445F;
}
.lala-block-attachments .attachment-card--head .attachment-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.lala-block-attachments .attachment-card--head .attachment-title {
  margin: 0;
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 767px) {
  .lala-block-attachments .attachment-card--head .attachment-title {
    font-size: 18px;
  }
}
.lala-block-attachments .attachment-desc {
  color: #4D4D4A;
  font-size: 16px;
  line-height: 150%;
  padding-left: 36px;
  width: 100%;
}
.lala-block-attachments .attachment-download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #33445F;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
  padding-left: 36px;
  margin-top: auto;
}
.lala-block-attachments .attachment-download svg {
  width: 18px;
  height: 18px;
}
.lala-block-attachments .attachment-download:hover {
  color: #17273F;
}

.lala-block-locations {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .lala-block-locations {
    margin-bottom: 100px;
  }
}
.lala-block-locations .locations-layout {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .lala-block-locations .locations-layout {
    flex-direction: column;
  }
}
.lala-block-locations .locations-list-col {
  flex: 0 0 520px;
  max-width: 520px;
  background: #FDFBF8;
}
@media (max-width: 767px) {
  .lala-block-locations .locations-list-col {
    flex: unset;
    max-width: 100%;
    width: 100%;
  }
}
.lala-block-locations .locations-heading {
  color: #33445F;
  margin-bottom: 24px;
}
.lala-block-locations .locations-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 560px;
  overflow-y: auto;
  padding-right: 6px;
}
@media (max-width: 767px) {
  .lala-block-locations .locations-list {
    max-height: none;
    padding-right: 0;
  }
}
.lala-block-locations .locations-map-col {
  flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 767px) {
  .lala-block-locations .locations-map-col {
    width: 100%;
  }
}
.lala-block-locations .location-card {
  padding: 28px;
}
@media (max-width: 767px) {
  .lala-block-locations .location-card {
    padding: 24px;
  }
}
.lala-block-locations .location-card .location-card--head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.lala-block-locations .location-card .location-card--head .location-pin {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  color: #33445F;
}
.lala-block-locations .location-card .location-card--head .location-pin svg {
  width: 100%;
  height: 100%;
  display: block;
}
.lala-block-locations .location-card .location-card--head .location-title {
  margin: 0;
  color: #1E1E1E;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .lala-block-locations .location-card .location-card--head .location-title {
    font-size: 18px;
  }
}
.lala-block-locations .location-card .location-details {
  color: #4D4D4A;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.lala-block-locations .location-card .location-details .location-address,
.lala-block-locations .location-card .location-details .location-phone {
  display: block;
}
.lala-block-locations .location-card .location-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #33445F;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
.lala-block-locations .location-card .location-link svg {
  width: 20px;
  height: 20px;
}
.lala-block-locations .location-card .location-link:hover {
  color: #17273F;
}
.lala-block-locations .locations-map {
  width: 100%;
  height: 560px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lala-block-locations .locations-map {
    height: 360px;
  }
}
/*# sourceMappingURL=style.css.map */
