/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/Scss/main.scss ***!
  \*******************************************************************************************************************************************************/
@charset "UTF-8";
/*! 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.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

sup {
  left: 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;
}

/* jost-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost 300";
  font-style: normal;
  font-weight: 300;
  src: url(../../Public/Fonts/jost-v20-latin-300.woff2) format("woff2"), url(../../Public/Fonts/jost-v20-latin-300.ttf) format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* jost-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost 400";
  font-style: normal;
  font-weight: 400;
  src: url(../../Public/Fonts/jost-v20-latin-regular.woff2) format("woff2"), url(../../Public/Fonts/jost-v20-latin-regular.ttf) format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* jost-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost 400 it";
  font-style: italic;
  font-weight: 400;
  src: url(../../Public/Fonts/jost-v20-latin-italic.woff2) format("woff2"), url(../../Public/Fonts/jost-v20-latin-italic.ttf) format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* jost-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost 600";
  font-style: normal;
  font-weight: 600;
  src: url(../../Public/Fonts/jost-v20-latin-600.woff2) format("woff2"), url(../../Public/Fonts/jost-v20-latin-600.ttf) format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* jost-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost 700";
  font-style: normal;
  font-weight: 700;
  src: url(../../Public/Fonts/jost-v20-latin-700.woff2) format("woff2"), url(../../Public/Fonts/jost-v20-latin-700.ttf) format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/*Headline*/
/* zen-maru-gothic-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Maru Gothic Regular";
  font-style: normal;
  font-weight: 400;
  src: url(../../Public/Fonts/zen-maru-gothic-v19-latin-regular.woff2) format("woff2"), url(../../Public/Fonts/zen-maru-gothic-v19-latin-regular.ttf) format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* zen-maru-gothic-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Maru Gothic 700";
  font-style: normal;
  font-weight: 700;
  src: url(../../Public/Fonts/zen-maru-gothic-v19-latin-700.woff2) format("woff2"), url(../../Public/Fonts/zen-maru-gothic-v19-latin-700.ttf) format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* zen-maru-gothic-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Maru Gothic 900";
  font-style: normal;
  font-weight: 900;
  src: url(../../Public/Fonts/zen-maru-gothic-v19-latin-900.woff2) format("woff2"), url(../../Public/Fonts/zen-maru-gothic-v19-latin-900.ttf) format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/**** VARIABLES *****/
/********************/
:root {
  /* LAYOUT, SIZES AND SPACING */
  --margin-01: 10rem;
  --margin-02: 20rem;
  --margin-03: 30rem;
  --margin-04: 40rem;
  --margin-05: 60rem;
  --margin-06: 80rem;
  --margin-07: 160rem;
  --margin-08: 280rem;
  --padding-container-horizontal: 130px;
  --padding-container-vertical: 0;
  --container-max-width-small: 900px;
  --container-max-width-medium: 1000px;
  --container-max-width-wide: 1200px;
  --container-max-width-small-font: 900px;
  --container-max-width-wide-font: 1456px;
  --margin-bottom-element-default: 20rem;
  --grid-gap: var(--padding-container-horizontal);
  --wp-admin-bar-height: 20rem;
  --default-grid-item-aspect-ratio: 1/1.2;
  /* COLORS */
  --clr-blue: #012169;
  --clr-btn-primary: #008296;
  --clr-btn-primary-hover: #0A6370;
  --clr-turquoise: #008296;
  --clr-grey: #666666;
  --clr-grey-text: #222222;
  --clr-grey-nav-top: #343434;
  --clr-grey-nav-bottom: #3D3D3D;
  --clr-white: #ffffff;
  --clr-red: #EA5160;
  --clr-grey-ligth: #F4F5FB;
  --clr-grey-ligth-2: #E5EBEE;
  --clr-border: #7F9BAB;
  --clr-grey-blue: #E5EBEE;
  --clr-grey-switch: #383838;
  --clr-grey-border: #D8D8D8 ;
  --clr-border-mobile-menu: rgba(1, 33, 105, 0.25);
  --font-clr-primary: var(--clr-primary);
  --font-clr-secondary: var(--clr-secondary);
  --inline-link-clr: var(--clr-secondary);
  --text-select-clr-bg: var(--clr-primary-100);
  --text-select-clr-text: var(--font-clr-secondary);
  /* TYPOGRAPHY */
  /* Font Types */
  --font-primary-light: 'Jost 300';
  --font-primary-light-italic: 'Jost 400 it';
  --font-primary-regular: 'Jost 400';
  --font-primary-regular-italic: 'Jost 400 it';
  --font-primary-semibold: 'Jost 600';
  --font-primary-semibold-italic: 'Jost 600';
  --font-primary-bold: 'Jost 700';
  --font-primary-bold-italic: 'Jost 700';
  --font-secondary-regular: 'Zen Maru Gothic Regular';
  --font-secondary-medium: 'Zen Maru Gothic 700';
  --font-secondary-bold: 'Zen Maru Gothic 900';
  /* Font Sizes */
  --font-size-100: 10rem;
  --font-size-200: 12rem;
  --font-size-300: 14rem;
  --font-size-400: 16rem;
  --font-size-500: 20rem;
  --font-size-600: 24rem;
  --font-size-700: 34rem;
  --font-size-800: 60rem;
  --font-size-900: 82rem;
  --line-height-100: 150%;
  /* Optimale line height in Relation zum Element berechnen */
  --line-height-optimal: calc(1ex / 0.32);
  --letter-spacing-100: 1rem;
  --word-spacing-100: 1rem;
  --hyphenate-limit-chars--default: 10 3 4;
  --text-rendering: optimizeLegibility;
  --default-list-icon: "■";
  --default-list-icon-clr: var(--clr-primary-100);
  /* Buttons */
  --btn-radius: 50px;
  --btn-font-size: var(--font-size-400);
  --btn-margin-bottom: var(--margin-02);
  --btn-border-width: 1rem;
  --btn-padding-horizontal: var(--margin-02);
  --btn-padding-vertical: var(--margin-01);
  /* Border Radius */
  --border-radius: 5px;
  --border-radius-small: 3px;
  --border-radius-medium: 5px;
  --border-radius-big: 50%;
}

/**** TYPOGRAPHY ****/
/* General Settings  */
body {
  font-family: var(--font-primary-regular);
  font-size: clamp(16px, 16px + 6 * (100vw - 390px) / 1066, 22px);
  line-height: clamp(24px, 24px + 10 * (100vw - 390px) / 1066, 34px);
  font-smooth: auto;
  -webkit-font-smoothing: antialiased;
}

p,
.copy-text,
.footnote-text {
  hyphens: auto;
  hyphenate-limit-chars: var(--hyphenate-limit-chars--default);
  /* Inline Links */
}
p a,
.copy-text a,
.footnote-text a {
  color: var(--inline-link-clr);
  text-decoration: underline;
}

p {
  color: var(--clr-grey-text);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
.copy-text,
.footnote-text {
  line-height: var(--line-height-optimal);
}

/* Base Styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--clr-blue);
}

h1 {
  font-family: var(--font-secondary-bold);
  font-weight: normal;
  margin-top: 0;
  font-size: clamp(38px, 38px + 26 * (100vw - 390px) / 1066, 64px);
  line-height: clamp(40px, 40px + 30 * (100vw - 390px) / 1066, 70px);
  margin-bottom: clamp(20px, 20px + 30 * (100vw - 390px) / 1066, 50px);
}

h2 {
  font-family: var(--font-secondary-bold);
  font-weight: normal;
  margin-top: 0;
  font-size: clamp(24px, 24px + 18 * (100vw - 390px) / 1066, 42px);
  line-height: clamp(32px, 32px + 16 * (100vw - 390px) / 1066, 48px);
  margin-bottom: clamp(20px, 20px + 18 * (100vw - 390px) / 1066, 38px);
}

h3 {
  font-family: var(--font-secondary-bold);
  font-weight: normal;
  margin-top: 0;
  font-size: clamp(20px, 20px + 10 * (100vw - 390px) / 1066, 30px);
  line-height: clamp(24px, 24px + 16 * (100vw - 390px) / 1066, 40px);
  margin-bottom: clamp(15px, 15px + 5 * (100vw - 390px) / 1066, 20px);
}

h4 {
  font-family: var(--font-secondary-medium);
  font-style: normal;
  margin-top: 0;
  font-size: clamp(20px, 20px + 4 * (100vw - 390px) / 1066, 24px);
  line-height: clamp(24px, 24px + 8 * (100vw - 390px) / 1066, 32px);
  margin-bottom: clamp(15px, 15px + 10 * (100vw - 390px) / 1066, 25px);
}

h5 {
  font-family: var(--font-secondary-medium);
  font-size: clamp(20px, 20px + 0 * (100vw - 390px) / 1066, 20px);
  line-height: clamp(18px, 18px + 6 * (100vw - 390px) / 1066, 24px);
  margin-bottom: clamp(15px, 15px + 5 * (100vw - 390px) / 1066, 20px);
  letter-spacing: 0;
  margin-top: 0;
}

h6 {
  font-family: var(--font-secondary-medium);
  font-size: clamp(16px, 16px + 2 * (100vw - 390px) / 1066, 18px);
  line-height: clamp(20px, 20px + 2 * (100vw - 390px) / 1066, 22px);
  margin-bottom: clamp(15px, 15px + 5 * (100vw - 390px) / 1066, 20px);
  margin-top: 0;
}

p {
  font-family: var(--font-primary-regular);
  margin-block-start: 0;
  font-size: clamp(16px, 16px + 4 * (100vw - 390px) / 1066, 22px);
  line-height: clamp(24px, 24px + 10 * (100vw - 390px) / 1066, 34px);
}
p a {
  color: var(--clr-blue);
}

strong {
  font-family: var(--font-primary-semibold);
  font-size: clamp(16px, 16px + 4 * (100vw - 390px) / 1066, 22px);
  line-height: clamp(24px, 24px + 10 * (100vw - 390px) / 1066, 34px);
}

.copy-text {
  font-family: var(--font-primary-regular);
  font-size: clamp(16px, 16px + 4 * (100vw - 390px) / 1066, 22px);
  line-height: clamp(24px, 24px + 10 * (100vw - 390px) / 1066, 34px);
}

.bodytext-small {
  font-family: var(--font-primary-regular);
  font-size: clamp(16px, 16px + 2 * (100vw - 390px) / 1066, 18px);
  line-height: clamp(24px, 24px + 4 * (100vw - 390px) / 1066, 28px);
  color: var(--clr-grey-text);
}
.bodytext-small p {
  font-family: var(--font-primary-regular);
  font-size: clamp(16px, 16px + 2 * (100vw - 390px) / 1066, 18px);
  line-height: clamp(24px, 24px + 4 * (100vw - 390px) / 1066, 28px);
  color: var(--clr-grey-text);
}

.vs-main ul, .vs-main ol,
.vs-post ul,
.vs-post ol,
.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
  font-family: var(--font-primary-regular);
  font-size: clamp(16px, 16px + 4 * (100vw - 390px) / 1066, 22px);
  line-height: clamp(24px, 24px + 10 * (100vw - 390px) / 1066, 34px);
}
.vs-main ul,
.vs-post ul,
.editor-styles-wrapper ul {
  margin: 0;
  padding: 0;
}

ul.is-style-styled-list {
  padding: 0;
}
ul.is-style-styled-list li {
  position: relative;
  padding-left: 20px;
}
ul.is-style-styled-list li:before {
  content: "■";
  color: var(--clr-blue);
  position: absolute;
  left: 0;
}

ul.wp-block-list {
  padding: 0;
}
ul.wp-block-list li {
  position: relative;
  padding-left: 20px;
}
ul.wp-block-list li:before {
  content: "■";
  color: var(--clr-blue);
  position: absolute;
  left: 0;
}

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

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

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: var(--clr-white);
}

.hide {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

:target:before {
  content: "";
  display: block;
  height: 200px;
  margin: -200px 0 0;
}

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

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:focus, a.skip-main:active {
  color: var(--clr-blue);
  background-color: var(--clr-white);
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  text-align: center;
  z-index: 999;
  font-family: var(--font-primary-regular);
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
}

.gmap {
  border-radius: 25px;
  box-shadow: 0px 1px 1px rgba(3, 7, 18, 0.09), 0px 4px 3px rgba(3, 7, 18, 0.07), 0px 8px 6px rgba(3, 7, 18, 0.06), 0px 14px 11px rgba(3, 7, 18, 0.04), 0px 22px 17px rgba(3, 7, 18, 0.03), 0px 32px 24px rgba(3, 7, 18, 0.01);
}

body .wp-block-separator {
  border: 0.1rem solid #D8D8D8;
  border-left: none;
  border-right: none;
  max-width: var(--container-max-width-wide);
}
body hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin: 15px 0;
}
body .wp-block-cover.alignwide,
body .wp-block-group.alignwide {
  margin-left: -80px;
  margin-right: -80px;
}
body .wp-block-cover.alignwide .wp-block-group__inner-container,
body .wp-block-group.alignwide .wp-block-group__inner-container {
  max-width: var(--container-max-width-wide) !important;
  margin: 0 auto;
}
body .wp-block-cover.alignfull,
body .wp-block-group.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}
body .wp-block-cover.alignfull .wp-block-group__inner-container,
body .wp-block-group.alignfull .wp-block-group__inner-container {
  max-width: var(--container-max-width-wide) !important;
  margin: 0 auto;
}
body .iframe-fullwidth.wp-block-group {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}
body .iframe-fullwidth.wp-block-group .wp-block-group__inner-container {
  max-width: 100% !important;
  margin: 0 auto -10px auto;
  padding: 0;
}
body .is-style-intro-text {
  font-style: normal;
  font-family: var(--font-primary-regular);
  margin-bottom: clamp(20px, 20px + 40 * (100vw - 390px) / 1066, 60px);
  color: #6b7280;
  font-size: clamp(22px, 22px + 8 * (100vw - 390px) / 1066, 30px);
  line-height: clamp(32px, 32px + 8 * (100vw - 390px) / 1066, 40px);
}
body .is-style-intro-text p {
  color: #6b7280;
  font-style: normal;
  font-family: var(--font-primary-regular);
  font-size: clamp(22px, 22px + 8 * (100vw - 390px) / 1066, 30px);
  line-height: clamp(32px, 32px + 8 * (100vw - 390px) / 1066, 40px);
  margin-bottom: clamp(20px, 20px + 40 * (100vw - 390px) / 1066, 60px);
}
body .is-style-small-text {
  font-family: var(--font-primary-regular);
  font-size: clamp(16px, 16px + 2 * (100vw - 390px) / 1066, 18px);
  line-height: clamp(24px, 24px + 4 * (100vw - 390px) / 1066, 28px);
  font-style: normal;
  color: var(--clr-grey-text);
  margin-bottom: 15px;
}
body .is-style-small-text p {
  font-family: var(--font-primary-regular);
  font-size: clamp(16px, 16px + 2 * (100vw - 390px) / 1066, 18px);
  line-height: clamp(24px, 24px + 4 * (100vw - 390px) / 1066, 28px);
  font-style: normal;
  color: var(--clr-grey-text);
  margin-bottom: 15px;
}
body .is-style-footnote-text {
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  color: var(--clr-grey-text);
  margin-bottom: 15px;
}
body .is-style-footnote-text p {
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  color: var(--clr-grey-text);
  margin-bottom: 15px;
}
body .has-color-grey-light-background-color {
  background-color: var(--clr-grey-ligth);
}
body .wp-block-columns.is-style-Teaser {
  padding: 0;
  border-radius: 25px;
  overflow: hidden;
}

.is-style-border-left {
  border-left: 1px solid var(--clr-border);
  padding-left: 35px;
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  max-width: var(--container-max-width-wide) !important;
}

.wp-block-cover {
  padding: 130px 0 !important;
}

@media (max-width: 1456px) {
  .wp-block-cover {
    padding: 60px 0 !important;
  }
}
.wp-block-cover__background.wp-block-group .has-color-blue-background-color {
  filter: blur(1px) !important;
  opacity: 0.9 !important;
}

.custom-flex-basis-16 {
  flex-basis: 16% !important;
}

.custom-flex-basis-66 {
  flex-basis: 66% !important;
}

.wp-block[data-align=full] .acf-block-component {
  max-width: 90%;
  margin: 0 auto;
}

.wp-block-columns:not(:has(.wp-block-column[style*=flex-basis])) {
  gap: 50px;
}

@media (max-width: 780px) {
  .wp-block-columns:not(:has(.wp-block-column[style*=flex-basis])) {
    gap: 0;
    padding: 0;
  }
  body :where(.wp-block-columns) {
    margin-bottom: 0;
  }
}
body .wp-block-embed iframe {
  height: 50vh;
}

.single article {
  padding-bottom: 130px;
}

body .wp-block-image .is-style-rounded img, body .wp-block-image.is-style-circle-mask img, body .wp-block-image.is-style-rounded img {
  border-radius: 20px;
}

.wp-element-caption {
  color: var(--clr-grey);
  font-family: var(--font-primary-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

/* SECTIONS AND CONTAINER */
.wp-block-group,
.vs-section,
.wp-block-cover {
  background-color: inherit;
  position: relative;
  padding: 0 15px;
}
.wp-block-group .wp-block-group__inner-container,
.wp-block-group .vs-section__inner-container,
.wp-block-group .wp-block-cover__inner-container,
.vs-section .wp-block-group__inner-container,
.vs-section .vs-section__inner-container,
.vs-section .wp-block-cover__inner-container,
.wp-block-cover .wp-block-group__inner-container,
.wp-block-cover .vs-section__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  height: 100%;
  margin: 0 auto;
  padding: clamp(70px, 70px + 60 * (100vw - 390px) / 1066, 130px) 0;
}
.wp-block-group.is-style-no-padding-bottom .wp-block-group__inner-container,
.vs-section.is-style-no-padding-bottom .wp-block-group__inner-container,
.wp-block-cover.is-style-no-padding-bottom .wp-block-group__inner-container {
  padding-bottom: 0;
}
.wp-block-group,
.vs-section,
.wp-block-cover {
  /* Cover Image */
}
.wp-block-group .wp-block-cover,
.vs-section .wp-block-cover,
.wp-block-cover .wp-block-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
.wp-block-group,
.vs-section,
.wp-block-cover {
  /* Section background colors */
}
.wp-block-group.has-color-white-background-color,
.vs-section.has-color-white-background-color,
.wp-block-cover.has-color-white-background-color {
  background-color: var(--clr-white);
}
.wp-block-group.has-color-white-background-color + .has-color-white-background-color > .wp-block-group__inner-container,
.vs-section.has-color-white-background-color + .has-color-white-background-color > .wp-block-group__inner-container,
.wp-block-cover.has-color-white-background-color + .has-color-white-background-color > .wp-block-group__inner-container {
  padding-top: 0 !important;
}
.wp-block-group.has-color-blue-background-color,
.vs-section.has-color-blue-background-color,
.wp-block-cover.has-color-blue-background-color {
  background-color: var(--clr-blue);
  color: var(--clr-white);
}
.wp-block-group.has-color-blue-background-color p,
.vs-section.has-color-blue-background-color p,
.wp-block-cover.has-color-blue-background-color p {
  color: var(--clr-white);
}
.wp-block-group.has-color-blue-background-color + .has-color-white-background-color > .wp-block-group__inner-container,
.vs-section.has-color-blue-background-color + .has-color-white-background-color > .wp-block-group__inner-container,
.wp-block-cover.has-color-blue-background-color + .has-color-white-background-color > .wp-block-group__inner-container {
  padding-top: 0 !important;
}
.wp-block-group.has-color-grey-light-background-color,
.vs-section.has-color-grey-light-background-color,
.wp-block-cover.has-color-grey-light-background-color {
  background-color: var(--clr-grey-ligth);
}
.wp-block-group.has-color-grey-light-background-color + .has-color-grey-background-color > .wp-block-group__inner-container,
.vs-section.has-color-grey-light-background-color + .has-color-grey-background-color > .wp-block-group__inner-container,
.wp-block-cover.has-color-grey-light-background-color + .has-color-grey-background-color > .wp-block-group__inner-container {
  padding-top: 0 !important;
}
.wp-block-group.is-style-full-width .wp-block-group__inner-container,
.wp-block-group.is-style-full-width .vs-section__inner-container,
.vs-section.is-style-full-width .wp-block-group__inner-container,
.vs-section.is-style-full-width .vs-section__inner-container,
.wp-block-cover.is-style-full-width .wp-block-group__inner-container,
.wp-block-cover.is-style-full-width .vs-section__inner-container {
  max-width: 100%;
  padding: 0 !important;
}
.wp-block-group,
.vs-section,
.wp-block-cover {
  /* Section font colors */
}
.wp-block-group.has-color-white-color,
.vs-section.has-color-white-color,
.wp-block-cover.has-color-white-color {
  color: var(--font-clr-secondary);
}

::-moz-selection {
  background: rgba(43, 163, 213, 0.8);
  color: var(--clr-white);
}

::selection {
  background: rgba(43, 163, 213, 0.8);
  color: var(--clr-white);
}

::-moz-selection {
  background: rgba(43, 163, 213, 0.8);
  color: var(--clr-white);
}

/* Basic Styles for custom Visionaere Elements */
body {
  scrollbar-width: thin;
}

@media (min-width: 1052px) {
  :root {
    --padding-container-horizontal: var(--margin-02);
    --padding-container-vertical: var(--margin-03);
    --grid-gutter: var(--margin-02);
    --margin-bottom-section: var(--margin-05);
    --margin-top-section: var(--margin-05);
  }
}
.main {
  width: 100%;
  max-width: var(--container-max-width-wide);
  margin: 0 auto;
}

.main.search-page {
  padding: 0 24px;
}

.post {
  width: 100%;
  max-width: var(--container-max-width-wide);
  margin: 0 auto;
  padding: 0px 24px 0 24px;
}
.post .post-info {
  font-size: 20px;
  line-height: 32px;
  font-family: var(--font-primary-regular);
  padding: 10px 0;
}
.post .post-info strong {
  color: var(--clr-blue);
  font-size: 20px;
  line-height: 32px;
  font-family: var(--font-primary-semibold);
}
.post .post-content {
  max-width: var(--container-max-width-medium);
  margin: 0 auto;
}

.gmaps-full-width {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  margin-bottom: -10px;
  padding-top: 10px;
}

@media (max-width: 1456px) {
  .post {
    padding: 200px 25px;
  }
}
@media (max-width: 1052px) {
  .post {
    padding: 100px 25px;
  }
}
.post-header-img {
  margin: 0 auto;
  max-width: 1200px;
}

.hero-header-big {
  width: 100%;
  min-height: 90vh;
  display: flex;
  align-items: flex-end;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: hidden;
  padding-bottom: 4rem;
}
.hero-header-big .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.hero-header-big .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(17, 22, 32, 0.1) 0%, rgba(17, 22, 32, 0.4) 50%, rgba(17, 22, 32, 0.85) 100%);
}
.hero-header-big .hero-container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.hero-header-big .hero-content {
  max-width: 700px;
  color: #ffffff;
}
.hero-header-big .hero-content .hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.hero-header-big .hero-content .hero-title .text-highlight {
  color: #f5a623;
}
@media (min-width: 768px) {
  .hero-header-big .hero-content .hero-title {
    font-size: 3.5rem;
  }
}
.hero-header-big .hero-content .hero-subtitle {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 2rem;
  opacity: 0.9;
  line-height: 1.5;
  color: #fff;
}
@media (min-width: 768px) {
  .hero-header-big .hero-content .hero-subtitle {
    font-size: 1.25rem;
  }
}
.hero-header-big .hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.hero-header-big .hero-actions .btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 2rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.2s ease;
  min-height: 44px;
}
.hero-header-big .hero-actions .btn-hero:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}
.hero-header-big .hero-actions .btn-hero.btn-primary {
  background-color: #f5a623;
  color: #fff;
  border: 2px solid #f5a623;
}
.hero-header-big .hero-actions .btn-hero.btn-primary:hover {
  background-color: #d48e1b;
  border-color: #d48e1b;
}
.hero-header-big .hero-actions .btn-hero.btn-outline {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.hero-header-big .hero-actions .btn-hero.btn-outline:hover {
  background-color: #ffffff;
  color: #111;
}

@media (max-width: 768px) {
  .hero-header-big {
    min-height: 75vh;
    align-items: center;
    padding-bottom: 2rem;
    padding-top: 80px;
  }
  .hero-header-big .hero-content {
    text-align: center;
  }
  .hero-header-big .hero-content .hero-actions {
    justify-content: center;
  }
}
.hero-header-small {
  width: 100%;
  min-height: 70vh;
  display: flex;
  align-items: flex-end;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: hidden;
  padding-bottom: 4rem;
}
.hero-header-small .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.hero-header-small .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(17, 22, 32, 0.1) 0%, rgba(17, 22, 32, 0.4) 50%, rgba(17, 22, 32, 0.85) 100%);
}
.hero-header-small .hero-container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.hero-header-small .hero-content {
  max-width: 700px;
  color: #ffffff;
}
.hero-header-small .hero-content .hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.hero-header-small .hero-content .hero-title .text-highlight {
  color: #f5a623;
}
@media (min-width: 768px) {
  .hero-header-small .hero-content .hero-title {
    font-size: 3.5rem;
  }
}
.hero-header-small .hero-content .hero-subtitle {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 2rem;
  opacity: 0.9;
  line-height: 1.5;
  color: #fff;
}
@media (min-width: 768px) {
  .hero-header-small .hero-content .hero-subtitle {
    font-size: 1.25rem;
  }
}
.hero-header-small .hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.hero-header-small .hero-actions .btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 2rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.2s ease;
  min-height: 44px;
}
.hero-header-small .hero-actions .btn-hero:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}
.hero-header-small .hero-actions .btn-hero.btn-primary {
  background-color: #f5a623;
  color: #fff;
  border: 2px solid #f5a623;
}
.hero-header-small .hero-actions .btn-hero.btn-primary:hover {
  background-color: #d48e1b;
  border-color: #d48e1b;
}
.hero-header-small .hero-actions .btn-hero.btn-outline {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.hero-header-small .hero-actions .btn-hero.btn-outline:hover {
  background-color: #ffffff;
  color: #111;
}

@media (max-width: 768px) {
  .hero-header-small {
    min-height: 60vh;
    align-items: center;
    padding-bottom: 2rem;
    padding-top: 80px;
  }
  .hero-header-small .hero-content {
    text-align: center;
  }
  .hero-header-small .hero-content .hero-actions {
    justify-content: center;
  }
}
.site-footer {
  background-color: #333333;
  color: #b0b0b0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 5rem 0 2rem;
  font-size: 0.95rem;
  line-height: 1.6;
}
.site-footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.site-footer a {
  text-decoration: none;
  color: #b0b0b0;
  transition: color 0.2s ease;
}
.site-footer a:hover {
  color: #ea7025;
}
.site-footer a:focus-visible {
  outline: 2px solid #ea7025;
  outline-offset: 2px;
  border-radius: 2px;
}
.site-footer .footer-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .site-footer .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .site-footer .footer-top {
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 2rem;
  }
}
.site-footer .col-brand .footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
.site-footer .col-brand .footer-logo .logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
}
.site-footer .col-brand .footer-logo .logo-text {
  font-size: 1.5rem;
  font-weight: 700;
}
.site-footer .col-brand .footer-logo .logo-text .dot {
  color: #ea7025;
}
.site-footer .col-brand .brand-desc {
  margin-bottom: 2rem;
  max-width: 300px;
  color: #fff;
}
.site-footer .col-brand .social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
}
.site-footer .col-brand .social-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #232d3e;
  border-radius: 50%;
  color: #fff;
  transition: background-color 0.2s ease, transform 0.2s;
}
.site-footer .col-brand .social-list a:hover {
  background-color: #ea7025;
  transform: translateY(-2px);
  color: #fff;
}
.site-footer .footer-heading {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.site-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-links li {
  margin-bottom: 0.75rem;
}
.site-footer .col-newsletter .newsletter-text {
  margin-bottom: 1.5rem;
  color: #fff;
}
.site-footer .col-newsletter .footer-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.site-footer .col-newsletter .footer-form input[type=email] {
  width: 100%;
  background-color: #232d3e;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 1rem;
  color: #ffffff;
  font-family: inherit;
  font-size: 0.95rem;
}
.site-footer .col-newsletter .footer-form input[type=email]::-moz-placeholder {
  color: rgb(150.5, 150.5, 150.5);
}
.site-footer .col-newsletter .footer-form input[type=email]::placeholder {
  color: rgb(150.5, 150.5, 150.5);
}
.site-footer .col-newsletter .footer-form input[type=email]:focus {
  outline: none;
  border-color: #ea7025;
}
.site-footer .col-newsletter .footer-form .btn-footer-submit {
  width: 100%;
  background-color: #ea7025;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 1rem;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.site-footer .col-newsletter .footer-form .btn-footer-submit:hover {
  background-color: #d4621d;
}
.site-footer .col-newsletter .footer-form .btn-footer-submit:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -2px;
}
.site-footer .footer-divider {
  border: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0 0 2rem 0;
}
.site-footer .footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-size: 0.85rem;
  color: rgb(150.5, 150.5, 150.5);
}
@media (min-width: 768px) {
  .site-footer .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.site-footer .footer-bottom .legal-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.site-footer .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  z-index: 1000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-header .header-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  background-color: #ffffff;
  position: relative;
  z-index: 1002;
}
.site-header .btn-cta {
  display: inline-block;
  background-color: #f5a623;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 0.6rem 1.5rem;
  border-radius: 50px;
  transition: background-color 0.2s ease, transform 0.1s ease;
  white-space: nowrap;
}
.site-header .btn-cta:hover {
  background-color: #d48e1b;
}
.site-header .btn-cta:active {
  transform: translateY(1px);
}
.site-header .btn-cta:focus-visible {
  outline: 2px solid #111620;
  outline-offset: 2px;
}
.site-header .header-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 1rem;
  color: #111620;
  position: relative;
  z-index: 1003;
}
.site-header .header-brand:focus-visible {
  outline: 2px solid #f5a623;
  outline-offset: 4px;
  border-radius: 4px;
}
.site-header .header-brand .brand-logo {
  display: flex;
  align-items: center;
}
.site-header .header-brand .brand-logo svg {
  height: 32px;
  width: auto;
  display: block;
}
.site-header .header-brand .brand-location {
  color: #6b7280;
  font-size: 0.95rem;
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .site-header .header-brand .brand-location {
    display: none;
  }
}
@media (max-width: 999px) {
  .site-header .main-navigation {
    display: none;
  }
}
.site-header .main-navigation .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
}
.site-header .main-navigation .nav-menu .nav-item .nav-link {
  text-decoration: none;
  color: #6b7280;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.2s ease;
  position: relative;
  padding: 0.5rem 0;
}
.site-header .main-navigation .nav-menu .nav-item .nav-link:hover {
  color: #111620;
}
.site-header .main-navigation .nav-menu .nav-item .nav-link.current-menu-item, .site-header .main-navigation .nav-menu .nav-item .nav-link[aria-current=page] {
  color: #111620;
  font-weight: 600;
}
.site-header .main-navigation .nav-menu .nav-item .nav-link:focus-visible {
  outline: 2px solid #f5a623;
  border-radius: 2px;
}
@media (max-width: 999px) {
  .site-header .header-cta {
    display: none;
  }
}
.site-header .hamburger-btn {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
  margin-right: -10px;
  position: relative;
  z-index: 1003;
}
@media (max-width: 999px) {
  .site-header .hamburger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.site-header .hamburger-btn:focus-visible {
  outline: 2px solid #f5a623;
  border-radius: 4px;
}
.site-header .hamburger-btn .hamburger-box {
  width: 26px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.site-header .hamburger-btn .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
  width: 26px;
  height: 2px;
  background-color: #111620;
  position: absolute;
  transition: transform 0.2s ease, background-color 0.2s;
}
.site-header .hamburger-btn .hamburger-inner::before, .site-header .hamburger-btn .hamburger-inner::after {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background-color: #111620;
  position: absolute;
  transition: transform 0.2s ease, top 0.2s ease, bottom 0.2s ease;
}
.site-header .hamburger-btn .hamburger-inner::before {
  top: -8px;
}
.site-header .hamburger-btn .hamburger-inner::after {
  bottom: -8px;
}
.site-header .hamburger-btn.is-active .hamburger-inner {
  background-color: transparent;
}
.site-header .hamburger-btn.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(45deg);
}
.site-header .hamburger-btn.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.site-header .mobile-navigation {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  background-color: #ffffff;
  z-index: 1001;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, 0.05);
}
@media (min-width: 1000px) {
  .site-header .mobile-navigation {
    display: none !important;
  }
}
.site-header .mobile-navigation.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-header .mobile-navigation .mobile-menu-inner {
  padding: 2rem 1.5rem 4rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.site-header .mobile-navigation .mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.site-header .mobile-navigation .mobile-nav-list .mobile-nav-link {
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 600;
  color: #111620;
  display: block;
  transition: color 0.2s;
}
.site-header .mobile-navigation .mobile-nav-list .mobile-nav-link[aria-current=page], .site-header .mobile-navigation .mobile-nav-list .mobile-nav-link:hover, .site-header .mobile-navigation .mobile-nav-list .mobile-nav-link:active {
  color: #f5a623;
}
.site-header .mobile-navigation .mobile-menu-footer {
  margin-top: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 2rem;
}
.site-header .mobile-navigation .mobile-menu-footer .btn-mobile-cta {
  display: block;
  text-align: center;
  width: 100%;
  padding: 1rem;
}

body {
  padding-top: 80px;
}

.main {
  min-height: 150vh;
}

.post-info .info {
  margin: 0 0 clamp(20px, 20px + 30 * (100vw - 390px) / 1066, 50px) 0;
  padding: 30px 0 10px 0;
  display: flex;
  gap: 5px;
  line-height: 34px;
  font-size: clamp(16px, 16px + 6 * (100vw - 390px) / 1066, 20px);
  color: var(--clr-blue);
}
.post-info .info li {
  list-style: none;
}
.post-info .info .cat {
  font-family: var(--font-primary-semibold);
  font-size: 22px;
  line-height: 34px;
}
.post-info .info .date {
  font-family: var(--font-primary-regular);
  font-size: 22px;
  line-height: 34px;
}

.accordion-section {
  padding: 4rem 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.accordion-section .accordion-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.accordion-section .accordion-main-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #111620;
  margin-bottom: 3rem;
}
.accordion-section .accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.accordion-section .accordion-item {
  background-color: #ffffff;
  border-radius: 8px;
  /* https://smoothshadows.com/#djEsMiw2LDAuMDksMjQsMzIsMCwjMDMwNzEyLCNmM2Y0ZjYsI2ZmZmZmZiwy */
  box-shadow: 0px 1px 1px rgba(3, 7, 18, 0.09), 0px 4px 3px rgba(3, 7, 18, 0.07), 0px 8px 6px rgba(3, 7, 18, 0.06), 0px 14px 11px rgba(3, 7, 18, 0.04), 0px 22px 17px rgba(3, 7, 18, 0.03), 0px 32px 24px rgba(3, 7, 18, 0.01);
  border: 1px solid transparent;
  overflow: hidden;
}
.accordion-section .accordion-item .accordion-header {
  margin: 0;
}
.accordion-section .accordion-item .accordion-header .accordion-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: #111620;
  font-family: inherit;
  font-weight: 600;
  font-size: 1.1rem;
  transition: color 0.2s ease;
}
.accordion-section .accordion-item .accordion-header .accordion-trigger .trigger-icon {
  display: flex;
  align-items: center;
  color: #111620;
  transition: transform 0.3s ease;
}
.accordion-section .accordion-item .accordion-header .accordion-trigger .trigger-icon svg {
  width: 20px;
  height: 20px;
}
.accordion-section .accordion-item .accordion-header .accordion-trigger:hover {
  color: rgb(52.387755102, 67.7959183673, 98.612244898);
}
.accordion-section .accordion-item .accordion-header .accordion-trigger:focus-visible {
  outline: 2px solid #f5a623;
  outline-offset: -2px;
  background-color: #fafafa;
}
.accordion-section .accordion-item .accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
}
.accordion-section .accordion-item .accordion-content .accordion-inner-text {
  overflow: hidden;
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.6;
  padding: 0 1.5rem;
  opacity: 0;
  transition: opacity 0.2s ease, padding-bottom 0.3s ease;
}
.accordion-section .accordion-item.is-open .accordion-trigger .trigger-icon {
  transform: rotate(180deg);
}
.accordion-section .accordion-item.is-open .accordion-content {
  grid-template-rows: 1fr;
}
.accordion-section .accordion-item.is-open .accordion-content .accordion-inner-text {
  opacity: 1;
  padding-bottom: 1.5rem;
}

.services-grid-section {
  padding: 4rem 0;
}
.services-grid-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.services-grid .service-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  /* https://smoothshadows.com/#djEsMiw1LDAuMDgsMjQsMzIsMCwjMDMwNzEyLCNmM2Y0ZjYsI2ZmZmZmZiwy */
  box-shadow: 0px 1px 1px rgba(3, 7, 18, 0.08), 0px 5px 4px rgba(3, 7, 18, 0.06), 0px 12px 9px rgba(3, 7, 18, 0.05), 0px 20px 15px rgba(3, 7, 18, 0.03), 0px 32px 24px rgba(3, 7, 18, 0.02);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.services-grid .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
.services-grid .service-card .card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  background-color: #1e40af;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.services-grid .service-card .card-icon svg {
  width: 50%;
  height: 50%;
  fill: currentColor;
  display: block;
}
.services-grid .service-card .card-content .card-title {
  margin: 0 0 0.75rem 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111620;
  line-height: 1.3;
}
.services-grid .service-card .card-content .card-desc {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.6;
}

.contact-module-section {
  padding: 4rem 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.contact-module-section .contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.contact-module-section .section-headline {
  text-align: center;
  margin-bottom: 3rem;
}
.contact-module-section .contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 992px) {
  .contact-module-section .contact-grid {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 3rem;
  }
  .contact-module-section .contact-grid.no-form {
    grid-template-columns: 1fr;
    max-width: 800px;
    margin: 0 auto;
  }
}
.contact-module-section .contact-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0px 1px 1px rgba(3, 7, 18, 0.09), 0px 4px 3px rgba(3, 7, 18, 0.07), 0px 8px 6px rgba(3, 7, 18, 0.06), 0px 14px 11px rgba(3, 7, 18, 0.04), 0px 22px 17px rgba(3, 7, 18, 0.03), 0px 32px 24px rgba(3, 7, 18, 0.01);
  margin-bottom: 2rem;
}
.contact-module-section .contact-card .card-headline {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111620;
  margin-bottom: 1.5rem;
}
.contact-module-section .form-card .wpcf7 .form-group {
  margin-bottom: 1.25rem;
}
.contact-module-section .form-card .wpcf7 .form-group label {
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  color: #111620;
  margin-bottom: 0.5rem;
}
.contact-module-section .form-card .wpcf7 .form-group .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contact-module-section .form-card .wpcf7 .form-group input[type=text],
.contact-module-section .form-card .wpcf7 .form-group input[type=email],
.contact-module-section .form-card .wpcf7 .form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 1rem;
  font-family: inherit;
  color: #111620;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
.contact-module-section .form-card .wpcf7 .form-group input[type=text]:focus,
.contact-module-section .form-card .wpcf7 .form-group input[type=email]:focus,
.contact-module-section .form-card .wpcf7 .form-group textarea:focus {
  outline: none;
  border-color: #1e40af;
  box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.1);
}
.contact-module-section .form-card .wpcf7 .form-group textarea {
  resize: vertical;
}
.contact-module-section .form-card .wpcf7 .btn-submit,
.contact-module-section .form-card .wpcf7 input[type=submit] {
  width: 100%;
  background-color: #1e40af;
  color: #fff;
  font-weight: 600;
  padding: 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.2s;
  -webkit-appearance: none;
}
.contact-module-section .form-card .wpcf7 .btn-submit:hover,
.contact-module-section .form-card .wpcf7 input[type=submit]:hover {
  background-color: #172554;
}
.contact-module-section .form-card .wpcf7 .btn-submit:focus-visible,
.contact-module-section .form-card .wpcf7 input[type=submit]:focus-visible {
  outline: 2px solid #f5a623;
  outline-offset: 2px;
}
.contact-module-section .form-card .wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.85rem;
  color: #dc2626;
  margin-top: 0.5rem;
  display: block;
}
.contact-module-section .form-card .wpcf7 .wpcf7-response-output {
  margin: 1.5rem 0 0 0 !important;
  border-radius: 6px;
  padding: 1rem;
  font-size: 0.95rem;
  border-width: 2px;
}
.contact-module-section .contact-sidebar .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-module-section .contact-sidebar .info-list .info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
  color: #6b7280;
}
.contact-module-section .contact-sidebar .info-list .info-item .info-icon {
  color: #1e40af;
  flex-shrink: 0;
}
.contact-module-section .contact-sidebar .info-list .info-item .info-text, .contact-module-section .contact-sidebar .info-list .info-item .info-link {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
}
.contact-module-section .contact-sidebar .info-list .info-item .info-link {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.2s;
}
.contact-module-section .contact-sidebar .info-list .info-item .info-link:hover {
  color: #1e40af;
  text-decoration: underline;
}
.contact-module-section .contact-sidebar .hours-list {
  margin-bottom: 1.5rem;
}
.contact-module-section .contact-sidebar .hours-list .hours-row {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  font-size: 1rem;
  color: #6b7280;
  border-bottom: 1px solid #d1d5db;
}
.contact-module-section .contact-sidebar .hours-list .hours-row:last-child {
  border-bottom: none;
}
.contact-module-section .contact-sidebar .hours-list .hours-row .day {
  font-weight: 500;
}
.contact-module-section .contact-sidebar .hours-note {
  font-size: 0.9rem;
  color: #6b7280;
  margin-top: 1rem;
}
.contact-module-section .contact-sidebar .btn-action-sheet {
  width: 100%;
  background-color: #f5a623;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.1s, background-color 0.2s;
}
.contact-module-section .contact-sidebar .btn-action-sheet:hover {
  background-color: #d48e1b;
}
.contact-module-section .contact-sidebar .btn-action-sheet:active {
  transform: translateY(1px);
}

.action-sheet-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}
.action-sheet-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.action-sheet {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.15);
  z-index: 1002;
  padding: 1.5rem;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.action-sheet.is-active {
  transform: translateX(-50%) translateY(0);
}
.action-sheet .sheet-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}
.action-sheet .sheet-header .sheet-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
}
.action-sheet .sheet-header .sheet-close {
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  color: #999;
  padding: 0 0.5rem;
}
.action-sheet .sheet-header .sheet-close:hover {
  color: #333;
}
.action-sheet .sheet-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.action-sheet .sheet-content .sheet-option {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #111620;
  padding: 1rem;
  border-radius: 12px;
  background-color: #f3f4f6;
  transition: background-color 0.2s;
}
.action-sheet .sheet-content .sheet-option:hover {
  background-color: #e5e7eb;
}
.action-sheet .sheet-content .sheet-option:focus-visible {
  outline: 2px solid #f5a623;
}
.action-sheet .sheet-content .sheet-option .sheet-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  color: #f5a623;
}
.action-sheet .sheet-content .sheet-option .sheet-icon.map {
  color: #ea4335;
}
.action-sheet .sheet-content .sheet-option .sheet-icon.phone {
  color: #34a853;
}
.action-sheet .sheet-content .sheet-option .sheet-icon.mail {
  color: #4285f4;
}
.action-sheet .sheet-content .sheet-option .sheet-icon.whatsapp {
  color: #25D366;
  background-color: rgba(37, 211, 102, 0.1);
}
.action-sheet .sheet-content .sheet-option .sheet-text {
  display: flex;
  flex-direction: column;
}
.action-sheet .sheet-content .sheet-option .sheet-text strong {
  font-size: 1.1rem;
  font-weight: 600;
}
.action-sheet .sheet-content .sheet-option .sheet-text span {
  font-size: 0.9rem;
  color: #6b7280;
}

.news-grid-section {
  padding: 4rem 0;
  background-color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.news-grid-section .news-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.news-grid-section .section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #111620;
  margin-bottom: 3rem;
}
.news-grid-section .news-grid {
  display: list-item;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .news-grid-section .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .news-grid-section .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.news-grid-section .news-item {
  display: flex;
}
.news-grid-section .news-card {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.news-grid-section .news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.news-grid-section .news-card:focus-within {
  outline: 2px solid #f5a623;
  outline-offset: 4px;
}
.news-grid-section .news-card .card-image-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #f0f0f0;
}
.news-grid-section .news-card .card-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.news-grid-section .news-card .card-image-wrapper .image-placeholder {
  width: 100%;
  height: 100%;
  background-color: #e5e7eb;
}
.news-grid-section .news-card:hover .card-image-wrapper img {
  transform: scale(1.05);
}
.news-grid-section .news-card .card-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.news-grid-section .news-card .card-content .card-date {
  font-size: 0.9rem;
  font-weight: 600;
  color: #d98e11;
  margin-bottom: 0.75rem;
  display: block;
}
.news-grid-section .news-card .card-content .card-title {
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
  color: #111620;
}
.news-grid-section .news-card .card-content .card-title a {
  text-decoration: none;
  color: inherit;
}
.news-grid-section .news-card .card-content .card-title a.stretched-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.news-grid-section .news-card .card-content .card-title a:hover {
  color: #f5a623;
}
.news-grid-section .news-card .card-content .card-excerpt {
  font-size: 1rem;
  line-height: 1.6;
  color: #6b7280;
  margin-top: auto;
}
.news-grid-section .news-card .card-content .card-excerpt p {
  margin: 0;
}

.stream-slider-section {
  width: 100%;
  padding: 3rem 0;
  background-color: #ffffff;
}
.stream-slider-section::before, .stream-slider-section::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.stream-slider-section::before {
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.stream-slider-section::after {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.stream-slider-section .stream-wrapper {
  width: 100%;
  position: relative;
}
.stream-slider-section .stream-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 2rem;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.stream-slider-section .stream-item {
  flex-shrink: 0;
  height: 450px;
}
.stream-slider-section .stream-item img {
  display: block;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .stream-slider-section {
    overflow: hidden;
  }
  .stream-slider-section .stream-item {
    height: 250px;
  }
  .stream-slider-section .stream-track {
    gap: 1rem;
  }
}
.feature-list-section {
  padding: 3rem 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.feature-list-section .feature-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.feature-list-section .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 2rem;
}
.feature-list-section .feature-item .feature-title {
  margin: 0 0 0.5rem 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111620;
}
.feature-list-section .feature-item .feature-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #6b7280;
}
.feature-list-section .feature-item .feature-desc p {
  margin: 0;
}
.feature-list-section .feature-item .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.feature-list-section .feature-item .icon-wrapper img {
  display: block;
}
.feature-list-section.layout-vertical .feature-list {
  grid-template-columns: 1fr;
}
.feature-list-section.layout-vertical .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  text-align: left;
}
.feature-list-section.layout-vertical .feature-item .icon-wrapper {
  width: 50px;
  height: 50px;
}
.feature-list-section.layout-vertical .feature-item .icon-wrapper img {
  height: auto;
}
.feature-list-section.layout-horizontal .feature-list {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .feature-list-section.layout-horizontal .feature-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .feature-list-section.layout-horizontal .feature-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.feature-list-section.layout-horizontal .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
}
.feature-list-section.layout-horizontal .feature-item .icon-wrapper {
  width: 80px;
  height: 80px;
  margin-bottom: 0.5rem;
}
.feature-list-section.layout-horizontal .feature-item .icon-wrapper img {
  height: auto;
}
.feature-list-section.layout-horizontal .feature-item .feature-title {
  margin-bottom: 1rem;
}

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