@charset "UTF-8";
.card {
  padding: 24px !important;
  border-radius: 16px;
}

@media screen and (max-width: 560px) {
  .card.card-margin {
    margin: 0 -24px !important;
  }
}
.wp-block-h2org-wavegroup > div {
  padding-top: 35px;
  padding-bottom: max(15vw, 200px);
  margin-bottom: min(-15vw, -200px);
}
.wp-block-h2org-wavegroup svg {
  min-width: auto !important;
}
.wp-block-h2org-wavegroup.has-blue-light-background-color path {
  fill: var(--wp--preset--color--blue-light);
}
.wp-block-h2org-wavegroup.has-blue-light-background-color > div {
  --h2org-text-color: var(--wp--preset--color--beige-light);
  color: var(--wp--preset--color--beige-light);
  background-color: var(--wp--preset--color--blue-light);
}
.wp-block-h2org-wavegroup.has-blue-medium-background-color path {
  fill: var(--wp--preset--color--blue-medium);
}
.wp-block-h2org-wavegroup.has-blue-medium-background-color > div {
  --h2org-text-color: var(--wp--preset--color--beige-light);
  color: var(--wp--preset--color--beige-light);
  background-color: var(--wp--preset--color--blue-medium);
}
.wp-block-h2org-wavegroup.has-blue-dark-background-color path {
  fill: var(--wp--preset--color--blue-dark);
}
.wp-block-h2org-wavegroup.has-blue-dark-background-color > div {
  --h2org-text-color: var(--wp--preset--color--beige-light);
  color: var(--wp--preset--color--beige-light);
  background-color: var(--wp--preset--color--blue-dark);
}
.wp-block-h2org-wavegroup.has-some-white-background-color path {
  fill: var(--wp--preset--color--some-white);
}
.wp-block-h2org-wavegroup.has-some-white-background-color > div {
  color: var(--wp--preset--color--blue-medium);
  background-color: var(--wp--preset--color--some-white);
}
.wp-block-h2org-wavegroup.has-beige-light-background-color path {
  fill: var(--wp--preset--color--beige-light);
}
.wp-block-h2org-wavegroup.has-beige-light-background-color > div {
  color: var(--wp--preset--color--blue-medium);
  background-color: var(--wp--preset--color--beige-light);
}
.wp-block-h2org-wavegroup.has-beige-dark-background-color path {
  fill: var(--wp--preset--color--beige-dark);
}
.wp-block-h2org-wavegroup.has-beige-dark-background-color > div {
  color: var(--wp--preset--color--blue-medium);
  background-color: var(--wp--preset--color--beige-dark);
  background-size: 400px 400px;
}

/*!
Theme Name: h2org
Theme URI: http://underscores.me/
Author: t.he
Author URI: https://oakwood-development.de
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: h2org
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.

h2org 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:
----------------------------------------------------------------
# Variables
	- Colors
	- 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

--------------------------------------------------------------*/
/*! VARIABLES
--------------------------------------------------------------*/
/*
Theme tokens are defined in `theme.json` (palette, typography, layout).
This SCSS keeps lightweight local variables that reference the
generated CSS custom properties so the CSS output uses the theme
settings while SASS can still use numeric page widths for calculations.
*/
/* Color tokens are provided by `sass/_tokens.scss` which maps
	`theme.json` presets to SCSS variables. */
@media screen and (min-width: 800px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 799px) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 799px) {
  main {
    --wp--preset--font-size--medium: 15px;
  }
}
main .wp-block-column {
  overflow-wrap: normal;
  word-break: normal;
}
main .is-layout-flex.alignleft {
  justify-content: flex-start !important;
}
main .is-layout-flex.alignright {
  justify-content: flex-end !important;
}
main .alignwide:not(.wp-block-column) {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: calc(1180px + 48px)) {
  main .alignwide:not(.wp-block-column) {
    max-width: calc(100vw - 48px);
  }
}
main .alignnormal:not(.wp-block-column) {
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: calc(1180px + 48px)) {
  main .alignnormal:not(.wp-block-column) {
    max-width: calc(100vw - 48px);
  }
}
main .entry-content p, main .project-highlights-text {
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-lines: 2;
}
main .entry-content p.has-text-align-center, main .project-highlights-text.has-text-align-center {
  text-align: center;
}

.has-some-white-background-color.wp-block-h2org-wavegroup {
  background-color: transparent !important;
}

.has-beige-light-background-color.wp-block-h2org-wavegroup,
.has-beige-dark-background-color.wp-block-h2org-wavegroup,
.has-blue-light-background-color.wp-block-h2org-wavegroup,
.has-blue-medium-background-color.wp-block-h2org-wavegroup,
.has-blue-dark-background-color.wp-block-h2org-wavegroup,
.has-highlight-light-background-color.wp-block-h2org-wavegroup,
.has-highlight-dark-background-color.wp-block-h2org-wavegroup {
  background-color: transparent !important;
}

.has-some-white-color {
  color: var(--wp--preset--color--some-white) !important;
}

.has-beige-light-color {
  color: var(--wp--preset--color--beige-light) !important;
}

.has-beige-dark-color {
  color: var(--wp--preset--color--beige-dark) !important;
}

.has-blue-light-color {
  color: var(--wp--preset--color--blue-light) !important;
}

.has-blue-medium-color {
  color: var(--wp--preset--color--blue-medium) !important;
}

.has-blue-dark-color {
  color: var(--wp--preset--color--blue-dark) !important;
}

.has-highlight-light-color {
  color: var(--wp--preset--color--blue-medium) !important;
}

.has-highlight-dark-color {
  color: var(--wp--preset--color--blue-dark) !important;
}

.wp-block-cover {
  padding-bottom: max(15vw, 200px);
  margin-bottom: min(-15vw, -200px);
}

/*! --- Wave Group */
#primary .entry-content > div:last-child {
  padding-bottom: max(15vw, 200px);
  margin-bottom: min(-15vw, -200px);
}

@media screen and (max-width: 1070px) {
  .dynamic-break br {
    display: none;
  }
}
@media (max-width: 781px) {
  .reverse-mobile-colmn {
    flex-direction: column-reverse;
  }
}
ul.wp-block-list.list-with-headline {
  text-indent: 0;
  list-style-position: outside;
}
ul.wp-block-list.list-with-headline li {
  padding-top: 0.5em;
}
ul.wp-block-list.list-with-headline li > strong {
  display: inline-block;
  padding-right: 4px;
  vertical-align: top;
}

/*! --- Normalize */
/* 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

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

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-block-start: 0;
  padding-block-end: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
}

/*! --- Box sizing */
html {
  box-sizing: border-box;
}

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

/*! BASE
--------------------------------------------------------------*/
/*! --- Fonts */
/*! --- Typography */
body {
  --h2org-text-color: var(--wp--preset--color--gray-light);
  max-width: 100vw;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.site-main ul {
  padding-left: 1.8ch;
}

.site-main ol {
  padding-left: 1.8ch;
}

h1,
.has-x-large-font-size {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 300;
  font-size: 96px;
  --wp--preset--font-size--x-large: 96px;
  line-height: 110%;
  color: var(--h2org-text-color);
  margin: 0;
}
@media screen and (max-width: 799px) {
  h1,
.has-x-large-font-size {
    font-size: 48px;
    --wp--preset--font-size--x-large: 48px;
    line-height: 120%;
    letter-spacing: -0.01em;
  }
}
h1 strong,
.has-x-large-font-size strong {
  font-weight: 600;
}
h1 span,
.has-x-large-font-size span {
  content: attr(data-text);
  padding-right: 87px;
  padding-left: 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' fill='none'%3E%3Cpath fill='%23FFFFFF' d='M26.973 17.851a7.903 7.903 0 0 0-.354-1.854 7.556 7.556 0 0 0-.723-1.604 7.866 7.866 0 0 0-1.21-1.53 7.324 7.324 0 0 0-.784-.666c-.052-.038-.104-.08-.159-.118a8.386 8.386 0 0 0-.884-.546 8.769 8.769 0 0 0-2.969-.94 10.342 10.342 0 0 0-2.44-.038 8.792 8.792 0 0 0-3.306.978 8.53 8.53 0 0 0-1.134.733c-.071.055-.142.108-.21.163a7.55 7.55 0 0 0-1.49 1.65c-.056.083-.11.163-.162.248-.014.022-.028.041-.041.063a7.97 7.97 0 0 0-.263.474c-.055.105-.102.212-.151.32-.22.485-.386.992-.501 1.52l-.058.285a8.876 8.876 0 0 0-.085.611c-.01.108-.024.215-.03.325-.01.19-.019.38-.019.576 0 .896.132 1.739.386 2.53.036.113.077.226.118.339a7.49 7.49 0 0 0 .846 1.622 7.604 7.604 0 0 0 1.91 1.935c.098.071.202.137.306.204.186.118.375.231.572.338l.036.017c1.279.675 2.722 1.014 4.325 1.014.054 0 .11-.003.161-.006 1.523-.022 2.898-.352 4.125-.994.022-.011.046-.022.071-.036.29-.154.564-.325.824-.507.165-.116.326-.234.483-.358a7.748 7.748 0 0 0 1.687-1.923c.013-.022.03-.044.043-.07.124-.2.23-.41.335-.622.164-.339.3-.686.41-1.047.066-.21.121-.424.17-.64a8.57 8.57 0 0 0 .192-1.8v-.06a8.48 8.48 0 0 0-.025-.593l-.002.008Z'/%3E%3Crect width='35' height='35' x='1' y='1' stroke='%23FFFFFF' stroke-dasharray='0.1 3' stroke-linecap='round' rx='17.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: right center;
  background-size: 37px 37px;
}
@media screen and (min-width: 800px) {
  h1 span,
.has-x-large-font-size span {
    height: 120px;
  }
}
h1.reveal,
.has-x-large-font-size.reveal {
  overflow: hidden;
  width: fit-content;
  color: #ffffff;
}
h1.reveal span,
.has-x-large-font-size.reveal span {
  display: inline-block;
  animation: reveal 2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  animation-fill-mode: forwards;
  transform: translate(0, 100%);
  color: #ffffff;
}
@media screen and (min-width: 800px) {
  h1.reveal span,
.has-x-large-font-size.reveal span {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' fill='none'%3E%3Cpath fill='%23FFFFFF' d='M26.973 17.851a7.903 7.903 0 0 0-.354-1.854 7.556 7.556 0 0 0-.723-1.604 7.866 7.866 0 0 0-1.21-1.53 7.324 7.324 0 0 0-.784-.666c-.052-.038-.104-.08-.159-.118a8.386 8.386 0 0 0-.884-.546 8.769 8.769 0 0 0-2.969-.94 10.342 10.342 0 0 0-2.44-.038 8.792 8.792 0 0 0-3.306.978 8.53 8.53 0 0 0-1.134.733c-.071.055-.142.108-.21.163a7.55 7.55 0 0 0-1.49 1.65c-.056.083-.11.163-.162.248-.014.022-.028.041-.041.063a7.97 7.97 0 0 0-.263.474c-.055.105-.102.212-.151.32-.22.485-.386.992-.501 1.52l-.058.285a8.876 8.876 0 0 0-.085.611c-.01.108-.024.215-.03.325-.01.19-.019.38-.019.576 0 .896.132 1.739.386 2.53.036.113.077.226.118.339a7.49 7.49 0 0 0 .846 1.622 7.604 7.604 0 0 0 1.91 1.935c.098.071.202.137.306.204.186.118.375.231.572.338l.036.017c1.279.675 2.722 1.014 4.325 1.014.054 0 .11-.003.161-.006 1.523-.022 2.898-.352 4.125-.994.022-.011.046-.022.071-.036.29-.154.564-.325.824-.507.165-.116.326-.234.483-.358a7.748 7.748 0 0 0 1.687-1.923c.013-.022.03-.044.043-.07.124-.2.23-.41.335-.622.164-.339.3-.686.41-1.047.066-.21.121-.424.17-.64a8.57 8.57 0 0 0 .192-1.8v-.06a8.48 8.48 0 0 0-.025-.593l-.002.008Z'/%3E%3Crect width='35' height='35' x='1' y='1' stroke='%23FFFFFF' stroke-dasharray='0.1 3' stroke-linecap='round' rx='17.5'/%3E%3C/svg%3E");
  }
}
@keyframes reveal {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}

.wp-block-cover .has-x-large-font-size {
  font-weight: 300;
}

h2 {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: var(--h2org-text-color);
  margin: 0;
}
@media screen and (max-width: 799px) {
  h2 {
    font-size: 40px;
    line-height: 130%;
  }
}
h2[data-text]:before {
  content: attr(data-text);
  margin-right: 5rem;
}
h2[data-text]:after {
  content: attr(data-text);
  margin-left: 5rem;
}

h3,
.has-large-font-size {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 56px;
  --wp--preset--font-size--large: 56px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: var(--h2org-text-color);
  margin: 0;
}
@media screen and (max-width: 799px) {
  h3,
.has-large-font-size {
    font-size: 32px;
    --wp--preset--font-size--large: 32px;
    line-height: 130%;
  }
}

h4 {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 140%;
  /* identical to box height, or 50px */
  letter-spacing: -0.01em;
  color: var(--h2org-text-color);
  margin: 0;
}
@media screen and (max-width: 799px) {
  h4 {
    font-size: 24px;
    line-height: 140%;
  }
}

h5 {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: var(--h2org-text-color);
  margin: 0;
}
@media screen and (max-width: 799px) {
  h5 {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
  }
}

h6 {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--h2org-text-color);
  margin: 0;
}
@media screen and (max-width: 799px) {
  h6 {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
  }
}

body,
p {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: var(--h2org-text-color);
  margin: 0;
}
@media screen and (max-width: 799px) {
  body,
p {
    font-size: 15px;
  }
}

strong {
  font-weight: 600;
}

body {
  background-color: var(--wp--preset--color--some-white);
}

/*! COMPONENTS
--------------------------------------------------------------*/
.small-arrow-button {
  position: relative;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border-radius: 50%;
}
.small-arrow-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='26' ry='26' stroke='%23ffffff' stroke-width='1.5' stroke-dasharray='0.1%2c 3' stroke-dashoffset='2' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 26px;
}
.small-arrow-button .line {
  background-color: #ffffff;
  position: absolute;
  transition: all 0.35s;
}
.small-arrow-button .line1 {
  position: absolute;
  height: 9px;
  width: 2px;
  top: 15px;
  left: 23px;
  transform-origin: top left;
}
.small-arrow-button .line2 {
  position: absolute;
  height: 2px;
  width: 18px;
  top: 23px;
  left: 15px;
}
.small-arrow-button .line3 {
  position: absolute;
  height: 9px;
  width: 2px;
  top: 23px;
  left: 23px;
  transform-origin: bottom left;
}
.small-arrow-button .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background-color: var(--wp--preset--color--blue-medium);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s;
}

.hover-effect:hover .small-arrow-button .line {
  background-color: #ffffff;
}
.hover-effect:hover .small-arrow-button .line1 {
  transform: rotate(-45deg);
  height: 14px;
}
.hover-effect:hover .small-arrow-button .line3 {
  transform: rotate(45deg);
  height: 14px;
  top: 19px;
}
.hover-effect:hover .small-arrow-button .bg {
  opacity: 1;
}

@media screen and (max-width: 799px) {
  .small-arrow-button .line {
    background-color: #ffffff;
  }
  .small-arrow-button .line1 {
    transform: rotate(-45deg);
    height: 14px;
  }
  .small-arrow-button .line3 {
    transform: rotate(45deg);
    height: 14px;
    top: 19px;
  }
  .small-arrow-button .bg {
    opacity: 1;
  }
}
.small-arrowup-button {
  position: relative;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 1.5px dotted var(--wp--preset--color--blue-medium);
  border-radius: 50%;
}
.small-arrowup-button .up-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
}
.small-arrowup-button .line {
  background-color: var(--wp--preset--color--blue-medium);
  position: absolute;
  transition: all 0.45s;
}
.small-arrowup-button .line1 {
  position: absolute;
  height: 9px;
  width: 2px;
  top: 15px;
  left: 23px;
  transform-origin: top left;
}
.small-arrowup-button .line2 {
  position: absolute;
  height: 2px;
  width: 18px;
  top: 23px;
  left: 15px;
}
.small-arrowup-button .line3 {
  position: absolute;
  height: 9px;
  width: 2px;
  top: 23px;
  left: 23px;
  transform-origin: bottom left;
}
.small-arrowup-button .bg {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 50px;
  height: 50px;
  border: 2px solid var(--wp--preset--color--blue-medium);
  background-color: var(--wp--preset--color--blue-medium);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s;
}

.hover-effect:hover .small-arrowup-button:not(.disabled) .up-wrapper {
  transform-origin: center;
  transform: rotate(-45deg) translate(-1px, 1px);
  transition: all 0.4s;
}
.hover-effect:hover .small-arrowup-button:not(.disabled) .line1 {
  transform: rotate(-45deg);
  height: 14px;
}
.hover-effect:hover .small-arrowup-button:not(.disabled) .line3 {
  transform: rotate(45deg);
  height: 14px;
  top: 19px;
}

.hover-effect:hover .small-arrowup-button .line {
  background-color: #ffffff;
}
.hover-effect:hover .small-arrowup-button .bg {
  opacity: 1;
}

@media screen and (max-width: 799px) {
  .small-arrowup-button .up-wrapper {
    transform-origin: center;
    transform: rotate(-45deg) translate(-1px, -1px) !important;
    transition: all 0.4s;
  }
  .small-arrowup-button .line {
    background-color: #ffffff;
  }
  .small-arrowup-button .line1 {
    transform: rotate(-45deg);
    height: 14px;
  }
  .small-arrowup-button .line3 {
    transform: rotate(45deg);
    height: 14px;
    top: 19px;
  }
  .small-arrowup-button .bg {
    opacity: 1;
  }
}

:root {
  --sub-menu-arrow-size: 16px;
  --sub-menu-arrow-color: #3D5562;
}

.sub-menu-arrow {
  display: block;
  position: absolute;
  top: 10px;
  right: 2px;
  width: var(--sub-menu-arrow-size);
  height: var(--sub-menu-arrow-size);
  transition: top 0.6s;
}
.sub-menu-arrow .sub-menu-arrow-left {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--sub-menu-arrow-size) / 2);
  height: var(--sub-menu-arrow-size);
  overflow: hidden;
}
.sub-menu-arrow .sub-menu-arrow-left-line {
  display: block;
  position: absolute;
  top: 50%;
  left: calc(var(--sub-menu-arrow-size) / 5);
  height: 1px;
  width: var(--sub-menu-arrow-size);
  background: var(--sub-menu-arrow-color);
  transform-origin: center left;
  transform: rotate(45deg);
  transition: transform 0.6s;
}
.sub-menu-arrow .sub-menu-arrow-right {
  display: block;
  position: absolute;
  top: 0;
  left: calc(var(--sub-menu-arrow-size) / 2);
  width: calc(var(--sub-menu-arrow-size) / 2);
  height: var(--sub-menu-arrow-size);
  overflow: hidden;
}
.sub-menu-arrow .sub-menu-arrow-right-line {
  display: block;
  position: absolute;
  top: 50%;
  right: calc(var(--sub-menu-arrow-size) / 5);
  height: 1px;
  width: var(--sub-menu-arrow-size);
  background: var(--sub-menu-arrow-color);
  transform-origin: center right;
  transform: rotate(-45deg);
  transition: transform 0.6s;
}

@media screen and (min-width: 800px) {
  .menu-item-has-children:hover .sub-menu-arrow, .menu-item-has-children .hover .sub-menu-arrow {
    top: 15px !important;
  }

  .menu-item-has-children:hover .sub-menu-arrow-left-line, .menu-item-has-children .hover .sub-menu-arrow-left-line {
    transform: rotate(-45deg);
  }

  .menu-item-has-children:hover .sub-menu-arrow-right-line, .menu-item-has-children .hover .sub-menu-arrow-right-line {
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 799px) {
  .menu-item-has-children .hover .sub-menu-arrow {
    top: 15px !important;
  }

  .menu-item-has-children .hover .sub-menu-arrow-left-line {
    transform: rotate(-45deg);
  }

  .menu-item-has-children .hover .sub-menu-arrow-right-line {
    transform: rotate(45deg);
  }
}
/*! LAYOUTS
--------------------------------------------------------------*/
/*! --- Header */
@media screen and (max-width: 799px) {
  .site-header .site-branding {
    position: absolute;
    top: 14px;
    left: 28px;
    z-index: 999999;
  }
  .site-header .site-branding svg {
    width: 80px;
    height: 45px;
  }
  .site-header .site-branding svg path {
    fill: var(--wp--preset--color--gray-light);
  }
  .site-header .main-navigation #primary-menu {
    position: absolute;
    right: -100%;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    margin: 0;
    padding: 5rem 1rem 2rem 1rem;
    background-color: var(--wp--preset--color--some-white);
    transition: right 1s;
    --sub-menu-arrow-size: 24px;
    --sub-menu-arrow-color: var(--wp--preset--color--gray-light);
  }
  .site-header .main-navigation #primary-menu .sub-menu-arrow {
    top: 4px;
    right: 18px;
  }
  .site-header .main-navigation #primary-menu .menu-item-has-children.hover .sub-menu-arrow {
    top: 10px !important;
  }
  .site-header .main-navigation #primary-menu li {
    position: relative;
    overflow: hidden;
    padding: 0;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
  }
  .site-header .main-navigation #primary-menu li .js-sub-menu-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 38px;
  }
  .site-header .main-navigation #primary-menu li .js-sub-menu-arrow:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 1px;
    background-image: url("data:image/svg+xml,%3Csvg width='1' height='100%' viewBox='0 0 1 1180' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='0.5' x2='0.5' y2='100%' stroke='%232B4658' stroke-width='1' stroke-linecap='round' stroke-dasharray='0.1 3'/%3E%3C/svg%3E");
    background-position: top left;
    background-repeat: repeat-y;
  }
  .site-header .main-navigation #primary-menu li .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: all 0.6s;
  }
  .site-header .main-navigation #primary-menu li .sub-menu a {
    color: var(--wp--preset--color--gray-light);
    opacity: 0.7;
    padding: 0.5rem 0;
  }
  .site-header .main-navigation #primary-menu li .hover + .sub-menu {
    max-height: 9999px;
  }
  .site-header .main-navigation #primary-menu li:first-child:before {
    content: "";
    display: block;
    position: absolute;
    left: 12px;
    right: 12px;
    top: 0;
    height: 1px;
    background-image: url();
    background-image: url("data:image/svg+xml,%3Csvg width='100%' height='1' viewBox='0 0 1180 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='0.5' x2='100%' y2='0.5' stroke='%232B4658' stroke-width='1' stroke-linecap='round' stroke-dasharray='0.1 3'/%3E%3C/svg%3E");
    background-position: top left;
    background-repeat: repeat-x;
  }
  .site-header .main-navigation #primary-menu li:after {
    content: "";
    display: block;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    height: 1px;
    background-image: url();
    background-image: url("data:image/svg+xml,%3Csvg width='100%' height='1' viewBox='0 0 1180 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='0.5' x2='100%' y2='0.5' stroke='%232B4658' stroke-width='1' stroke-linecap='round' stroke-dasharray='0.1 3'/%3E%3C/svg%3E");
    background-position: top left;
    background-repeat: repeat-x;
  }
  .site-header .main-navigation #primary-menu li a {
    display: inline-block;
    padding: 0.5rem 0;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    top: 0;
    left: 100px;
    color: var(--wp--preset--color--gray-light);
    font-weight: 400;
    transition: left 0.1s linear 1.5s;
  }
  .site-header .main-navigation.toggled #primary-menu {
    right: 0;
    transition: right 1.5s;
  }
  .site-header .main-navigation.toggled #primary-menu li:nth-child(1) a {
    left: 0;
    transition: left 0.6s linear 400ms;
  }
  .site-header .main-navigation.toggled #primary-menu li:nth-child(2) a {
    left: 0;
    transition: left 0.6s linear 600ms;
  }
  .site-header .main-navigation.toggled #primary-menu li:nth-child(3) a {
    left: 0;
    transition: left 0.6s linear 800ms;
  }
  .site-header .main-navigation.toggled #primary-menu li:nth-child(4) a {
    left: 0;
    transition: left 0.6s linear 1000ms;
  }
  .site-header .main-navigation.toggled #primary-menu li:nth-child(5) a {
    left: 0;
    transition: left 0.6s linear 1200ms;
  }
  .site-header .main-navigation.toggled #primary-menu li:nth-child(6) a {
    left: 0;
    transition: left 0.6s linear 1400ms;
  }
  .site-header .main-navigation.toggled #primary-menu li:nth-child(7) a {
    left: 0;
    transition: left 0.6s linear 1600ms;
  }
  .site-header .main-navigation.toggled #primary-menu li:nth-child(8) a {
    left: 0;
    transition: left 0.6s linear 1800ms;
  }
  .site-header .main-navigation.toggled #primary-menu li:nth-child(9) a {
    left: 0;
    transition: left 0.6s linear 2000ms;
  }
  .site-header .main-navigation.toggled #primary-menu li:nth-child(10) a {
    left: 0;
    transition: left 0.6s linear 2200ms;
  }
  .site-header .main-navigation .menu-toggle {
    position: absolute;
    top: 5px;
    right: 7px;
    width: 44px;
    height: 44px;
    z-index: 999999;
  }
  .site-header .main-navigation .menu-toggle .line-1,
.site-header .main-navigation .menu-toggle .line-2,
.site-header .main-navigation .menu-toggle .line-3 {
    position: absolute;
    left: 13px;
    top: calc(50% - 1px);
    width: 18px;
    height: 1px;
    background-color: var(--wp--preset--color--gray-light);
    transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
  }
  .site-header .main-navigation .menu-toggle .line-1 {
    transform: translateY(-6px);
    animation-delay: 100ms;
  }
  .site-header .main-navigation .menu-toggle .line-3 {
    transform: translateY(6px);
    animation-delay: 250ms;
  }
  .site-header .main-navigation.toggled .menu-toggle .line-1 {
    transform: rotate(45deg);
  }
  .site-header .main-navigation.toggled .menu-toggle .line-3 {
    transform: rotate(-45deg);
  }
  .site-header .main-navigation.toggled .menu-toggle .line-2 {
    opacity: 0;
  }
  .site-header .donation-button {
    position: absolute;
    top: 7px;
    right: 66px;
    display: inline-block;
    font-family: "Sofia Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    padding: 8px 24px 8px 24px;
    background: #15BDA4;
    color: #fff;
    border-radius: 63px;
    transition: all 1s;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    margin-top: 0;
    cursor: pointer;
  }
  .site-header .donation-button .donation-button-text {
    position: relative;
    z-index: 999;
  }
  .site-header .donation-button .donation-button-water-effect {
    position: absolute;
    z-index: 99;
    top: 37px;
    left: 0;
    transition: all 1.5s;
    opacity: 0.4;
    width: 743px;
    height: 105px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 743 105'%3E%3Cpath d='M392-18.177V74h-743v-90.924C-257.555 8.939-235.524-31-173.987-31c49.914 0 48.086 29.615 119.275 36.074 61.537 5.583 98.828-30.709 158.781-7.086C233.22 48.877 293.997-47.749 392-18.177Z' style='fill:%230e757a;fill-rule:nonzero' transform='translate(351 31)'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: top left;
    background-size: cover;
  }
  .site-header .donation-button:hover {
    background: #4D98DC;
  }
  .site-header .donation-button:hover .donation-button-water-effect {
    position: absolute;
    top: -68px;
    left: -425px;
    opacity: 1;
  }

  #page.show-menu {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) !important;
  }
}
@media screen and (min-width: 800px) {
  @keyframes slideDown {
    0% {
      opacity: 0;
      transform: translateY(-27px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .site-header {
    display: flex;
    flex-direction: row;
    max-width: 1228px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px;
    height: 75px;
  }
  .site-header .site-branding {
    position: relative;
    top: 3px;
  }
  .site-header .site-branding svg {
    width: 86px;
    height: 36px;
    flex-shrink: 0;
  }
  .site-header .site-branding svg path {
    fill: var(--wp--preset--color--gray-light);
  }
  .site-header ul.menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .site-header ul.menu > li {
    margin: 0 8px;
    position: relative;
    z-index: 99999;
    min-height: 55px;
  }
}
@media screen and (min-width: 800px) and (min-width: 851px) {
  .site-header ul.menu > li:nth-last-child(2) {
    margin-right: 38px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1100px) {
  .site-header ul.menu > li {
    margin: 0 4px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
  .site-header ul.menu > li {
    margin: 0;
  }
}
@media screen and (min-width: 800px) {
  .site-header ul.menu > li > a {
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    min-height: 55px;
    font-size: 20px;
    line-height: 21px;
    padding: 10px 18px 6px 18px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1300px) {
  .site-header ul.menu > li > a {
    font-size: 19px;
    padding: 10px 16px 6px 12px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  .site-header ul.menu > li > a {
    font-size: 18px;
    padding: 10px 16px 6px 8px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
  .site-header ul.menu > li > a {
    font-size: 17px;
  }
}
@media screen and (min-width: 800px) {
  .site-header ul.menu > li ul.sub-menu {
    pointer-events: none;
    position: absolute;
    list-style-type: none;
    border-radius: 16px;
    min-width: 180px;
    border: 1px solid transparent;
    overflow: hidden;
    left: -25px;
    right: -25px;
    min-width: 100%;
    min-width: fit-content;
    margin: 0;
    padding: 0;
    z-index: 99999;
  }
  .site-header ul.menu > li ul.sub-menu li {
    min-height: 55px;
    line-height: 55px;
    position: relative;
    display: block;
    z-index: 9999;
    background-color: var(--wp--preset--color--some-white);
    padding: 0 25px;
    opacity: 0;
    white-space: nowrap;
  }
  .site-header ul.menu > li ul.sub-menu li > a {
    display: block;
    color: var(--wp--preset--color--blue-medium);
    text-decoration: none;
    min-height: 55px;
    line-height: 55px;
    font-size: 18px;
    width: 100%;
    width: fit-content;
  }
  .site-header ul.menu > li ul.sub-menu li:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    height: 1px;
    background-image: url();
    background-image: url("data:image/svg+xml,%3Csvg width='100%' height='1' viewBox='0 0 1180 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='0.5' x2='100%' y2='0.5' stroke='%233D5562' stroke-width='1' stroke-linecap='round' stroke-dasharray='0.1 3'/%3E%3C/svg%3E");
    background-position: top left;
    background-repeat: repeat-x;
  }
  .site-header ul.menu > li ul.sub-menu:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    transition: opacity 0.6s, top 0.6s 0.6s, left 0.6s 0.6s;
    opacity: 0;
    width: 743px;
    height: 1005px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MiIgdmlld0JveD0iMCAwIDc0MyAxMDA1Ij48cGF0aCBkPSJNMzkyLTE4LjE3N1Y5NzRoLTc0M1YtMTYuOTI0Qy0yNTcuNTU1IDguOTM5LTIzNS41MjQtMzEtMTczLjk4Ny0zMWM0OS45MTQgMCA0OC4wODYgMjkuNjE1IDExOS4yNzUgMzYuMDc0IDYxLjUzNyA1LjU4MyA5OC44MjgtMzAuNzA5IDE1OC43ODEtNy4wODZDMjMzLjIyIDQ4Ljg3NyAyOTMuOTk3LTQ3Ljc0OSAzOTItMTguMTc3WiIgc3R5bGU9ImZpbGw6I2U4ZWJlZDtmaWxsLXJ1bGU6bm9uemVybyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzUxIDMxKSIvPjwvc3ZnPg==");
    background-repeat: no-repeat no-repeat;
    background-position: top left;
    background-size: cover;
  }
}
@media screen and (min-width: 800px) {
  .site-header ul.menu > li:hover ul:before, .site-header ul.menu > li:focus-within ul:before {
    top: -68px;
    left: -425px;
    opacity: 1;
    transition: all 1.3s 0.6s;
  }
}
@media screen and (min-width: 800px) {
  .site-header ul.menu > li:hover ul, .site-header ul.menu > li:focus-within ul {
    pointer-events: auto;
    border: 1px solid #A6B2B9;
    transition: border 0.6s;
  }
  .site-header ul.menu > li:hover ul li, .site-header ul.menu > li:focus-within ul li {
    display: block;
    opacity: 1;
    transition: opacity 0.6s 1.4s;
  }
}
@media screen and (min-width: 800px) {
  .site-header .menu-toggle {
    display: noe;
  }
}
@media screen and (min-width: 800px) {
  .site-header .donation-button {
    position: relative;
    display: inline-block;
    font-family: "Sofia Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    padding: 8px 24px 8px 24px;
    background: #15BDA4;
    color: #fff;
    border-radius: 63px;
    transition: all 1s;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    margin-top: 0;
    cursor: pointer;
  }
  .site-header .donation-button .donation-button-text {
    position: relative;
    z-index: 999;
  }
  .site-header .donation-button .donation-button-water-effect {
    position: absolute;
    z-index: 99;
    top: 37px;
    left: 0;
    transition: all 1.5s;
    opacity: 0.4;
    width: 743px;
    height: 105px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 743 105'%3E%3Cpath d='M392-18.177V74h-743v-90.924C-257.555 8.939-235.524-31-173.987-31c49.914 0 48.086 29.615 119.275 36.074 61.537 5.583 98.828-30.709 158.781-7.086C233.22 48.877 293.997-47.749 392-18.177Z' style='fill:%230e757a;fill-rule:nonzero' transform='translate(351 31)'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: top left;
    background-size: cover;
  }
  .site-header .donation-button:hover {
    background: #4D98DC;
  }
  .site-header .donation-button:hover .donation-button-water-effect {
    position: absolute;
    top: -68px;
    left: -425px;
    opacity: 1;
  }
}
@media screen and (min-width: 800px) and (max-width: 930px) {
  .wpml-ls-legacy-list-horizontal {
    margin-top: 44px;
    margin-right: 24px;
  }
}
#twingle-modal-wrapper {
  background-color: var(--wp--preset--color--gray-light)00;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  transition: all 1s;
  display: none;
}

#twingle-modal-wrapper.show-twingle {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background-color: var(--wp--preset--color--gray-light)99;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
}

/*! --- Footer */
@media screen and (min-width: 800px) {
  .site-main {
    margin-bottom: -150px;
  }

  footer.site-footer {
    font-family: "Sofia Pro";
    background-color: var(--wp--preset--color--gray-dark);
    color: var(--wp--preset--color--text, var(--wp--preset--color--blue-medium));
    padding-bottom: 76px;
  }
  footer.site-footer .site-footer-container {
    max-width: 1228px;
    margin: 0 auto;
    padding: 24px;
  }
  footer.site-footer .site-footer-container .site-footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 36px;
  }
  footer.site-footer .site-footer-container .site-footer-top .site-footer-top-left {
    flex-grow: 2;
  }
  footer.site-footer .site-footer-container .site-footer-top .site-footer-top-left h3 {
    max-width: 570px;
    color: var(--wp--preset--color--text, var(--wp--preset--color--blue-medium));
  }
  footer.site-footer .site-footer-container .site-footer-top .site-footer-top-right {
    align-self: flex-end;
  }
  footer.site-footer .site-footer-container .site-footer-top .site-footer-top-right h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #E8EBED;
    padding: 24px 0 12px 0;
  }
  footer.site-footer .site-footer-container .site-footer-top .site-footer-top-right p {
    font-family: "Sofia Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #E8EBED;
  }
  footer.site-footer .site-footer-container .site-footer-top:after {
    content: "";
    display: block;
    clear: both;
  }
  footer.site-footer .site-footer-container .site-footer-bottomline {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #E8EBED;
    background-image: url("data:image/svg+xml,%3Csvg width='100%' height='1' viewBox='0 0 1180 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='0.5' x2='100%' y2='0.5' stroke='%23E8EBED' stroke-width='1' stroke-linecap='round' stroke-dasharray='0.1 3'/%3E%3C/svg%3E");
    background-position: top center;
    background-repeat: repeat-x;
    padding: 50px 0;
  }
  footer.site-footer .site-footer-container .site-footer-navigation ul.menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  footer.site-footer .site-footer-container .site-footer-navigation ul.menu li {
    margin: 0 50px 0 0;
  }
  footer.site-footer .site-footer-container .site-footer-navigation ul.menu li a {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #E8EBED;
    text-decoration: none;
  }
}
@media screen and (max-width: 799px) {
  .site-main {
    margin-bottom: -150px;
  }

  footer.site-footer {
    font-family: "Sofia Pro";
    background-color: var(--wp--preset--color--gray-dark);
    color: var(--wp--preset--color--text, var(--wp--preset--color--blue-medium));
    min-height: 100vh;
    padding-bottom: 76px;
  }
  footer.site-footer .wp-block-spacer {
    height: 24px !important;
  }
  footer.site-footer .widget_block {
    margin: 0 0 24px 0;
  }
  footer.site-footer .site-footer-container {
    max-width: 1228px;
    margin: 0 auto;
    padding: 24px;
  }
  footer.site-footer .site-footer-container .site-footer-top .site-footer-top-left {
    max-width: 570px;
  }
  footer.site-footer .site-footer-container .site-footer-top .site-footer-top-left h3 {
    max-width: 570px;
    color: var(--wp--preset--color--text, var(--wp--preset--color--blue-medium));
  }
  footer.site-footer .site-footer-container .site-footer-top .site-footer-top-right h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #E8EBED;
  }
  footer.site-footer .site-footer-container .site-footer-top .site-footer-top-right p {
    font-family: "Sofia Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #E8EBED;
  }
  footer.site-footer .site-footer-container .site-footer-top:after {
    content: "";
    display: block;
    clear: both;
  }
  footer.site-footer .site-footer-container .site-footer-bottomline {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #E8EBED;
    background-image: url("data:image/svg+xml,%3Csvg width='100%' height='1' viewBox='0 0 1180 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='0.5' x2='100%' y2='0.5' stroke='%23ffffff' stroke-width='1' stroke-linecap='round' stroke-dasharray='0.1 3'/%3E%3C/svg%3E");
    background-position: top center;
    background-repeat: repeat-x;
  }
  footer.site-footer .site-footer-container .site-footer-bottomline > div {
    padding: 36px 0 0 0;
  }
  footer.site-footer .site-footer-container .site-footer-navigation ul.menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  footer.site-footer .site-footer-container .site-footer-navigation ul.menu li {
    margin: 0 50px 0 0;
  }
  footer.site-footer .site-footer-container .site-footer-navigation ul.menu li a {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 36px;
    color: #E8EBED;
    text-decoration: none;
  }
}
/*! Template */
@media screen and (min-width: 800px) {
  #page #primary header.entry-header {
    margin-top: 75px;
  }
}
#page #primary header.entry-header h1 {
  color: var(--wp--preset--color--gray-light);
}
@media screen and (max-width: 799px) {
  #page #primary header.entry-header h1 {
    padding-top: 75px;
  }
}
#page #primary header.entry-header h1 span {
  color: var(--wp--preset--color--gray-light);
}
@media screen and (min-width: 800px) {
  #page #primary header.entry-header h1 span {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' fill='none'%3E%3Cpath fill='%233C8AA5' d='M26.973 17.851a7.903 7.903 0 0 0-.354-1.854 7.556 7.556 0 0 0-.723-1.604 7.866 7.866 0 0 0-1.21-1.53 7.324 7.324 0 0 0-.784-.666c-.052-.038-.104-.08-.159-.118a8.386 8.386 0 0 0-.884-.546 8.769 8.769 0 0 0-2.969-.94 10.342 10.342 0 0 0-2.44-.038 8.792 8.792 0 0 0-3.306.978 8.53 8.53 0 0 0-1.134.733c-.071.055-.142.108-.21.163a7.55 7.55 0 0 0-1.49 1.65c-.056.083-.11.163-.162.248-.014.022-.028.041-.041.063a7.97 7.97 0 0 0-.263.474c-.055.105-.102.212-.151.32-.22.485-.386.992-.501 1.52l-.058.285a8.876 8.876 0 0 0-.085.611c-.01.108-.024.215-.03.325-.01.19-.019.38-.019.576 0 .896.132 1.739.386 2.53.036.113.077.226.118.339a7.49 7.49 0 0 0 .846 1.622 7.604 7.604 0 0 0 1.91 1.935c.098.071.202.137.306.204.186.118.375.231.572.338l.036.017c1.279.675 2.722 1.014 4.325 1.014.054 0 .11-.003.161-.006 1.523-.022 2.898-.352 4.125-.994.022-.011.046-.022.071-.036.29-.154.564-.325.824-.507.165-.116.326-.234.483-.358a7.748 7.748 0 0 0 1.687-1.923c.013-.022.03-.044.043-.07.124-.2.23-.41.335-.622.164-.339.3-.686.41-1.047.066-.21.121-.424.17-.64a8.57 8.57 0 0 0 .192-1.8v-.06a8.48 8.48 0 0 0-.025-.593l-.002.008Z'/%3E%3Crect width='35' height='35' x='1' y='1' stroke='%233C8AA5' stroke-dasharray='0.1 3' stroke-linecap='round' rx='17.5'/%3E%3C/svg%3E");
  }
}

.page-template-videoheader-page .site-header,
.page-template-videoheader-dark-page .site-header {
  position: relative;
  z-index: 99999;
}
.page-template-videoheader-page .site-header .main-navigation .menu-toggle .line-1, .page-template-videoheader-page .site-header .main-navigation .menu-toggle .line-2, .page-template-videoheader-page .site-header .main-navigation .menu-toggle .line-3,
.page-template-videoheader-dark-page .site-header .main-navigation .menu-toggle .line-1,
.page-template-videoheader-dark-page .site-header .main-navigation .menu-toggle .line-2,
.page-template-videoheader-dark-page .site-header .main-navigation .menu-toggle .line-3 {
  background-color: #E8EBED;
}
.page-template-videoheader-page .site-header .main-navigation.toggled .menu-toggle .line-1, .page-template-videoheader-page .site-header .main-navigation.toggled .menu-toggle .line-2, .page-template-videoheader-page .site-header .main-navigation.toggled .menu-toggle .line-3,
.page-template-videoheader-dark-page .site-header .main-navigation.toggled .menu-toggle .line-1,
.page-template-videoheader-dark-page .site-header .main-navigation.toggled .menu-toggle .line-2,
.page-template-videoheader-dark-page .site-header .main-navigation.toggled .menu-toggle .line-3 {
  background-color: #3D5562;
}
.page-template-videoheader-page .entry-content > div:first-child,
.page-template-videoheader-dark-page .entry-content > div:first-child {
  z-index: -1;
}
@media screen and (min-width: 800px) {
  .page-template-videoheader-page .entry-content > div:first-child,
.page-template-videoheader-dark-page .entry-content > div:first-child {
    margin-top: -75px;
  }
}
.page-template-videoheader-page .entry-content > div:first-child.wp-block-cover,
.page-template-videoheader-dark-page .entry-content > div:first-child.wp-block-cover {
  min-height: calc(80vh + 150px);
}
.page-template-videoheader-page .entry-content > div:first-child.wp-block-cover .wp-block-cover__inner-container,
.page-template-videoheader-dark-page .entry-content > div:first-child.wp-block-cover .wp-block-cover__inner-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 88px;
  margin-bottom: 44px;
}

.page-template-videoheader-dark-page {
  --sub-menu-arrow-color: #FFF;
}
.page-template-videoheader-dark-page .site-header ul.menu li a {
  color: var(--wp--preset--color--beige-light);
}
.page-template-videoheader-dark-page .site-header .site-branding path {
  fill: var(--wp--preset--color--beige-light);
}

.page-template-legal-page .title {
  margin-bottom: 56px;
}
@media (max-width: 800px) {
  .page-template-legal-page .title {
    margin-top: 64px;
    margin-bottom: 24px;
  }
}
.page-template-legal-page #primary {
  padding-bottom: 15vw;
}

/*! Alignments */
.site .wp-block-columns,
.site .wp-block-group {
  max-width: 723px;
  padding: 0 24px;
  margin: 0 auto;
}
.site .wp-block-columns.alignwide,
.site .wp-block-group.alignwide {
  max-width: 1228px;
}
.site .wp-block-columns.alignfull,
.site .wp-block-group.alignfull {
  max-width: none;
  padding: 0;
}
.site .wp-block-columns .wp-block-columns,
.site .wp-block-columns .wp-block-group,
.site .wp-block-group .wp-block-columns,
.site .wp-block-group .wp-block-group {
  padding: 0;
}

.page-template-legal-page .site-main .entry-header h2 {
  font-family: "Barlow";
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

.vjs-svg-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  fill: currentColor;
  height: 1.8em;
  width: 1.8em;
}

.vjs-svg-icon:before {
  content: none !important;
}

.vjs-control:focus .vjs-svg-icon, .vjs-svg-icon:hover {
  filter: drop-shadow(0 0 0.25em #fff);
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABUgAAsAAAAAItAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV33Y21hcAAAAYQAAAEJAAAD5p42+VxnbHlmAAACkAAADwwAABdk9R/WHmhlYWQAABGcAAAAKwAAADYn8kSnaGhlYQAAEcgAAAAdAAAAJA+RCL1obXR4AAAR6AAAABMAAAC8Q44AAGxvY2EAABH8AAAAYAAAAGB7SIHGbWF4cAAAElwAAAAfAAAAIAFAAI9uYW1lAAASfAAAASUAAAIK1cf1oHBvc3QAABOkAAABfAAAAnXdFqh1eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR7xDiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGPHcRdyA4RZgQRADbZCycAAHic7dPXbcMwAEXRK1vuvffem749XAbKV3bjBA6fXsaIgMMLEWoQJaAEFKNnlELyQ4K27zib5PNF6vl8yld+TKr5kH0+cUw0xv00Hwvx2DResUyFKrV4XoMmLdp06NKjz4AhI8ZMmDJjzoIlK9Zs2LJjz4EjJ85cuHLjziPe/0UWL17mf2tqKLz/9jK9f8tXpGCoRdPKhtS0RqFkWvVQNtSKoVYNtWaoddPXEBqG2jQ9XWgZattQO4baNdSeofYNdWCoQ0MdGerYUCeGOjXUmaHODXVhqEtDXRnq2lA3hro11J2h7g31YKhHQz0Z6tlQL4Z6NdSbod4N9WGoT9MfHF6GmhnZLxyDcRMAAAB4nJ1YC1gUV5auc6urCmxEGrq6VRD6ATQP5dHPKK8GRIyoKApoEBUDAiGzGmdUfKNRM4qLZrUZdGKcGN/GZJKd0SyOWTbfbmZ2NxqzM5IxRtNZd78vwYlJdtREoO7sudVNq6PmmxmKqrqPU+eee173P80Bh39Cu9DOEY4DHZBK3i20D/QRLcfxbE5sEVtwLpZzclw4ibFIkSCJUcZ4MBpMnnzwuKNsGWBL5i3qy6kO2dVpvUpKbkAP9fq62rdeGJ+TM/7C1nbIutfuWrWk5ci4zMxxR1qW/N+9JsmCGXj9VKWhFx/6tr/nz78INDm2C9yPF/fDcxLuyKxLBZ1ZBz2QTi+RSkiH5RrDQJ/GgGQadX9m0YSURs7GpSG905Zsk41uj14yul1OtieZ7QUk5GRG/YiS7PYYPSAZNRed9sq3+bOpz00rKb7pe/ZEZvbALxZAHT3AFoH8GXP3rt67QFn40kt8W13FjLTDb48c+fSi5/7h0P4dL5yz7DPtbmgmYxfQA9RL2+EOfTcvdp+1vmuBpvOll1As1S6ak0IvJzC7sKWJFtJgBd2uWcg+0Zyg7dzQfhcjXRgXGZRf5/a4A58IDU777Nl252AUk4m2ByRRjqTNqIDCEJeAnU3iCFwrkrNwXEzg4yFevBwypzxkcX+AIfk3VEKl3XmWbT8788SzvpvFJaiOezL6QyuSr9VNf97csNu0z3LuhR0wATUxZAfVBwVOy+nQFhxYdWaXlXe4HC4zWGWzzsrLDtmhI9pOWOHv7PTT7XybH1Z0+v2d5Abd3kmG+TsH23CS/KwTxx/JkzEwx6jcQOUc42LLwHJ/J93uZ9ygh3HuZGwqsY9dWDHQ58dxNqyqKRQTYdxwTubiOSs3FiMDkq0WSZQgCT0GBDOg2lxOAd1FlPVGs4AKBAcYHHaP2wPkHaivmLF5zYqnIZrvcHx5gN4k/6tchNW1DtdgNL2KrxEkS/kfnIHoVnp1VjmjpTf5r0lTzLj0mdS28tX+XGorU364eMPmnWVl8J36nlKGw3CZhjEiuMw8h8mKvhGD+4/lElBWjAhLJMg6fTw4zPZ8cOmcGQBm2Qxml1nAm13CpYGq1JKUlJJUzQn1PTAO0mgv6VMMpA/DuRfSWEu4lDIxdbAtdWIKvnn2Vk766CWfz9fpY0sH/UpdP50rfszaVpdVRmvIejEdLMk45s4Bu0EWHjeOySmFyZSiMahvZdNSn29peoI/YexYfKQTLeurTXXwEVLeSfInTWHkkMaeUx7sBvOCSTSj3AlcKjfueyS36tCrXDlgRtF0etFq9jhc1kfKuBT/OwMr0F4UUTTh1AN0g20+H/ScPcsIEsYu9d/zN5PmjprPtNwI1ZZcDK6iC97Mcjp2y2aX36f+QbpGHrgRuHlXJ+Zf6PFRL2uQSp8vxHeF2IoRb8Rd2rhMzsNxSRmEuKK4JFnkojhMcx6jzqHzGMGFcW+MhBj0bhf6cowN+45I4LHvwT6fteu7M42wGRI/pxcg6/MZdEvt1U1XaulHFXuLmqov/MukvRVL35/b3ODM1+4aPjtzeK7zmUkV2h3DN54HaQ9GzJvxHRb6Ks2gB81fwqraT+A7GvZJrRLRofU6G0urNL+zFw3v0FaVDFxsKEZW56F31r6ip6vOL+FCObBPuIMRiXld9RaMdLzRIOGhPey2T9vA/35DmZPK9IWaT9d/WgOGMieYqJ/dzjLIhZU118gbysxrNUGefxD6UO/hyNNllpFTOIbx32kSFQctnweV5PxTMHLjRqiAN+fQE9gL+Xy5WB6MOS4GJJuYbDUHhcKDhHGRbLzOpjsjdM1+iwAZLGeieehACX2hhI7SjK/ZUTNrvVje31TxJiFBGYViWFkCn9PMeX9fS6qVbzfCj4fOCTzDnuWy2c4xA7mdNkA3RS9FH2VeqzdCBlixxbzXjvkHU1I8BOYFb1pZvPIHSSIj4svT8xpzcxtXN+ZKyjdDvbz08niiF3PqV9Tn5NST8vg48MTaY8E5xqSSIsWoWHo+LtAzxdH/GDUyp37CBEYfso04F/NlMTcDJUTpECLY0HFGQHImE8xsEUdgnrQlixIvGhJA1BvxpDHGxEMBYFeNOHcBJlSjwe2JcSfbBEsGOPPBHg/6SBBOCsLLw0SpUxod0Z1bFMfLkbQ3UiZxEyd0Dx8t+SRBu18Q9msFbI4e3p1THEfkSEh7kEJ5orR10qTWDvbgPWn5aWvCYyOAjwgXyjJi34uMjo58L25cmRAeQZWI2PA1QQLsPESAH8WGFwZZ4SPoR73BHPzIPMJj9AreBzKUmrH4todT18ANvi1oc3YGjUT/0j+ExUwq8PI9BLaCQIpvewwYu2evAG/Vo/5avPdY7o+BemLLXw3y+AdkzP9bpIxB1wm5EYq8fesHbPEPtm6HrHvtx4jcGPR8fDDpkZBefIjB46QnlUNRltv4Z/pO/J6dxEjhYAtmoMeq+GozvUVvNYOW3m6GCIhoprcfr97B8AcIQYsfD8ljUvGNjvkrpj0ETA48ZMIxCeqsRIsQALE0gi2GB+glSOfbOjW3GSBM9yPq8/rpJXrJDz0BPxV6xdN4uiCGDQed3WhgFkBUZEFsmeyyBpzXrm7UGTBZG8Lh5aubFufk5eUsbrrFGr7McYdbltxa0nKYqRKbQjvikXYkTGM0f2xuyM3Ly21oXnWfvf6I1BmZwfh7EWWIYsg2nHhsDhOnczhJcmI6eBAmy3jZ3RiJmKQR/JA99FcwsfaVbNDDyi1rL9NPj9hfo61wjM6BjzOLijLpeTgk/pL+ip6tfYWupzeOgPny2tcUu9J/9mhxJlgyi985NFRbvCVewXUNXLJaW0RxZqtRYtnfYdcYomXQWdnJHQA3jiEEkeTQWcWxdDP9IvvVWvo2TK553XEMEq+s69/QDU1Q7p0zxwsm9qS379whr8NI2PJqLUyGyfNeX3eFfnJU2U+uHR9cVV1IqgurqwuV44XVp0h2qN55X5XJwtk59yP0IZuHrqBOBIuIYhkcoT6Kx79Pu2HS/IPZIMOqLWs/pteOOk4NPgEb6QAIdAPsyZk5Mwd+wVaHMexJv719W7xCu2l37UG6lvYdBcvHa08p89741zd63phTRGqL5ggo6SlvdbWXzCqsPq78NnSu7wnKy2HNZbVoRCI7UJEOyRj+sPE002tOOY7Qa5fXboFWkLNeqYUSZRocp9XwSUZxcQZ9Hw6LV2pOoVmvHQEDbGIENEG5i6bLgMSM4n8+FNLTtAds99DaWEvgcf4o5SyYe9x+kF6/tGoTPAdRmS/XQIEy//QxKC2oqioAI3tS5auvxCtzT6y6RK8fhChYcwCJaMJhxc0vqSxQ/qmgsrKAlBZUHlauheTpvd9uj5DnLzJct6qfq5fXbYHVIGcfrIVJihbaVLu1wW7Vbs8zK0A8e9Jvb91S9cVMjPrazD6gpfeZTXzYbCFMcppVRsGMpp55OWgx1/3JeAxW1Y7AORgM/m3rWrsdLkQVmEVSU16cX/e7uvkvpqRiQsG06XJ0t64Tf+l0nG1dt025gyOIZlvq5u9KSU1N2TW/rsWnnMRPyTDkctbhvIcNvYIXWyLzdwYLoYesUbaQG4iK2cWO2gdpeUYLqDD0MUTOPhDIGnZEs58yArR86FznuWEsU4YDi2x26dA4klkn8Qa6vhk2QUfX4Jxm/ngX9r7ogn1dmlmwqZmuhxtdg9XN/DEcUgqb+9hMyNansfaQET2mcROCmGEMVqxm5u+h6kN2MOwgqykV2wH9yQG9DvVFU38Pogaf4FVuE62KI/oJ02RDdWW2w5dqQwU/8+N1q1DlvsL863u61KLE7x/o8w0VJQM/Y/SQ3unIrqxueEa1BqT5VFNsO7p39/UC771a77RowpaKe9nvJQIT1Pog5LGx8XblBKmCNGTf3xMogAQvPnz9PYKX/08sVDTG1OKUlOLUgS/UaZtm1NAaYTsl7i9ZQ+L6O4Rl0OGa577LuWvc+C+x96/vYh0lLBuM+7XwI/dTLtdT7v4d6rRTWDnku0IBrqFnZ5bVIqKP8lasJlithWnaLhTsr8qFJBulF/70p4undou36HeTJ5+jv1fCybeQ8nH3+Xv6aENczmOFlab+hqMDg1rLOt12A+tiUFrYDwQ6c3RUJp601nzegTNX6WlYAI2zSUV945F6zU56ZmZVQaWspWcIADxJ9GmljQUnL2p2Dpr5T8H+5KJFu+vqBq8qvyHRzStLHPEO5SPYCV9nZe0yZT2RcH0oHvegSzNEJ0oGWU8iQWM12dgPEugngVceGIwZgPFp0BiT1a0a3R5Rcot7ihfA1J/20v96jX7zmTX9s583H0kwx6WnLd09cXrR9LGroOa9sHNbdyz8wcKk5lqhaVFJZNwmqtw884MXNdvJujpBa3xzuSaZH9sxa06Z7x+HJSduPbdYHv/DgmEhfbehvlmGN7JUkcG78GDM12CeyFFTPNqVeNxC1gzjz+c2nVo63Xxs8rKJWXoBJM0tmEbfGm4qzpoOH3xpzQfyxLzW1gnE9NHo6tol1eMEic4ZVPrjnVi0kqAe2sQ2bgqupScaq8WGlUWgWHI51SKJl/UYT6zccNsCSkBtiVZLsiefuFSDYT3Fi8Zk7EUnmjTRYtsFeuDDJS05MW79M3mr3mla+d8dzac31KTPmBYfFiYSUef48PhPjm9ryZsSGZZkdNvzq0Y9rdNcwDq5Dg5C3QW+7UN64IKptvS3tvHbvu5c9pv1Exau21rc9LIpwpQwUjTq8576yeVDz5+4WZ1nXT43wV60rPLJbDp/UksNrP3iQ2SA63Pst058gOYDbhRnRUw8l/sRt4HbxPzO4WYpInCpuVgSbVh6JXuwnnJngKTTCwaPWmG5Xbhpm1U0Yt3FyBGpGYemPM77p2TD904JjgJ2QFpFLeYpGx8X15Qx1Zk31p5ki9ZLUuXE0lmuJlcakJMVLeFS1iIvrB8drY0aloilakqCZwzwRORtxlgwxS4IThggJd4TDxoiaAIT80fFPGrCPPru+puFn504P/ybr4ihA/6dKASLshEJic7xE8tmzu3KzA7TABBe8y5fNbWo3ilQn/SuFKM16b2l5bOeayqfGhYmhIulU+fVNDdWVv4NMzX10MBHyPR5uhWUu8D9P1VnIMt4nGNgZGBgAOJ/1bf64vltvjJwszOAwAOlmqvINEc/WJyDgQlEAQA+dgnjAHicY2BkYGBnAAGOPgaG//85+hkYGVCBPgBGJwNkAAAAeJxjYGBgYB/EmKMPtxwAhg4B0gAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAe4CLgKKAtAC/ANiA4wDqAPgBDAEsATaBQgFWgXABggGLgZwBqwG9gdOB4oH0ggqCHAIhgicCMgJJAlWCYgJrAnyCkAKdgrkC7J4nGNgZGBg0GdoZmBnAAEmIOYCQgaG/2A+AwAaqwHQAHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkXlT2zAQxf1C4thJAwRajt4HRy8VMwwfSJHXsQZZcnUQ+PYoTtwpM+wf2t9brWZ2n5JBsol58nJcYYAdDDFCijEy5JhgileYYRd72MccBzjEa7zBEY5xglO8xTu8xwd8xCd8xhd8xTec4RwXuMR3/MBP/MJvMPzBFYpk2Cr+OF0fTEgrFI1aHhxN740KDbEmeJpsWZlVj40s+45aLuv9KijlhCXSjLQnu/d/4UH6sWul1mRzFxZeekUuE7z10mg3qMtM1FGQddPSrLQyvJR6OaukItYXDp6pCJrmz0umqkau5pZ2hFmm7m+ImG5W2t0kZoJXUtPhVnYTbbdOBdeCVGqpJe7XKTqSbRK7zbdwXfR0U+SVsStuS3Y76em6+Ic3xYiHUppc04Nn0lMzay3dSxNcp8auDlWlaCi48yetFD7Y9USsx87G45cuop1ZxQUtjLnL4j53FO0a+5X08UXqQ7NQNo92R0XOz7sxWEnxN2TneJI8Acttu4Q=) format("woff");
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder, .vjs-icon-play {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder, .vjs-icon-pause {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before, .vjs-icon-pause:before {
  content: "\f103";
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder, .vjs-icon-volume-mute {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before, .vjs-icon-volume-mute:before {
  content: "\f104";
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder, .vjs-icon-volume-low {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before, .vjs-icon-volume-low:before {
  content: "\f105";
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder, .vjs-icon-volume-mid {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before, .vjs-icon-volume-mid:before {
  content: "\f106";
}

.video-js .vjs-mute-control .vjs-icon-placeholder, .vjs-icon-volume-high {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before, .vjs-icon-volume-high:before {
  content: "\f107";
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-enter:before {
  content: "\f108";
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-exit:before {
  content: "\f109";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10a";
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-subtitles {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-subtitles:before {
  content: "\f10b";
}

.video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-captions {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-captions:before {
  content: "\f10c";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f10d";
}

.video-js .vjs-chapters-button .vjs-icon-placeholder, .vjs-icon-chapters {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before, .vjs-icon-chapters:before {
  content: "\f10e";
}

.vjs-icon-downloading {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-downloading:before {
  content: "\f10f";
}

.vjs-icon-file-download {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-file-download:before {
  content: "\f110";
}

.vjs-icon-file-download-done {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-file-download-done:before {
  content: "\f111";
}

.vjs-icon-file-download-off {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-file-download-off:before {
  content: "\f112";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f113";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f114";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f115";
}

.video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f117";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f118";
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder, .vjs-icon-cancel {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before, .vjs-icon-cancel:before {
  content: "\f119";
}

.vjs-icon-repeat {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-repeat:before {
  content: "\f11a";
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder, .vjs-icon-replay {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before, .vjs-icon-replay:before {
  content: "\f11b";
}

.video-js .vjs-skip-backward-5 .vjs-icon-placeholder, .vjs-icon-replay-5 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before, .vjs-icon-replay-5:before {
  content: "\f11c";
}

.video-js .vjs-skip-backward-10 .vjs-icon-placeholder, .vjs-icon-replay-10 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before, .vjs-icon-replay-10:before {
  content: "\f11d";
}

.video-js .vjs-skip-backward-30 .vjs-icon-placeholder, .vjs-icon-replay-30 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before, .vjs-icon-replay-30:before {
  content: "\f11e";
}

.video-js .vjs-skip-forward-5 .vjs-icon-placeholder, .vjs-icon-forward-5 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before, .vjs-icon-forward-5:before {
  content: "\f11f";
}

.video-js .vjs-skip-forward-10 .vjs-icon-placeholder, .vjs-icon-forward-10 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before, .vjs-icon-forward-10:before {
  content: "\f120";
}

.video-js .vjs-skip-forward-30 .vjs-icon-placeholder, .vjs-icon-forward-30 {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before, .vjs-icon-forward-30:before {
  content: "\f121";
}

.video-js .vjs-audio-button .vjs-icon-placeholder, .vjs-icon-audio {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before, .vjs-icon-audio:before {
  content: "\f122";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f123";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f124";
}

.vjs-icon-shuffle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-shuffle:before {
  content: "\f125";
}

.vjs-icon-cast {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-cast:before {
  content: "\f126";
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder, .vjs-icon-picture-in-picture-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before, .vjs-icon-picture-in-picture-enter:before {
  content: "\f127";
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder, .vjs-icon-picture-in-picture-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before, .vjs-icon-picture-in-picture-exit:before {
  content: "\f128";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f129";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f12a";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f12b";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f12c";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f12d";
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder, .vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before, .vjs-icon-audio-description:before {
  content: "\f12e";
}

.video-js {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: 0;
}

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

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-1-1, .video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-9-16, .video-js.vjs-fluid {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode), .video-js.vjs-16-9:not(.vjs-audio-only-mode), .video-js.vjs-4-3:not(.vjs-audio-only-mode), .video-js.vjs-9-16:not(.vjs-audio-only-mode), .video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window, body.vjs-pip-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen, body.vjs-pip-window .video-js {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs), body.vjs-pip-window .video-js {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
  display: block;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-pip-container .vjs-pip-text {
  position: absolute;
  bottom: 10%;
  font-size: 2em;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5em;
  text-align: center;
  width: 100%;
}

.vjs-layout-small.vjs-pip-container .vjs-pip-text, .vjs-layout-tiny.vjs-pip-container .vjs-pip-text, .vjs-layout-x-small.vjs-pip-container .vjs-pip-text {
  bottom: 0;
  font-size: 1.4em;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0 auto;
}

.vjs-no-js a, .vjs-no-js a:visited {
  color: #66a8cc;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-top: -0.81666em;
  margin-left: -1.5em;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}

.vjs-big-play-button .vjs-svg-icon {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause:not(.vjs-seeking, .vjs-scrubbing, .vjs-error) .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: 0 0;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.js-focus-visible .vjs-menu li.vjs-menu-item:hover, .vjs-menu li.vjs-menu-item:focus, .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.js-focus-visible .vjs-menu li.vjs-selected:hover, .vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f;
}

.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon, .vjs-menu li.vjs-selected .vjs-svg-icon, .vjs-menu li.vjs-selected:focus .vjs-svg-icon, .vjs-menu li.vjs-selected:hover .vjs-svg-icon {
  fill: #000;
}

.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible), .video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible) {
  background: 0 0;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: 700;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-pip-window .vjs-menu-button-popup .vjs-menu {
  left: unset;
  right: 1em;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing, .vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline:hover .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js:not(.vjs-controls-disabled, .vjs-using-native-controls, .vjs-error) .vjs-control-bar.vjs-lock-showing {
  display: flex !important;
}

.vjs-audio-only-mode .vjs-control-bar, .vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar, .vjs-error .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar {
  display: none !important;
}

.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar, .vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.vjs-button > .vjs-svg-icon {
  display: inline-block;
}

.video-js .vjs-control:focus, .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff;
}

.video-js :not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-progress-holder .vjs-play-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  line-height: 0.35em;
  z-index: 1;
}

.vjs-svg-icons-enabled .vjs-play-progress:before {
  content: none !important;
}

.vjs-play-progress .vjs-svg-icon {
  position: absolute;
  top: -0.35em;
  right: -0.4em;
  width: 0.9em;
  height: 0.9em;
  pointer-events: none;
  line-height: 0.15em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip, .video-js .vjs-progress-control:hover .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
  width: 10em;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-svg-icons-enabled .vjs-volume-level:before {
  content: none;
}

.vjs-volume-level .vjs-svg-icon {
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  pointer-events: none;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  line-height: 0.35em;
  right: -0.5em;
}

.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon {
  right: -0.3em;
  transform: translateY(-50%);
}

.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon {
  top: -0.55em;
  transform: translateX(-50%);
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip, .video-js .vjs-volume-control:hover .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip, .video-js .vjs-volume-vertical:hover .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster, .vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster, .vjs-has-started.vjs-audio-poster-mode .vjs-poster, .vjs-pip-container.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.video-js.vjs-liveui .vjs-live-control, .video-js:not(.vjs-live) .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control, .video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-svg-icons-enabled .vjs-seek-to-live-control {
  line-height: 0;
}

.vjs-seek-to-live-control .vjs-svg-icon {
  width: 1em;
  height: 1em;
  pointer-events: none;
  fill: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon {
  fill: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.video-js .vjs-current-time, .video-js .vjs-duration, .vjs-live .vjs-time-control, .vjs-live .vjs-time-divider {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.vjs-error .vjs-text-track-display {
  display: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display, .video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display, .video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}

.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control, .vjs-pip-window .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.video-js.vjs-audio-only-mode .vjs-fullscreen-control, .vjs-pip-window .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate .vjs-playback-rate-value, .vjs-playback-rate > .vjs-menu-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.85;
  text-align: left;
  border: 0.6em solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-error .vjs-loading-spinner {
  display: none;
}

.vjs-loading-spinner:after, .vjs-loading-spinner:before {
  content: "";
  position: absolute;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #fff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-svg-icon {
  width: 1.5em;
  height: 1.5em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10c";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder, .video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before, .video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f12e";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time, .video-js.vjs-layout-small .vjs-duration, .video-js.vjs-layout-small .vjs-playback-rate, .video-js.vjs-layout-small .vjs-remaining-time, .video-js.vjs-layout-small .vjs-time-divider, .video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time, .video-js.vjs-layout-tiny .vjs-duration, .video-js.vjs-layout-tiny .vjs-playback-rate, .video-js.vjs-layout-tiny .vjs-remaining-time, .video-js.vjs-layout-tiny .vjs-time-divider, .video-js.vjs-layout-tiny .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time, .video-js.vjs-layout-x-small .vjs-duration, .video-js.vjs-layout-x-small .vjs-playback-rate, .video-js.vjs-layout-x-small .vjs-remaining-time, .video-js.vjs-layout-x-small .vjs-time-divider, .video-js.vjs-layout-x-small .vjs-volume-control {
  display: none;
}

.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
  width: auto;
  width: initial;
}

.video-js.vjs-layout-tiny .vjs-progress-control, .video-js.vjs-layout-x-small .vjs-progress-control {
  display: none;
}

.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-error .vjs-text-track-settings {
  display: none;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors, .vjs-text-track-settings .vjs-track-settings-controls, .vjs-text-track-settings .vjs-track-settings-font {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0 24px;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content, .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content, .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-text-track-settings select {
  font-size: inherit;
}

.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 10px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
  padding: 0 0.6em 0.8em;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
}

.vjs-text-track-settings .vjs-label {
  margin: 0 0.5em 0.5em 0;
}

.vjs-track-settings-controls button:active, .vjs-track-settings-controls button:focus {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2b333f;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

.vjs-title-bar {
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  font-size: 1.2em;
  line-height: 1.5;
  transition: opacity 0.1s;
  padding: 0.666em 1.333em 4em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.vjs-error .vjs-title-bar {
  display: none;
}

.vjs-title-bar-description, .vjs-title-bar-title {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vjs-title-bar-title {
  font-weight: 700;
  margin-bottom: 0.333em;
}

.vjs-playing.vjs-user-inactive .vjs-title-bar {
  opacity: 0;
  transition: opacity 1s;
}

.video-js .vjs-skip-forward-5 {
  cursor: pointer;
}

.video-js .vjs-skip-forward-10 {
  cursor: pointer;
}

.video-js .vjs-skip-forward-30 {
  cursor: pointer;
}

.video-js .vjs-skip-backward-5 {
  cursor: pointer;
}

.video-js .vjs-skip-backward-10 {
  cursor: pointer;
}

.video-js .vjs-skip-backward-30 {
  cursor: pointer;
}

@media print {
  .video-js > :not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js :focus:not(.focus-visible) {
  outline: 0;
}

.video-js :focus:not(:focus-visible) {
  outline: 0;
}

.vjs-loading-spinner {
  display: none !important;
}

.video-js .vjs-text-track-display div {
  font-family: "Sofia Pro", sans-serif;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Alignments
--------------------------------------------- */
/*! WP BLCOKS
//--------------------------------------------------------------*/
hr.wp-block-separator {
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 37 17'%3E%3Cpath d='m461.023 12.945.105.015a.75.75 0 0 0 .213-1.485l-.093-.013a.75.75 0 1 0-.225 1.483Zm-33.256-.151.106-.008a.75.75 0 0 0-.114-1.496 2.764 2.764 0 0 1-.094.007.75.75 0 0 0 .102 1.497Zm3.214-.607.101-.032a.75.75 0 0 0-.462-1.427l-.09.028a.751.751 0 0 0 .451 1.431Zm26.891-.103.098.04a.75.75 0 0 0 .55-1.396l-.088-.035a.75.75 0 0 0-.56 1.391Zm-23.91-1.244.09-.055a.75.75 0 0 0-.786-1.278l-.081.049a.75.75 0 0 0 .777 1.284Zm21.041-.32.087.06a.75.75 0 0 0 .857-1.23l-.077-.055a.751.751 0 0 0-.867 1.225ZM436.52 8.856l.07-.063a.75.75 0 0 0-.999-1.12l-.078.071a.75.75 0 1 0 1.007 1.112Zm16.08-.376.072.06a.751.751 0 0 0 .963-1.15l-.081-.067a.75.75 0 1 0-.954 1.157Zm-13.704-1.313.083-.044a.75.75 0 0 0-.707-1.323l-.093.05a.75.75 0 1 0 .717 1.317Zm11.251-.262.085.041a.75.75 0 0 0 .665-1.344l-.095-.047a.75.75 0 1 0-.655 1.35Zm-8.544-.816.091-.024a.75.75 0 0 0-.374-1.453l-.102.027a.75.75 0 0 0 .385 1.45Zm5.789-.135.092.02a.75.75 0 1 0 .329-1.463 3.804 3.804 0 0 0-.103-.023.75.75 0 0 0-.318 1.466Zm-2.902-.276.094-.002a.75.75 0 0 0-.023-1.5l-.106.002a.75.75 0 1 0 .035 1.5Z' style='fill:%233F6477;fill-opacity:.6' transform='translate(-426.952 -.007)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-position: center center;
  background-size: auto 17px;
  height: 17px;
  border: none;
}
@media screen and (min-width: 800px) {
  hr.wp-block-separator.has-beige-light-color {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 37 17'%3E%3Cpath d='m461.023 12.945.105.015a.75.75 0 0 0 .213-1.485l-.093-.013a.75.75 0 1 0-.225 1.483Zm-33.256-.151.106-.008a.75.75 0 0 0-.114-1.496 2.764 2.764 0 0 1-.094.007.75.75 0 0 0 .102 1.497Zm3.214-.607.101-.032a.75.75 0 0 0-.462-1.427l-.09.028a.751.751 0 0 0 .451 1.431Zm26.891-.103.098.04a.75.75 0 0 0 .55-1.396l-.088-.035a.75.75 0 0 0-.56 1.391Zm-23.91-1.244.09-.055a.75.75 0 0 0-.786-1.278l-.081.049a.75.75 0 0 0 .777 1.284Zm21.041-.32.087.06a.75.75 0 0 0 .857-1.23l-.077-.055a.751.751 0 0 0-.867 1.225ZM436.52 8.856l.07-.063a.75.75 0 0 0-.999-1.12l-.078.071a.75.75 0 1 0 1.007 1.112Zm16.08-.376.072.06a.751.751 0 0 0 .963-1.15l-.081-.067a.75.75 0 1 0-.954 1.157Zm-13.704-1.313.083-.044a.75.75 0 0 0-.707-1.323l-.093.05a.75.75 0 1 0 .717 1.317Zm11.251-.262.085.041a.75.75 0 0 0 .665-1.344l-.095-.047a.75.75 0 1 0-.655 1.35Zm-8.544-.816.091-.024a.75.75 0 0 0-.374-1.453l-.102.027a.75.75 0 0 0 .385 1.45Zm5.789-.135.092.02a.75.75 0 1 0 .329-1.463 3.804 3.804 0 0 0-.103-.023.75.75 0 0 0-.318 1.466Zm-2.902-.276.094-.002a.75.75 0 0 0-.023-1.5l-.106.002a.75.75 0 1 0 .035 1.5Z' style='fill:%23E8EBED;fill-opacity:.6' transform='translate(-426.952 -.007)'/%3E%3C/svg%3E");
  }
  hr.wp-block-separator.has-beige-dark-color {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 37 17'%3E%3Cpath d='m461.023 12.945.105.015a.75.75 0 0 0 .213-1.485l-.093-.013a.75.75 0 1 0-.225 1.483Zm-33.256-.151.106-.008a.75.75 0 0 0-.114-1.496 2.764 2.764 0 0 1-.094.007.75.75 0 0 0 .102 1.497Zm3.214-.607.101-.032a.75.75 0 0 0-.462-1.427l-.09.028a.751.751 0 0 0 .451 1.431Zm26.891-.103.098.04a.75.75 0 0 0 .55-1.396l-.088-.035a.75.75 0 0 0-.56 1.391Zm-23.91-1.244.09-.055a.75.75 0 0 0-.786-1.278l-.081.049a.75.75 0 0 0 .777 1.284Zm21.041-.32.087.06a.75.75 0 0 0 .857-1.23l-.077-.055a.751.751 0 0 0-.867 1.225ZM436.52 8.856l.07-.063a.75.75 0 0 0-.999-1.12l-.078.071a.75.75 0 1 0 1.007 1.112Zm16.08-.376.072.06a.751.751 0 0 0 .963-1.15l-.081-.067a.75.75 0 1 0-.954 1.157Zm-13.704-1.313.083-.044a.75.75 0 0 0-.707-1.323l-.093.05a.75.75 0 1 0 .717 1.317Zm11.251-.262.085.041a.75.75 0 0 0 .665-1.344l-.095-.047a.75.75 0 1 0-.655 1.35Zm-8.544-.816.091-.024a.75.75 0 0 0-.374-1.453l-.102.027a.75.75 0 0 0 .385 1.45Zm5.789-.135.092.02a.75.75 0 1 0 .329-1.463 3.804 3.804 0 0 0-.103-.023.75.75 0 0 0-.318 1.466Zm-2.902-.276.094-.002a.75.75 0 0 0-.023-1.5l-.106.002a.75.75 0 1 0 .035 1.5Z' style='fill:%23DCE1E8;fill-opacity:.6' transform='translate(-426.952 -.007)'/%3E%3C/svg%3E");
  }
}
hr.wp-block-separator.has-blue-light-color {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 37 17'%3E%3Cpath d='m461.023 12.945.105.015a.75.75 0 0 0 .213-1.485l-.093-.013a.75.75 0 1 0-.225 1.483Zm-33.256-.151.106-.008a.75.75 0 0 0-.114-1.496 2.764 2.764 0 0 1-.094.007.75.75 0 0 0 .102 1.497Zm3.214-.607.101-.032a.75.75 0 0 0-.462-1.427l-.09.028a.751.751 0 0 0 .451 1.431Zm26.891-.103.098.04a.75.75 0 0 0 .55-1.396l-.088-.035a.75.75 0 0 0-.56 1.391Zm-23.91-1.244.09-.055a.75.75 0 0 0-.786-1.278l-.081.049a.75.75 0 0 0 .777 1.284Zm21.041-.32.087.06a.75.75 0 0 0 .857-1.23l-.077-.055a.751.751 0 0 0-.867 1.225ZM436.52 8.856l.07-.063a.75.75 0 0 0-.999-1.12l-.078.071a.75.75 0 1 0 1.007 1.112Zm16.08-.376.072.06a.751.751 0 0 0 .963-1.15l-.081-.067a.75.75 0 1 0-.954 1.157Zm-13.704-1.313.083-.044a.75.75 0 0 0-.707-1.323l-.093.05a.75.75 0 1 0 .717 1.317Zm11.251-.262.085.041a.75.75 0 0 0 .665-1.344l-.095-.047a.75.75 0 1 0-.655 1.35Zm-8.544-.816.091-.024a.75.75 0 0 0-.374-1.453l-.102.027a.75.75 0 0 0 .385 1.45Zm5.789-.135.092.02a.75.75 0 1 0 .329-1.463 3.804 3.804 0 0 0-.103-.023.75.75 0 0 0-.318 1.466Zm-2.902-.276.094-.002a.75.75 0 0 0-.023-1.5l-.106.002a.75.75 0 1 0 .035 1.5Z' style='fill:%2321445C;fill-opacity:.6' transform='translate(-426.952 -.007)'/%3E%3C/svg%3E");
}
hr.wp-block-separator.has-blue-medium-color {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 37 17'%3E%3Cpath d='m461.023 12.945.105.015a.75.75 0 0 0 .213-1.485l-.093-.013a.75.75 0 1 0-.225 1.483Zm-33.256-.151.106-.008a.75.75 0 0 0-.114-1.496 2.764 2.764 0 0 1-.094.007.75.75 0 0 0 .102 1.497Zm3.214-.607.101-.032a.75.75 0 0 0-.462-1.427l-.09.028a.751.751 0 0 0 .451 1.431Zm26.891-.103.098.04a.75.75 0 0 0 .55-1.396l-.088-.035a.75.75 0 0 0-.56 1.391Zm-23.91-1.244.09-.055a.75.75 0 0 0-.786-1.278l-.081.049a.75.75 0 0 0 .777 1.284Zm21.041-.32.087.06a.75.75 0 0 0 .857-1.23l-.077-.055a.751.751 0 0 0-.867 1.225ZM436.52 8.856l.07-.063a.75.75 0 0 0-.999-1.12l-.078.071a.75.75 0 1 0 1.007 1.112Zm16.08-.376.072.06a.751.751 0 0 0 .963-1.15l-.081-.067a.75.75 0 1 0-.954 1.157Zm-13.704-1.313.083-.044a.75.75 0 0 0-.707-1.323l-.093.05a.75.75 0 1 0 .717 1.317Zm11.251-.262.085.041a.75.75 0 0 0 .665-1.344l-.095-.047a.75.75 0 1 0-.655 1.35Zm-8.544-.816.091-.024a.75.75 0 0 0-.374-1.453l-.102.027a.75.75 0 0 0 .385 1.45Zm5.789-.135.092.02a.75.75 0 1 0 .329-1.463 3.804 3.804 0 0 0-.103-.023.75.75 0 0 0-.318 1.466Zm-2.902-.276.094-.002a.75.75 0 0 0-.023-1.5l-.106.002a.75.75 0 1 0 .035 1.5Z' style='fill:%23173345;fill-opacity:.6' transform='translate(-426.952 -.007)'/%3E%3C/svg%3E");
}
hr.wp-block-separator.has-blue-dark-color {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 37 17'%3E%3Cpath d='m461.023 12.945.105.015a.75.75 0 0 0 .213-1.485l-.093-.013a.75.75 0 1 0-.225 1.483Zm-33.256-.151.106-.008a.75.75 0 0 0-.114-1.496 2.764 2.764 0 0 1-.094.007.75.75 0 0 0 .102 1.497Zm3.214-.607.101-.032a.75.75 0 0 0-.462-1.427l-.09.028a.751.751 0 0 0 .451 1.431Zm26.891-.103.098.04a.75.75 0 0 0 .55-1.396l-.088-.035a.75.75 0 0 0-.56 1.391Zm-23.91-1.244.09-.055a.75.75 0 0 0-.786-1.278l-.081.049a.75.75 0 0 0 .777 1.284Zm21.041-.32.087.06a.75.75 0 0 0 .857-1.23l-.077-.055a.751.751 0 0 0-.867 1.225ZM436.52 8.856l.07-.063a.75.75 0 0 0-.999-1.12l-.078.071a.75.75 0 1 0 1.007 1.112Zm16.08-.376.072.06a.751.751 0 0 0 .963-1.15l-.081-.067a.75.75 0 1 0-.954 1.157Zm-13.704-1.313.083-.044a.75.75 0 0 0-.707-1.323l-.093.05a.75.75 0 1 0 .717 1.317Zm11.251-.262.085.041a.75.75 0 0 0 .665-1.344l-.095-.047a.75.75 0 1 0-.655 1.35Zm-8.544-.816.091-.024a.75.75 0 0 0-.374-1.453l-.102.027a.75.75 0 0 0 .385 1.45Zm5.789-.135.092.02a.75.75 0 1 0 .329-1.463 3.804 3.804 0 0 0-.103-.023.75.75 0 0 0-.318 1.466Zm-2.902-.276.094-.002a.75.75 0 0 0-.023-1.5l-.106.002a.75.75 0 1 0 .035 1.5Z' style='fill:%2305222E;fill-opacity:.6' transform='translate(-426.952 -.007)'/%3E%3C/svg%3E");
}
hr.wp-block-separator.has-highlight-dark-color {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 37 17'%3E%3Cpath d='m461.023 12.945.105.015a.75.75 0 0 0 .213-1.485l-.093-.013a.75.75 0 1 0-.225 1.483Zm-33.256-.151.106-.008a.75.75 0 0 0-.114-1.496 2.764 2.764 0 0 1-.094.007.75.75 0 0 0 .102 1.497Zm3.214-.607.101-.032a.75.75 0 0 0-.462-1.427l-.09.028a.751.751 0 0 0 .451 1.431Zm26.891-.103.098.04a.75.75 0 0 0 .55-1.396l-.088-.035a.75.75 0 0 0-.56 1.391Zm-23.91-1.244.09-.055a.75.75 0 0 0-.786-1.278l-.081.049a.75.75 0 0 0 .777 1.284Zm21.041-.32.087.06a.75.75 0 0 0 .857-1.23l-.077-.055a.751.751 0 0 0-.867 1.225ZM436.52 8.856l.07-.063a.75.75 0 0 0-.999-1.12l-.078.071a.75.75 0 1 0 1.007 1.112Zm16.08-.376.072.06a.751.751 0 0 0 .963-1.15l-.081-.067a.75.75 0 1 0-.954 1.157Zm-13.704-1.313.083-.044a.75.75 0 0 0-.707-1.323l-.093.05a.75.75 0 1 0 .717 1.317Zm11.251-.262.085.041a.75.75 0 0 0 .665-1.344l-.095-.047a.75.75 0 1 0-.655 1.35Zm-8.544-.816.091-.024a.75.75 0 0 0-.374-1.453l-.102.027a.75.75 0 0 0 .385 1.45Zm5.789-.135.092.02a.75.75 0 1 0 .329-1.463 3.804 3.804 0 0 0-.103-.023.75.75 0 0 0-.318 1.466Zm-2.902-.276.094-.002a.75.75 0 0 0-.023-1.5l-.106.002a.75.75 0 1 0 .035 1.5Z' style='fill:%23008275;fill-opacity:.6' transform='translate(-426.952 -.007)'/%3E%3C/svg%3E");
}

.wp-block-image {
  margin: 0 auto !important;
}
.wp-block-image img {
  border-radius: 0 !important;
}
.wp-block-image img:after {
  content: "";
  clear: both;
}

.wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img {
  border-radius: 16px !important;
}
@media screen and (max-width: 799px) {
  .wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img {
    border-radius: 8px !important;
  }
}

.wp-block-button {
  position: relative;
  height: 56px;
  background-color: var(--wp--preset--color--blue-light);
  border-radius: 63px !important;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transition: all 1s;
}
.wp-block-button .wp-block-button__link {
  top: -2px;
}
.wp-block-button.is-style-fill {
  background-color: var(--wp--preset--color--blue-light);
}
.wp-block-button.is-style-fill:has(.has-blue-medium-background-color) {
  background-color: var(--wp--preset--color--gray-light);
}
.wp-block-button.is-style-fill:has(.has-blue-medium-background-color):after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 743 105'%3E%3Cpath d='M392-18.177V74h-743v-90.924C-257.555 8.939-235.524-31-173.987-31c49.914 0 48.086 29.615 119.275 36.074 61.537 5.583 98.828-30.709 158.781-7.086C233.22 48.877 293.997-47.749 392-18.177Z' style='fill:%230C2531;fill-rule:nonzero' transform='translate(351 31)'/%3E%3C/svg%3E");
}
.wp-block-button.is-style-outline {
  border-radius: 63px;
  background-color: transparent;
}
.wp-block-button.is-style-outline .wp-element-button {
  border: 2px solid transparent;
}
.wp-block-button.is-style-outline:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='28' ry='28' stroke='%2315BDA4' stroke-width='1.5' stroke-dasharray='0.1%2c 3' stroke-dashoffset='4' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 63px;
}
.wp-block-button:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 99;
  top: 56px;
  left: 0;
  transition: all 1.5s;
  opacity: 0.4;
  width: 743px;
  height: 105px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 743 105'%3E%3Cpath d='M392-18.177V74h-743v-90.924C-257.555 8.939-235.524-31-173.987-31c49.914 0 48.086 29.615 119.275 36.074 61.537 5.583 98.828-30.709 158.781-7.086C233.22 48.877 293.997-47.749 392-18.177Z' style='fill:%233F6477;fill-rule:nonzero' transform='translate(351 31)'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: top left;
  background-size: cover;
}
.wp-block-button .wp-element-button {
  position: relative;
  z-index: 999;
  background-color: transparent !important;
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
}
.wp-block-button .wp-element-button:after {
  content: "";
  display: inline-block;
  margin-bottom: -2px;
  margin-right: -4px;
  width: 26px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.5' d='m6.904 12.5 5.27-5.5-5.27-5.5M.031 7h12.396'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: 10px 0;
  background-size: 14px 14px;
  transition: background-position 0.6s;
}
.wp-block-button:hover {
  background: #7EACBD;
}
.wp-block-button:hover:after {
  position: absolute;
  top: -48px;
  left: -425px;
  opacity: 1;
}
.wp-block-button:hover .wp-element-button:after {
  background-position: 12px 0;
}

.wpcf7-not-valid-tip {
  color: var(--wp--preset--color--blue-medium) !important;
  font-size: 12px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 12px 24px;
  border: none;
  border-radius: 16px;
  background-color: var(--wp--preset--color--blue-medium);
  color: #fff;
}

.wp-block-h2org-noticegroup {
  --h2org-text-color: #fff;
  max-width: 1180px;
  margin: 24px auto;
}
@media screen and (max-width: 1228px) {
  .wp-block-h2org-noticegroup {
    max-width: calc(100vw - 48px);
  }
}
.wp-block-h2org-noticegroup .wp-block-button.is-style-fill {
  background-color: #fff;
}
.wp-block-h2org-noticegroup .wp-block-button.is-style-fill .wp-block-button__link {
  color: var(--wp--preset--color--blue-medium);
}
.wp-block-h2org-noticegroup .wp-block-button.is-style-fill .wp-block-button__link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath stroke='%233F6477' stroke-width='1.5' d='m6.904 12.5 5.27-5.5-5.27-5.5M.031 7h12.396'/%3E%3C/svg%3E");
}
.wp-block-h2org-noticegroup .wp-block-button.is-style-fill:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 743 105'%3E%3Cpath d='M392-18.177V74h-743v-90.924C-257.555 8.939-235.524-31-173.987-31c49.914 0 48.086 29.615 119.275 36.074 61.537 5.583 98.828-30.709 158.781-7.086C233.22 48.877 293.997-47.749 392-18.177Z' style='fill:%23E8EBED;fill-rule:nonzero' transform='translate(351 31)'/%3E%3C/svg%3E");
}

/*! WIDGETS
//--------------------------------------------------------------*/
/* press-timeline
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.press-timeline ul {
  padding: 20px 0;
  font-family: Inter;
  list-style-position: outside;
  text-indent: 0;
  padding-left: 0;
}

.press-timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding: 22px 0;
  background: #E6E9EB;
}

.press-timeline ul li::after {
  content: "";
  position: absolute;
  left: calc(50% - 8px);
  bottom: calc(50% - 5px);
  width: 16px;
  height: 16px;
  outline: 1.5px dotted #3f6477;
  outline-offset: 7px;
  border-radius: 50%;
  background: #3f6477;
  z-index: 1;
}

.press-timeline ul li .press-timeline-item {
  position: relative;
  display: flex;
  align-items: stretch;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #F0F3F5;
  color: #000;
  border-radius: 16px;
  text-decoration: none;
}

.press-timeline ul li .press-timeline-item:hover {
  background: #E4E7E9;
}

.press-timeline ul li .press-timeline-item::before {
  content: "";
  position: absolute;
  bottom: calc(50% - 4px);
  width: 0;
  height: 0;
  border-style: solid;
}

.press-timeline ul li:nth-child(odd) .press-timeline-item {
  left: 45px;
}

.press-timeline ul li:nth-child(odd) .press-timeline-item::before {
  left: -11px;
  border-width: 8px 12px 8px 0;
  border-color: transparent #F0F3F5 transparent transparent;
}

.press-timeline ul li:nth-child(odd) .press-timeline-item:hover::before {
  border-color: transparent #E4E7E9 transparent transparent;
}

.press-timeline ul li:nth-child(even) .press-timeline-item {
  left: -439px;
}

.press-timeline ul li:nth-child(even) .press-timeline-item::before {
  right: -11px;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #F0F3F5;
}

.press-timeline ul li:nth-child(even) .press-timeline-item:hover::before {
  border-color: transparent transparent transparent #E4E7E9;
}

.press-timeline time.press-timeline-time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-variant-numeric: tabular-nums;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 8px;
  text-align: center;
  color: #3f6477;
}

.press-timeline-time-day {
  font-size: 2.4rem;
  line-height: 2.4rem;
}

.press-timeline-time-month {
  font-size: 1.6rem;
  line-height: 1.6rem;
}

.press-timeline-time-year {
  font-weight: 600;
}

.press-timeline-details h6 {
  font-size: 1em;
  font-weight: 600;
}

.press-timeline ul li:nth-child(odd) .press-timeline-item {
  flex-direction: row-reverse;
}

.press-timeline ul li:nth-child(odd) time.press-timeline-time {
  border-left: 2px #ddd solid;
  padding-left: 11px;
  margin-left: 11px;
}

.press-timeline ul li:nth-child(even) time.press-timeline-time {
  border-right: 2px #ddd solid;
  padding-right: 11px;
  margin-right: 11px;
}

/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.press-timeline ul li::after {
  transition: background 0.5s ease-in-out;
}

.press-timeline ul li.in-view::after {
  background: #3f6477;
}

.press-timeline ul li .press-timeline-item {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.press-timeline ul li:nth-child(odd) .press-timeline-item {
  transform: translate3d(200px, 0, 0);
}

.press-timeline ul li:nth-child(even) .press-timeline-item {
  transform: translate3d(-200px, 0, 0);
}

.press-timeline ul li.in-view .press-timeline-item {
  transform: none;
  visibility: visible;
  opacity: 1;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 900px) {
  .press-timeline ul li .press-timeline-item {
    width: 250px;
  }

  .press-timeline ul li:nth-child(even) .press-timeline-item {
    left: -289px;
    /*250+45-6*/
  }
}
@media screen and (max-width: 600px) {
  .press-timeline ul li {
    margin-left: 20px;
  }

  .press-timeline ul li .press-timeline-item {
    width: calc(100vw - 91px);
  }

  .press-timeline ul li:nth-child(even) .press-timeline-item {
    flex-direction: row-reverse;
    left: 45px;
  }

  .press-timeline ul li:nth-child(even) .press-timeline-item::before {
    left: -11px;
    border-width: 8px 12px 8px 0;
    border-color: transparent #F0F3F5 transparent transparent;
  }

  .press-timeline ul li:nth-child(even) .press-timeline-item:hover::before {
    border-color: transparent #E4E7E9 transparent transparent;
  }

  .press-timeline ul li time.press-timeline-time {
    border-left: 2px #ddd solid;
    padding-left: 11px;
    margin-left: 11px;
    border-right: none !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
}
.so-widget-the-persons-widget {
  margin-bottom: 80px;
  min-height: 480px;
}

.persons-slider {
  display: flex;
  flex-direction: row;
  max-height: 50vh;
}
@media screen and (max-width: 799px) {
  .persons-slider {
    flex-direction: column-reverse;
    max-height: 9999px;
  }
}
.persons-slider .persons-text-slider {
  width: 40vw;
  height: 50vh;
  min-height: 440px;
}
@media screen and (max-width: 799px) {
  .persons-slider .persons-text-slider {
    width: calc(100vw - 96px);
  }
}
@media screen and (min-width: 800px) {
  .persons-slider .persons-text-slider {
    padding-left: 24px;
  }
}
@media screen and (min-width: 1228px) {
  .persons-slider .persons-text-slider {
    padding-left: calc(50vw - 590px);
  }
}
.persons-slider .persons-text-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.persons-slider .persons-text-slider .swiper-slide .persons-swiper-slide-title {
  font-family: "Barlow";
}
.persons-slider .persons-text-slider .swiper-slide .persons-swiper-slide-text {
  color: var(--h2org-text-color);
}
@media screen and (max-width: 799px) {
  .persons-slider .persons-text-slider .swiper-slide {
    justify-content: flex-start;
  }
  .persons-slider .persons-text-slider .swiper-slide .persons-swiper-slide-title {
    padding-top: 48px;
  }
}
.persons-slider .persons-text-slider .swiper-slide .persons-swiper-slide-subtitle {
  color: #3D556299;
}
.persons-slider .persons-text-slider .swiper-slide .persons-swiper-slide-text {
  padding-top: 18px;
}
.persons-slider .persons-img-slider-wrapper {
  width: 60vw;
  height: 50vh;
  position: relative;
  overflow: hidden;
  padding-top: calc(25vh - 160px);
}
@media screen and (min-width: 1000px) {
  .persons-slider .persons-img-slider-wrapper {
    height: max(60vh, 600px);
  }
}
@media screen and (max-width: 799px) {
  .persons-slider .persons-img-slider-wrapper {
    width: 100vw;
    height: 344px;
    padding-top: 24px;
  }
}
.persons-slider .persons-img-slider-wrapper .persons-img-slider {
  width: 240px;
  height: 320px;
  margin-left: 100px;
  overflow: visible;
}
@media screen and (max-width: 799px) {
  .persons-slider .persons-img-slider-wrapper .persons-img-slider {
    margin-left: auto;
  }
}
@media screen and (min-width: 1000px) {
  .persons-slider .persons-img-slider-wrapper .persons-img-slider {
    width: 360px;
    height: 480px;
  }
}
.persons-slider .persons-img-slider-wrapper .persons-img-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.persons-slider .persons-img-slider-wrapper .persons-img-slider .swiper-slide {
  background-color: #e8ebed;
  opacity: 0.15;
}
@media screen and (max-width: 799px) {
  .persons-slider .persons-img-slider-wrapper .persons-img-slider .swiper-slide {
    border-radius: 0 !important;
  }
}
.persons-slider .persons-img-slider-wrapper .persons-img-slider .swiper-slide .fixy-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}
.persons-slider .persons-img-slider-wrapper .persons-img-slider .swiper-slide-next,
.persons-slider .persons-img-slider-wrapper .persons-img-slider .swiper-slide-prev {
  opacity: 0.5;
}
.persons-slider .persons-img-slider-wrapper .persons-img-slider .swiper-slide-active {
  opacity: 1;
}
.persons-slider .swiper-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, white 0%, white 66px, rgba(255, 255, 255, 0) 90px, rgba(255, 255, 255, 0) 100%);
  z-index: 9999;
  pointer-events: none;
}
@media screen and (max-width: 799px) {
  .persons-slider .swiper-gradient {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  .persons-slider .persons-slider-nav {
    display: none;
  }
}
.persons-slider .swiper-button-prev {
  top: auto;
  bottom: -40px;
  left: 24px;
  height: 54px;
  min-width: 54px;
  border-top-left-radius: 27px;
  border-bottom-left-radius: 27px;
}
@media screen and (min-width: 1228px) {
  .persons-slider .swiper-button-prev {
    left: calc(50vw - 590px);
  }
}
.persons-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}
.persons-slider .swiper-button-prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 108px;
  bottom: 1px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='27' ry='27' stroke='%233D5562' stroke-width='1.5' stroke-dasharray='0.1%2c 3.01' stroke-dashoffset='4' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 63px;
  pointer-events: none;
}
@media screen and (max-width: 799px) {
  .persons-slider .swiper-button-prev:before {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='27' ry='27' stroke='%233D5562' stroke-width='1.5' stroke-dasharray='0.1%2c 3.01' stroke-dashoffset='4' stroke-linecap='round'/%3e%3c/svg%3e");
  }
}
.persons-slider .swiper-button-prev:after {
  content: "" !important;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath stroke='%23173345' stroke-width='1.5' d='m6.992 11-5.49-5 5.49-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 8px 12px;
  width: 8px;
  height: 12px;
}
.persons-slider .persons-slider-nav {
  position: relative;
  height: 50vh;
  min-height: 440px;
}
.persons-slider .swiper-button-next {
  top: auto;
  right: auto;
  bottom: -40px;
  left: 78px;
  height: 54px;
  min-width: 54px;
  border-top-right-radius: 27px;
  border-bottom-right-radius: 27px;
}
@media screen and (min-width: 1228px) {
  .persons-slider .swiper-button-next {
    left: calc(50vw - 590px + 54px);
  }
}
.persons-slider .swiper-button-next.swiper-button-disabled {
  opacity: 1 !important;
}
.persons-slider .swiper-button-next:after {
  content: "" !important;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath stroke='%23173345' stroke-width='1.5' d='m.992 11 5.49-5-5.49-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 8px 12px;
  width: 8px;
  height: 12px;
}

.xxxso-widget-the-persons-widget {
  margin-bottom: 80px;
  min-height: 480px;
}

.xxxpersons-slider {
  display: flex;
  flex-direction: column;
  max-height: 9999px;
}
@media screen and (max-width: 799px) {
  .xxxpersons-slider {
    flex-direction: column;
    max-height: 9999px;
  }
}
.xxxpersons-slider .persons-text-slider-wrapper {
  position: relative;
}
.xxxpersons-slider .persons-text-slider {
  position: relative;
  max-width: 1180px;
  width: calc(100vw - 40px);
  height: 400px;
  min-height: 400px;
}
.xxxpersons-slider .persons-text-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 799px) {
  .xxxpersons-slider .persons-text-slider .swiper-slide {
    justify-content: flex-start;
  }
  .xxxpersons-slider .persons-text-slider .swiper-slide .persons-swiper-slide-title {
    padding-top: 48px;
  }
}
.xxxpersons-slider .persons-text-slider .swiper-slide .persons-swiper-slide-subtitle {
  color: #3D556299;
}
.xxxpersons-slider .persons-text-slider .swiper-slide .persons-swiper-slide-text {
  padding-top: 18px;
}
.xxxpersons-slider .persons-img-slider-wrapper {
  width: 100vw;
  height: 50vh;
  position: relative;
  overflow: hidden;
  padding-top: calc(25vh - 160px);
}
@media screen and (min-width: 1000px) {
  .xxxpersons-slider .persons-img-slider-wrapper {
    height: max(60vh, 600px);
  }
}
@media screen and (max-width: 799px) {
  .xxxpersons-slider .persons-img-slider-wrapper {
    width: 100vw;
    height: 344px;
    padding-top: 24px;
  }
}
.xxxpersons-slider .persons-img-slider-wrapper .persons-img-slider {
  width: 240px;
  height: 320px;
  overflow: visible;
}
@media screen and (max-width: 799px) {
  .xxxpersons-slider .persons-img-slider-wrapper .persons-img-slider {
    margin-left: auto;
  }
}
@media screen and (min-width: 1000px) {
  .xxxpersons-slider .persons-img-slider-wrapper .persons-img-slider {
    width: 360px;
    height: 480px;
  }
}
.xxxpersons-slider .persons-img-slider-wrapper .persons-img-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.xxxpersons-slider .persons-img-slider-wrapper .persons-img-slider .swiper-slide {
  background-color: #e8ebed;
  opacity: 0.5;
  filter: saturate(40%);
}
@media screen and (max-width: 799px) {
  .xxxpersons-slider .persons-img-slider-wrapper .persons-img-slider .swiper-slide {
    border-radius: 0 !important;
  }
}
.xxxpersons-slider .persons-img-slider-wrapper .persons-img-slider .swiper-slide .fixy-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}
.xxxpersons-slider .persons-img-slider-wrapper .persons-img-slider .swiper-slide-next,
.xxxpersons-slider .persons-img-slider-wrapper .persons-img-slider .swiper-slide-prev {
  opacity: 0.75;
  filter: saturate(70%);
}
.xxxpersons-slider .persons-img-slider-wrapper .persons-img-slider .swiper-slide-active {
  opacity: 1;
  filter: saturate(100%);
}
.xxxpersons-slider .swiper-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 40px, rgba(255, 255, 255, 0) calc(100% - 40px), white 100%);
  z-index: 9999;
  pointer-events: none;
}
.xxxpersons-slider .persons-slider-nav {
  z-index: 9999999;
}
@media screen and (max-width: 799px) {
  .xxxpersons-slider .persons-slider-nav {
    display: none;
  }
}
.xxxpersons-slider .swiper-button-prev {
  z-index: 9999999;
  bottom: -10px;
  left: calc(50vw - 180px);
  height: 54px;
  min-width: 54px;
  border-top-left-radius: 27px;
  border-bottom-left-radius: 27px;
}
.xxxpersons-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}
.xxxpersons-slider .swiper-button-prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 108px;
  bottom: 1px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='27' ry='27' stroke='%233F6477' stroke-width='1.5' stroke-dasharray='0.1%2c 3.01' stroke-dashoffset='4' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 63px;
  pointer-events: none;
}
@media screen and (max-width: 799px) {
  .xxxpersons-slider .swiper-button-prev:before {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='27' ry='27' stroke='%233F6477' stroke-width='1.5' stroke-dasharray='0.1%2c 3.01' stroke-dashoffset='4' stroke-linecap='round'/%3e%3c/svg%3e");
  }
}
.xxxpersons-slider .swiper-button-prev:after {
  content: "" !important;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath stroke='%233F6477' stroke-width='1.5' d='m6.992 11-5.49-5 5.49-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 8px 12px;
  width: 8px;
  height: 12px;
}
.xxxpersons-slider .persons-slider-nav {
  position: relative;
}
.xxxpersons-slider .swiper-button-next {
  z-index: 9999999;
  right: auto;
  bottom: -10px;
  left: calc(50vw - 180px + 54px);
  height: 54px;
  min-width: 54px;
  border-top-right-radius: 27px;
  border-bottom-right-radius: 27px;
}
.xxxpersons-slider .swiper-button-next.swiper-button-disabled {
  opacity: 1 !important;
}
.xxxpersons-slider .swiper-button-next:after {
  content: "" !important;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath stroke='%233F6477' stroke-width='1.5' d='m.992 11 5.49-5-5.49-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 8px 12px;
  width: 8px;
  height: 12px;
}

.so-widget-block-container ul.components-form-token-field__suggestions-list {
  margin: 0;
  padding: 0;
}

.so-widget-block-container .components-base-control__label {
  display: none;
}

.headline {
  margin-left: -50vw;
}
@media screen and (min-width: 800px) {
  .headline .headline-wrapper {
    animation: marquee 20s linear infinite;
    white-space: nowrap;
    padding: 0;
  }
}
@media screen and (max-width: 799px) {
  .headline {
    transform: none !important;
    margin-left: 0 !important;
  }
  .headline .headline-wrapper {
    background-image: none !important;
    padding: 0;
  }
  .headline .headline-wrapper span {
    background-image: none !important;
    padding: 0;
  }
  .headline .headline-first {
    hyphens: auto;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .headline .headline-more {
    display: none;
  }
}

@media screen and (max-width: 799px) {
  .wp-block-h2org-wavegroup .headline {
    margin-left: 24px !important;
  }
}
@media screen and (max-width: 799px) {
  .entry-header > h1 {
    padding: 0 24px;
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
/*! Partner */
.partner {
  padding: 20px 0;
}
@media screen and (max-width: 799px) {
  .partner {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    justify-content: center;
  }
  .partner .partner-row {
    transform: none !important;
  }
}
@media screen and (min-width: 800px) {
  .partner .partner-row[data-scroll-speed="3"] .partner-row-wrapper {
    animation: partner-row-left 60s linear infinite;
  }
  .partner .partner-row[data-scroll-speed="-3"] .partner-row-wrapper {
    animation: partner-row-right 60s linear infinite;
  }
}
.partner .partner-row {
  width: fit-content;
}
.partner .partner-row-wrapper {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 800px) {
  .partner .partner-row-wrapper {
    margin-left: -10vw;
  }
}
@media screen and (max-width: 799px) {
  .partner .partner-row-wrapper {
    transform: none !important;
    flex-direction: column;
    border: 0.75px solid #B6C0CD;
  }
  .partner .partner-row-wrapper:first-child {
    border-right: none;
  }
  .partner .partner-row-wrapper:last-child {
    border-left: none;
  }
}
.partner .partner-row-wrapper .partner-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  position: relative;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 528px) {
  .partner .partner-row-wrapper .partner-tile {
    min-width: calc(50vw - 24px);
    padding-top: 75%;
  }
}
@media screen and (min-width: 529px) {
  .partner .partner-row-wrapper .partner-tile {
    min-height: 180px;
  }
}
@media screen and (max-width: 799px) {
  .partner .partner-row-wrapper .partner-tile {
    border: 0.75px solid #B6C0CD;
  }
  .partner .partner-row-wrapper .partner-tile:not(.partner-tile-mobile) {
    display: none;
  }
}
.partner .partner-row-wrapper .partner-tile .partner-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 799px) {
  .partner .partner-row-wrapper .partner-tile .partner-image {
    display: none;
  }
}
.partner .partner-row-wrapper .partner-tile .partner-mobileimage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 800px) {
  .partner .partner-row-wrapper .partner-tile .partner-mobileimage {
    display: none;
  }
}

@keyframes partner-row-left {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
}
@keyframes partner-row-right {
  0% {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*! Sticky Projekt */
@media screen and (min-width: 800px) {
  .stickyproject-swiper {
    overflow: visible;
    touch-action: none;
  }
  .stickyproject-swiper .swiper-wrapper {
    all: unset;
  }
}
@media screen and (max-width: 799px) {
  .stickyproject-swiper {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.stickyproject-swiper .project {
  position: relative;
  width: 471px;
  max-width: calc(100vw - 96px);
  height: 320px;
  background: #F5F8FA;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media screen and (min-width: 800px) {
  .stickyproject-swiper .project {
    border-radius: 16px;
  }
}
.stickyproject-swiper .project .project-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.6s;
}
.stickyproject-swiper .project .project-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backdrop-filter: grayscale(100%);
  backdrop-filter: grayscale(100%);
  opacity: 1;
  transition: opacity 0.6s;
}
.stickyproject-swiper .project .project-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 40px;
}
.stickyproject-swiper .project .project-wrapper .project-text {
  height: fit-content;
  opacity: 0;
  max-height: 0;
}
.stickyproject-swiper .project .small-arrowup-button {
  position: absolute;
  top: 40px;
  right: 40px;
}
.stickyproject-swiper .project:hover .project-title {
  color: #fff;
}
.stickyproject-swiper .project:hover .project-text {
  height: fit-content;
  opacity: 1;
  max-height: 999px;
  color: #fff;
}
.stickyproject-swiper .project:hover .project-bg {
  opacity: 1;
}
.stickyproject-swiper .project:hover .project-bg:before {
  opacity: 0;
}
@media screen and (max-width: 799px) {
  .stickyproject-swiper .project .small-arrowup-button {
    transform: scale(0.8333);
    transform-origin: center center;
  }
  .stickyproject-swiper .project .project-wrapper .project-title {
    color: #fff;
  }
  .stickyproject-swiper .project .project-wrapper .project-text {
    height: auto;
    max-height: 999px;
    opacity: 1;
    color: #fff;
  }
  .stickyproject-swiper .project .project-bg {
    opacity: 1;
  }
}

/*! Projekt */
.project-grid {
  --project-card-background-color: rgba(228, 235, 245, 1);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, max-content));
  grid-gap: 32px;
  justify-content: center;
  max-width: 100vw;
  margin: 0 auto;
}
@media screen and (max-width: 375px) {
  .project-grid {
    grid-template-columns: repeat(auto-fit, calc(100vw - 64px));
  }
}
.project-grid .project {
  position: relative;
  width: 320px;
  max-width: calc(100vw - 64px);
  height: 430px;
  background: var(--wp--preset--color--beige-light);
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media screen and (min-width: 800px) {
  .project-grid .project {
    border-radius: 16px;
  }
}
.project-grid .project .project-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(217deg, rgba(97, 78, 56, 0.8), rgba(97, 78, 56, 0) 70.71%), linear-gradient(127deg, rgba(68, 72, 79, 0.8), rgba(68, 72, 79, 0) 70.71%), linear-gradient(3deg, rgba(9, 7, 7, 0.8), rgba(9, 7, 7, 0.6) 30.71%, rgba(9, 7, 7, 0) 70.71%);
  background-size: cover;
  transition: opacity 0.6s;
}
.project-grid .project .project-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 40px;
}
.project-grid .project .project-wrapper .project-text {
  height: auto;
  max-height: 0;
  opacity: 0;
}
.project-grid .project .small-arrowup-button {
  position: absolute;
  top: 40px;
  right: 40px;
}
.project-grid .project:hover {
  --project-card-background-color: rgba(0, 0, 0, 1);
}
.project-grid .project:hover .project-title {
  color: #fff;
}
.project-grid .project:hover .project-text {
  height: auto;
  max-height: 999px;
  opacity: 1;
  color: #fff;
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-lines: 2;
}
.project-grid .project:hover .project-bg {
  opacity: 1;
}
@media (hover: none) {
  .project-grid .project.is-inview .small-arrowup-button {
    transform: scale(0.8333);
    transform-origin: center center;
  }
  .project-grid .project.is-inview .project-wrapper .project-title {
    color: #fff;
  }
  .project-grid .project.is-inview .project-wrapper .project-text {
    height: auto;
    max-height: 999px;
    opacity: 1;
    color: #fff;
  }
  .project-grid .project.is-inview .project-bg {
    opacity: 1;
  }
}

/*! Activity */
.activity-swiper {
  padding-bottom: 90px;
}
.activity-swiper .activity-slide {
  position: relative;
  max-width: 435px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  position: relative;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media screen and (max-width: 507px) {
  .activity-swiper .activity-slide {
    max-width: calc(100vw - 72px);
  }
}
@media screen and (min-width: 800px) {
  .activity-swiper .activity-slide {
    border-radius: 16px;
  }
}
.activity-swiper .activity-slide:before {
  content: "";
  display: block;
  padding-top: 135%;
}
.activity-swiper .activity-slide .activity-slide-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  text-decoration: none;
  min-height: 100%;
  background-color: rgba(239, 237, 234, 0);
  transition: background-color 0.2s;
}
.activity-swiper .activity-slide .activity-slide-container .activity-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0.1;
  transition: opacity 0.5s linear 0.2s;
}
.activity-swiper .activity-slide .activity-slide-container .activity-slide-text-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.activity-swiper .activity-slide .activity-slide-container .activity-slide-text-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(top, rgba(249, 251, 251, 0) 0%, #f9fbfb 40px, #f9fbfb 100%);
  opacity: 0;
  transition: opacity 0.2s;
}
.activity-swiper .activity-slide .activity-slide-container .activity-slide-title {
  padding: 55px 47px 22px 47px;
  position: relative;
  color: #fff;
  transition: color 0.45s;
}
.activity-swiper .activity-slide .activity-slide-container .activity-slide-excerpt {
  box-sizing: border-box;
  position: relative;
  top: 7px;
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  padding: 0 48px 96px 48px;
  max-height: 0;
  color: var(--wp--preset--color--blue-dark);
  opacity: 0;
  transition: all 2s;
}
.activity-swiper .activity-slide .activity-slide-container .small-arrow-button {
  position: absolute;
  left: 47px;
  bottom: 47px;
}
.activity-swiper .activity-slide:hover .activity-slide-container {
  background-color: #efedea;
}
.activity-swiper .activity-slide:hover .activity-slide-title {
  position: relative;
  color: var(--wp--preset--color--blue-dark);
  transition: color 0.5s linear 0s;
}
.activity-swiper .activity-slide:hover .activity-slide-text-bg {
  opacity: 1;
}
.activity-swiper .activity-slide:hover .activity-slide-excerpt {
  top: 0;
  opacity: 1;
  transition: all 2s;
  max-height: 999px;
  padding-bottom: 120px;
}
.activity-swiper .activity-slide:hover .activity-slide-bg {
  opacity: 1;
}
@media screen and (max-width: 799px) {
  .activity-swiper .activity-slide .activity-slide-container {
    background-color: #efedea;
  }
  .activity-swiper .activity-slide .activity-slide-container .activity-slide-title {
    position: relative;
    color: var(--wp--preset--color--blue-dark);
    transition: color 0.5s linear 0s;
    padding: 55px 36px 22px 36px;
  }
  .activity-swiper .activity-slide .activity-slide-container .activity-slide-text-bg {
    opacity: 1;
  }
  .activity-swiper .activity-slide .activity-slide-container .activity-slide-excerpt {
    top: 0;
    opacity: 1;
    font-size: 15px;
    max-height: 999px;
    padding: 0 36px 96px 36px;
  }
  .activity-swiper .activity-slide .activity-slide-container .activity-slide-bg {
    opacity: 1;
  }
  .activity-swiper .activity-slide .activity-slide-container .small-arrow-button {
    position: absolute;
    left: 24px;
    bottom: 24px;
    transform-origin: center center;
    transform: scale(0.8333);
  }
}
.activity-swiper .swiper-button-prev {
  top: auto;
  bottom: 10px;
  left: calc(50% - 54px);
  height: 54px;
  min-width: 54px;
  border-top-left-radius: 27px;
  border-bottom-left-radius: 27px;
}
.activity-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}
.activity-swiper .swiper-button-prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 108px;
  bottom: 1px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='27' ry='27' stroke='%23fff' stroke-width='1.5' stroke-dasharray='0.1%2c 3.01' stroke-dashoffset='4' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 63px;
}
@media screen and (max-width: 799px) {
  .activity-swiper .swiper-button-prev:before {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='27' ry='27' stroke='%23fff' stroke-width='1.5' stroke-dasharray='0.1%2c 3.01' stroke-dashoffset='4' stroke-linecap='round'/%3e%3c/svg%3e");
  }
}
.activity-swiper .swiper-button-prev:after {
  content: "" !important;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.5' d='m6.992 11-5.49-5 5.49-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 8px 12px;
  width: 8px;
  height: 12px;
}
@media screen and (max-width: 799px) {
  .activity-swiper .swiper-button-prev:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.5' d='m6.992 11-5.49-5 5.49-5'/%3E%3C/svg%3E");
  }
}
.activity-swiper .swiper-button-next {
  top: auto;
  right: auto;
  bottom: 10px;
  left: 50%;
  height: 54px;
  min-width: 54px;
  border-top-right-radius: 27px;
  border-bottom-right-radius: 27px;
}
.activity-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 1 !important;
}
.activity-swiper .swiper-button-next:after {
  content: "" !important;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.5' d='m.992 11 5.49-5-5.49-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 8px 12px;
  width: 8px;
  height: 12px;
}
@media screen and (max-width: 799px) {
  .activity-swiper .swiper-button-next:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.5' d='m.992 11 5.49-5-5.49-5'/%3E%3C/svg%3E");
  }
}

/*! Activity List */
.activity-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.activity-list .activity-item {
  position: relative;
  flex: 1 1 calc(33.33% - 21.3333333333px);
  max-width: calc(33.33% - 21.3333333333px);
  background: #E4EBF5;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media screen and (max-width: 800px) {
  .activity-list .activity-item {
    flex: 1 1 calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
}
@media (max-width: 480px) {
  .activity-list .activity-item {
    flex: 1 1 calc(100% - 16px);
    max-width: calc(100% - 16px);
  }
}
@media screen and (min-width: 800px) {
  .activity-list .activity-item {
    border-radius: 16px;
  }
}
.activity-list .activity-item:before {
  content: "";
  display: block;
  padding-top: 135%;
}
.activity-list .activity-item .activity-item-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  text-decoration: none;
  min-height: 100%;
  background-color: rgba(239, 237, 234, 0);
  transition: background-color 0.2s;
}
.activity-list .activity-item .activity-item-container .activity-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0.3;
  transition: opacity 0.5s linear 0.2s;
}
.activity-list .activity-item .activity-item-container .activity-item-text-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.activity-list .activity-item .activity-item-container .activity-item-text-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(top, rgba(228, 235, 245, 0) 0%, #e4ebf5 40px, #e4ebf5 100%);
  opacity: 0;
  transition: opacity 0.2s;
}
.activity-list .activity-item .activity-item-container .activity-item-title {
  padding: 55px 47px 22px 47px;
  position: relative;
  color: var(--h2org-text-color);
  transition: color 0.45s;
  font-family: "Barlow";
}
@media screen and (max-width: 800px) {
  .activity-list .activity-item .activity-item-container .activity-item-title {
    padding: 55px 11px 22px 22px;
  }
}
.activity-list .activity-item .activity-item-container .activity-item-excerpt {
  box-sizing: border-box;
  position: relative;
  top: 7px;
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  padding: 0 48px 96px 48px;
  max-height: 0;
  color: var(--h2org-text-color);
  opacity: 0;
  transition: all 2s;
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-lines: 2;
}
@media screen and (max-width: 800px) {
  .activity-list .activity-item .activity-item-container .activity-item-excerpt {
    font-size: 15px;
  }
}
@media screen and (max-width: 800px) {
  .activity-list .activity-item .activity-item-container .activity-item-excerpt {
    padding: 0 11px 60px 11px;
  }
}
.activity-list .activity-item .activity-item-container .small-arrow-button {
  position: absolute;
  left: 47px;
  bottom: 47px;
}
@media screen and (max-width: 800px) {
  .activity-list .activity-item .activity-item-container .small-arrow-button {
    left: 22px;
    bottom: 22px;
  }
}
.activity-list .activity-item .activity-item-container .small-arrow-button:before {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='26' ry='26' stroke='%233F6477' stroke-width='1.5' stroke-dasharray='0.1%2c 3' stroke-dashoffset='2' stroke-linecap='round'/%3e%3c/svg%3e");
}
.activity-list .activity-item .activity-item-container .small-arrow-button .line {
  background-color: var(--h2org-text-color);
}
.activity-list .activity-item:hover .activity-item-container {
  background-color: #E4EBF5;
}
.activity-list .activity-item:hover .activity-item-title {
  position: relative;
  color: var(--wp--preset--color--blue-dark);
  transition: color 0.5s linear 0s;
}
.activity-list .activity-item:hover .activity-item-text-bg {
  opacity: 1;
}
.activity-list .activity-item:hover .activity-item-excerpt {
  top: 0;
  opacity: 1;
  transition: all 2s;
  max-height: 999px;
  padding-bottom: 120px;
}
@media screen and (max-width: 800px) {
  .activity-list .activity-item:hover .activity-item-excerpt {
    padding-bottom: 82px;
  }
}
.activity-list .activity-item:hover .activity-item-bg {
  opacity: 1;
}
.activity-list .activity-item:hover .small-arrow-button .line {
  background-color: #fff;
}
@media (hover: none) {
  .activity-list .activity-item.is-inview .activity-item-container {
    background-color: #E4EBF5;
  }
  .activity-list .activity-item.is-inview .activity-item-title {
    position: relative;
    color: var(--wp--preset--color--blue-dark);
    transition: color 0.5s linear 0s;
  }
  .activity-list .activity-item.is-inview .activity-item-text-bg {
    opacity: 1;
  }
  .activity-list .activity-item.is-inview .activity-item-excerpt {
    top: 0;
    opacity: 1;
    transition: all 2s;
    max-height: 999px;
    padding-bottom: 120px;
  }
}
@media screen and (hover: none) and (max-width: 800px) {
  .activity-list .activity-item.is-inview .activity-item-excerpt {
    padding-bottom: 82px;
  }
}
@media (hover: none) {
  .activity-list .activity-item.is-inview .activity-item-bg {
    opacity: 1;
  }
}
@media (hover: none) {
  .activity-list .activity-item.is-inview .small-arrow-button .line {
    background-color: #fff;
  }
}
@media screen and (max-width: 799px) {
  .activity-list .activity-item .small-arrow-button .line {
    background-color: #fff !important;
  }
  .activity-list .activity-item .activity-slide-container {
    background-color: #efedea;
  }
  .activity-list .activity-item .activity-slide-container .activity-slide-title {
    position: relative;
    color: var(--wp--preset--color--blue-dark);
    transition: color 0.5s linear 0s;
    padding: 55px 36px 22px 36px;
  }
  .activity-list .activity-item .activity-slide-container .activity-slide-text-bg {
    opacity: 1;
  }
  .activity-list .activity-item .activity-slide-container .activity-slide-excerpt {
    top: 0;
    opacity: 1;
    font-size: 15px;
    max-height: 999px;
    padding: 0 36px 96px 36px;
  }
  .activity-list .activity-item .activity-slide-container .activity-slide-bg {
    opacity: 1;
  }
  .activity-list .activity-item .activity-slide-container .small-arrow-button {
    position: absolute;
    left: 24px;
    bottom: 24px;
    transform-origin: center center;
    transform: scale(0.8333);
  }
}

/*! Team List */
.team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.team-list .team-item {
  position: relative;
  flex: 1 1 calc(33.33% - 21.3333333333px);
  max-width: calc(33.33% - 21.3333333333px);
  background: #E4EBF5;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media screen and (max-width: 1100px) {
  .team-list .team-item {
    flex: 1 1 calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
}
@media (max-width: 640px) {
  .team-list .team-item {
    flex: 1 1 calc(100% - 16px);
    max-width: calc(100% - 16px);
  }
}
@media screen and (min-width: 800px) {
  .team-list .team-item {
    border-radius: 16px;
  }
}
.team-list .team-item:before {
  content: "";
  display: block;
  padding-top: 135%;
}
.team-list .team-item .team-item-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  text-decoration: none;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
}
.team-list .team-item .team-item-container .team-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  transition: opacity 0.5s linear 0.2s;
}
.team-list .team-item .team-item-container .team-item-text-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.team-list .team-item .team-item-container .team-item-text-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
  transition: opacity 0.2s;
}
.team-list .team-item .team-item-container .team-item-title {
  padding: 22px 22px 11px 22px;
  position: relative;
  color: #ffffff;
  transition: color 0.45s;
}
.team-list .team-item .team-item-container .team-item-subtitle {
  padding: 0 22px 11px 22px;
  position: relative;
  color: #ffffff;
  transition: color 0.45s;
}
.team-list .team-item .team-item-container .team-item-excerpt {
  box-sizing: border-box;
  position: relative;
  top: 7px;
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  padding: 0 22px 22px 22px;
  max-height: 0;
  color: #ffffff;
  opacity: 0;
  transition: all 2s;
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-lines: 2;
}
.team-list .team-item:hover .team-item-container {
  background-color: #E4EBF5;
}
.team-list .team-item:hover .team-item-title {
  position: relative;
  color: #ffffff;
  transition: color 0.5s linear 0s;
}
.team-list .team-item:hover .team-item-text-bg {
  opacity: 1;
}
.team-list .team-item:hover .team-item-excerpt {
  top: 0;
  opacity: 1;
  transition: all 2s;
  max-height: 999px;
  padding-bottom: 22px;
}
.team-list .team-item:hover .team-item-bg {
  opacity: 1;
}
.team-list .team-item:hover .small-arrow-button .line {
  background-color: #fff;
}
@media screen and (max-width: 799px) {
  .team-list .team-item .team-slide-container {
    background-color: #efedea;
  }
  .team-list .team-item .team-slide-container .team-slide-title {
    position: relative;
    color: var(--wp--preset--color--blue-dark);
    transition: color 0.5s linear 0s;
    padding: 55px 36px 22px 36px;
  }
  .team-list .team-item .team-slide-container .team-slide-text-bg {
    opacity: 1;
  }
  .team-list .team-item .team-slide-container .team-slide-excerpt {
    top: 0;
    opacity: 1;
    font-size: 15px;
    max-height: 999px;
    padding: 0 36px 96px 36px;
  }
  .team-list .team-item .team-slide-container .team-slide-bg {
    opacity: 1;
  }
  .team-list .team-item .team-slide-container .small-arrow-button {
    position: absolute;
    left: 24px;
    bottom: 24px;
    transform-origin: center center;
    transform: scale(0.8333);
  }
}

/*! Modul */
.themagrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(368px, max-content));
  grid-gap: 32px;
  justify-content: center;
  max-width: 100vw;
  margin: 0 auto;
}
@media screen and (max-width: 434px) {
  .themagrid {
    grid-template-columns: repeat(auto-fit, calc(100vw - 64px));
  }
}
.themagrid .themagrid-tile-container,
.themagrid .themagrid-title {
  display: inline-block;
  float: left;
  vertical-align: top;
  min-width: 368px;
  min-height: 252px;
  position: relative;
}
@media screen and (max-width: 434px) {
  .themagrid .themagrid-tile-container,
.themagrid .themagrid-title {
    min-width: calc(100vw - 64px);
  }
}
@media screen and (max-width: 799px) {
  .themagrid .themagrid-title {
    min-height: 96px;
  }
}
.themagrid .themagrid-tile {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--wp--preset--color--beige-light);
  min-width: 375px;
  min-height: 252px;
  padding: 36px;
  text-decoration: none;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media screen and (max-width: 434px) {
  .themagrid .themagrid-tile {
    min-width: calc(100vw - 64px);
  }
}
@media screen and (min-width: 800px) {
  .themagrid .themagrid-tile {
    border-radius: 16px;
  }
}
@media screen and (max-width: 799px) {
  .themagrid .themagrid-tile {
    border-radius: 0;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none'  stroke='%233D5562' stroke-width='1.5' stroke-dasharray='0.1%2c 3.01' stroke-dashoffset='4' stroke-linecap='round'/%3e%3c/svg%3e");
  }
}
.themagrid .themagrid-tile .themagrid-tile-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-image: linear-gradient(217deg, rgba(97, 78, 56, 0.8), rgba(97, 78, 56, 0) 70.71%), linear-gradient(127deg, rgba(68, 72, 79, 0.8), rgba(68, 72, 79, 0) 70.71%), linear-gradient(3deg, rgba(9, 7, 7, 0.8), rgba(9, 7, 7, 0.6) 30.71%, rgba(9, 7, 7, 0) 70.71%);
  background-position: center center;
  opacity: 0.25;
  transition: all 0.7s;
}
.themagrid .themagrid-tile:hover .themagrid-tile-bg {
  opacity: 1;
}
@media (hover: none) {
  .themagrid .themagrid-tile.is-inview .themagrid-tile-bg {
    opacity: 1;
  }
}
.themagrid .themagrid-tile .themagrid-tile-overlay {
  position: absolute;
  bottom: 0;
  transform: translateY(0);
  left: 0;
  right: 0;
  padding: 22px 33px;
  transition: all 0.4s;
  text-align: center;
}
.themagrid .themagrid-tile:hover .themagrid-tile-overlay {
  bottom: 50%;
  transform: translateY(50%);
}
@media (hover: none) {
  .themagrid .themagrid-tile.is-inview .themagrid-tile-overlay {
    bottom: 50%;
    transform: translateY(50%);
  }
}
.themagrid .themagrid-tile h5 {
  position: relative;
  font-size: 20px;
  z-index: 99;
  transition: all 0.4s;
}
.themagrid .themagrid-tile:hover h5 {
  transform: scale(1.1);
  color: #fff;
}
@media (hover: none) {
  .themagrid .themagrid-tile.is-inview h5 {
    transform: scale(1.1);
    color: #fff;
  }
}

/*! Modul */
.modulgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(368px, max-content));
  grid-gap: 32px;
  justify-content: center;
  max-width: 100vw;
  margin: 0 auto;
}
@media screen and (max-width: 434px) {
  .modulgrid {
    grid-template-columns: repeat(auto-fit, calc(100vw - 64px));
  }
}
.modulgrid .modulgrid-tile-container,
.modulgrid .modulgrid-title {
  display: inline-block;
  float: left;
  vertical-align: top;
  min-width: 368px;
  min-height: 252px;
  position: relative;
}
@media screen and (max-width: 434px) {
  .modulgrid .modulgrid-tile-container,
.modulgrid .modulgrid-title {
    min-width: calc(100vw - 64px);
  }
}
@media screen and (max-width: 799px) {
  .modulgrid .modulgrid-title {
    min-height: 96px;
  }
}
.modulgrid .modulgrid-tile {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  background: #EAECEC;
  border-radius: 8px;
  min-width: 375px;
  min-height: 252px;
  padding: 36px;
  text-decoration: none;
  align-items: end;
  justify-content: start;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media screen and (max-width: 434px) {
  .modulgrid .modulgrid-tile {
    min-width: calc(100vw - 64px);
  }
}
@media screen and (max-width: 799px) {
  .modulgrid .modulgrid-tile {
    border-radius: 0;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none'  stroke='%233D5562' stroke-width='1.5' stroke-dasharray='0.1%2c 3.01' stroke-dashoffset='4' stroke-linecap='round'/%3e%3c/svg%3e");
  }
}
.modulgrid .modulgrid-tile .small-arrow-button {
  position: absolute;
  top: 20px;
  right: 20px;
}
.modulgrid .modulgrid-tile .modulgrid-tile-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  opacity: 0.25;
  transition: opacity 0.6s;
}
.modulgrid .modulgrid-tile .modulgrid-tile-bg:hover {
  opacity: 1;
}
.modulgrid .modulgrid-tile h5 {
  position: relative;
  z-index: 99;
}

.modulgrid-modal {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  transition: opacity 200ms;
}

.modulgrid-modal:target,
#modul-content0:target {
  pointer-events: all;
  opacity: 1;
}

.modulgrid-modal .modulgrid-modal-inner {
  position: absolute;
  display: flex;
  flex-direction: row;
  padding: 48px;
  line-height: 1.8;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
  background: #E8EBED;
  color: #34495E;
  border-radius: 6px;
}
@media screen and (max-width: 799px) {
  .modulgrid-modal .modulgrid-modal-inner {
    border-radius: 0;
    flex-direction: column-reverse;
    width: calc(100% - 24px);
  }
}

.modulgrid-modal .modulgrid-modal-inner h3 {
  margin-top: 0;
}

.modulgrid-modal-inner-left {
  margin-right: 38px;
  max-width: 40%;
  width: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 799px) {
  .modulgrid-modal-inner-left {
    max-width: 10%;
    margin-right: 0;
  }
}
.modulgrid-modal-inner-left img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 799px) {
  .modulgrid-modal-inner-left img {
    width: 60%;
  }
}

.modulgrid-modal-inner-right {
  max-width: 60%;
}
@media screen and (max-width: 799px) {
  .modulgrid-modal-inner-right {
    max-width: 100%;
  }
}

.modulgrid-modal a.modulgrid-modal-close {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: opacity 200ms;
}

.modulgrid-modal-prev-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 18px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath stroke='%233D5562' stroke-width='2' d='M9.635 16.839 2.347 9.002l7.288-7.837M18 9H2'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
.modulgrid-modal-prev-icon:hover {
  left: 13px;
}

.modulgrid-modal-next-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath stroke='%233D5562' stroke-width='2' d='m8.365 16.839 7.288-7.837-7.288-7.837M0 9h16'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
.modulgrid-modal-next-icon:hover {
  right: 13px;
}

.modulgrid-modal-close-icon {
  display: block;
  position: absolute;
  top: 18px;
  right: 18px;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%233D5562' fill-rule='evenodd' d='m12.728 14.142-6.364 6.364L7.78 21.92l6.364-6.364 6.363 6.364 1.415-1.414-6.364-6.364 6.364-6.364-1.415-1.414-6.363 6.364L7.78 6.364 6.365 7.778l6.364 6.364Z' clip-rule='evenodd' opacity='.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}

/*! Sticky Modul */
@media screen and (max-width: 799px) {
  .stickymodul {
    display: none;
  }
}
.stickymodul .module-slider {
  justify-content: center;
  padding: 100px 50px;
  display: flex;
  flex-direction: row;
  max-height: var(--sticky-modul-max-height);
  overflow: hidden;
  position: relative;
}
.stickymodul .module-slider:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #3f6477 0%, rgba(63, 100, 119, 0) 80px, rgba(63, 100, 119, 0) calc(100% - 80px), #3f6477 100%);
  z-index: 9999;
  pointer-events: none;
}
.stickymodul .module-slider-cards.swiper {
  width: 240px;
  height: 320px;
}
.stickymodul .module-slider-cards .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.stickymodul .module-slider-cards .swiper-slide {
  background-color: #E4EBF5;
}
.stickymodul .module-slider-cards .swiper-slide-next,
.stickymodul .mySwiper .swiper-slide-prev {
  background-color: #EEF3F9;
}
.stickymodul .module-slider-cards .swiper-slide-active {
  background-color: #F8FAFD;
}
.stickymodul .module-slider-cards-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.stickymodul .module-slider-nav {
  position: relative;
  min-width: 100px;
}
.stickymodul .module-slider-nav .swiper-button-prev {
  top: 50%;
  left: 0;
  margin-top: -54px;
  height: 54px;
  min-width: 54px;
  border-top-left-radius: 27px;
  border-bottom-left-radius: 27px;
}
.stickymodul .module-slider-nav .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}
.stickymodul .module-slider-nav .swiper-button-prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  height: 108px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='27' ry='27' stroke='%23ffffff' stroke-width='1.5' stroke-dasharray='0.1%2c 3.01' stroke-dashoffset='4' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 63px;
  pointer-events: none;
}
@media screen and (max-width: 799px) {
  .stickymodul .module-slider-nav .swiper-button-prev:before {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='27' ry='27' stroke='%23ffffff' stroke-width='1.5' stroke-dasharray='0.1%2c 3.01' stroke-dashoffset='4' stroke-linecap='round'/%3e%3c/svg%3e");
  }
}
.stickymodul .module-slider-nav .swiper-button-prev:after {
  content: "" !important;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.5' d='m1 7.5 5-5.49 5 5.49'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 12px 8px;
  width: 12px;
  height: 8px;
}
@media screen and (max-width: 799px) {
  .stickymodul .module-slider-nav .swiper-button-prev:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath stroke='%23ffffff' stroke-width='1.5' d='m6.992 11-5.49-5 5.49-5'/%3E%3C/svg%3E");
  }
}
.stickymodul .module-slider-nav .swiper-button-next {
  top: 50%;
  left: 0;
  margin-top: 0;
  height: 54px;
  min-width: 54px;
  border-top-right-radius: 27px;
  border-bottom-right-radius: 27px;
}
@media screen and (max-width: 613px) {
  .stickymodul .module-slider-nav .swiper-button-next {
    left: 138px;
  }
}
@media screen and (max-width: 549px) {
  .stickymodul .module-slider-nav .swiper-button-next {
    left: 78px;
  }
}
.stickymodul .module-slider-nav .swiper-button-next.swiper-button-disabled {
  opacity: 1 !important;
}
.stickymodul .module-slider-nav .swiper-button-next:after {
  content: "" !important;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.5' d='m1 1.5 5 5.49 5-5.49'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 12px 8px;
  width: 12px;
  height: 8px;
}
@media screen and (max-width: 799px) {
  .stickymodul .module-slider-nav .swiper-button-next:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath stroke='%233D5562' stroke-width='1.5' d='m.992 11 5.49-5-5.49-5'/%3E%3C/svg%3E");
  }
}
.stickymodul .module-slider-text-wrapper {
  max-width: 50%;
  padding: 0 40px;
  max-height: 800px;
}
.stickymodul .module-slider-text-wrapper .swiper-wrapper {
  align-items: center;
  /* add this will all relevant prefixes */
}
.stickymodul .module-slider-text-wrapper .swiper-wrapper .swiper-slide {
  padding-bottom: 24px;
}
.stickymodul .module-slider-text-wrapper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
  max-height: 43px;
}
.stickymodul .module-slider-text-wrapper .swiper-wrapper .swiper-slide.swiper-slide-active {
  height: fit-content !important;
}
.stickymodul .module-slider-text {
  position: relative;
}
.stickymodul .module-swiper-slide-text {
  max-height: 0;
  overflow: hidden;
  color: #EAECEC;
}
.stickymodul .swiper-slide-active .module-swiper-slide-text {
  max-height: 999px;
}
.stickymodul .module-swiper-slide-title {
  color: #EAECEC;
  font-size: 36px;
  opacity: 0.33;
}
.stickymodul .swiper-slide-next .module-swiper-slide-title,
.stickymodul .swiper-slide-prev .module-swiper-slide-title {
  opacity: 0.66;
}
.stickymodul .swiper-slide-active .module-swiper-slide-title {
  opacity: 1;
}
.stickymodul .swiper-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0.06;
  transition: opacity 0.2s;
}
.stickymodul .swiper-slide-next .swiper-slide-bg,
.stickymodul .swiper-slide-prev .swiper-slide-bg {
  opacity: 0.12;
}
.stickymodul .swiper-slide-active .swiper-slide-bg {
  opacity: 1;
}

/*! Accordion */
.accordion {
  padding: 0;
  display: flex;
  flex-direction: row;
  min-width: 100%;
  margin-bottom: 104px;
}
@media screen and (max-width: 700px) {
  .accordion {
    flex-direction: column;
  }
}
.accordion .accordion-left {
  min-width: 40%;
}
@media screen and (max-width: 700px) {
  .accordion .accordion-left {
    min-width: 100%;
    padding-bottom: 24px;
  }
}
.accordion .accordion-right {
  min-width: 60%;
}
@media screen and (max-width: 700px) {
  .accordion .accordion-right {
    min-width: 100%;
  }
}
.accordion .accordion-item {
  position: relative;
  padding: 10px;
  min-height: 88px;
  margin-bottom: 16px;
  background: #E4EBF5;
  border-radius: 8px;
  padding: 30px 96px 32px 32px;
  cursor: pointer;
}
@media screen and (max-width: 799px) {
  .accordion .accordion-item {
    background: rgba(255, 255, 255, 0.4);
  }
}
.accordion .accordion-title {
  padding: 0;
  margin: 0;
  line-height: 26px;
  font-size: 17px;
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: var(--h2org-text-color);
}
.accordion .accordion-details {
  box-sizing: border-box;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  transition: all 0.6s;
  color: var(--h2org-text-color);
}
@media screen and (max-width: 600px) {
  .accordion .accordion-details {
    margin-right: -64px;
  }
}
.accordion .accordion-item.open .accordion-details {
  max-height: 999px;
  margin-top: 20px;
  transition: all 0.6s;
}
.accordion .accordion-icon {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cpath fill='%233F6477' fill-rule='evenodd' d='M23 25v7h2v-7h7v-2h-7v-7h-2v7h-7v2h7Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  transform-origin: center center;
  transition: transform 0.4s;
}
.accordion .accordion-item.open .accordion-icon {
  transform: rotate(-45deg);
}

.has-blue-medium-background-color .accordion .accordion-item {
  background-color: #ffffff11;
}

.has-blue-medium-background-color .accordion .accordion-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Cpath fill='%23fcfcfc' fill-rule='evenodd' d='M23 25v7h2v-7h7v-2h-7v-7h-2v7h-7v2h7Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

@media screen and (max-width: 799px) {
  .single-accordion .accordion-icon {
    background-color: #E4EBF5;
    border-radius: 24px;
  }
}
/*! Twingle */
.twingle {
  border-radius: 16px;
  min-height: 500px;
  max-width: 1180px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fcfcfc;
}
@media screen and (max-width: 799px) {
  .twingle {
    border-radius: 0;
  }
}
@media screen and (max-width: 1228px) {
  .twingle {
    max-width: calc(100vw - 48px);
  }
}

/*! Scroller */
html:not(.has-scroll-smooth) .last-left-section {
  display: none;
}

.scroller {
  display: flex;
  flex-direction: row;
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1228px) {
  .scroller {
    max-width: calc(100vw - 48px);
  }
}
.scroller .scroller-left {
  min-width: 590px;
}
@media screen and (max-width: 1228px) {
  .scroller .scroller-left {
    min-width: calc(50vw - 24px);
  }
}
@media screen and (max-width: 600px) {
  .scroller .scroller-left {
    min-width: calc(100vw - 48px);
    width: calc(100vw - 48px);
    margin: 0;
  }
  .scroller .scroller-left section {
    padding-top: 50vw !important;
  }
  .scroller .scroller-left div {
    height: auto !important;
  }
}
.scroller .scroller-left h3 {
  padding-bottom: 18px;
}
.scroller .scroller-left .scroller-mobile-img {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100' width='100'%3E%3Ccircle cx='50' cy='50' r='50' stroke-width='3' fill='%23123456' /%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: top center;
  background-size: contain;
  margin-bottom: 24px;
}
@media screen and (min-width: 600px) {
  .scroller .scroller-left .scroller-mobile-img {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .scroller .scroller-left .scroller-text {
    width: 25vw;
    height: 25vw;
    min-width: 150px;
    min-height: 150px;
    max-width: 450px;
    max-height: 450px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .scroller .scroller-left .scroller-text h3, .scroller .scroller-left .scroller-text h5 {
    text-align: center;
  }
}
.scroller .scroller-right {
  left: -590px;
  min-width: 590px;
}
@media screen and (max-width: 1228px) {
  .scroller .scroller-right {
    left: calc(-50vw + 24px);
    min-width: calc(50vw - 24px);
  }
}
@media screen and (max-width: 600px) {
  .scroller .scroller-right {
    display: none;
  }
}
.scroller .scroller-background {
  min-width: 590px;
}
@media screen and (max-width: 1228px) {
  .scroller .scroller-background {
    min-width: calc(50vw - 24px);
  }
}
@media screen and (max-width: 600px) {
  .scroller .scroller-background {
    display: none;
  }
}
.scroller .scroller-background .sticky-background {
  transform: translate(0, -50%);
  margin-left: auto;
  margin-right: auto;
  width: 25vw;
  height: 25vw;
  min-width: 150px;
  min-height: 150px;
  max-width: 450px;
  max-height: 450px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100' width='100'%3E%3Ccircle cx='50' cy='50' r='50' stroke-width='3' fill='%23507485' /%3E%3C/svg%3E");
  background-repeat: repeat repeat;
  background-position: top center;
  background-size: contain;
  opacity: 1;
}
.scroller .scroller-background .fixy.is-inview .sticky-background {
  opacity: 1;
}
.scroller .fixy .fixy-inner {
  opacity: 0;
  transition: none;
}
.scroller .fixy.is-inview .fixy-inner {
  opacity: 1;
  transform: scale(1);
  transition: all 0.6s;
}
.scroller .fixy-image {
  width: 25vw;
  height: 25vw;
  min-width: 150px;
  min-height: 150px;
  max-width: 450px;
  max-height: 450px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.scroller .fixy .fixy-inner .fixy-image {
  transform: scale(0.5);
  transform-origin: center center;
}
.scroller .fixy.is-inview .fixy-inner .fixy-image {
  transform: scale(1);
  transition: all 0.6s;
}

@media screen and (max-width: 799px) {
  .so-widget-the-parallax-image-widget .parallax-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.so-widget-the-parallax-image-widget .parallax-image img {
  max-width: 100%;
  pointer-events: none;
}

.parallax-image img.floating-1 {
  -webkit-animation-name: animate1;
  -webkit-animation-duration: 1.8s;
  animation-name: animate1;
  animation-duration: 142s;
  animation-iteration-count: infinite;
}

.parallax-image img.floating-2 {
  -webkit-animation-name: animate2;
  -webkit-animation-duration: 3.6s;
  animation-name: animate2;
  animation-duration: 162s;
  animation-iteration-count: infinite;
}

.parallax-image img.floating-3 {
  -webkit-animation-name: animate3;
  -webkit-animation-duration: 5.4s;
  animation-name: animate3;
  animation-duration: 186s;
  animation-iteration-count: infinite;
}

.parallax-image img.floating-4 {
  -webkit-animation-name: animate4;
  -webkit-animation-duration: 7.2s;
  animation-name: animate4;
  animation-duration: 133s;
  animation-iteration-count: infinite;
}

.parallax-image img.floating-5 {
  -webkit-animation-name: animate5;
  -webkit-animation-duration: 9s;
  animation-name: animate5;
  animation-duration: 184s;
  animation-iteration-count: infinite;
}

.parallax-image img.floating-6 {
  -webkit-animation-name: animate6;
  -webkit-animation-duration: 10.8s;
  animation-name: animate6;
  animation-duration: 142s;
  animation-iteration-count: infinite;
}

.parallax-image img.floating-7 {
  -webkit-animation-name: animate7;
  -webkit-animation-duration: 12.6s;
  animation-name: animate7;
  animation-duration: 181s;
  animation-iteration-count: infinite;
}

.parallax-image img.floating-8 {
  -webkit-animation-name: animate8;
  -webkit-animation-duration: 14.4s;
  animation-name: animate8;
  animation-duration: 122s;
  animation-iteration-count: infinite;
}

.parallax-image img.floating-9 {
  -webkit-animation-name: animate9;
  -webkit-animation-duration: 16.2s;
  animation-name: animate9;
  animation-duration: 168s;
  animation-iteration-count: infinite;
}

.parallax-image img.floating-10 {
  -webkit-animation-name: animate10;
  -webkit-animation-duration: 18s;
  animation-name: animate10;
  animation-duration: 177s;
  animation-iteration-count: infinite;
}

.parallax-image img.floating-11 {
  -webkit-animation-name: animate11;
  -webkit-animation-duration: 19.8s;
  animation-name: animate11;
  animation-duration: 127s;
  animation-iteration-count: infinite;
}

.parallax-image img.floating-12 {
  -webkit-animation-name: animate12;
  -webkit-animation-duration: 21.6s;
  animation-name: animate12;
  animation-duration: 122s;
  animation-iteration-count: infinite;
}

.parallax-image img.floating-13 {
  -webkit-animation-name: animate13;
  -webkit-animation-duration: 23.4s;
  animation-name: animate13;
  animation-duration: 130s;
  animation-iteration-count: infinite;
}

.parallax-image img.floating-14 {
  -webkit-animation-name: animate14;
  -webkit-animation-duration: 25.2s;
  animation-name: animate14;
  animation-duration: 121s;
  animation-iteration-count: infinite;
}

@keyframes animate1 {
  10% {
    transform: rotate(0.1deg) scale(1.05) translateY(2vh) translateX(-1.2vw);
  }
  20% {
    transform: rotate(-1.9deg) scale(0.99) translateY(3.5vh) translateX(-2.05vw);
  }
  30% {
    transform: rotate(-3.8deg) scale(1.02) translateY(-3.9vh) translateX(1vw);
  }
  40% {
    transform: rotate(3.1deg) scale(0.97) translateY(2.7vh) translateX(-0.55vw);
  }
  50% {
    transform: rotate(-4deg) scale(0.97) translateY(4.6vh) translateX(-2.15vw);
  }
  60% {
    transform: rotate(2.9deg) scale(0.96) translateY(-0.8vh) translateX(1.95vw);
  }
  70% {
    transform: rotate(-4.3deg) scale(1) translateY(4.9vh) translateX(0.5vw);
  }
  80% {
    transform: rotate(4deg) scale(1.03) translateY(0.9vh) translateX(-1.8vw);
  }
  90% {
    transform: rotate(-4.2deg) scale(0.95) translateY(3.7vh) translateX(-1.6vw);
  }
}
@keyframes animate2 {
  10% {
    transform: rotate(2.1deg) scale(0.96) translateY(-3.7vh) translateX(-0.75vw);
  }
  20% {
    transform: rotate(0.8deg) scale(1.06) translateY(-0.1vh) translateX(-0.35vw);
  }
  30% {
    transform: rotate(0.3deg) scale(1.06) translateY(4.9vh) translateX(-1.45vw);
  }
  40% {
    transform: rotate(3.9deg) scale(1.06) translateY(2.9vh) translateX(-0.55vw);
  }
  50% {
    transform: rotate(-1.7deg) scale(1.02) translateY(4.9vh) translateX(-0.4vw);
  }
  60% {
    transform: rotate(-1.7deg) scale(0.98) translateY(-2.2vh) translateX(-0.75vw);
  }
  70% {
    transform: rotate(0.8deg) scale(1.02) translateY(3vh) translateX(0.85vw);
  }
  80% {
    transform: rotate(1.1deg) scale(0.98) translateY(2.6vh) translateX(-2.05vw);
  }
  90% {
    transform: rotate(-2deg) scale(0.98) translateY(-4.5vh) translateX(0.1vw);
  }
}
@keyframes animate3 {
  10% {
    transform: rotate(0deg) scale(1.02) translateY(4.7vh) translateX(-1.6vw);
  }
  20% {
    transform: rotate(-4.3deg) scale(0.96) translateY(-0.8vh) translateX(-1vw);
  }
  30% {
    transform: rotate(-3.6deg) scale(0.97) translateY(-4.4vh) translateX(-1.85vw);
  }
  40% {
    transform: rotate(3.6deg) scale(0.99) translateY(-0.4vh) translateX(-0.55vw);
  }
  50% {
    transform: rotate(3.7deg) scale(1) translateY(0.2vh) translateX(1.85vw);
  }
  60% {
    transform: rotate(0.5deg) scale(0.95) translateY(3.1vh) translateX(1.5vw);
  }
  70% {
    transform: rotate(-2.9deg) scale(1) translateY(1.7vh) translateX(1.3vw);
  }
  80% {
    transform: rotate(-1.9deg) scale(1.02) translateY(2.8vh) translateX(-1.15vw);
  }
  90% {
    transform: rotate(-3.4deg) scale(1.06) translateY(3.7vh) translateX(-1.15vw);
  }
}
@keyframes animate4 {
  10% {
    transform: rotate(-4.3deg) scale(0.98) translateY(-2.3vh) translateX(-1.35vw);
  }
  20% {
    transform: rotate(-4deg) scale(0.95) translateY(0.1vh) translateX(1.1vw);
  }
  30% {
    transform: rotate(-0.3deg) scale(0.99) translateY(-2.2vh) translateX(2.3vw);
  }
  40% {
    transform: rotate(2.9deg) scale(0.98) translateY(-1.4vh) translateX(0.65vw);
  }
  50% {
    transform: rotate(1.5deg) scale(1.05) translateY(3.3vh) translateX(0.55vw);
  }
  60% {
    transform: rotate(-2.5deg) scale(1) translateY(0.7vh) translateX(-0.3vw);
  }
  70% {
    transform: rotate(-0.8deg) scale(1.06) translateY(-3.9vh) translateX(-2.35vw);
  }
  80% {
    transform: rotate(2deg) scale(1.06) translateY(-3.8vh) translateX(2.5vw);
  }
  90% {
    transform: rotate(-1.9deg) scale(0.97) translateY(-1.4vh) translateX(1.05vw);
  }
}
@keyframes animate5 {
  10% {
    transform: rotate(-3.3deg) scale(0.98) translateY(3.6vh) translateX(-0.3vw);
  }
  20% {
    transform: rotate(1deg) scale(1.04) translateY(4.1vh) translateX(2.35vw);
  }
  30% {
    transform: rotate(1.4deg) scale(0.95) translateY(1.5vh) translateX(0.45vw);
  }
  40% {
    transform: rotate(-0.5deg) scale(1.06) translateY(-2.4vh) translateX(-2.2vw);
  }
  50% {
    transform: rotate(3.1deg) scale(1.05) translateY(-0.6vh) translateX(2.15vw);
  }
  60% {
    transform: rotate(3deg) scale(0.99) translateY(-1.2vh) translateX(0.95vw);
  }
  70% {
    transform: rotate(2.1deg) scale(0.97) translateY(3.4vh) translateX(-2.35vw);
  }
  80% {
    transform: rotate(-3.8deg) scale(1.06) translateY(-4.5vh) translateX(2.35vw);
  }
  90% {
    transform: rotate(-4deg) scale(1.04) translateY(-0.7vh) translateX(-2.25vw);
  }
}
@keyframes animate6 {
  10% {
    transform: rotate(-1.1deg) scale(1.02) translateY(-0.6vh) translateX(-2.15vw);
  }
  20% {
    transform: rotate(-2.5deg) scale(0.95) translateY(0.6vh) translateX(-2.35vw);
  }
  30% {
    transform: rotate(4.1deg) scale(1) translateY(-2.6vh) translateX(-0.9vw);
  }
  40% {
    transform: rotate(-2.1deg) scale(1.04) translateY(2.9vh) translateX(1.7vw);
  }
  50% {
    transform: rotate(-3.1deg) scale(0.99) translateY(2.1vh) translateX(1.9vw);
  }
  60% {
    transform: rotate(-3.1deg) scale(0.95) translateY(4.7vh) translateX(-0.35vw);
  }
  70% {
    transform: rotate(2.6deg) scale(1) translateY(-2.5vh) translateX(0.9vw);
  }
  80% {
    transform: rotate(0.9deg) scale(1.04) translateY(1.6vh) translateX(-0.7vw);
  }
  90% {
    transform: rotate(-2.5deg) scale(1.04) translateY(-1.5vh) translateX(-0.85vw);
  }
}
@keyframes animate7 {
  10% {
    transform: rotate(2.1deg) scale(1.03) translateY(3.3vh) translateX(2.1vw);
  }
  20% {
    transform: rotate(-4deg) scale(0.99) translateY(2.6vh) translateX(0.3vw);
  }
  30% {
    transform: rotate(1.4deg) scale(1.03) translateY(1.6vh) translateX(0.15vw);
  }
  40% {
    transform: rotate(-1.7deg) scale(1.05) translateY(-3.6vh) translateX(1.55vw);
  }
  50% {
    transform: rotate(-0.6deg) scale(0.98) translateY(4.4vh) translateX(-0.4vw);
  }
  60% {
    transform: rotate(-2.3deg) scale(0.99) translateY(1.9vh) translateX(1.95vw);
  }
  70% {
    transform: rotate(0deg) scale(1.02) translateY(-4.6vh) translateX(1.4vw);
  }
  80% {
    transform: rotate(-0.6deg) scale(1.03) translateY(-3.9vh) translateX(1.9vw);
  }
  90% {
    transform: rotate(0.6deg) scale(1.01) translateY(-2vh) translateX(-1.45vw);
  }
}
@keyframes animate8 {
  10% {
    transform: rotate(-4.1deg) scale(1.01) translateY(3.8vh) translateX(2.4vw);
  }
  20% {
    transform: rotate(2.7deg) scale(1.02) translateY(0.5vh) translateX(1.95vw);
  }
  30% {
    transform: rotate(-2.6deg) scale(1.03) translateY(-4.3vh) translateX(1.6vw);
  }
  40% {
    transform: rotate(-0.5deg) scale(0.98) translateY(0.4vh) translateX(-0.55vw);
  }
  50% {
    transform: rotate(-3deg) scale(0.99) translateY(4.1vh) translateX(0.95vw);
  }
  60% {
    transform: rotate(-3.9deg) scale(1.06) translateY(4.8vh) translateX(0.8vw);
  }
  70% {
    transform: rotate(-2.5deg) scale(1.01) translateY(-3.5vh) translateX(1.6vw);
  }
  80% {
    transform: rotate(-2.4deg) scale(0.96) translateY(-3.7vh) translateX(1.45vw);
  }
  90% {
    transform: rotate(-3.2deg) scale(0.96) translateY(-4.2vh) translateX(1.25vw);
  }
}
@keyframes animate9 {
  10% {
    transform: rotate(-2.2deg) scale(1.03) translateY(1vh) translateX(-0.15vw);
  }
  20% {
    transform: rotate(4.4deg) scale(1.05) translateY(1vh) translateX(1.5vw);
  }
  30% {
    transform: rotate(0.2deg) scale(1.05) translateY(-1.3vh) translateX(0.3vw);
  }
  40% {
    transform: rotate(2.3deg) scale(0.96) translateY(-3.7vh) translateX(-1.25vw);
  }
  50% {
    transform: rotate(-0.2deg) scale(0.97) translateY(3.6vh) translateX(1.9vw);
  }
  60% {
    transform: rotate(2.2deg) scale(1.04) translateY(4.3vh) translateX(2.35vw);
  }
  70% {
    transform: rotate(0.7deg) scale(1.05) translateY(-0.1vh) translateX(-0.9vw);
  }
  80% {
    transform: rotate(-0.8deg) scale(1.06) translateY(-1.2vh) translateX(2.2vw);
  }
  90% {
    transform: rotate(1.6deg) scale(1.03) translateY(-4.6vh) translateX(1.95vw);
  }
}
@keyframes animate10 {
  10% {
    transform: rotate(2.1deg) scale(1.05) translateY(-2.3vh) translateX(1.2vw);
  }
  20% {
    transform: rotate(-2deg) scale(1) translateY(1.1vh) translateX(0.35vw);
  }
  30% {
    transform: rotate(0.6deg) scale(1.03) translateY(4.5vh) translateX(0.25vw);
  }
  40% {
    transform: rotate(-0.6deg) scale(0.99) translateY(0vh) translateX(-1.6vw);
  }
  50% {
    transform: rotate(3.9deg) scale(1.05) translateY(-0.8vh) translateX(-0.45vw);
  }
  60% {
    transform: rotate(3.3deg) scale(0.98) translateY(3.8vh) translateX(-0.45vw);
  }
  70% {
    transform: rotate(3.5deg) scale(1.02) translateY(3.5vh) translateX(1.9vw);
  }
  80% {
    transform: rotate(-1.1deg) scale(1.05) translateY(3.9vh) translateX(-0.75vw);
  }
  90% {
    transform: rotate(-3.3deg) scale(0.95) translateY(0.1vh) translateX(2.2vw);
  }
}
@keyframes animate11 {
  10% {
    transform: rotate(2.5deg) scale(0.96) translateY(5vh) translateX(-0.4vw);
  }
  20% {
    transform: rotate(3.9deg) scale(0.95) translateY(3.8vh) translateX(1.15vw);
  }
  30% {
    transform: rotate(-3.9deg) scale(1.02) translateY(1.6vh) translateX(0.35vw);
  }
  40% {
    transform: rotate(-1.4deg) scale(1.02) translateY(-4.5vh) translateX(1.85vw);
  }
  50% {
    transform: rotate(-1.3deg) scale(0.95) translateY(1.3vh) translateX(0.65vw);
  }
  60% {
    transform: rotate(-1.9deg) scale(0.95) translateY(2.1vh) translateX(2.4vw);
  }
  70% {
    transform: rotate(2.9deg) scale(0.97) translateY(1.9vh) translateX(2.45vw);
  }
  80% {
    transform: rotate(3.4deg) scale(0.98) translateY(1.6vh) translateX(1.05vw);
  }
  90% {
    transform: rotate(-3.4deg) scale(1) translateY(-1.8vh) translateX(-1.5vw);
  }
}
@keyframes animate12 {
  10% {
    transform: rotate(0.1deg) scale(1.06) translateY(2.5vh) translateX(-0.3vw);
  }
  20% {
    transform: rotate(4.5deg) scale(1.01) translateY(1.3vh) translateX(1.1vw);
  }
  30% {
    transform: rotate(-0.3deg) scale(1.05) translateY(-1.6vh) translateX(-0.55vw);
  }
  40% {
    transform: rotate(-4.1deg) scale(0.97) translateY(-0.9vh) translateX(2.5vw);
  }
  50% {
    transform: rotate(4deg) scale(1) translateY(0.2vh) translateX(-2.1vw);
  }
  60% {
    transform: rotate(4.5deg) scale(1.02) translateY(-1.8vh) translateX(0.4vw);
  }
  70% {
    transform: rotate(4.5deg) scale(1.06) translateY(4.4vh) translateX(1.55vw);
  }
  80% {
    transform: rotate(3.4deg) scale(0.96) translateY(0.3vh) translateX(-0.1vw);
  }
  90% {
    transform: rotate(2.9deg) scale(1) translateY(4.2vh) translateX(-0.65vw);
  }
}
@keyframes animate13 {
  10% {
    transform: rotate(4deg) scale(1.04) translateY(-2vh) translateX(1.5vw);
  }
  20% {
    transform: rotate(-0.4deg) scale(1.02) translateY(4.4vh) translateX(-2.4vw);
  }
  30% {
    transform: rotate(3.6deg) scale(0.95) translateY(-2.1vh) translateX(2vw);
  }
  40% {
    transform: rotate(-3.6deg) scale(0.96) translateY(0.2vh) translateX(1.45vw);
  }
  50% {
    transform: rotate(-3deg) scale(1.03) translateY(-2.3vh) translateX(-1.9vw);
  }
  60% {
    transform: rotate(-2.3deg) scale(0.95) translateY(2.9vh) translateX(0.7vw);
  }
  70% {
    transform: rotate(1.3deg) scale(1.05) translateY(0vh) translateX(0.95vw);
  }
  80% {
    transform: rotate(1.1deg) scale(0.98) translateY(-0.7vh) translateX(-1.3vw);
  }
  90% {
    transform: rotate(-2.8deg) scale(1.05) translateY(4.7vh) translateX(-1.1vw);
  }
}
@keyframes animate14 {
  10% {
    transform: rotate(1.3deg) scale(0.99) translateY(1.3vh) translateX(-0.5vw);
  }
  20% {
    transform: rotate(4.4deg) scale(1.04) translateY(-3.7vh) translateX(-1.7vw);
  }
  30% {
    transform: rotate(1.9deg) scale(1.06) translateY(2.6vh) translateX(1.85vw);
  }
  40% {
    transform: rotate(3.2deg) scale(1.06) translateY(-4.5vh) translateX(-2.35vw);
  }
  50% {
    transform: rotate(-1.7deg) scale(1.06) translateY(4.5vh) translateX(1.35vw);
  }
  60% {
    transform: rotate(1.9deg) scale(0.96) translateY(1vh) translateX(-2.45vw);
  }
  70% {
    transform: rotate(0.3deg) scale(1.05) translateY(0vh) translateX(-0.85vw);
  }
  80% {
    transform: rotate(-0.4deg) scale(1.01) translateY(-1.1vh) translateX(0.9vw);
  }
  90% {
    transform: rotate(-3.1deg) scale(1.04) translateY(5vh) translateX(-0.5vw);
  }
}
/*! Headline */
.has-some-white-background-color .so-widget-the-headline-widget h1.reveal span {
  color: var(--wp--preset--color--gray-light);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' fill='none'%3E%3Cpath fill='%233F6477' d='M26.973 17.851a7.903 7.903 0 0 0-.354-1.854 7.556 7.556 0 0 0-.723-1.604 7.866 7.866 0 0 0-1.21-1.53 7.324 7.324 0 0 0-.784-.666c-.052-.038-.104-.08-.159-.118a8.386 8.386 0 0 0-.884-.546 8.769 8.769 0 0 0-2.969-.94 10.342 10.342 0 0 0-2.44-.038 8.792 8.792 0 0 0-3.306.978 8.53 8.53 0 0 0-1.134.733c-.071.055-.142.108-.21.163a7.55 7.55 0 0 0-1.49 1.65c-.056.083-.11.163-.162.248-.014.022-.028.041-.041.063a7.97 7.97 0 0 0-.263.474c-.055.105-.102.212-.151.32-.22.485-.386.992-.501 1.52l-.058.285a8.876 8.876 0 0 0-.085.611c-.01.108-.024.215-.03.325-.01.19-.019.38-.019.576 0 .896.132 1.739.386 2.53.036.113.077.226.118.339a7.49 7.49 0 0 0 .846 1.622 7.604 7.604 0 0 0 1.91 1.935c.098.071.202.137.306.204.186.118.375.231.572.338l.036.017c1.279.675 2.722 1.014 4.325 1.014.054 0 .11-.003.161-.006 1.523-.022 2.898-.352 4.125-.994.022-.011.046-.022.071-.036.29-.154.564-.325.824-.507.165-.116.326-.234.483-.358a7.748 7.748 0 0 0 1.687-1.923c.013-.022.03-.044.043-.07.124-.2.23-.41.335-.622.164-.339.3-.686.41-1.047.066-.21.121-.424.17-.64a8.57 8.57 0 0 0 .192-1.8v-.06a8.48 8.48 0 0 0-.025-.593l-.002.008Z'/%3E%3Crect width='35' height='35' x='1' y='1' stroke='%233F6477' stroke-dasharray='0.1 3' stroke-linecap='round' rx='17.5'/%3E%3C/svg%3E");
}

/*! Timeline */
.so-widget-the-timeline-widget {
  border-radius: 12px;
  overflow: hidden;
}

.timeline {
  display: grid;
  padding: 8px 0;
  border-left: 1px solid #ddd;
  overflow-x: auto;
  overflow-y: visible;
}
.timeline .timeline-day {
  font-family: "Sofia Pro", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--wp--preset--color--gray-light);
}
.timeline .day-1 {
  grid-column: 1/1;
  grid-row: 1/1;
}
.timeline .day-2 {
  grid-column: 2/2;
  grid-row: 1/1;
}
.timeline .day-3 {
  grid-column: 3/3;
  grid-row: 1/1;
}
.timeline .day-4 {
  grid-column: 4/4;
  grid-row: 1/1;
}
.timeline .day-5 {
  grid-column: 5/5;
  grid-row: 1/1;
}
.timeline .day-6 {
  grid-column: 6/6;
  grid-row: 1/1;
}
.timeline .day-7 {
  grid-column: 7/7;
  grid-row: 1/1;
}
.timeline .timeline-line {
  border-right: 1px solid #ddd;
}
.timeline .line-1 {
  grid-column: 1/1;
  grid-row: 1/7;
}
.timeline .line-2 {
  grid-column: 2/2;
  grid-row: 1/7;
}
.timeline .line-3 {
  grid-column: 3/3;
  grid-row: 1/7;
}
.timeline .line-4 {
  grid-column: 4/4;
  grid-row: 1/7;
}
.timeline .line-5 {
  grid-column: 5/5;
  grid-row: 1/7;
}
.timeline .line-6 {
  grid-column: 6/6;
  grid-row: 1/7;
}
.timeline .timeline-item {
  margin: 6px 12px;
  border-radius: 12px;
  position: relative;
  background-color: var(--wp--preset--color--beige-dark);
  padding: 16px 36px;
  transition: all 1.2s;
}
.timeline .timeline-item:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  bottom: 12px;
  width: 6px;
  background-color: var(--wp--preset--color--blue-medium);
  border-radius: 24px;
}
.timeline .timeline-item .timeline-item-date {
  font-family: "Sofia Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--wp--preset--color--gray-light);
}
.timeline .timeline-item .timeline-item-title {
  font-family: "Sofia Pro", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.02em;
  text-align: left;
  color: var(--wp--preset--color--gray-light);
  padding-top: 4px;
}
.timeline .timeline-item .timeline-item-image {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  width: 62px;
  background-size: cover;
  border-radius: 6px;
}

.item-group-a.item-a {
  grid-column: 1/5;
  grid-row: 2/3;
}

.item-group-a.item-b {
  grid-column: 2/4;
  grid-row: 3/4;
}

.item-group-a.item-c {
  grid-column: 3/6;
  grid-row: 4/5;
}

.item-group-a.item-d {
  grid-column: 4/6;
  grid-row: 5/6;
}

.item-group-a.item-e {
  grid-column: 5/6;
  grid-row: 6/7;
}

/*! eRecht24 */
.impressum p {
  padding-bottom: 1em;
}
.impressum h2 {
  font-size: 17px !important;
  font-weight: 400 !important;
}
.impressum div > h2:first-child {
  padding-bottom: 1em;
}
.impressum strong {
  font-weight: 400 !important;
}

.datenschutz p {
  padding-bottom: 1em;
}
.datenschutz h2 {
  font-size: 32px !important;
  font-weight: 400 !important;
  padding-top: 2em;
  padding-bottom: 3em;
}
.datenschutz h3, .datenschutz h4 {
  font-size: 24px !important;
  font-weight: 400 !important;
  padding-top: 1em;
  padding-bottom: 1.5em;
}

/*! Flocker */
.flocker-wall {
  margin: 0;
  padding: 0;
  min-height: 501px;
  --fl-item-border-radius: 8px;
}
.flocker-wall .flockler-wall_v2-item:before {
  box-shadow: none !important;
}
.flocker-wall .flockler-carousel_v2-items:focus {
  outline: none !important;
}
.flocker-wall .flickity-button-icon {
  display: none;
}
.flocker-wall .flickity-viewport {
  box-sizing: content-box !important;
  padding-bottom: 80px;
}
.flocker-wall .flickity-prev-next-button.previous {
  top: auto;
  bottom: 1px;
  left: 50%;
  height: 54px;
  min-width: 54px;
  border-top-right-radius: 27px;
  border-bottom-right-radius: 27px;
  transform: translateX(-50%);
  background: none;
}
.flocker-wall .flickity-prev-next-button.previous:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 108px;
  bottom: 1px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='27' ry='27' stroke='%23ffffff' stroke-width='1.5' stroke-dasharray='0.1%2c 3.01' stroke-dashoffset='4' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 63px;
}
.flocker-wall .flickity-prev-next-button.previous:after {
  content: "" !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 54px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.5' d='m6.992 11-5.49-5 5.49-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 8px 12px;
}
.flocker-wall .flickity-prev-next-button.next {
  top: auto;
  bottom: 1px;
  left: 50%;
  transform: translateX(50%);
  height: 54px;
  min-width: 54px;
  border-top-right-radius: 27px;
  border-bottom-right-radius: 27px;
  background: none;
}
.flocker-wall .flickity-prev-next-button.next:after {
  content: "" !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.5' d='m.992 11 5.49-5-5.49-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 8px 12px;
}
@media screen and (max-width: 600px) {
  .flocker-wall {
    --fl-item-border-radius: none;
  }
  .flocker-wall .flockler-posts article:nth-child(n+4) {
    display: none;
  }
}
.flocker-wall p {
  font-size: 0.9em;
}

/*! CONTACT FORM 7
//--------------------------------------------------------------*/
.wpcf7 {
  --h2org-text-color: #3D5562;
}
.wpcf7 .wpcf7-form {
  display: table;
  margin: 0 auto;
  max-width: calc(100vw - 48px);
}
.wpcf7 .wpcf7-form input[type=text],
.wpcf7 .wpcf7-form input[type=email],
.wpcf7 .wpcf7-form input[type=number] {
  background-color: transparent;
  color: var(--h2org-text-color);
  border: none;
  outline: none;
  height: 24px;
  max-width: calc(100vw - 48px);
}
.wpcf7 .wpcf7-form input[type=radio] {
  height: 1.2rem;
  width: 1.2rem;
  margin-right: 0.5rem;
  accent-color: var(--h2org-text-color);
  appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
  background: #3D556233;
  border: 3px solid #FFF;
  box-shadow: 0 0 0 1px #3D5562;
}
.wpcf7 .wpcf7-form input[type=radio]:hover {
  background: #3D556255;
}
.wpcf7 .wpcf7-form input[type=radio]:checked {
  background-color: #3D5562;
  border-width: 0.2rem;
}
.wpcf7 .wpcf7-form input[type=checkbox] {
  height: 1.2rem;
  width: 1.2rem;
  margin-right: 0.5rem;
  accent-color: var(--h2org-text-color);
  appearance: none;
  -webkit-appearance: none;
  background: #3D556233;
  border: 3px solid #FFF;
  box-shadow: 0 0 0 1px #3D5562;
}
.wpcf7 .wpcf7-form input[type=checkbox]:hover {
  background: #3D556255;
}
.wpcf7 .wpcf7-form input[type=checkbox]:checked {
  background-color: #3D5562;
  border-width: 0.2rem;
}
.wpcf7 .wpcf7-form textarea {
  background-color: transparent;
  border: none;
  outline: none;
  max-width: calc(100vw - 48px);
}
.wpcf7 .wpcf7-form input[type=button] {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 999;
  height: 56px;
  background-color: #3D556255;
  border-radius: 63px !important;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transition: all 1s;
  border: none;
  padding: 0 24px 0 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='14' fill='none'%3E%3Cg transform='scale(-1,1) translate(-36,0)'%3E%3Cpath stroke='%23fff' stroke-width='1.5' d='m6.904 12.5 5.27-5.5-5.27-5.5M.031 7h12.396'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center left;
  background-size: 36px 14px;
  cursor: pointer;
  color: #fff;
}
.wpcf7 .wpcf7-form input[type=button]:hover {
  background-color: #3D556277;
}
.wpcf7 .wpcf7-form input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 999;
  height: 56px;
  background-color: transparent;
  border-radius: 63px !important;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transition: all 1s;
  border: none;
  padding: 0 48px 0 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='14' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='1.5' d='m6.904 12.5 5.27-5.5-5.27-5.5M.031 7h12.396'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center right;
  background-size: 36px 14px;
  cursor: pointer;
  color: #fff;
}
.wpcf7 .wpcf7-form .form-nav-buttons {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
}
.wpcf7 .wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7 .wpcf7-form p:has(input[type=submit]) {
  display: inline-block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  background-color: var(--wp--preset--color--gray-light);
  border-radius: 63px !important;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transition: all 1s;
}
.wpcf7 .wpcf7-form p:has(input[type=submit]):before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 56px;
  left: 0;
  transition: all 1.5s;
  opacity: 0.4;
  width: 743px;
  height: 105px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 743 105'%3E%3Cpath d='M392-18.177V74h-743v-90.924C-257.555 8.939-235.524-31-173.987-31c49.914 0 48.086 29.615 119.275 36.074 61.537 5.583 98.828-30.709 158.781-7.086C233.22 48.877 293.997-47.749 392-18.177Z' style='fill:%230C253;fill-rule:nonzero' transform='translate(351 31)'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: top left;
  background-size: cover;
}
.wpcf7 .wpcf7-form p:has(input[type=submit]):hover {
  background: var(--wp--preset--color--gray-light);
}
.wpcf7 .wpcf7-form p:has(input[type=submit]):hover:before {
  position: absolute;
  top: -48px;
  left: -425px;
  opacity: 1;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 12px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap:after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  bottom: 11px;
  height: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1' fill='none' viewBox='0 0 473 1'%3E%3Cpath stroke='%23173345' stroke-dasharray='0.1 3' stroke-linecap='round' stroke-width='1.5' d='M.5.5h472'/%3E%3C/svg%3E");
  background-repeat: repeat no-repeat;
  background-position: center center;
  background-size: 437px 1px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap:has(.wpcf7-radio):after, .wpcf7 .wpcf7-form .wpcf7-form-control-wrap:has(.wpcf7-checkbox):after, .wpcf7 .wpcf7-form .wpcf7-form-control-wrap:has(.wpcf7-acceptance):after {
  background-image: none !important;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  display: block;
}
.wpcf7 .wpcf7-form h4 {
  margin: 28px 0 14px 0;
}
.wpcf7 .wpcf7-form p + p {
  margin-top: 14px;
}

html.has-scroll-init, html.has-scroll-init body, html.has-scroll-init body > div {
  overflow-x: hidden;
  width: 100vw;
  position: relative;
}

.site-menu-language-switch {
  position: absolute;
}
.site-menu-language-switch.site-menu-language-switch-desktop {
  right: 0;
  top: 24px;
}
@media screen and (max-width: 799px) {
  .site-menu-language-switch.site-menu-language-switch-desktop {
    display: none;
  }
}
.site-menu-language-switch.site-menu-language-switch-mobile {
  right: 0;
  top: 24px;
}
@media screen and (min-width: 799px) {
  .site-menu-language-switch.site-menu-language-switch-mobile {
    display: none;
  }
}
.site-menu-language-switch .wpml-ls-link {
  color: var(--sub-menu-arrow-color);
  font-family: "Sofia Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 5px;
  border-right: 1px solid var(--sub-menu-arrow-color);
}
.site-menu-language-switch ul li:last-child .wpml-ls-link {
  border-right: none;
}
.site-menu-language-switch .wpml-ls-item-de .wpml-ls-link:after {
  content: "DE";
}
.site-menu-language-switch .wpml-ls-item-en .wpml-ls-link:after {
  content: "EN";
}
.site-menu-language-switch .wpml-ls-native {
  display: none;
}

@media screen and (max-width: 1330px) and (min-width: 799px) {
  #donation-button {
    margin-right: 48px;
  }
}
@media screen and (min-width: 799px) {
  #primary-menu .wpml-ls-item {
    display: none;
  }
}
/*! VIDEOJS */
#trailer-video-elbe {
  aspect-ratio: 2048/1080;
  border-radius: 16px;
}

#trailer-video-danube {
  aspect-ratio: 1280/720;
  border-radius: 16px;
}

.vjs-poster {
  border-radius: 16px;
}

.trailer-wrapper {
  border-radius: 16px;
  overflow: hidden;
}

/*! DOWNLOAD MANAGER */
.oak-downloads .oak-downloads-categories {
  padding-bottom: 64px;
}
.oak-downloads .oak-downloads-categories:after {
  content: "";
  display: block;
  clear: both;
}
.oak-downloads .oak-downloads-categories .oak-downloads-title {
  font-size: 24px;
  width: 25%;
  float: left;
}
.oak-downloads .oak-downloads-categories .oak-downloads-items {
  width: 75%;
  float: right;
  justify-content: flex-start !important;
}
.oak-downloads .oak-downloads-categories .oak-downloads-items .oak-download-item {
  background-color: #E4EBF5 !important;
}
.oak-downloads .oak-downloads-categories .oak-downloads-items .oak-download-item .project-title {
  font-size: 24px;
  color: var(--h2org-text-color) !important;
}
.oak-downloads .oak-downloads-categories .oak-downloads-items .oak-download-item .project-text p {
  padding-top: 16px;
  font-size: 17px;
}
.oak-downloads .oak-downloads-categories .oak-downloads-items .oak-download-item .small-arrowup-button {
  top: 32px;
}
.oak-downloads .oak-downloads-categories .oak-downloads-items .oak-download-item .small-arrowup-button .download-icon {
  position: absolute;
  top: 11px;
  left: 10px;
}
.oak-downloads .oak-downloads-categories .oak-downloads-items:hover svg.download-icon path {
  stroke: #fff;
  transition: stroke 0.6s;
}
.oak-downloads .oak-downloads-categories .oak-downloads-items:hover .download-arrow {
  transform: translateY(2px);
  transition: transform 0.6s;
}

.download-link {
  display: inline-block;
  border-radius: 8px;
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
  color: var(--wp--preset--color--gray-light);
}
.download-link .download-link-wrapper {
  display: flex;
  min-width: 240px;
  padding: 24px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.download-link .download-link-wrapper:hover .download-link-arrow {
  transform: translateY(2px);
}

.the-icon {
  display: inline-block;
  padding-right: 1ch;
}
.the-icon svg {
  width: 20px;
  height: auto;
  fill: var(--h2org-text-color) !important;
}
.the-icon svg path {
  fill: var(--h2org-text-color) !important;
}

@media (max-width: 781px) {
  .portrait-image {
    width: 60%;
    min-width: 236px;
  }
}
#menu-item-1876 a, #menu-item-2670 a {
  font-weight: 800;
}

.wp-block-cover__inner-container p {
  text-align: left !important;
  hyphens: none !important;
}

.project-highlights-image .vjs-poster img {
  margin-top: 0 !important;
}

.wp-block-cover__background {
  background-color: var(--wp--preset--color--gray-dark) !important;
  opacity: 0.8 !important;
}

.wp-lightbox-overlay {
  position: fixed !important;
}

.wp-lightbox-overlay .scrim {
  background-color: #ffffffe0 !important;
  backdrop-filter: blur(6px);
}

#wpadminbar {
  position: fixed !important;
}

.smaller-wave svg {
  margin-top: -3vw;
  margin-bottom: calc(-1px - 2vw) !important;
}

.wp-block-button {
  width: fit-content;
}

.wp-block-button.alignright {
  margin-left: auto;
  margin-right: 0;
}

.contact-popoverlink {
  border: none;
}

[popover] {
  left: 50vw;
  top: 50vh;
  border: none;
  padding: 11px;
  border-radius: 18px;
  background-color: #fcfcfc;
  color: #3D5562;
  --h2org-text-color: #3D5562;
  max-height: 100vh;
}

[popover]::backdrop {
  background-color: #3F647799;
  backdrop-filter: blur(5px);
}

[popover]:popover-open {
  position: fixed;
  transition: 0.2s;
  opacity: 1;
  translate: -50% -50%;
}
@starting-style {
  [popover]:popover-open {
    opacity: 0;
    translate: -50% calc(-50% + 60px);
  }
}

[popover] .wpcf7 {
  color: #3D5562;
  --h2org-text-color: #3D5562;
}

.contact-popover-title {
  font-size: 36px;
  display: inline-block;
  padding: 11px 0 0 22px;
}

.contact-popover-close {
  width: 56px;
  padding-top: 4px;
  height: 56px;
  border-radius: 28px;
  background-color: #fcfcfc;
  border: none;
  cursor: pointer;
  float: right;
}

.contact-popover-close:hover svg {
  position: relative;
  transition: linear 0.3s;
  transform: rotate(90deg);
}

.contact-popover-form {
  padding: 22px;
}

.contact-popover-text {
  padding: 22px;
  max-width: 484px;
}

.so-widget-the-new-accordion-widget {
  max-width: 100%;
}

.new-accordion {
  max-width: 100%;
}
.new-accordion .accordion-item {
  padding: 32px;
}
.new-accordion .accordion-title {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 18px;
}
.new-accordion .accordion-details-top, .new-accordion .accordion-details-bottom {
  display: flex;
}
.new-accordion .accordion-text {
  width: 60%;
}
.new-accordion .accordion-image {
  width: 40%;
}
.new-accordion .accordion-image img {
  max-width: 100%;
  border-radius: 6px;
}
.new-accordion .wp-block-button.is-style-solid-outline {
  background-color: transparent;
  border: 1.5px solid var(--wp--preset--color--blue-medium);
}
.new-accordion .wp-block-button.is-style-solid-outline .wp-block-button__link {
  color: var(--wp--preset--color--gray-light);
}
.new-accordion .wp-block-button .wp-element-button:after {
  display: none !important;
}

.price-card, .price-card-small {
  align-content: flex-start;
  justify-content: space-between;
}
.price-card p, .price-card-small p {
  margin: 0 !important;
}
.price-card .price-card-price, .price-card-small .price-card-price {
  line-height: 1em;
  margin-right: -12px;
}

.price-card {
  aspect-ratio: 6/5;
}

.project-card-slider-nav {
  height: 54px;
  position: relative;
}
@media screen and (max-width: 799px) {
  .project-card-slider-nav {
    display: none;
  }
}
.project-card-slider-nav .swiper-button-prev {
  top: 0;
  left: calc(50% - 54px);
  margin-top: 0;
  height: 54px;
  min-width: 54px;
  border-top-left-radius: 27px;
  border-bottom-left-radius: 27px;
}
.project-card-slider-nav .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}
.project-card-slider-nav .swiper-button-prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 108px;
  bottom: 1px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='27' ry='27' stroke='%23FFFFFF' stroke-width='1.5' stroke-dasharray='0.1%2c 3.01' stroke-dashoffset='4' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 63px;
  pointer-events: none;
}
@media screen and (max-width: 799px) {
  .project-card-slider-nav .swiper-button-prev:before {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='27' ry='27' stroke='%233D5562' stroke-width='1.5' stroke-dasharray='0.1%2c 3.01' stroke-dashoffset='4' stroke-linecap='round'/%3e%3c/svg%3e");
  }
}
.project-card-slider-nav .swiper-button-prev:after {
  content: "" !important;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath stroke='%23FFFFFF' stroke-width='1.5' d='m6.992 11-5.49-5 5.49-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 8px 12px;
  width: 8px;
  height: 12px;
}
.project-card-slider-nav .swiper-button-next {
  top: 0;
  right: auto;
  left: 50%;
  margin-top: 0;
  height: 54px;
  min-width: 54px;
  border-top-right-radius: 27px;
  border-bottom-right-radius: 27px;
}
.project-card-slider-nav .swiper-button-next.swiper-button-disabled {
  opacity: 1 !important;
}
.project-card-slider-nav .swiper-button-next:after {
  content: "" !important;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath stroke='%23FFFFFF' stroke-width='1.5' d='m.992 11 5.49-5-5.49-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 8px 12px;
  width: 8px;
  height: 12px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100% !important;
}

.wp-block-button:has(.has-some-white-background-color) {
  background-color: var(--wp--preset--color--some-white) !important;
}
.wp-block-button:has(.has-some-white-background-color) .wp-block-button__link {
  color: var(--wp--preset--color--gray-dark);
}
.wp-block-button:has(.has-some-white-background-color) .wp-element-button:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath stroke='%23022E41' stroke-width='1.5' d='m6.904 12.5 5.27-5.5-5.27-5.5M.031 7h12.396'/%3E%3C/svg%3E");
}

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