/*!
Theme Name: dr-wallstein
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dr-wallstein
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */

:root {
  --light-beige: 247 247 243;
  --bronze: 120 97 71;
  --dark-bronze: 95 78 59;
  --white: 247 247 243;
  --black-text: 35 29 26;
  --white-absolute: 255 255 255;
  --light-gray: 236 234 229;
  --red: 234 86 86;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

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

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 1320px) and (max-width: 1535px) {
  .container {
    padding: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .container {
    max-width: 100%;
    padding-inline: 40px !important;
  }
}

.full-screen-width {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
  color: var(--black-text);
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.3;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Crimson Text", serif;
  line-height: 100%;
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.02em;
  color: rgb(var(--bronze));
}

h1,
.h1 {
  font-size: 68px;
  line-height: 100%;
}

h2,
.h2 {
  font-size: 32px;
  line-height: 40px;
  hyphens: auto;
}

h3,
.h3 {
  font-size: 28px;
  line-height: 1.15;
}

@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 90px;
    line-height: 100%;
  }
  h2,
  .h2 {
    font-size: 58px;
    line-height: 100%;
  }

  h2 mark,
  .h2 mark {
    font-size: 42px;
  }

  h3,
  .h3 {
    font-size: 42px;
    line-height: 1;
  }
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

.eyebrow-heading {
  padding: 10px 14px;
  background: rgb(var(--bronze) / 0.2);
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 300;
  color: rgb(var(--black-text));
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

/* Elements
--------------------------------------------- */
body {
  background: rgb(var(--light-beige));
}

hr.wp-block-separator {
  background-color: rgb(var(--black-text));
  border: none !important;
  height: 1px;
  width: 100%;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

.content-section {
  margin-top: 100px;
}

.entry-content {
  margin-bottom: 100px;
  position: relative;
}

@media (min-width: 1024px) {
  .content-section {
    margin-top: 130px;
  }
  .entry-content {
    margin-bottom: 140px;
  }
}

/* BUTTONS */

.button {
  outline: none;
  border-radius: 15px;
  white-space: nowrap;
  line-height: 100%;
  text-decoration: none;
  width: fit-content;
  overflow: hidden;
  font-size: 1.125rem;
  transition: all ease-in-out 0.2s;
}

.button:has(a) a {
  display: inline-block;
  padding: 16px 14px;
  text-decoration: none !important;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  border-radius: 15px;
  transition: all ease-in-out 0.2s;
}

.button:has(a):hover a {
  text-decoration: none !important;
}

@media only screen and (max-width: 600px) {
  .button:has(a) a {
    white-space: normal;
  }
}

.button:hover {
  box-shadow: 0 0.5em 0.5em -0.4em var(--black);
}

.bronze-bg a {
  background: rgb(var(--bronze));
  color: rgb(var(--white)) !important;
}

.bronze-bg:hover a {
  background: rgb(var(--dark-bronze));
}

.white-bg a {
  background: rgb(var(--light-beige));
  color: rgb(var(--black-text)) !important;
}

.white-bg.button--arrow a::after {
  filter: brightness(0) saturate(100%) invert(5%) sepia(6%) saturate(3060%)
    hue-rotate(336deg) brightness(100%) contrast(85%);
}

.white-bg.button--arrow:hover a::after {
  filter: none;
}

.outline-bg a {
  background: transparent;
  color: rgb(var(--bronze)) !important;
  outline: 1px solid rgb(var(--bronze));
  outline-offset: -1px;
}

.outline-bg:hover a,
.white-bg:hover a {
  background: rgb(var(--dark-bronze));
  color: rgb(var(--white)) !important;
}

.button--arrow a {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}

.button--arrow a::after {
  content: "";
  width: 15px;
  height: 13px;
  display: inline-block;
  background: url('data:image/svg+xml,<svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.500028 6.39982L14.379 6.39982C14.379 6.05235 14.2409 5.71911 13.9953 5.47333L9.02199 0.5M9.02199 12.2996L13.9953 7.32631C14.2406 7.08039 14.3783 6.74717 14.3782 6.39982" stroke="%23F7F7F3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  transition: transform 0.3s ease;
}

.outline-bg.button--arrow a::after {
  filter: brightness(0) saturate(100%) invert(38%) sepia(33%) saturate(432%)
    hue-rotate(351deg) brightness(92%) contrast(88%);
}

.outline-bg.button--arrow a:hover::after {
  filter: none;
}

.button--arrow a:hover::after {
  transform: translateX(3px);
}

/* BUTTONS END */

/* Links
--------------------------------------------- */
a {
  color: rgb(var(--black-text));
  text-decoration: none;
  font-weight: 500;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

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

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  background: rgb(var(--light-beige));
  z-index: 99;
}

.site-header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  box-shadow: 0 0 10px 0 #00000026;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  z-index: -1;
}

.site-header.is-sticky::after {
  opacity: 1;
}

.site-header-inner {
  padding-block: 24px;
  transition: padding-block 0.2s ease-in-out;
}

.site-header.is-sticky .site-header-inner {
  padding-block: 10px;
}

.main-navigation {
  position: relative;
  display: block;
  width: 100%;
  color: rgb(var(--bronze));
  font-family: "Crimson Text", serif;
}

.navigation-container {
  display: none;
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  gap: 10px;
}

.nav-menu ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.nav-menu ul ul {
  left: -999em;
  top: 0;
}

.nav-menu ul li:hover > ul,
.nav-menu ul li.focus > ul {
  display: block;
  left: auto;
}

.nav-menu ul a {
  width: 200px;
}

.nav-menu li:hover > ul,
.nav-menu li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: rgb(var(--bronze));
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  background-color: transparent;
  border-radius: 100px;
  transition:
    color 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
}

.main-navigation a:hover,
.main-navigation ul li.current-menu-ancestor > a,
.main-navigation ul li.current-menu-item > a {
  color: rgb(var(--white));
  background-color: rgb(var(--bronze));
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled .navigation-container {
  display: block;
}

.menu-toggle {
  position: relative;
  width: 64px;
  height: 52px;
  cursor: pointer;
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(43, 43, 43, 0.9) 100%
  );
  border: none;
  outline: none;
  padding: 10px 18px;
}

.menu-toggle::after {
  border-radius: 12px;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffffcc;
  transition: all 0.7s;
  position: relative;
  border-radius: 5px;
}

.menu-toggle.active {
  background: var(--white);
}
.menu-toggle.active span {
  background: var(--dark-gray);
}

.menu-toggle span + span {
  margin-top: 4px;
}

.menu-toggle span:last-child {
  width: 80%;
}

.menu-toggle.active span:last-child {
  width: 100%;
}

.menu-toggle.active span:nth-child(1) {
  animation: ease 0.7s top forwards;
}

.menu-toggle.not-active span:nth-child(1) {
  animation: ease 0.7s top-2 forwards;
}

.menu-toggle.active span:nth-child(2) {
  animation: ease 0.7s scaled forwards;
}

.menu-toggle.not-active span:nth-child(2) {
  animation: ease 0.7s scaled-2 forwards;
}

.menu-toggle.active span:nth-child(3) {
  animation: ease 0.7s bottom forwards;
}

.menu-toggle.not-active span:nth-child(3) {
  animation: ease 0.7s bottom-2 forwards;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }

  50% {
    top: 6px;
    transform: rotate(0);
  }

  100% {
    top: 6px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 6px;
    transform: rotate(45deg);
  }

  50% {
    top: 6px;
    transform: rotate(0deg);
  }

  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }

  50% {
    bottom: 6px;
    transform: rotate(0);
  }

  100% {
    bottom: 6px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 6px;
    transform: rotate(135deg);
  }

  50% {
    bottom: 6px;
    transform: rotate(0);
  }

  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@media screen and (min-width: 1024px) {
  .menu-toggle,
  .mobile-menu-navigation-container {
    display: none;
  }

  .navigation-container {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .main-navigation--desktop {
    display: none;
  }

  .navigation-container.is-open {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    inset: 0;
    background: var(--dark-gray);
    z-index: 99;
    color: var(--white);
  }

  .navigation-container a {
    color: var(--white);
    text-decoration: none;
  }
  .nav-menu {
    flex-direction: column;
    gap: 20px;
  }
}

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

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

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

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* 404 PAGE */

.not-found {
  background: rgba(33, 53, 75, 0.4);
  overflow: hidden;
}

.not-found-header {
  text-align: center;
  padding: 0;
  padding-top: 20px;
  position: relative;
  color: #fff;
  margin: 0;
  margin-top: 100px;
}

.not-found-header a {
  color: #fff;
  text-decoration: underline;
}

.not-found-circles {
  background: #fff;
  text-align: center;
  position: relative;
  clip-path: polygon(0 21%, 100% 0%, 100% 100%, 0% 100%);
}

.not-found-circles p {
  color: #fff;
  padding-top: 60px;
  position: relative;
  z-index: 9;
  line-height: 100%;
  margin: 0 auto;
  font-size: 140px;
}

.not-found-circles p small {
  font-size: 28px;
  line-height: 100%;
  vertical-align: top;
}

.not-found-circles .not-found-circle.small {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(33, 53, 75, 0.9);
  position: absolute;
  z-index: 1;
  top: 80px;
  left: 50%;
  animation: 7s smallmove infinite cubic-bezier(1, 0.22, 0.71, 0.98);
  -webkit-animation: 7s smallmove infinite cubic-bezier(1, 0.22, 0.71, 0.98);
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.not-found-circles .not-found-circle.med {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(33, 53, 75, 0.8);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 10%;
  animation: 7s medmove infinite cubic-bezier(0.32, 0.04, 0.15, 0.75);
  -webkit-animation: 7s medmove infinite cubic-bezier(0.32, 0.04, 0.15, 0.75);
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.not-found-circles .not-found-circle.big {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(33, 53, 75, 0.7);
  position: absolute;
  z-index: 1;
  top: 200px;
  right: 0;
  animation: 8s bigmove infinite;
  -webkit-animation: 8s bigmove infinite;
  animation-delay: 3s;
  -webkit-animation-delay: 1s;
}

@-webkit-keyframes smallmove {
  0% {
    top: 10px;
    left: 45%;
    opacity: 1;
  }
  25% {
    top: 300px;
    left: 40%;
    opacity: 0.7;
  }
  50% {
    top: 240px;
    left: 55%;
    opacity: 0.4;
  }
  75% {
    top: 100px;
    left: 40%;
    opacity: 0.6;
  }
  100% {
    top: 10px;
    left: 45%;
    opacity: 1;
  }
}
@keyframes smallmove {
  0% {
    top: 10px;
    left: 45%;
    opacity: 1;
  }
  25% {
    top: 300px;
    left: 40%;
    opacity: 0.7;
  }
  50% {
    top: 240px;
    left: 55%;
    opacity: 0.4;
  }
  75% {
    top: 100px;
    left: 40%;
    opacity: 0.6;
  }
  100% {
    top: 10px;
    left: 45%;
    opacity: 1;
  }
}

@-webkit-keyframes medmove {
  0% {
    top: 0px;
    left: 20%;
    opacity: 1;
  }
  25% {
    top: 300px;
    left: 80%;
    opacity: 0.7;
  }
  50% {
    top: 240px;
    left: 55%;
    opacity: 0.4;
  }
  75% {
    top: 100px;
    left: 40%;
    opacity: 0.6;
  }
  100% {
    top: 0px;
    left: 20%;
    opacity: 1;
  }
}

@keyframes medmove {
  0% {
    top: 0px;
    left: 20%;
    opacity: 1;
  }
  25% {
    top: 300px;
    left: 80%;
    opacity: 0.7;
  }
  50% {
    top: 240px;
    left: 55%;
    opacity: 0.4;
  }
  75% {
    top: 100px;
    left: 40%;
    opacity: 0.6;
  }
  100% {
    top: 0px;
    left: 20%;
    opacity: 1;
  }
}

@-webkit-keyframes bigmove {
  0% {
    top: 0px;
    right: 4%;
    opacity: 0.5;
  }
  25% {
    top: 100px;
    right: 40%;
    opacity: 0.4;
  }
  50% {
    top: 240px;
    right: 45%;
    opacity: 0.8;
  }
  75% {
    top: 100px;
    right: 35%;
    opacity: 0.6;
  }
  100% {
    top: 0px;
    right: 4%;
    opacity: 0.5;
  }
}
@keyframes bigmove {
  0% {
    top: 0px;
    right: 4%;
    opacity: 0.5;
  }
  25% {
    top: 100px;
    right: 40%;
    opacity: 0.4;
  }
  50% {
    top: 240px;
    right: 45%;
    opacity: 0.8;
  }
  75% {
    top: 100px;
    right: 35%;
    opacity: 0.6;
  }
  100% {
    top: 0px;
    right: 4%;
    opacity: 0.5;
  }
}

@media screen and (min-width: 1025px) {
  .not-found-header {
    margin-top: 140px;
  }
  .not-found-circles p {
    font-size: 240px;
  }
  .not-found-circles p small {
    font-size: 40px;
  }
}
/* 404 PAGE END */

.hero-section {
  display: flex;
  align-items: center !important;
  gap: 5vw !important;
  padding-top: 116px;
}

.hero-section__content {
  padding-block: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px !important;
}

.hero-section__content h1 {
  margin-top: 10px;
}

.hero-section__content h2 {
  margin-bottom: 10px;
  font-style: italic;
  font-size: 38px;
  letter-spacing: 0;
}

.hero-section__content .wp-block-buttons {
  margin-top: 20px;
}

.hero-section__media {
  position: relative;
  width: 738px;
  min-width: 738px;
  aspect-ratio: 738 / 512;
}

.wp-block-buttons {
  gap: 22px !important;
}

.hero-section__media .hero-section__media-image-wrapper {
  filter: drop-shadow(0 0 50px rgb(var(--black-text) / 0.5));
}
.hero-section__media .hero-section__media-image {
  --r: 22px; /* the radius */
  --s: 22px; /* size of inner curve */
  --x: 60px; /* horizontal offset (no percentage) */
  --y: 175px; /* vertical offset (no percentage) */

  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: var(--r);
  --_m: /calc(2 * var(--r)) calc(2 * var(--r))
    radial-gradient(#000 70%, #0000 72%);
  --_g: conic-gradient(at var(--r) var(--r), #000 75%, #0000 0);
  --_d: (var(--s) + var(--r));
  mask:
    calc(var(--_d) + var(--x)) 0 var(--_m),
    0 calc(var(--_d) + var(--y)) var(--_m),
    radial-gradient(var(--s) at 0 0, #0000 99%, #000 calc(100% + 1px))
      calc(var(--r) + var(--x)) calc(var(--r) + var(--y)),
    var(--_g) calc(var(--_d) + var(--x)) 0,
    var(--_g) 0 calc(var(--_d) + var(--y));
  mask-repeat: no-repeat;
}

.hero-section__media .hero-section__media-image img {
  --r: 22px; /* the radius */
  --s: 22px; /* size of inner curve */
  --x: 320px; /* horizontal offset (no percentane) */
  --y: 70px; /* vertical offset (no percentage) */

  border-radius: var(--r);
  --_m: /calc(2 * var(--r)) calc(2 * var(--r))
    radial-gradient(#000 70%, #0000 72%);
  --_g: conic-gradient(
    from 90deg at calc(100% - var(--r)) calc(100% - var(--r)),
    #0000 25%,
    #000 0
  );
  --_d: (var(--s) + var(--r));
  mask:
    calc(100% - var(--_d) - var(--x)) 100% var(--_m),
    100% calc(100% - var(--_d) - var(--y)) var(--_m),
    radial-gradient(var(--s) at 100% 100%, #0000 99%, #000 calc(100% + 1px))
      calc(-1 * var(--r) - var(--x)) calc(-1 * var(--r) - var(--y)),
    var(--_g) calc(-1 * var(--_d) - var(--x)) 0,
    var(--_g) 0 calc(-1 * var(--_d) - var(--y));
  mask-repeat: no-repeat;
}

.hero-section__media .locator-label {
  position: absolute;
  top: 10px;
  right: 10px;
}

.hero-section__media-location {
  width: 355px;
  height: 105px;
  padding: 10px 8px;
  align-items: stretch;
  gap: 18px !important;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 14px;
  background: rgb(var(--white-absolute));
  overflow: hidden;
  font-size: 14px;
}
.hero-section__media-location .wp-block-image {
  height: 100%;
}
.hero-section__media-location .wp-block-image img {
  height: 100%;
  max-width: 120px;
  object-fit: cover;
  border-radius: 9px;
}

.hero-section__media-location-content {
  justify-content: space-between;
  padding-block: 6px;
  padding-right: 8px;
}

.hero-section__media-location-content .link--arrow {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.link--arrow::after {
  content: "";
  width: 15px;
  height: 13px;
  display: inline-block;
  background: url('data:image/svg+xml,<svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.500028 6.39982L14.379 6.39982C14.379 6.05235 14.2409 5.71911 13.9953 5.47333L9.02199 0.5M9.02199 12.2996L13.9953 7.32631C14.2406 7.08039 14.3783 6.74717 14.3782 6.39982" stroke="%23231D1A" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  transform: translateX(0px);
  transition: 0.2s transform ease-in-out;
}

.link--arrow:hover::after {
  transform: translateX(3px);
}

.locator {
  border-radius: 50%;
  height: 22px;
  position: relative;
  width: 22px;
  min-width: 22px;
}

.locator .locator-circle {
  animation: locator-pulse 2s ease-out infinite;
  background: #3dc628;
  border-radius: 50%;
  height: 100%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.locator .circle-1 {
  animation-delay: 0s;
}
.locator .circle-2 {
  animation-delay: 0.5s;
}
.locator .circle-3 {
  animation-delay: 1s;
}

@keyframes locator-pulse {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

.locator-label {
  width: fit-content;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgb(var(--white-absolute) / 0.9);
  backdrop-filter: blur(10px);
  border-radius: 100px;
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.3;
}

.animated-number {
  display: flex;
  flex-direction: column;
  gap: 18px !important;
}

.animated-number-value {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 100%;
  color: rgb(var(--bronze));
  font-style: italic;
}

.reviews-number-block {
  margin-top: 100px !important;
}

.reviews-number-block .swiper-wrapper {
  gap: 80px !important;
}

.reviews-number-block .swiper-slide {
  width: fit-content;
}

.wp-block-group:has(> h2) {
  gap: 12px !important;
}

.wp-block-group:has(> h2) h2 {
  margin-bottom: 10px;
}

.logos-wrapper .swiper {
  overflow: visible;
}
.logos-wrapper .swiper-wrapper {
  align-items: stretch;
  gap: 24px;
}

.logos-wrapper .swiper-slide {
  width: calc(50% - 12px);
  height: unset;
}

.logos-wrapper .logo-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgb(var(--white-absolute));
  box-shadow: 0px 4px 30px 0px rgba(35, 29, 26, 0.08);
  border-radius: 18px;
}

.logos-wrapper .logo-image figure {
  width: fit-content;
  max-width: 90%;
  height: fit-content;
  margin: 0;
}

.images-review-slider .swiper-slide,
.images-review-slider .swiper-slide img {
  width: 272px;
}

.images-review-slider .swiper-slide .wp-block-image {
  margin: 0;
}

.images-review-slider-wrapper,
.services-slider-wrapper {
  position: relative;
  z-index: 1;
}

.images-review-slider-wrapper::before,
.images-review-slider-wrapper::after,
.services-slider-wrapper::before,
.services-slider-wrapper::after {
  content: "";
  position: absolute;
  width: 25%;
  height: 100%;
  top: 0;
  background: linear-gradient(
    90deg,
    rgb(var(--light-beige)) 0%,
    rgb(var(--light-beige) / 0) 100%
  );
  z-index: 2;
}

.images-review-slider-wrapper::before,
.services-slider-wrapper::before {
  left: 0;
}

.images-review-slider-wrapper::after,
.services-slider-wrapper::after {
  right: 0;
  transform: rotate(180deg);
}

.images-review-slider-wrapper-inner::before,
.images-review-slider-wrapper-inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  left: 0;
  background: linear-gradient(
    180deg,
    rgb(var(--light-beige)) 0%,
    rgb(var(--light-beige) / 0) 100%
  );
  z-index: 2;
}

.images-review-slider-wrapper-inner::before {
  top: 0;
}

.images-review-slider-wrapper-inner::after {
  bottom: 0;
  transform: rotate(180deg);
}

.figured-media {
  position: relative;
  width: 630px;
  min-width: 630px;
  aspect-ratio: 630 / 512;
}

.figured-media .figured-media-image-wrapper {
  filter: drop-shadow(0 0 50px rgb(var(--black-text) / 0.5));
}

.figured-media .figured-media-image {
  --r: 22px; /* the radius */
  --s: 22px; /* size of inner curve */
  --x: 60px; /* horizontal offset (no percentage) */
  --y: 15px; /* vertical offset (no percentage) */

  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: var(--r);
  --_m: /calc(2 * var(--r)) calc(2 * var(--r))
    radial-gradient(#000 70%, #0000 72%);
  --_g: conic-gradient(at calc(100% - var(--r)) var(--r), #0000 25%, #000 0);
  --_d: (var(--s) + var(--r));
  mask:
    calc(100% - var(--_d) - var(--x)) 0 var(--_m),
    100% calc(var(--_d) + var(--y)) var(--_m),
    radial-gradient(var(--s) at 100% 0, #0000 99%, #000 calc(100% + 1px))
      calc(-1 * var(--r) - var(--x)) calc(var(--r) + var(--y)),
    var(--_g) calc(-1 * var(--_d) - var(--x)) 0,
    var(--_g) 0 calc(var(--_d) + var(--y));
  mask-repeat: no-repeat;
}

.figured-media .figured-media-image img {
  --r: 22px; /* the radius */
  --s: 22px; /* size of inner curve */
  --x: 260px; /* horizontal offset (no percentane) */
  --y: 60px; /* vertical offset (no percentage) */

  border-radius: var(--r);
  --_m: /calc(2 * var(--r)) calc(2 * var(--r))
    radial-gradient(#000 70%, #0000 72%);
  --_g: conic-gradient(
    from 180deg at var(--r) calc(100% - var(--r)),
    #0000 25%,
    #000 0
  );
  --_d: (var(--s) + var(--r));
  mask:
    calc(var(--_d) + var(--x)) 100% var(--_m),
    0 calc(100% - var(--_d) - var(--y)) var(--_m),
    radial-gradient(var(--s) at 0 100%, #0000 99%, #000 calc(100% + 1px))
      calc(var(--r) + var(--x)) calc(-1 * var(--r) - var(--y)),
    var(--_g) calc(var(--_d) + var(--x)) 0,
    var(--_g) 0 calc(-1 * var(--_d) - var(--y));
  mask-repeat: no-repeat;
}

.services-slider .swiper-slide {
  width: fit-content;
}

.services-slider p {
  margin-block: 22px;
  padding: 10px 14px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  border-radius: 100px;
}

.services-slider .swiper-wrapper .group-1 p {
  background: rgb(var(--black-text) / 0.08);
  outline: 1px solid rgb(var(--black-text));
  outline-offset: -1px;
}

.services-slider .swiper-wrapper .group-3 p {
  background: rgb(var(--black-text) / 0.08);
}

.animated-cards {
  position: relative;
  width: 305px;
  height: 469px;
  margin-top: 44px !important;
  margin-bottom: 300px !important;
}

.animated-cards__item-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center bottom;
  will-change: transform;
}

.animated-cards__item-wrapper:nth-child(1) {
  z-index: 1;
}
.animated-cards__item-wrapper:nth-child(2) {
  z-index: 3;
}
.animated-cards__item-wrapper:nth-child(3) {
  z-index: 2;
}

.animated-cards__item {
  margin: 0;
  border-radius: 22px;
  box-shadow: 0px 4px 30px 0px rgb(var(--black-text) / 0.08);
}

.animated-cards__item img {
  border-radius: inherit;
}

.animated-cards__extra {
  margin-top: 64px;
  align-items: center !important;
  will-change: transform, opacity;
}

.animated-cards__extra-graphic {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.animated-cards__extra-graphic::before {
  content: "";
  width: 0.4px;
  height: 90px;
  background: rgb(var(--black-text));
}

.animated-cards__extra-graphic::after {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: rgb(var(--black-text));
}

.animated-cards__extra-text {
  color: rgb(var(--black-text));
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.service-image-wrapper {
  border-radius: 100px;
  box-shadow: rgba(var(--black-text) / 0.08) 0px 8px 10px;
}

.service-image-wrapper-inner {
  margin-bottom: 10px;
  width: 256px;
  height: 110px;
  overflow: hidden;
  position: relative;
  border-radius: inherit;
}

.service-image-wrapper-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.4s ease;
  will-change: transform;
}

.service-item:hover .service-image-wrapper-inner img {
  transform: scale(1.08);
}

.service-item h4 {
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: 300;
  color: rgb(var(--black-text));
}

@media screen and (min-width: 1280px) {
  .services-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* STACK CARDS */

/* Initial stacking offset */
/* Container */
.stack-cards {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
  margin-top: 32px !important;
  align-items: center !important;
  gap: 170px !important;
}

.stack-cards::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: calc(100% - 40px);
  border-left: 1px dashed rgb(var(--black-text));
}

/* Cards */
.stack-cards .stack-cards-item {
  --overlay-intensity: 0;

  position: sticky;
  top: 5em;
  gap: 22px !important;
  flex-wrap: nowrap !important;
  width: 60%;
  padding: 22px 32px;
  border-radius: 22px;
  text-align: left;
  transform-origin: center top;
  transform: translateY(var(--card-offset, 0px)) scale(var(--card-scale, 1))
    rotate(var(--card-rotate, 0));
  transition:
    transform 0.15s ease-out,
    background-color 0.5s ease-out,
    color 0.5s ease-out;

  will-change: transform, background-color;
}

.stack-cards > .stack-cards-item:last-child::before,
.stack-cards > .stack-cards-item:last-child::after {
  display: none;
}

.stack-cards .stack-cards-item:nth-child(odd).active {
  background-color: rgb(var(--black-text)) !important;
}

.stack-cards .stack-cards-item:nth-child(odd) {
  background-color: rgb(var(--bronze));
  color: rgb(var(--light-beige));
}

.stack-cards .stack-cards-item:nth-child(even) {
  background-color: rgb(var(--light-gray));
}

.info-card-header {
  gap: 22px !important;
}
.info-card-title {
  padding: 10px;
  border-radius: 12px;
  background: rgb(var(--light-beige));
  font-family: "Crimson Text", serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: rgb(var(--black-text));
}

.info-card-step {
  font-size: 22px;
}

.info-card-image {
  margin: 0;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
}

.info-card-image img {
  width: 100%;
  aspect-ratio: 782 / 374;
  object-fit: cover;
}

.info-card-info {
  gap: 6px !important;
}

.info-card-subtitle {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
}

/* Initial stacking offset */
.stack-cards .stack-cards-item:nth-child(1) {
  --card-offset: 0px;
}
.stack-cards .stack-cards-item:nth-child(2) {
  --card-offset: 16px;
}
.stack-cards .stack-cards-item:nth-child(3) {
  --card-offset: 32px;
}
.stack-cards .stack-cards-item:nth-child(4) {
  --card-offset: 48px;
}

@media (max-width: 1023px) {
  .stack-cards .stack-cards-item {
    flex-direction: column !important;
    gap: 44px !important;
  }
}

/* STACK CARDS END */

.animated-map {
  position: relative;
  margin: 0;
}

.animated-map__img,
.animated-map-wrapper {
  z-index: 1;
  position: relative;
}

.animated-map::before,
.satellites {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72%;
  aspect-ratio: 1;
  border: 1px dashed rgba(46, 46, 46, 0.2);
  border-radius: 50%;
}

.animated-map-wrapper::before,
.animated-map__img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  border: 1px solid rgba(46, 46, 46, 0.3);
  border-radius: 50%;
}
.animated-map-wrapper::before {
  width: 85%;
  border: solid 1px transparent;
  background-image:
    linear-gradient(rgb(var(--light-beige)), rgb(var(--light-beige))),
    linear-gradient(
      180deg,
      rgba(46, 46, 46, 0) 0%,
      #7c7c7c 47.12%,
      rgba(46, 46, 46, 0.2) 100%
    );
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.animated-map__img::after {
  width: 58%;
}

.satellites {
  border: none;
  animation: orbit-rotate 20s linear infinite;
}

.satellites::before,
.satellites::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 13px;
  background: rgba(163, 163, 163, 1);
  border: 1px solid rgba(46, 46, 46, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.satellites::before {
  left: 100%;
}

@keyframes orbit-rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.animated-map__info {
  position: absolute;
  top: 19%;
  left: 22%;
  width: 265px;
  padding: 10px;
  gap: 2px !important;
  border-radius: 8px;
  background: transparent;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgb(var(--white-absolute) / 0.3);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
  z-index: 10;
}

.animated-map__info-img {
  margin: 0;
}

.animated-map__info-label {
  color: rgb(var(--white-absolute) / 0.6);
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 600;
}

.animated-map__info-link a {
  color: rgb(var(--white-absolute));
  line-height: 1.6;
  font-weight: 600;
}

.animated-map__location {
  margin: 0;
  position: absolute;
  top: 48%;
  left: 56%;
  width: fit-content;
  height: fit-content;
  z-index: 10;
}

.animated-map__location::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 70px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgb(var(--red));
  filter: blur(50px);
  z-index: -1;
  animation: locator-shadow-pulse 2s linear infinite alternate;
}

@keyframes locator-shadow-pulse {
  from {
    scale: 1;
  }
  to {
    scale: 0.5;
  }
}

/* FAQ BLOCK */

.faq-section {
  padding-top: 85px;
  width: 90%;
  border-radius: 22px;
  box-shadow: 0px 4px 50px 0px rgb(var(--black-text) / 0.06);
  text-align: center;
  overflow: hidden;
}

.wp-block-accordion {
  width: 100%;
  margin-top: 48px !important;
}

.wp-block-accordion-item {
  position: relative;
  padding: 30px 50px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  background: rgb(var(--white-absolute));
  box-shadow: 0px 4px 50px 0px rgb(var(--black-text) / 0.06);
  text-align: left;
}

.wp-block-accordion-item::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  height: 20px;
  background: rgb(var(--white-absolute));
}

.wp-block-accordion-item:last-child::before {
  display: none;
}

.wp-block-accordion-heading__toggle {
  gap: 26px;
  justify-content: space-between;
  text-transform: none;
  padding: 0 !important;
}

.wp-block-accordion-heading__toggle-title {
  flex: unset;
  width: fit-content;
  padding: 10px;
  border-radius: 12px;
  background: rgb(var(--black-text) / 0.1);
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0;
  color: rgb(var(--black-text));
}

.wp-block-accordion-heading__toggle-icon {
  position: relative;
  font-size: 0;
  width: 14px;
  height: 14px;
}

.wp-block-accordion-heading__toggle-icon:before,
.wp-block-accordion-heading__toggle-icon:after {
  content: "";
  display: block;
  background-color: rgb(var(--black-text));
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.35s;
  width: 14px;
  height: 2px;
}

.wp-block-accordion-heading__toggle-icon:before {
  transform: translate(-50%, -50%);
}

.wp-block-accordion-heading__toggle-icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.wp-block-accordion-item.is-open
  > .wp-block-accordion-heading
  .wp-block-accordion-heading__toggle-icon {
  transform: unset;
}

.wp-block-accordion-item.is-open
  > .wp-block-accordion-heading
  .wp-block-accordion-heading__toggle-icon:before {
  transform: translate(-50%, -50%) rotate(-90deg);
  opacity: 0;
}
.wp-block-accordion-item.is-open
  > .wp-block-accordion-heading
  .wp-block-accordion-heading__toggle-icon:after {
  transform: translate(-50%, -50%) rotate(0);
}
.wp-block-accordion-panel {
  margin-top: 22px;
}
.wp-block-accordion-panel p {
  margin: 0;
}

/* FAQ BLOCK END*/

.schedule-termin-cover {
  padding: 0;
  --r: 44px; /* the radius */
  --s: 44px; /* size of inner curve */
  --x: 300px; /* horizontal offset (no percentage) */
  --y: 8px; /* vertical offset (no percentage) */

  border-radius: var(--r);
  --_m: /calc(2 * var(--r)) calc(2 * var(--r))
    radial-gradient(#000 70%, #0000 72%);
  --_g: conic-gradient(
    from 180deg at var(--r) calc(100% - var(--r)),
    #0000 25%,
    #000 0
  );
  --_d: (var(--s) + var(--r));
  mask:
    calc(var(--_d) + var(--x)) 100% var(--_m),
    0 calc(100% - var(--_d) - var(--y)) var(--_m),
    radial-gradient(var(--s) at 0 100%, #0000 99%, #000 calc(100% + 1px))
      calc(var(--r) + var(--x)) calc(-1 * var(--r) - var(--y)),
    var(--_g) calc(var(--_d) + var(--x)) 0,
    var(--_g) 0 calc(-1 * var(--_d) - var(--y));
  mask-repeat: no-repeat;
}

.schedule-termin-cover__info {
  padding: 145px 108px;
  margin: 0 !important;
  max-width: 60%;
}

.schedule-termin-cover__signature {
  align-self: end !important;
  filter: brightness(0) invert(1);
  transform: rotate(-4.2deg);
}

.schedule-termin-cover__signature-img {
  margin: 0;
}

.schedule-termin-cover__media {
  position: absolute;
  height: 100%;
  width: auto;
  bottom: 0;
  right: 7.5%;
}

.schedule-termin-cover__media .wp-block-image,
.schedule-termin-cover__media .wp-block-image img {
  margin: 0;
  height: 100%;
  width: auto;
}

.schedule-termin-cover__media-label {
  position: absolute;
  top: 65%;
  right: 0;
  padding: 10px;
  gap: 2px !important;
  background: rgb(var(--black-text) / 0.6);
  border-radius: 8px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgb(var(--white-absolute) / 0.3);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 600;
  color: rgb(var(--white-absolute) / 0.6);
}

.schedule-termin-cover__media-label-title {
  font-size: 1.125rem;
  color: rgb(var(--white-absolute));
}

.site-footer .wp-block-separator {
  background-color: rgb(var(--white-absolute) / 0.3);
}

.footer-page-info,
.footer-page-info a {
  line-height: 1.6;
  font-weight: 300;
  color: rgb(var(--light-beige) / 0.8) !important;
}

.footer-page-info {
  gap: 8px !important;
}

.footer-page-info__title {
  font-size: 1.375rem;
  font-weight: 500;
  color: rgb(var(--light-beige));
}

.footer-page-info__work-schedule {
  grid-template-columns: auto 1fr !important;
  gap: 0px 4px;
}

.footer-page-info__work-schedule > :nth-child(odd),
.footer-page-info__work-schedule-day {
  font-weight: 500;
}

.footer-page-info__work-schedule mark {
  color: rgb(var(--light-beige) / 0.8) !important;
  font-size: 0.875rem;
}

.footer-page-info__work-schedule-day {
  margin-left: 10px !important;
}

.footer-page-info .link--arrow {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer-page-info .link--arrow::after {
  width: 20px;
  height: 19px;
  background: url('data:image/svg+xml,<svg width="20" height="19" viewBox="0 0 20 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.8" d="M0.75 9.25L18.75 9.25M18.75 9.25L10.25 17.75M18.75 9.25L10.25 0.75" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.footer-bottom,
.footer-bottom a {
  font-size: 1rem;
  font-weight: 300;
  color: rgb(var(--light-beige) / 0.8) !important;
}

.footer-bottom .white-bg a {
  color: rgb(var(--black-text)) !important;
}

.footer-bottom .white-bg a:hover {
  color: rgb(var(--light-beige)) !important;
}

.footer-social-icons {
  gap: 12px !important;
  flex-wrap: nowrap !important;
}

.footer-social-icons a {
  font-size: 20px !important;
  color: rgb(var(--light-beige) / 0.4) !important;
}

.footer-social-icons a:hover {
  color: rgb(var(--light-beige) / 1) !important;
}
