/*!
Theme Name: Aerogroup
Theme URI: https://umvert.com/
Author: Umvert
Author URI: https://umvert.com/
Description: Custom Theme of Umvert
Version: 1.0.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aerogroup
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> 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

--------------------------------------------------------------*/
@font-face {
  font-family: "acuminprocond";
  src: url("assets/fonts/acuminprocond-light-webfont.eot");
  src: url("assets/fonts/acuminprocond-light-webfont.eot?iefix") format("embedded-opentype"), url("../../../..assets/fonts/acuminprocond-light-webfont.woff") format("woff"), url("assets/fonts/acuminprocond-light-webfont.ttf") format("truetype"), url("assets/fonts/acuminprocond-light-webfont.svg") format("svg");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "acuminprocond";
  src: url("assets/fonts/acuminprocond-regular-webfont.eot");
  src: url("assets/fonts/acuminprocond-regular-webfont.eot?iefix") format("embedded-opentype"), url("assets/fonts/acuminprocond-regular-webfont.woff") format("woff"), url("assets/fonts/acuminprocond-regular-webfont.ttf") format("truetype"), url("assets/fonts/acuminprocond-regular-webfont.svg") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "acuminprocond";
  src: url("assets/fonts/acuminprocond-semibold-webfont.eot");
  src: url("assets/fonts/acuminprocond-semibold-webfont.eot?iefix") format("embedded-opentype"), url("assets/fonts/acuminprocond-semibold-webfont.woff") format("woff"), url("assets/fonts/acuminprocond-semibold-webfont.ttf") format("truetype"), url("assets/fonts/acuminprocond-semibold-webfont.svg") format("svg");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "acuminprocond";
  src: url("assets/fonts/acuminprocond-bold-webfont.eot");
  src: url("assets/fonts/acuminprocond-bold-webfont.eot?iefix") format("embedded-opentype"), url("assets/fonts/acuminprocond-bold-webfont.woff") format("woff"), url("assets/fonts/acuminprocond-bold-webfont.ttf") format("truetype"), url("assets/fonts/acuminprocond-bold-webfont.svg") format("svg");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "acuminprocond";
  src: url("assets/fonts/acuminprocond-black-webfont.eot");
  src: url("assets/fonts/acuminprocond-black-webfont.eot?iefix") format("embedded-opentype"), url("assets/fonts/acuminprocond-black-webfont.woff") format("woff"), url("assets/fonts/acuminprocond-black-webfont.ttf") format("truetype"), url("assets/fonts/acuminprocond-black-webfont.svg") format("svg");
  font-style: normal;
  font-weight: 700;
}
/*--------------------------------------------------------------
# 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: #404040;
  font-family: "acuminprocond";
  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
--------------------------------------------- */
:root {
  --aero-main-color: #625C5C;
}

@keyframes qodef-btn-marquee {
  0% {
    transform: translate3d(calc(-25% + 1rem), 0, 0);
  }
  100% {
    transform: translate3d(calc(-50% + 1rem), 0, 0);
  }
}
html {
  font-size: 16px;
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: 0;
  outline: 0;
}

p {
  max-width: 10px 0;
}

* {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

del {
  text-decoration: line-through;
}

pre {
  max-width: 100%;
  margin: 15px 0;
  padding: 15px;
  background-color: #fafafa;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: monospace;
  font-size: 1em;
  color: #625C5C;
}

code {
  background-color: #fafafa;
  padding: 0;
  font-family: monospace, monospace;
  font-size: 1em;
  color: #625C5C;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  width: 100%;
  vertical-align: middle;
  border: medium none;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

table tr {
  border: 1px solid #707070;
}

table th {
  padding: 5px 7px;
  text-align: left;
  border-right: 1px solid #707070;
}

table td {
  padding: 5px 10px;
  text-align: left;
  border: 0;
  border-right: 1px solid #707070;
}

table td br {
  display: none;
}

ol,
ul {
  list-style-position: inside;
  margin-bottom: 1.5em;
  padding: 0;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

a img {
  border: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

figure {
  margin: 0;
}

embed,
iframe,
object {
  display: block;
  max-width: 100%;
}

video {
  display: block;
}

embed,
object {
  height: auto;
}

label {
  display: block;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
  padding: 0.35em 0.75em 0.625em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
  background-color: #fafafa;
}

small {
  font-size: 80%;
}

progress {
  vertical-align: baseline;
}

summary {
  display: list-item;
}

template {
  display: none;
}

::selection {
  color: #fff;
  background: var(--aero-main-color);
}

::-moz-selection {
  color: #fff;
  background: var(--aero-main-color);
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  line-height: 1;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
  word-wrap: normal !important;
  overflow: hidden;
}

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  color: #21759b;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  z-index: 100000;
}

#qodef-side-area-inner {
  max-width: 260px;
}
@media (min-width: 1920px) {
  #qodef-side-area-inner {
    max-width: fluid(260);
  }
}

#qodef-page-content[tabindex="-1"]:focus {
  outline: 0;
}

.clear:after,
.clear:before,
.widget-area:after,
.widget-area:before,
.widget:after,
.widget:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.widget-area:after,
.widget:after {
  clear: both;
}

body {
  font-family: acuminprocond, sans-serif;
  font-size: 17px;
  line-height: 1.52941em;
  font-weight: 400;
  color: #625C5C;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-family: "acuminprocond", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #625C5C;
  font-size: 120px;
  line-height: 1.025em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-left: -6px;
}

@media (max-width: 1850px) {
  h1 {
    font-size: clamp(6.25rem, -1.1286rem + 7.1942vw, 6.875rem);
  }
}
@media (max-width: 1640px) {
  h1 {
    font-size: clamp(5.5rem, -5.0344rem + 11.0092vw, 6.25rem);
  }
}
@media (max-width: 1530px) {
  h1 {
    font-size: clamp(5rem, 1rem + 4.7059vw, 5.5rem);
  }
}
@media (max-width: 1360px) {
  h1 {
    font-size: clamp(4.625rem, -0.7303rem + 6.7416vw, 5rem);
  }
}
@media (max-width: 1270px) {
  h1 {
    font-size: clamp(4.0625rem, -3.9819rem + 10.8434vw, 4.625rem);
  }
}
@media (max-width: 1186px) {
  h1 {
    font-size: clamp(3.1875rem, -5.2866rem + 12.6126vw, 4.0625rem);
  }
}
@media (max-width: 1074px) {
  h1 {
    font-size: clamp(2.8125rem, 2.0428rem + 1.4749vw, 3.125rem);
  }
}
@media (max-width: 834px) {
  h1 {
    font-size: 35px;
    margin-left: 0;
  }
}
h1 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h1 a:focus,
h1 a:hover {
  color: var(--aero-main-color);
}

h2 {
  font-family: "acuminprocond", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #625C5C;
  font-size: 90px;
  line-height: 1.03333em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h2 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h2 a:focus,
h2 a:hover {
  color: var(--aero-main-color);
}

h3 {
  font-family: "acuminprocond", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #625C5C;
  font-size: 73px;
  line-height: 1.0274em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h3 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h3 a:focus,
h3 a:hover {
  color: var(--aero-main-color);
}

h4 {
  font-family: "acuminprocond", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #625C5C;
  font-size: 60px;
  line-height: 1.05em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h4 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h4 a:focus,
h4 a:hover {
  color: var(--aero-main-color);
}

h5 {
  font-family: "acuminprocond", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #625C5C;
  font-size: 40px;
  line-height: 1.125em;
  font-family: acuminprocond, sans-serif;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h5 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h5 a:focus,
h5 a:hover {
  color: var(--aero-main-color);
}

h6 {
  font-family: "acuminprocond", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #625C5C;
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 500;
  font-family: acuminprocond, sans-serif;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h6 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h6 a:focus,
h6 a:hover {
  color: var(--aero-main-color);
}

a,
p a {
  color: #625C5C;
  text-decoration: none;
  transition: color 0.3s ease-out;
  cursor: pointer;
}

a:focus,
a:hover,
p a:focus,
p a:hover {
  color: #625C5C;
}

p {
  margin: 10px 0;
}

.qodef-content-grid {
  width: 1100px;
  margin: 0 auto;
}

.qodef-content-grid.qodef-extended-grid:not([class*=qodef-extended-grid-disabled--]) {
  width: 100% !important;
  margin: 0;
}

@media (min-width: 1441px) {
  .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1440 {
    width: 100% !important;
    margin: 0;
  }
}
@media (max-width: 1440px) {
  .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1440 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1367px) {
  .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1366 {
    width: 100% !important;
    margin: 0;
  }
}
@media (max-width: 1366px) {
  .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--1366 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 769px) {
  .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--768 {
    width: 100% !important;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--768 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 769px) {
  .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--768 {
    width: 100% !important;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--768 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 681px) {
  .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--680 {
    width: 100% !important;
    margin: 0;
  }
}
@media (max-width: 680px) {
  .qodef-content-grid.qodef-extended-grid.qodef-extended-grid-disabled--680 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1441px) {
  .qodef-content-grid-1400 .qodef-content-grid {
    width: 1400px;
  }
  .qodef--boxed.qodef-content-grid-1400 .qodef-content-grid {
    width: 1460px;
  }
}
@media (min-width: 1441px) {
  .qodef-content-grid-1300 .qodef-content-grid {
    width: 1300px;
  }
  .qodef-content-grid-1300 .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1300px) / 2);
  }
  .qodef-content-grid-1300 .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1300px) / 2);
  }
  .qodef--boxed.qodef-content-grid-1300 .qodef-content-grid {
    width: 1360px;
  }
}
@media (min-width: 1441px) {
  .qodef-content-grid-1200 .qodef-content-grid {
    width: 1200px;
  }
  .qodef-content-grid-1200 .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1200px) / 2);
  }
  .qodef-content-grid-1200 .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1200px) / 2);
  }
  .qodef--boxed.qodef-content-grid-1200 .qodef-content-grid {
    width: 1260px;
  }
}
@media (min-width: 769px) {
  .qodef-content-grid-1000 .qodef-content-grid {
    width: 1000px;
  }
  .qodef-content-grid-1000 .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1000px) / 2);
  }
  .qodef-content-grid-1000 .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1000px) / 2);
  }
  .qodef--boxed.qodef-content-grid-1000 .qodef-content-grid {
    width: 1060px;
  }
}
@media (min-width: 769px) {
  .qodef-content-grid-800 .qodef-content-grid {
    width: 800px;
  }
  .qodef-content-grid-800 .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 800px) / 2);
  }
  .qodef-content-grid-800 .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 800px) / 2);
  }
  .qodef--boxed.qodef-content-grid-800 .qodef-content-grid {
    width: 860px;
  }
}
.qodef-grid {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  --qode-columns: 1;
  --qode-columns-gap: 30px;
}

.qodef-grid > .qodef-grid-inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--qode-columns), minmax(0, 1fr));
  gap: var(--qode-columns-gap);
}

.qodef-grid .qodef-grid-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  min-height: 1px;
}

.qodef-grid.qodef-layout--template > .qodef-grid-inner {
  --qode-columns: 12;
  grid-template-areas: "content sidebar";
}

@media (max-width: 768px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner {
    --qode-columns: 1;
    grid-template-areas: "content" "sidebar";
  }
}
.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--content {
  grid-area: content;
}

@media (min-width: 769px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--content.qodef-col--content-reverse {
    order: 2;
  }
}
.qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--sidebar {
  grid-area: sidebar;
}

@media (min-width: 769px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--sidebar.qodef-col--sidebar-reverse {
    order: 1;
  }
}
@media (min-width: 769px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--12 {
    grid-column: span 12;
  }
}
.qodef-grid.qodef-gutter--no {
  --qode-columns-gap: 0px;
}

#qodef-page-wrapper,
#qodef-page-outer {
  position: relative;
}

#qodef-page-inner {
  position: relative;
  padding: 130px 0 100px;
}

#qodef-page-content.qodef-layout--template .qodef-page-content-section.qodef-col--12 {
  margin-bottom: 0;
}

#qodef-page-header {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 85px;
  background-color: #fff;
  z-index: 100;
}

#qodef-page-header .qodef-header-logo-link {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 85px;
  max-height: 100%;
}

#qodef-page-header .qodef-header-logo-link img {
  display: block;
  margin: auto 0;
  width: auto;
  max-height: 100%;
  transition: opacity 0.3s ease;
}

#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
  max-height: 50%;
}

#qodef-page-header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 40px;
}

#qodef-page-mobile-header {
  display: none;
  border-bottom: 1px solid transparent;
  height: 70px;
  position: relative;
  z-index: 100;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link {
  align-items: center;
  display: flex;
  height: 70px;
  max-height: 100%;
  position: relative;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img {
  display: block;
  margin: auto 0;
  max-height: 100%;
  transition: opacity 0.3s ease;
  width: auto;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-height--not-set img {
  max-height: 71.4285714286%;
}

#qodef-page-mobile-header-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  position: relative;
  padding: 0 7%;
}

#qodef-page-mobile-header-inner.qodef-content-grid {
  padding: 0;
}

.qodef-mobile-header-opener {
  font-size: 20px;
  margin-left: 20px;
}

.qodef-mobile-header-opener svg {
  display: block;
  height: auto;
}

.qodef-mobile-header-opener.qodef-source--predefined {
  display: grid;
  grid-template-areas: "icon";
  grid-template-columns: minmax(0, auto);
  grid-template-rows: minmax(0, auto);
  align-items: center;
  justify-items: center;
}

.qodef-mobile-header-opener.qodef-source--predefined .qodef-m-icon {
  grid-area: icon;
}

.qodef-mobile-header-opener.qodef-source--predefined .qodef-m-icon.qodef--close {
  place-self: center end;
  position: relative;
  visibility: hidden;
}

.qodef-mobile-header-opener.qodef-source--predefined.qodef--opened .qodef-m-icon.qodef--open {
  visibility: hidden;
}

.qodef-mobile-header-opener.qodef-source--predefined.qodef--opened .qodef-m-icon.qodef--close {
  visibility: visible;
}

.qodef-mobile-header-opener.qodef-source--predefined .qodef-svg--close-small path {
  stroke-dasharray: 20;
  stroke-dashoffset: 40;
  transition: stroke-dashoffset 0.6s ease;
}

.qodef-mobile-header-opener.qodef-source--predefined .qodef-svg--close-small path:last-child {
  transition-delay: 0.2s;
}

.qodef-mobile-header-opener.qodef-source--predefined:hover .qodef-svg--close-small path {
  stroke-dashoffset: 0;
}

.qodef-mobile-header-navigation {
  background-color: #fff;
  border-bottom: 1px solid #707070;
  display: none;
  left: 0;
  margin: 0;
  max-height: calc(100vh - 70px);
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}

.qodef-svg--menu {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.qodef-svg--close {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.widget:last-child {
  margin-bottom: 0 !important;
}

#qodef-page-sidebar .widget .qodef-widget-title {
  font-size: 43px;
  font-family: "acuminprocond", sans-serif;
}

.widget .qodef-widget-title a {
  color: inherit;
}

.widget.widget_fagel_core_title_widget {
  margin: 0;
}

.widget h1:not([class*=qodef]),
.widget h2:not([class*=qodef]),
.widget h3:not([class*=qodef]),
.widget h4:not([class*=qodef]),
.widget h5:not([class*=qodef]),
.widget h6:not([class*=qodef]) {
  margin: 0;
}

.widget:not(.widget_fagel_core_title_widget) {
  margin: 0 0 35px;
}
@media (min-width: 1920px) {
  .widget:not(.widget_fagel_core_title_widget) {
    font-size: fluid(16);
    line-height: normal;
  }
}

.widget .qodef-widget-title {
  margin: 0 0 21px;
}

.widget .qodef-widget-title a:hover {
  color: var(--aero-main-color);
}

body:not([class*=fagel-core]) .widget .qodef-widget-title {
  font-size: 33px;
}
@media (min-width: 1920px) {
  body:not([class*=fagel-core]) .widget .qodef-widget-title {
    font-size: fluid(33);
  }
}

.widget a {
  color: #625C5C;
}

.widget a:hover {
  color: var(--aero-main-color);
}

#qodef-side-area .widget:not(.widget_fagel_core_title_widget) {
  margin: 0 0 5px;
  color: #f6f5ee;
}

#qodef-side-area .widget:not(.widget_fagel_core_title_widget) h1:not([class*=qodef]),
#qodef-side-area .widget:not(.widget_fagel_core_title_widget) h2:not([class*=qodef]),
#qodef-side-area .widget:not(.widget_fagel_core_title_widget) h3:not([class*=qodef]),
#qodef-side-area .widget:not(.widget_fagel_core_title_widget) h4:not([class*=qodef]),
#qodef-side-area .widget:not(.widget_fagel_core_title_widget) h5:not([class*=qodef]),
#qodef-side-area .widget:not(.widget_fagel_core_title_widget) h6:not([class*=qodef]) {
  color: #f6f5ee;
}

#qodef-side-area .widget:not(.widget_fagel_core_title_widget) svg {
  fill: currentColor;
  stroke: none;
}

body #qodef-side-area .widget:not(.widget_fagel_core_title_widget) {
  margin: 0 0 50px;
}

@media (max-width: 768px) {
  body #qodef-side-area .widget:not(.widget_fagel_core_title_widget) {
    margin: 0 0 5px;
  }
}
#qodef-side-area .widget .qodef-widget-title {
  margin: 0 0 21px;
  color: #f6f5ee;
}

#qodef-side-area .widget .qodef-widget-title a:hover {
  color: var(--aero-main-color);
}

body:not([class*=fagel-core]) #qodef-side-area .widget .qodef-widget-title {
  font-size: 43px;
}

#qodef-side-area .widget a {
  color: #f6f5ee;
}

#qodef-side-area .widget a:hover {
  color: var(--aero-main-color);
}

.qodef-mobile-header-navigation #qodef-side-area .widget a:hover {
  color: #f6f5ee;
}

@media only screen and (max-width: 768px) {
  #qodef-page-header {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #qodef-page-mobile-header {
    display: block;
  }
}
.qodef-header--vertical-sliding,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
  transition: background 0.8s ease-out;
  background-color: #fff;
  --aero-bg-color: #fff;
}

.ms-viewing-0.qodef-header--vertical-sliding,
.ms-viewing-0.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
  /* group */
  --aero-main-color: #625C5C;
}

.ms-viewing-1.qodef-header--vertical-sliding,
.ms-viewing-1.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
  /* port */
  --aero-main-color: #91C6DF;
}

.ms-viewing-2.qodef-header--vertical-sliding,
.ms-viewing-2.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
  /* nexus */
  --aero-main-color: #577A80;
}

.ms-viewing-3.qodef-header--vertical-sliding,
.ms-viewing-3.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
  /* school */
  --aero-main-color: #7C917A;
}

.ms-viewing-4.qodef-header--vertical-sliding,
.ms-viewing-4.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
  /* time */
  --aero-main-color: #E4473E;
}

.ms-viewing-5.qodef-header--vertical-sliding,
.ms-viewing-5.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
  /* vis */
  --aero-main-color: #8BCAB9;
}

.ms-viewing-6.qodef-header--vertical-sliding,
.ms-viewing-6.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
  /* mobile */
  --aero-main-color: #BABE69;
}

.ms-viewing-7.qodef-header--vertical-sliding,
.ms-viewing-7.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
  /* kids */
  --aero-main-color: #EE6F40;
}

.aerovis-block .qodef-button:hover {
  color: #8bcab9 !important;
  border-color: #8bcab9 !important;
}

.aeronexus-block .qodef-button:hover {
  color: #577a80 !important;
  border-color: #577a80 !important;
}

.aeroschool-block .qodef-button:hover {
  color: #7c917a !important;
  border-color: #7c917a !important;
}

.aerotime-block .qodef-button:hover {
  color: #e4473e !important;
  border-color: #e4473e !important;
}

:root {
  --btn-base-left: 55px;
  --btn-width: 33px;
  --btn-gap: 12px;
}

@media (min-width: 1920px) {
  :root {
    --btn-base-left: 2.8645833333vw;
    --btn-width: 1.71875vw;
    --btn-gap: 0.625vw;
  }
}
#qodef-back-to-top {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 26px;
  bottom: 96px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 7;
}

@media only screen and (max-width: 768px) {
  #qodef-back-to-top {
    bottom: 26px;
  }
}
#qodef-back-to-top .qodef-back-to-top-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #625C5C;
  background-color: transparent;
  overflow: hidden;
  transform: translateY(0);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#qodef-back-to-top svg {
  flex-shrink: 0;
}

#qodef-back-to-top:hover .qodef-back-to-top-icon {
  transform: translateY(-7px);
}

#qodef-back-to-top.qodef--off {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0s 0.15s;
}

#qodef-back-to-top.qodef--on {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}

#qodef-page-header .qodef-widget-holder {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 40px;
}

#qodef-page-header .qodef-widget-holder .widget {
  margin: 0 20px;
}

#qodef-page-header .qodef-widget-holder .widget:first-child {
  margin-left: 0;
}

#qodef-page-header .qodef-widget-holder .widget:last-child {
  margin-right: 0;
}

#qodef-page-header div[id^=monster-widget-placeholder],
#qodef-page-header div[id^=woo-monster-widget-placeholder] {
  display: none;
}

#qodef-page-header-inner {
  border-bottom: 0 solid transparent;
}

#qodef-page-header-inner.qodef-content-grid {
  padding: 0;
}

#qodef-page-header .qodef-header-logo-link img.qodef--main {
  opacity: 1;
}

#qodef-page-header .qodef-header-logo-link img.qodef--dark,
#qodef-page-header .qodef-header-logo-link img.qodef--light {
  opacity: 0;
}

#qodef-page-header .qodef-header-logo-link img:not(.qodef--main) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
  display: block;
  width: 50px;
  height: auto;
  fill: #625C5C;
  stroke: #625C5C;
}

#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
  font-family: "acuminprocond", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #625C5C;
  font-size: 60px;
  line-height: 1.05em;
  transition: color 0.3s ease-out;
}

@media only screen and (min-width: 1367px) and (max-width: 1680px) {
  .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
    width: 1100px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
    width: 768px;
  }
}
@media only screen and (min-width: 1367px) and (max-width: 1680px) {
  .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
    width: 1100px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
    width: 768px;
  }
}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
    width: 1100px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
    width: 768px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding section.qodef-elementor-content-grid > .elementor-container {
    width: 768px;
  }
}
.qodef-header--vertical-sliding #qodef-page-header {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 70px;
}
@media (min-width: 1920px) {
  .qodef-header--vertical-sliding #qodef-page-header {
    width: 3.6458333333vw;
  }
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link img {
  max-width: unset;
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder {
  height: auto;
  margin-left: 0;
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder .widget {
  margin: 10px 0;
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder .widget a,
.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder .widget p {
  color: #625C5C;
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder .widget a:hover {
  color: var(--aero-main-color);
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder .widget:first-child {
  margin-top: 0;
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder .widget:last-child {
  margin-bottom: 0;
}

.qodef-header--vertical-sliding #qodef-page-header-inner {
  padding: 0;
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
  background-color: #fcf8f5;
  border-right: 1px solid #b5b5b5;
  display: grid;
  grid-template-rows: minmax(0, 1fr) min-content minmax(0, 1fr);
  grid-template-columns: minmax(0, auto);
  width: 100%;
  justify-content: center;
  justify-items: center;
  align-content: center;
  z-index: 1;
}

@media (max-width: 980px) {
  .qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
    grid-template-rows: minmax(0, 2fr) min-content minmax(0, 3fr);
  }
}
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder {
  animation: qode-fade-in 0.25s 0.6s linear both;
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link {
  place-self: start center;
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder {
  place-self: end center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1;
}
@media (min-width: 1920px) {
  .qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder {
    font-size: 0.9375vw;
  }
}

@media (max-width: 980px) {
  .qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-widget-holder p {
    margin: 0;
  }
}
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic {
  background-color: var(--aero-bg-color);
  left: -450px;
  padding-left: 70px;
  position: fixed;
  top: 0;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden;
  width: 410px;
  z-index: -1;
  border-right: 1px solid #b5b5b5;
  overflow: auto;
}
@media (min-width: 1920px) {
  .qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic {
    left: -23.4375vw;
    width: 21.3541666667vw;
    padding-left: 3.6458333333vw;
  }
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link,
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-widget-holder {
  margin-right: 70px;
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link img {
  position: relative !important;
  top: 0 !important;
  transform: none !important;
}

.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--dynamic {
  left: 0;
  visibility: visible;
}

.qodef-header--vertical-sliding #qodef-page-outer {
  padding-left: 70px;
}
@media (min-width: 1920px) {
  .qodef-header--vertical-sliding #qodef-page-outer {
    padding-left: 3.6458333333vw;
  }
}

.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
  opacity: 1;
}

.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,
.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
  opacity: 0;
}

#qodef-page-mobile-header {
  background-color: #fff;
}

#qodef-page-mobile-header .qodef-widget-holder {
  display: flex;
  align-items: center;
  height: 100%;
}

#qodef-page-mobile-header .qodef-widget-holder .widget {
  margin: 0 0 0 20px;
}

#qodef-page-mobile-header .widget {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

#qodef-page-mobile-header .widget .textwidget > *,
#qodef-page-mobile-header .widget .widget p {
  margin: 0;
}

#qodef-page-mobile-header div[id^=monster-widget-placeholder],
#qodef-page-mobile-header div[id^=woo-monster-widget-placeholder] {
  display: none;
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened {
  color: var(--aero-main-color);
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon {
  visibility: hidden;
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
  visibility: visible;
}

.qodef--passepartout #qodef-page-mobile-header-inner {
  padding: 0;
}

.qodef-mobile-header-navigation ul li .qodef-content-grid {
  width: 100%;
}

#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
  max-height: 100%;
  width: auto;
  margin-right: auto;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
  opacity: 1;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
  opacity: 0;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path svg {
  display: block;
  width: 50px;
  height: auto;
  fill: #625C5C;
  stroke: #625C5C;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
  font-family: "acuminprocond", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #625C5C;
  font-size: 60px;
  line-height: 1.05em;
  transition: color 0.3s ease-out;
}

.qodef-opener-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.qodef-opener-icon .qodef-m-icon {
  position: relative;
  visibility: visible;
}

.qodef-opener-icon .qodef-m-icon.qodef--close {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.qodef-opener-icon.qodef-source--svg-path svg {
  display: block;
}

.qodef-opener-icon.qodef-source--svg-path span {
  position: relative;
}

.qodef-opener-icon.qodef-source--svg-path span > * {
  vertical-align: middle;
}

.qodef-opener-icon.qodef-source--svg-path span path,
.qodef-opener-icon.qodef-source--svg-path span > * {
  fill: currentColor;
  stroke: currentColor;
}

.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--open {
  visibility: hidden;
}

.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--close {
  visibility: visible;
}

.qodef-opener-icon.qodef-source--predefined {
  display: grid;
  grid-template-areas: "icon";
  grid-template-columns: minmax(0, auto);
  grid-template-rows: minmax(0, auto);
  align-items: center;
  justify-items: center;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-icon {
  grid-area: icon;
  display: flex;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-icon.qodef--open {
  font-size: 18px;
  line-height: 1;
}
@media (min-width: 1920px) {
  .qodef-opener-icon.qodef-source--predefined .qodef-m-icon.qodef--open {
    font-size: 0.9375vw;
  }
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-icon.qodef-m-icon--dt {
  place-self: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-icon.qodef--close {
  position: relative;
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-icon.qodef--open {
  visibility: hidden;
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-icon.qodef--close {
  visibility: visible;
}

.qodef-button.qodef-html--link {
  font-family: "acuminprocond", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #625C5C;
  line-height: 1.25em;
  font-weight: 500;
  font-family: acuminprocond, sans-serif;
  line-height: 1.2em;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  outline: 0;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
  font-size: 3vw;
  padding: 1.6vw 15px 1.2vw 15px;
  border-radius: 37px;
}
@media (min-width: 768px) {
  .qodef-button.qodef-html--link {
    font-size: 15px;
    padding: 8px 15px 7px 15px;
  }
}
@media (min-width: 1920px) {
  .qodef-button.qodef-html--link {
    font-size: 0.78125vw;
  }
}

.qodef-button.qodef-html--social {
  color: #625C5C;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  outline: 0;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
  padding: 1vw;
  border-radius: 37px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .qodef-button.qodef-html--social {
    padding: 4px;
  }
}

.qodef-button.qodef-html--social svg {
  width: 4.6vw;
  height: 4.6vw;
}
@media (min-width: 768px) {
  .qodef-button.qodef-html--social svg {
    width: 24px;
    height: 24px;
  }
}

.qodef-button.qodef-html--social path {
  fill: currentColor;
}

.qodef-button:nth-of-type(1) {
  left: var(--btn-base-left);
}

.qodef-button:nth-of-type(2) {
  left: calc(var(--btn-base-left) + var(--btn-width) + var(--btn-gap));
}

.qodef-button:nth-of-type(3) {
  left: calc(var(--btn-base-left) + (var(--btn-width) + var(--btn-gap)) * 2);
}

@media (max-width: 1024px) {
  .qodef-button:nth-of-type(1) {
    left: 33px;
  }
  .qodef-button:nth-of-type(2) {
    left: 78px;
  }
  .qodef-button:nth-of-type(3) {
    left: 123px;
  }
}
.qodef-button.qodef-html--link.qodef--marquee:after {
  display: none;
}

.qodef-button.qodef-html--link.qodef--marquee .qodef-m-text {
  opacity: 1;
  transition: opacity 0.1s;
}

.qodef-button.qodef-html--link.qodef--marquee .qodef-m-marquee {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.qodef-button.qodef-html--link.qodef--marquee .qodef-m-marquee-inner {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(calc(-25% + 1rem), 0, 0);
  animation: qodef-btn-marquee 1s linear infinite;
  animation-play-state: paused;
  opacity: 0;
  transition: opacity 0.1s;
}

.qodef-button.qodef-html--link.qodef--marquee .qodef-m-marquee-inner span {
  white-space: nowrap;
}

.qodef-button.qodef-html--link.qodef--marquee:hover .qodef-m-text {
  opacity: 0;
}

.qodef-button.qodef-html--link.qodef--marquee:hover .qodef-m-marquee-inner {
  animation-play-state: running;
  opacity: 1;
}

.qodef-button.qodef-html--link.qodef--marquee .qodef-m-marquee-inner span {
  padding: 8px 15px 7px 15px;
}

.qodef-button.qodef-layout--outlined {
  color: #625C5C;
  background-color: transparent;
  border: 1px solid #707070;
}

.qodef-button.qodef-layout--outlined:hover {
  color: var(--aero-main-color);
  background-color: transparent;
  border-color: var(--aero-main-color);
}

.qodef-icon-holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  line-height: 1;
}

.qodef-icon-holder a {
  display: block;
}

.qodef-separator {
  font-size: 0;
  height: auto;
  line-height: 1;
  position: relative;
}

.qodef-separator .qodef-m-line {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-bottom: 1px solid #707070;
  margin: 10px 0;
}

.qodef-separator.qodef-position--center {
  text-align: center;
}

.qodef-separator.qodef-position--left {
  text-align: left;
}

.qodef-separator.qodef-position--right {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .qodef-separator.qodef-disabled--768 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-separator.qodef-disabled--768 {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-separator.qodef-disabled--680 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-separator.qodef-disabled--480 {
    display: none;
  }
}
#qodef-side-area .widget.widget_fagel_core_separator {
  margin-bottom: 0;
}

.qodef-vertical-split-slider--init {
  height: 100vh !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.qodef-vertical-split-slider--init .qodef-vertical-split-slider {
  visibility: visible;
}

.qodef-vertical-split-slider {
  height: 100vh;
  position: relative;
  visibility: hidden;
}

.qodef-vertical-split-slider .qodef-m-colored-holder {
  position: relative;
  display: inline-block;
}

.qodef-vertical-split-slider .qodef-m-colored-holder .qodef-m-colored-original {
  display: block;
  transition: 0.6s -webkit-clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s;
  transition: 0.6s clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s;
  transition: 0.6s clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s, 0.6s -webkit-clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s;
  -webkit-clip-path: inset(-1px 0 -1px 0);
  clip-path: inset(-1px 0 -1px 0);
  transition: 0.6s -webkit-clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0.8s;
  transition: 0.6s clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0.8s;
  transition: 0.6s clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0.8s, 0.6s -webkit-clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0.8s;
}

.qodef-vertical-split-slider .qodef-m-colored-holder .qodef-m-colored {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.6s -webkit-clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s;
  transition: 0.6s clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s;
  transition: 0.6s clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s, 0.6s -webkit-clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s;
  -webkit-clip-path: inset(-1px 100% -1px 0);
  clip-path: inset(-1px 100% -1px 0);
  transition: 0.6s -webkit-clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0.8s;
  transition: 0.6s clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0.8s;
  transition: 0.6s clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0.8s, 0.6s -webkit-clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0.8s;
}

.qodef-vertical-split-slider .ms-right {
  right: 0 !important;
}

.qodef-vertical-split-slider .ms-tableCell {
  /* display: block; */
  display: flex;
  align-items: flex-end;
  /* height: calc(100vh - (2 * 10%)) !important; */
  height: 50vh !important;
}

.qodef-vertical-split-slider .ms-tableCell > h1 {
  transform: translate(0, 50%);
}

.qodef-vertical-split-slider .qodef-vertical-split-slider-responsive {
  display: none;
}

.qodef-vertical-split-slider .qodef-m-slide-image,
.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 85%;
  position: relative;
  border-right: 1px solid #b5b5b5;
}

.qodef-vertical-split-slider .qodef-m-slide-content,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
  padding: 46px 15% 0 55px;
  position: relative;
}

@media (max-width: 1033px) {
  .qodef-vertical-split-slider .qodef-m-slide-content,
  .qodef-vertical-split-slider-responsive .qodef-m-slide-content {
    padding-left: 33px;
  }
}
.qodef-vertical-split-slider .qodef-m-slide-content > div > :not(.qodef-m-image),
.qodef-vertical-split-slider-responsive .qodef-m-slide-content > div > :not(.qodef-m-image) {
  position: relative;
  z-index: 1;
}

body.qodef-vertical-split-slider--init .qodef-vertical-split-slider .qodef-m-slide-content.active .qodef-m-colored-holder .qodef-m-colored-original,
body.qodef-vertical-split-slider--init .qodef-vertical-split-slider-responsive .qodef-m-slide-content.active .qodef-m-colored-holder .qodef-m-colored-original {
  -webkit-clip-path: inset(-1px 0 -1px 100%);
  clip-path: inset(-1px 0 -1px 100%);
}

body.qodef-vertical-split-slider--init .qodef-vertical-split-slider .qodef-m-slide-content.active .qodef-m-colored-holder .qodef-m-colored,
body.qodef-vertical-split-slider--init .qodef-vertical-split-slider-responsive .qodef-m-slide-content.active .qodef-m-colored-holder .qodef-m-colored {
  -webkit-clip-path: inset(-1px 0 -1px 0);
  clip-path: inset(-1px 0 -1px 0);
}

.qodef-vertical-split-slider .qodef-m-label-holder,
.qodef-vertical-split-slider-responsive .qodef-m-label-holder {
  bottom: 0;
  display: block;
  height: 200px;
  overflow: hidden;
  position: absolute;
  width: 200px;
}

.qodef-vertical-split-slider .qodef-m-label,
.qodef-vertical-split-slider-responsive .qodef-m-label {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 30px 80px 40px 40px;
  width: 100%;
}

.qodef-vertical-split-slider .qodef-m-label .qodef-m-label-counter,
.qodef-vertical-split-slider-responsive .qodef-m-label .qodef-m-label-counter {
  font-family: "acuminprocond", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #625C5C;
  font-size: 73px;
  line-height: 1.0274em;
}

.qodef-vertical-split-slider .qodef-m-label .qodef-m-label-text,
.qodef-vertical-split-slider-responsive .qodef-m-label .qodef-m-label-text {
  font-family: "acuminprocond", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #625C5C;
  font-size: 40px;
  line-height: 1.125em;
  font-family: acuminprocond, sans-serif;
}

.qodef-vertical-split-slider .qodef-m-image,
.qodef-vertical-split-slider-responsive .qodef-m-image {
  bottom: 0;
  height: 200px;
  overflow: hidden;
  position: absolute;
  width: 200px;
  z-index: 0;
}

.qodef-vertical-split-slider .qodef-m-image img,
.qodef-vertical-split-slider-responsive .qodef-m-image img {
  height: 200px;
  object-fit: cover;
  width: 200px;
}

.qodef-vertical-split-slider .qodef-button,
.qodef-vertical-split-slider-responsive .qodef-button {
  position: absolute !important;
  bottom: 70px;
}

@media (max-width: 980px) {
  .qodef-vertical-split-slider .qodef-button,
  .qodef-vertical-split-slider-responsive .qodef-button {
    bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-vertical-split-slider .qodef-button,
  .qodef-vertical-split-slider-responsive .qodef-button {
    bottom: 63px;
  }
}
.qodef-vertical-split-slider .qodef-slide-layout--image-left .qodef-m-label-holder,
.qodef-vertical-split-slider-responsive .qodef-slide-layout--image-left .qodef-m-label-holder {
  right: 0;
}

.qodef-vertical-split-slider .qodef-slide-layout--image-left .qodef-m-image,
.qodef-vertical-split-slider-responsive .qodef-slide-layout--image-left .qodef-m-image {
  left: 0;
}

.qodef-vertical-split-slider .qodef-slide-layout--image-right .qodef-m-label-holder,
.qodef-vertical-split-slider-responsive .qodef-slide-layout--image-right .qodef-m-label-holder {
  left: 0;
}

.qodef-vertical-split-slider .qodef-slide-layout--image-right .qodef-m-image,
.qodef-vertical-split-slider-responsive .qodef-slide-layout--image-right .qodef-m-image {
  right: 0;
}

#multiscroll-nav {
  display: none;
}

#multiscroll-nav li {
  height: 10px !important;
  margin: 20px 0 !important;
  width: 10px !important;
}
@media (min-width: 1920px) {
  #multiscroll-nav li {
    height: 0.5208333333vw !important;
    width: 0.5208333333vw !important;
    margin: 1.0416666667vw 0 !important;
  }
}

#multiscroll-nav li a span {
  background-color: transparent;
  border: 1px solid #625C5C;
  height: 10px;
  width: 10px;
  left: 0;
  top: 0;
}
@media (min-width: 1920px) {
  #multiscroll-nav li a span {
    height: 0.5208333333vw;
    width: 0.5208333333vw;
  }
}

#multiscroll-nav li a.active span {
  background-color: #625C5C;
}

#multiscroll-nav.right {
  right: 34px !important;
}

.qodef-vertical-split-slider--init #multiscroll-nav {
  display: block;
}

html.elementor-html #multiscroll-nav {
  display: none !important;
}

.qodef-vertical-split-slider .qodef-content-layout--type-1 .qodef-m-title,
.qodef-vertical-split-slider-responsive .qodef-content-layout--type-1 .qodef-m-title {
  margin: 35px 0;
}

.qodef-vertical-split-slider .qodef-content-layout--type-2 .qodef-m-title,
.qodef-vertical-split-slider-responsive .qodef-content-layout--type-2 .qodef-m-title {
  margin: 35px 0;
}

.qodef-vertical-split-slider .qodef-content-layout--type-2 .qodef-icon-list-item:first-of-type,
.qodef-vertical-split-slider-responsive .qodef-content-layout--type-2 .qodef-icon-list-item:first-of-type {
  margin: 0 0 20px 0;
}

#qodef-side-area {
  position: fixed;
  top: 0;
  right: -450px;
  width: 450px;
  height: 100%;
  min-height: 100%;
  padding: 66px 64px 34px;
  text-align: center;
  background-color: #2d2d2d;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qodef-side-area--opened #qodef-side-area {
  right: 0;
  visibility: visible;
}

#qodef-side-area.qodef-alignment--center {
  text-align: center;
}

#qodef-side-area.qodef-alignment--center .qodef-social-icons-group {
  align-items: center;
}

#qodef-side-area.qodef-alignment--center .qodef-social-icons-group.row {
  justify-content: center;
}

#qodef-side-area.qodef-alignment--right {
  text-align: right;
}

#qodef-side-area.qodef-alignment--right .qodef-social-icons-group {
  align-items: flex-end;
}

#qodef-side-area.qodef-alignment--right .qodef-social-icons-group.row {
  justify-content: flex-end;
}

#qodef-side-area.qodef-alignment--left {
  text-align: left;
}

#qodef-side-area.qodef-alignment--left .qodef-social-icons-group {
  align-items: flex-start;
}

#qodef-side-area.qodef-alignment--left .qodef-social-icons-group.row {
  justify-content: flex-start;
}

#qodef-side-area-close {
  position: absolute;
  top: 26px;
  right: 40px;
  display: block;
  z-index: 1000;
  color: #fff;
}

#qodef-side-area-close:hover {
  color: var(--aero-main-color);
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
  animation-delay: -0.16s;
}

.qodef-social-icons-group {
  display: flex;
  flex-direction: column;
}

.qodef-social-icons-group.row {
  flex-direction: row;
}

.qodef-social-icons-group.row .qodef--textual {
  margin-right: 10px;
}

.qodef-social-icons-group .qodef-icon-holder {
  margin-bottom: 20px;
}

.qodef-social-icons-group .qodef-icon-holder a {
  transition: color 0.3s ease-out;
}

.qodef-social-icons-group .qodef-icon-holder:last-child {
  margin-right: 0;
}

.qodef-social-icons-group .qodef-icon-holder.qodef--textual {
  color: #585858;
  font-family: acuminprocond, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  text-transform: none;
}
@media (min-width: 1920px) {
  .qodef-social-icons-group .qodef-icon-holder.qodef--textual {
    font-size: 0.8333333333vw;
  }
}

.qodef-social-icons-group .qodef-icon-holder.qodef--textual a {
  color: inherit;
}

.qodef-social-icons-group .qodef-icon-holder.qodef--textual a:hover {
  color: var(--aero-main-color);
}

@media only screen and (max-width: 768px) {
  body:not(.qodef-content-behind-header) #qodef-page-outer {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-header--vertical-sliding #qodef-page-header-inner {
    display: none;
  }
  .qodef-header--vertical-sliding #qodef-page-outer,
  .qodef-header--vertical-sliding footer {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-vertical-split-slider.qodef-disable-below--768 {
    display: none;
  }
  .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive {
    display: block;
  }
  .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive .qodef-m-slide-content {
    padding: 10% 10% 10% 40px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive .qodef-m-slide-content {
    padding: 10% 10% 13.3% 40px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive .qodef-m-slide-content {
    padding: 14% 10% 30% 40px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive .qodef-m-colored-holder {
    position: relative;
    display: inline-block;
    color: transparent;
  }
  .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive .qodef-m-colored-holder .qodef-m-colored {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive .qodef-m-label-holder {
    left: 0;
    right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-vertical-split-slider.qodef-disable-below--768 {
    display: none;
  }
  .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive {
    display: block;
  }
  .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive .qodef-m-slide-content {
    padding: 10% 10% 10% 40px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive .qodef-m-slide-content {
    padding: 10% 10% 13.3% 40px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive .qodef-m-slide-content {
    padding: 14% 10% 30% 40px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive .qodef-m-colored-holder {
    position: relative;
    display: inline-block;
    color: transparent;
  }
  .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive .qodef-m-colored-holder .qodef-m-colored {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive .qodef-m-slide-image {
    padding-top: 56%;
  }
  .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive .qodef-m-label-holder {
    left: 0;
    right: auto;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-vertical-split-slider .qodef-m-label-holder,
  .qodef-vertical-split-slider-responsive .qodef-m-label-holder {
    height: 140px;
    width: 140px;
  }
  .qodef-vertical-split-slider .qodef-m-image,
  .qodef-vertical-split-slider-responsive .qodef-m-image {
    height: 140px;
    width: 140px;
  }
  .qodef-vertical-split-slider .qodef-m-image img,
  .qodef-vertical-split-slider-responsive .qodef-m-image img {
    height: 140px;
    width: 140px;
  }
}
.qodef-m-title br {
  display: none;
}

@media (min-width: 769px) {
  .qodef-vertical-split-slider-responsive {
    display: none !important;
  }
}
#qodef-back-to-top {
  z-index: 110;
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  cursor: pointer;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}

#qodef-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}

@media only screen and (max-width: 768px) {
  html.qodef-mobile-slider--active,
  html.qodef-mobile-slider--active body {
    height: 100%;
    overflow: hidden;
    overscroll-behavior: none;
  }
  html.qodef-mobile-slider--active #qodef-page-wrapper,
  html.qodef-mobile-slider--active #qodef-page-outer,
  html.qodef-mobile-slider--active #qodef-page-inner,
  html.qodef-mobile-slider--active #qodef-page-content,
  html.qodef-mobile-slider--active .qodef-grid-inner,
  html.qodef-mobile-slider--active .qodef-page-content-section,
  html.qodef-mobile-slider--active .elementor-section,
  html.qodef-mobile-slider--active .elementor-container,
  html.qodef-mobile-slider--active .elementor-widget-wrap {
    height: 100%;
    overflow: hidden;
  }
  .qodef-vertical-split-slider-responsive {
    position: relative;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    padding-top: 0 !important;
    touch-action: none;
  }
  .qodef-mobile-slider-track {
    height: 100%;
    will-change: transform;
    transition: transform 0.7s ease-out;
  }
  .qodef-mobile-slide {
    --mobile-slide-pad-x: 24px;
    --mobile-logo-size: 0.75;
    --mobile-logo-ref-width: 229;
    --mobile-logo-ref-height: 112;
    --mobile-logo-height: calc(
      var(--mobile-logo-ref-height) / var(--mobile-logo-ref-width) * var(--mobile-logo-size) * 100vw
    );
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: 0 var(--mobile-slide-pad-x);
    text-align: left;
  }
  .qodef-mobile-slide::before {
    content: "";
    display: block;
    flex: 2 1 0%;
    min-height: 15px;
  }
  .qodef-mobile-slide::after {
    content: "";
    display: block;
    flex: 0.1 1 0%;
    min-height: 10px;
  }
  .qodef-vertical-split-slider.qodef-disable-below--768 + .qodef-vertical-split-slider-responsive .qodef-mobile-slide .qodef-m-slide-image,
  .qodef-vertical-split-slider-responsive .qodef-mobile-slide .qodef-m-slide-image {
    flex: 0 0 auto;
    align-self: stretch;
    width: calc(100% + 2 * var(--mobile-slide-pad-x));
    height: var(--mobile-logo-height);
    margin: 0 calc(var(--mobile-slide-pad-x) * -1);
    padding-top: 0;
    border-right: none;
    background-position: right var(--mobile-slide-pad-x) center;
    background-repeat: no-repeat;
    background-size: auto 70%;
  }
  .qodef-vertical-split-slider-responsive .qodef-mobile-slide .qodef-m-slide-content {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    flex: 4 1 0%;
    width: 100%;
    max-width: none;
    padding: 0 !important;
    text-align: left;
  }
  .qodef-vertical-split-slider-responsive .qodef-mobile-slide .qodef-m-title {
    flex: 0 0 100%;
    width: 100%;
    margin: 15px 0 auto;
    font-size: 13.0208333333vw;
    line-height: 1.1;
    text-align: right;
  }
  .qodef-vertical-split-slider-responsive .qodef-mobile-slide .qodef-m-title br {
    display: block;
  }
  .qodef-vertical-split-slider-responsive .qodef-mobile-slide .qodef-m-colored-holder {
    position: relative;
    display: block;
    width: 100vw;
    max-width: 100%;
    color: #625c5c;
  }
  .qodef-vertical-split-slider-responsive .qodef-mobile-slide .qodef-m-colored-holder .qodef-m-colored-original {
    display: block;
    color: #625c5c;
    -webkit-clip-path: inset(-1px 0 -1px 0);
    clip-path: inset(-1px 0 -1px 0);
    transition: 0.6s clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0.8s, 0.6s -webkit-clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0.8s;
  }
  .qodef-vertical-split-slider-responsive .qodef-mobile-slide .qodef-m-colored-holder .qodef-m-colored {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: inset(-1px 100% -1px 0);
    clip-path: inset(-1px 100% -1px 0);
    transition: 0.6s clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0.8s, 0.6s -webkit-clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0.8s;
  }
  .qodef-vertical-split-slider-responsive .qodef-mobile-slide.active .qodef-m-colored-holder .qodef-m-colored-original {
    -webkit-clip-path: inset(-1px 0 -1px 100%);
    clip-path: inset(-1px 0 -1px 100%);
  }
  .qodef-vertical-split-slider-responsive .qodef-mobile-slide.active .qodef-m-colored-holder .qodef-m-colored {
    -webkit-clip-path: inset(-1px 0 -1px 0);
    clip-path: inset(-1px 0 -1px 0);
  }
  .qodef-vertical-split-slider-responsive .qodef-mobile-slide .qodef-button {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 6px;
    flex: 0 0 auto;
  }
  .qodef-vertical-split-slider-responsive .qodef-mobile-slide .qodef-button.qodef-html--link {
    flex: 0 0 auto;
    width: fit-content;
  }
  html.qodef-mobile-slider--active .qodef-mobile-header-navigation {
    touch-action: pan-y;
  }
}
@media only screen and (max-width: 768px) and (max-width: 300px) {
  .qodef-mobile-slide {
    --mobile-slide-pad-x: 16px;
  }
}
body {
  background: #fff;
}

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

ul,
ol {
  margin: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}

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

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: #625C5C;
}
a:visited {
  color: #818181;
}
a:hover, a:focus, a:active {
  color: #818181;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

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 {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
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 {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.navigation-block {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: #FFF;
  width: 100%;
  border-bottom: 1px solid #b5b5b5;
}
@media (min-width: 768px) {
  .navigation-block {
    border-bottom: none;
    border-right: 1px solid #b5b5b5;
    height: 100vh;
    width: fit-content;
  }
}
.navigation-block .content {
  height: 100%;
  padding: 12px 15px;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 768px) {
  .navigation-block .content {
    padding: 10px 15px 30px 15px;
  }
}
.navigation-block .content .nav-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 22px;
  transform: none;
  z-index: 101;
}
@media (min-width: 768px) {
  .navigation-block .content .nav-hamburger {
    display: none;
  }
}
.navigation-block .content .nav-hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.navigation-block .content .nav-hamburger.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.navigation-block .content .nav-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.navigation-block .content .nav-hamburger.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.navigation-block .content .wp-block-group {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  gap: 0;
}
@media (min-width: 768px) {
  .navigation-block .content .wp-block-group {
    gap: 25px;
    align-items: center;
  }
}
.navigation-block .content .wp-block-group .wp-block-image {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 115px;
  height: 37px;
}
@media (min-width: 768px) {
  .navigation-block .content .wp-block-group .wp-block-image {
    justify-content: center;
    width: 37px;
    height: auto;
    transform: rotate(-90deg);
  }
}
.navigation-block .content .wp-block-group .wp-block-image img, .navigation-block .content .wp-block-group .wp-block-image svg {
  width: 37px;
  height: 115px;
  max-width: none;
  transform: rotate(90deg);
  flex-shrink: 0;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .navigation-block .content .wp-block-group .wp-block-image img, .navigation-block .content .wp-block-group .wp-block-image svg {
    width: 37px;
    height: auto;
    margin-left: 0;
  }
}
.navigation-block .content .wp-block-group .wp-block-paragraph:first-of-type,
.navigation-block .content .wp-block-group a:first-of-type {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .navigation-block .content .wp-block-group .wp-block-paragraph:first-of-type,
  .navigation-block .content .wp-block-group a:first-of-type {
    margin-top: auto;
    margin-bottom: 70px;
  }
}
.navigation-block .content .wp-block-group .wp-block-paragraph,
.navigation-block .content .wp-block-group a {
  display: none;
  white-space: nowrap;
  margin: 0;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.navigation-block .content .wp-block-group .wp-block-paragraph:hover,
.navigation-block .content .wp-block-group a:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .navigation-block .content .wp-block-group .wp-block-paragraph,
  .navigation-block .content .wp-block-group a {
    display: block;
    padding: 0;
    border-bottom: none;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
  }
}
.navigation-block .content .wp-block-group .wp-block-paragraph .nav-text,
.navigation-block .content .wp-block-group a .nav-text {
  display: inline-block;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.navigation-block .content .wp-block-group .wp-block-paragraph .nav-close-icon,
.navigation-block .content .wp-block-group a .nav-close-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}
.navigation-block .content .wp-block-group .wp-block-paragraph .nav-close-icon svg,
.navigation-block .content .wp-block-group a .nav-close-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.navigation-block .content .wp-block-group .wp-block-paragraph.is-active .nav-text,
.navigation-block .content .wp-block-group a.is-active .nav-text {
  opacity: 0;
}
.navigation-block .content .wp-block-group .wp-block-paragraph.is-active .nav-close-icon,
.navigation-block .content .wp-block-group a.is-active .nav-close-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.navigation-block.is-open .content .wp-block-group .wp-block-paragraph,
.navigation-block.is-open .content .wp-block-group a {
  display: block;
}

.navigation-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 90;
  overflow-y: scroll;
  left: 0;
  top: 70px;
  opacity: 1;
  transform: translateX(-100%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.navigation-modal.open {
  transform: translateX(0);
}
@media (min-width: 768px) {
  .navigation-modal {
    top: 0;
    padding-left: 70px;
  }
}
.navigation-modal .modal-close-btn {
  position: absolute;
  top: 18px;
  right: 15px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .navigation-modal .modal-close-btn {
    display: none;
  }
}
.navigation-modal .modal-close-btn .nav-close-icon {
  position: static;
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  width: 24px;
  height: 24px;
}
.navigation-modal .modal-close-btn .nav-close-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.navigation-modal .modal-close-btn:hover {
  opacity: 0.7;
}
.navigation-modal .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 70px 15px;
}
@media (min-width: 768px) {
  .navigation-modal .content {
    padding: 70px 30px;
  }
}
.navigation-modal .content .info-item p {
  margin: 0;
}
.navigation-modal .content .titles h4 {
  font-size: 33px;
}
.navigation-modal .content .text-cont h2 {
  font-size: 30px;
}
@media (min-width: 768px) {
  .navigation-modal .content .text-cont h2 {
    font-size: 50px;
  }
}
.navigation-modal .content .text-cont h4, .navigation-modal .content .text-cont h5 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .navigation-modal .content .text-cont h4, .navigation-modal .content .text-cont h5 {
    font-size: 30px;
  }
}

#contact-modal {
  width: fit-content;
}
@media (max-width: 767px) {
  #contact-modal {
    width: 100%;
  }
}
#contact-modal .content {
  padding-top: 120px;
}
@media (max-width: 767px) {
  #contact-modal .content {
    padding-top: 10px;
  }
}

/* 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
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

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

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* 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;
}

/*--------------------------------------------------------------
# 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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  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;
}

/* Breakpoints
--------------------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {
  .container {
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1200px;
  }
}

/* Pages
--------------------------------------------- */
img:is([sizes=auto i], [sizes^="auto," i]) {
  contain-intrinsic-size: 3000px 1500px;
}

#qodef-page-inner {
  padding: 0 0;
}

@media only screen and (max-width: 768px) {
  #qodef-page-inner {
    padding: 0 0;
  }
}
#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
  width: 37px;
}
@media (min-width: 1920px) {
  #qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
    width: 1.9270833333vw;
  }
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path svg {
  width: 74px;
}

#qodef-side-area {
  background-color: #625c5c;
}

.qodef-header--vertical-sliding #qodef-page-header {
  background-color: #fff;
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
  background-color: var(--aero-bg-color);
}

.qodef-mobile-header--standard #qodef-mobile-header-navigation .qodef-m-inner {
  background-color: #fff;
}

.qodef-mobile-header--standard #qodef-mobile-header-navigation .qodef-m-inner {
  border-color: #b5b5b5;
}

.qodef-mobile-header--standard #qodef-page-mobile-header {
  background-color: #fff;
  border-color: #b5b5b5;
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner:not(.qodef-content-grid) {
  padding-left: 5%;
  padding-right: 5%;
}

.qodef-mobile-header--standard .qodef-mobile-header-navigation > ul:not(.qodef-content-grid) {
  padding-left: 5%;
  padding-right: 5%;
}

.singe-page {
  padding-top: 100px;
}
.singe-page .gform_title {
  font-size: 17px;
  margin-bottom: 60px;
}
.singe-page .gform_wrapper {
  max-width: 70%;
}
.singe-page .gform_button {
  font-size: 15px !important;
  padding: 8px 15px 7px 15px !important;
  border-radius: 37px !important;
  border: 1px solid #707070 !important;
  background: none !important;
  color: #625C5C !important;
  text-transform: uppercase !important;
}
.singe-page input[type=text], .singe-page input[type=email], .singe-page input[type=tel] {
  outline: none !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #707070 !important;
  box-shadow: none !important;
}
.singe-page input[type=text]:focus, .singe-page input[type=email]:focus, .singe-page input[type=tel]:focus {
  border-bottom: 1px solid #707070 !important;
}
.singe-page h2, .singe-page h3, .singe-page h4, .singe-page h5 {
  text-transform: none;
  font-size: 20px;
  font-weight: 600;
  color: #625C5C;
  margin: 20px 0;
}
.singe-page ul, .singe-page ol {
  margin-left: 25px;
}

/*# sourceMappingURL=style.css.map */
