@charset "UTF-8";
/* CSS Document */
/*! 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 */
  /* font-size: 1.1em; */
  font-size: 16px;
}

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

body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * 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 */
  text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* CSS Document */
/* Global defines */
/* Global Colors */
/* white */
/* white */
/* light grey */
/* turquoise */
/* dark turquoise */
/* Global fonts */
/* Mixins */
/* CSS Document */
/* poppins-200 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/poppins-v23-latin_latin-ext-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-200italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/poppins-v23-latin_latin-ext-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-v23-latin_latin-ext-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-300italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/poppins-v23-latin_latin-ext-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v23-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/poppins-v23-latin_latin-ext-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins-v23-latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/poppins-v23-latin_latin-ext-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-v23-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/poppins-v23-latin_latin-ext-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins-v23-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/poppins-v23-latin_latin-ext-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-800 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/poppins-v23-latin_latin-ext-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-800italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/poppins-v23-latin_latin-ext-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/playfair-display-v40-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/playfair-display-v40-latin_latin-ext-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/playfair-display-v40-latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-500italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/playfair-display-v40-latin_latin-ext-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/playfair-display-v40-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-600italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/playfair-display-v40-latin_latin-ext-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/playfair-display-v40-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-700italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/playfair-display-v40-latin_latin-ext-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-800 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/playfair-display-v40-latin_latin-ext-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-800italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/playfair-display-v40-latin_latin-ext-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* CSS Document */
/* CSS Document */
body.mobileNavOn {
  overflow: hidden;
}
body > header {
  font-size: 1rem;
  width: 100%;
  background-color: #073C4E;
  position: relative;
  min-height: calc(206px + min(30vh, 9rem));
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  body > header {
    min-height: calc(146px + min(30vh, 9rem));
  }
}
body > header h1 {
  font-size: clamp(2em, 3vw, 3.125em);
  font-weight: 700;
  line-height: 1.2;
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  color: #fff;
  margin: 0;
  text-wrap: balance;
}
body > header .triangle {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  aspect-ratio: 439.967/549.546;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/shape_triangle_1.svg);
  z-index: 1;
}
body > header .wrapper {
  position: relative;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
body > header .wrapper .lines {
  width: 100%;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  background-image: url(../images/lines.svg);
  background-repeat: no-repeat;
  background-position-y: min(30vh, 9rem);
  background-position-x: calc(100% - 2rem);
}
@media screen and (max-width: calc(1300px + max(4rem, 2vw) * 2)) {
  body > header .wrapper .lines {
    background-position-x: calc(100% - max(4rem, 2vw) + 2rem);
  }
}
@media screen and (max-width: 900px) {
  body > header .wrapper .lines {
    background-position-x: 0;
  }
}
body > header .wrapper .top {
  height: min(30vh, 9rem);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  column-gap: 3rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body > header .wrapper .top {
    flex-wrap: nowrap;
    column-gap: 1rem;
  }
}
body > header .wrapper .top .logo {
  max-width: 360px;
  min-width: 230px;
  width: 60vmin;
  height: auto;
  aspect-ratio: 384/58.74;
}
@media screen and (min-width: 768px) {
  body > header .wrapper .top nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 2em;
    flex-wrap: wrap;
    align-items: stretch;
  }
  body > header .wrapper .top nav ul li {
    position: relative;
  }
  body > header .wrapper .top nav ul li a {
    text-decoration: none;
    padding-block: 1em;
    position: relative;
    display: block;
    font-size: clamp(0.9em, 1.4vw, 1em);
    font-weight: 300;
    line-height: 1.4;
    font-family: "Poppins", Tahoma, Geneva, Verdana, sans-serif;
    color: #fff;
  }
  body > header .wrapper .top nav ul li a::after {
    position: absolute;
    top: calc(100% - 1em);
    left: 0;
    width: 100%;
    height: 2px;
    background: white;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    -moz-transition: opacity 0.2s, -moz-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
  body > header .wrapper .top nav ul li a[aria-current=page]::after, body > header .wrapper .top nav ul li a.on::after, body > header .wrapper .top nav ul li a:hover::after {
    opacity: 1;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    transform: translateY(2px);
  }
  body > header .wrapper .top nav ul li a em {
    font-style: normal;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  body > header .wrapper .top nav ul li a em {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body > header .wrapper .top nav ul li .sub-menu {
    position: absolute;
    top: 3.3em;
    padding-bottom: 0.5em;
    background-color: rgba(10, 105, 136, 0.95);
    padding-inline: 2em;
    padding-block: 1em;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, transform 0.2s;
    transform: translateY(0.5em);
    pointer-events: none;
    flex-direction: column;
    justify-content: left;
    row-gap: 0;
    -webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 0.45);
    -moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 0.45);
    box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 0.45);
  }
  body > header .wrapper .top nav ul li .sub-menu li {
    padding: 0.5em 0;
    display: flex;
    flex-direction: row;
    align-items: end;
  }
  body > header .wrapper .top nav ul li .sub-menu li a {
    white-space: nowrap;
    padding: unset;
  }
  body > header .wrapper .top nav ul li .sub-menu li a::after {
    top: 100%;
  }
  body > header .wrapper .top nav ul li.icon-home a {
    width: 1em;
    display: block;
    background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="20px" height="20.001px" viewBox="0 0 20 20.001"><path fill="%23ffffff" d="M19.767,8.503l-9.315-8.33c-0.258-0.231-0.645-0.231-0.902,0l-9.315,8.33C-0.051,8.757-0.08,9.199,0.17,9.489c0.249,0.29,0.682,0.319,0.967,0.064l0.721-0.645v10.393c0,0.386,0.307,0.699,0.686,0.699h5.19h4.533h5.19c0.379,0,0.686-0.313,0.686-0.699V8.909l0.721,0.645c0.13,0.116,0.291,0.174,0.451,0.174c0.19,0,0.38-0.081,0.516-0.238C20.079,9.199,20.051,8.757,19.767,8.503z M8.418,18.603v-5.756h3.163v5.756H8.418L8.418,18.603z M16.772,7.689v10.913h-3.821v-6.455c0-0.385-0.307-0.698-0.685-0.698H7.733c-0.378,0-0.685,0.313-0.685,0.698v6.455H3.228V7.689c0-0.002,0-0.003,0-0.005L10,1.628l6.772,6.057C16.772,7.687,16.772,7.688,16.772,7.689z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
  }
  body > header .wrapper .top nav ul > li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}
@media screen and (max-width: 768px) {
  body > header .wrapper .top nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100vh - env(safe-area-inset-bottom, env(safe-area-inset, 0px), 0px));
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 998;
    font-size: 1rem;
    overflow-y: auto;
  }
  body > header .wrapper .top nav ul {
    margin: 0;
    padding: 0 4%;
    list-style-type: none;
    width: 100%;
  }
  body > header .wrapper .top nav ul ul {
    padding-top: 1.2em;
  }
  body > header .wrapper .top nav ul li {
    margin-bottom: 0.85em;
  }
  body > header .wrapper .top nav ul li a {
    text-decoration: none;
    color: #333;
    line-height: 1.3;
    font-size: 1.15em;
  }
  body > header .wrapper .top nav ul li ul {
    margin-bottom: 2em;
  }
  body > header .wrapper .top nav ul li ul li {
    margin-bottom: 0.75em;
  }
  body > header .wrapper .top nav ul li ul li a {
    font-size: 1em;
  }
  body > header .wrapper .top nav > ul {
    padding: 2rem 10%;
  }
}
body > header .wrapper .top #mobileNavButton {
  display: none;
  z-index: 999;
  position: relative;
}
@media screen and (max-width: 768px) {
  body > header .wrapper .top #mobileNavButton {
    display: block;
  }
}
body > header .wrapper .top #mobileNavButton a {
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 28px;
}
body > header .wrapper .top #mobileNavButton a span {
  height: 3px;
  width: 25px;
  background-color: #fff;
  display: inline-block;
  position: relative;
}
body > header .wrapper .top #mobileNavButton a span::before, body > header .wrapper .top #mobileNavButton a span::after {
  content: "";
  height: 3px;
  width: 25px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.25s ease-in-out;
}
body > header .wrapper .top #mobileNavButton a span::before {
  transform: translateY(-9px) rotate(0deg);
}
body > header .wrapper .top #mobileNavButton a span::after {
  transform: translateY(9px) rotate(0deg);
}
.mobileNavOn body > header .wrapper .top #mobileNavButton a span::before, .mobileNavOn body > header .wrapper .top #mobileNavButton a span::after {
  background-color: #333;
}
.mobileNavOn body > header .wrapper .top #mobileNavButton a span::before {
  transform: translateY(0) rotate(-45deg);
}
.mobileNavOn body > header .wrapper .top #mobileNavButton a span::after {
  transform: translateY(0) rotate(45deg);
}
body > header .wrapper .top #mobileNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vW;
  height: 100vh;
  background: #fff;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 998;
}
body > header .wrapper .top #mobileNav ul {
  margin: 0;
  padding: 0 10%;
  list-style-type: none;
}
body > header .wrapper .top #mobileNav ul li {
  margin-bottom: 1.5em;
}
body > header .wrapper .top #mobileNav ul a {
  text-decoration: none;
  color: #333;
  line-height: 1.3;
  font-size: 1.6em;
}
body > header .wrapper .top #mobileNav ul a em {
  font-style: normal;
}
body > header .wrapper .logo-adwokatura {
  position: absolute;
  top: calc(min(30vh, 9rem) + 3rem);
  right: calc(max(4rem, 2vw) + 11rem);
  max-width: 160px;
  height: auto;
  z-index: 3;
}
@media screen and (max-width: 900px) {
  body > header .wrapper .logo-adwokatura {
    right: max(2rem, 2vw);
    top: calc(min(30vh, 9rem) + 1.8rem);
    max-width: 130px;
  }
}
@media screen and (max-width: 600px) {
  body > header .wrapper .logo-adwokatura {
    display: none;
  }
}
body > header .wrapper .slogan {
  position: absolute;
  bottom: 20%;
  font-size: clamp(1.7vmin, 2vmin, 1rem);
  z-index: 4;
}
@media (min-width: 768px) {
  body > header .wrapper .slogan > * {
    will-change: transform, opacity;
    transform: translateY(20px);
    opacity: 0;
  }
}
body > header .wrapper .slogan p {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin: 0;
  padding: 0;
}
body > header .wrapper .slogan p.s1 {
  font-size: 4.25em;
}
body > header .wrapper .slogan p.s2 {
  font-size: 5.3125em;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  body > header .wrapper .slogan p.s2 {
    margin-left: 0;
  }
}
body > header .wrapper .slogan p.s3 {
  font-size: 3.25em;
}
@media screen and (max-width: 600px) {
  body > header .wrapper .slogan {
    bottom: calc(30% - 15vh);
  }
}
@media screen and (max-width: 480px) {
  body > header .wrapper .slogan {
    font-size: 2.25vmin;
    bottom: calc(45% - 15vh);
  }
}
@media screen and (max-height: 500px) {
  body > header .wrapper .slogan {
    bottom: calc(27% - 15vh);
  }
}
body > header .wrapper .slogan:has(.cta-call) .s3 {
  margin-bottom: min(9vh, 1.8em);
}
body > header .wrapper .slogan .cta-call {
  font-size: inherit;
  color: #fff;
  border-color: #fff;
}
body > header .wrapper .slogan .cta-call .ico {
  filter: brightness(0) saturate(0) invert(1);
}
body > header .wrapper .breadcrumbs {
  font-size: clamp(0.85rem, 1.2vw, 1rem);
  line-height: 1.4;
  overflow-x: hidden;
  white-space: nowrap;
  padding-block: 1rem;
  opacity: 0.5;
  transition: opacity 0.3s;
}
@media screen and (min-width: 600px) {
  body > header .wrapper .breadcrumbs {
    width: 85%;
  }
}
body > header .wrapper .breadcrumbs:hover {
  opacity: 1;
}
body > header .wrapper .breadcrumbs ol {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  column-gap: 1rem;
  row-gap: 0.5rem;
}
body > header .wrapper .breadcrumbs li {
  white-space: nowrap;
  flex: none;
  overflow-x: hidden;
  font-size: 0.85em;
  font-weight: 200;
  line-height: 1.4;
  font-family: "Poppins", Tahoma, Geneva, Verdana, sans-serif;
  color: #fff;
}
body > header .wrapper .breadcrumbs li:not(:first-child)::before {
  content: "→";
  display: inline-block;
  margin-inline: 0 1rem;
}
body > header .wrapper .breadcrumbs li[aria-current=page] {
  text-overflow: ellipsis;
  flex: 1;
}
body > header .wrapper .breadcrumbs li a {
  text-decoration: none;
  color: #fff;
}
body > header .wrapper .breadcrumbs li a:hover, body > header .wrapper .breadcrumbs li a:focus-visible {
  text-decoration: underline;
  outline: none;
}
@media (max-width: 480px) {
  body > header .wrapper .breadcrumbs {
    white-space: normal;
  }
  body > header .wrapper .breadcrumbs ol {
    flex-wrap: wrap;
  }
  body > header .wrapper .breadcrumbs li::before {
    margin-inline-start: 0;
  }
}
body > header.header-start {
  height: calc(100vh - env(safe-area-inset-bottom, env(safe-area-inset, 0px), 0px));
  background-color: #0A6988;
  background-image: url(../images/header_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@supports (background-image: url(../images/header_img.webp)) {
  body > header.header-start {
    background-image: url(../images/header_img.webp);
  }
}
@media screen and (max-width: calc(1300px + max(4rem, 2vw) * 2)) {
  body > header.header-start .triangle {
    width: 40vw;
    height: auto;
    top: unset;
    bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  body > header.header-start .triangle {
    width: 16rem;
  }
}
body > header.header-start .triangle .logo-adwokatura {
  position: absolute;
  bottom: 10%;
  left: 30%;
  max-width: 240px;
  max-height: 20vh;
  height: auto;
  z-index: 3;
}
@media screen and (max-width: 900px) {
  body > header.header-start .triangle .logo-adwokatura {
    width: 24vw;
    height: auto;
    left: unset;
    right: max(2rem, 2vw);
    max-height: unset;
  }
}
@media screen and (max-width: 600px) {
  body > header.header-start .triangle .logo-adwokatura {
    width: 55%;
  }
}
body > header.header-default h1 {
  max-width: 60%;
  flex: 1;
  vertical-align: middle;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
body > header.header-default h1 span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: inherit;
  font-size: inherit;
}
@media screen and (max-width: 900px) {
  body > header.header-default h1 {
    max-width: 75%;
  }
}
@media screen and (max-width: 600px) {
  body > header.header-default h1 {
    max-width: 100%;
  }
}
body > header.header-default .triangle-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  body > header.header-default .triangle {
    left: calc(100vw - 200px);
    right: unset;
  }
}
@media screen and (max-width: 900px) {
  body > header.header-default .triangle {
    display: none;
  }
}
body > header.header-contact .wrapper {
  z-index: 2;
}
body > header.header-contact .triangle-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  body > header.header-contact .triangle {
    left: calc(100vw - 200px);
    right: unset;
  }
}
@media screen and (max-width: 900px) {
  body > header.header-contact .triangle {
    display: none;
  }
}
body.mobileNavOn > header .wrapper .top {
  z-index: unset;
}
@media screen and (max-width: 768px) {
  body.mobileNavOn > header .wrapper .top nav {
    transform: translateX(0);
  }
  body.mobileNavOn > header .wrapper .top nav ul {
    box-sizing: border-box;
  }
  body.mobileNavOn > header .wrapper .top nav ul li [aria-current=page] {
    font-weight: 600;
    color: #0A6988;
  }
}
body.mobileNavOn > header .wrapper .top #mobileNavButton span::before, body.mobileNavOn > header .wrapper .top #mobileNavButton span::after {
  background-color: #333;
}
body.mobileNavOn > header .wrapper .top #mobileNavButton span::before {
  transform: translateY(0) rotate(-45deg);
}
body.mobileNavOn > header .wrapper .top #mobileNavButton span::after {
  transform: translateY(0) rotate(45deg);
}
body .subheader {
  padding: 2.5rem 0;
  box-sizing: border-box;
  background-color: #F4F2F0;
  position: relative;
  overflow: hidden;
  min-height: calc(106px + min(30vh, 9rem));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  body .subheader {
    min-height: unset;
  }
}
body .subheader .wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1100px) {
  body .subheader .wrapper .text {
    width: 60vw;
    text-wrap-style: balance;
  }
}
body .subheader h1,
body .subheader h2,
body .subheader h3,
body .subheader p {
  margin: 0;
}
body .subheader h2:has(+ p) {
  margin-bottom: 0.5em;
}
body .subheader h2 {
  font-size: clamp(1.5em, 3vw, 1.75em);
  font-weight: 600;
  line-height: 1.4;
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  color: #333;
}
body .subheader p {
  font-size: clamp(1em, 3vw, 1.15em);
  font-weight: 300;
  line-height: 1.4;
  font-family: "Poppins", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}
body .subheader .bg {
  width: 573px;
  height: auto;
  aspect-ratio: 729/550;
  right: 0;
  bottom: 0;
  position: absolute;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 85% auto;
  clip-path: url(#header-shape);
  opacity: 0.25;
  mix-blend-mode: multiply;
  background-image: url(../images/footer_img.jpg);
}
@supports (background-image: url(../images/footer_img.webp)) {
  body .subheader .bg {
    background-image: url(../images/footer_img.webp);
  }
}
@media screen and (max-width: 1600px) {
  body .subheader .bg {
    left: calc(100vw - 494px);
    right: unset;
  }
}
@media screen and (max-width: 1100px) {
  body .subheader .bg {
    display: none;
  }
}

.post-template-default > header h1,
.case-template-default > header h1,
.page-template-default > header h1 {
  font-size: clamp(1.75em, 3vw, 2.5em);
  font-weight: 700;
  line-height: 1.2;
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  color: #fff;
}
.post-template-default .subheader:not(:has(h2, h3, h4)) p,
.case-template-default .subheader:not(:has(h2, h3, h4)) p,
.page-template-default .subheader:not(:has(h2, h3, h4)) p {
  font-size: clamp(1.3em, 3vw, 1.75em);
  font-weight: 400;
  line-height: 1.4;
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* CSS Document */
/* CSS Document */
body > footer {
  font-size: 1rem;
  width: 100%;
  background-color: #0A6988;
  background: linear-gradient(90deg, rgb(4, 70, 92) 0%, rgb(11, 118, 154) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
body > footer .bg {
  width: auto;
  height: 100%;
  aspect-ratio: 729/550;
  right: 0;
  bottom: 0;
  position: absolute;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  clip-path: url(#footer-shape);
}
@media screen and (max-width: 1250px) {
  body > footer .bg {
    display: none;
  }
}
body > footer .wrapper {
  padding-top: 4em;
  padding-bottom: 4em;
}
body > footer .wrapper > .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 5vw;
  row-gap: 3em;
}
@media screen and (max-width: 1000px) {
  body > footer .wrapper > .content {
    padding-bottom: 3em;
    border-bottom: 0.15em solid rgba(255, 255, 255, 0.25);
  }
}
body > footer .wrapper > .content .title {
  font-size: clamp(0.75em, 3vw, 1em);
  padding-right: 5vw;
  border-right: 0.15em solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 1000px) {
  body > footer .wrapper > .content .title {
    border: none;
  }
}
body > footer .wrapper > .content .title p {
  margin: 0;
}
body > footer .wrapper > .content .title p:first-child {
  font-size: 3em;
  font-weight: 500;
  line-height: 1.1;
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  color: #fff;
  margin-bottom: 0.5em;
}
body > footer .wrapper > .content .title p:last-child {
  font-size: 1em;
  font-weight: 200;
  line-height: 1.4;
  font-family: "Poppins", Tahoma, Geneva, Verdana, sans-serif;
  color: #fff;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  opacity: 0.5;
}
body > footer .wrapper > .content .data p {
  margin: 0 0 0;
  font-size: min(5vw, 1.35em);
  font-weight: 200;
  line-height: 1.5;
  font-family: "Poppins", Tahoma, Geneva, Verdana, sans-serif;
  color: #fff;
}
body > footer .wrapper > .content .data p a:hover {
  color: #32B8E5;
}
body > footer .wrapper > .content .data p.phone {
  font-weight: 300;
}
body > footer .wrapper > .content .data p.phone a {
  white-space: nowrap;
}
body > footer .wrapper > .content .data p.email {
  font-weight: 300;
  margin-bottom: 1em;
}
body > footer .wrapper > .content .data p.email a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}
body > footer .wrapper > .content .data p.address {
  font-size: min(5vw, 1em);
}
body > footer .wrapper > .content .data p.address span {
  white-space: nowrap;
}
body > footer .wrapper > .content .data p a {
  color: #fff;
  text-decoration: none;
}
body > footer .wrapper > nav {
  padding-top: 3em;
  width: fit-content;
}
body > footer .wrapper > nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  columns: auto 2;
}
@media screen and (max-width: 600px) {
  body > footer .wrapper > nav ul {
    columns: unset;
  }
}
body > footer .wrapper > nav ul li {
  margin-bottom: 1em;
}
body > footer .wrapper > nav ul li a {
  color: #fff;
  font-size: clamp(1em, 3vw, 1.2em);
  font-weight: 200;
  text-decoration: none;
  transition: color 0.1s ease-out;
  position: relative;
  display: inline-block;
}
body > footer .wrapper > nav ul li a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: white;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  -moz-transition: opacity 0.2s, -moz-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
body > footer .wrapper > nav ul li a:hover {
  color: #fff;
}
body > footer .wrapper > nav ul li a:hover::after {
  opacity: 1;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  transform: translateY(2px);
}
body > footer .wrapper > nav ul li a.active {
  color: #fff;
}
body > footer .wrapper > nav ul li a.active::after {
  opacity: 1;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  transform: translateY(2px);
}
body > footer .copyrights {
  font-size: 0.85em;
  font-weight: 200;
  line-height: 1.4;
  font-family: "Poppins", Tahoma, Geneva, Verdana, sans-serif;
  color: #fff;
  padding-top: 3em;
  opacity: 0.5;
}
@media (max-width: 768px) {
  body > footer .copyrights {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.65em;
  }
}
body > footer .copyrights a,
body > footer .copyrights button {
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  transition: color 0.1s ease-out;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font-weight: 200;
}
body > footer .copyrights a:hover,
body > footer .copyrights button:hover {
  color: #32B8E5;
}
body > footer .copyrights a:before,
body > footer .copyrights button:before {
  color: #fff;
  content: "|";
  margin-left: 1em;
  padding-right: 1em;
  opacity: 0.25;
}
@media (max-width: 768px) {
  body > footer .copyrights a:before,
  body > footer .copyrights button:before {
    display: none;
  }
}
body.home > footer .bg {
  opacity: 0.5;
  mix-blend-mode: multiply;
  background-color: #0A6988;
  background-image: url(../images/footer_img.jpg);
}
@supports (background-image: url(../images/footer_img.webp)) {
  body.home > footer .bg {
    background-image: url(../images/footer_img.webp);
  }
}
body:not(.home) > footer .bg {
  background: linear-gradient(0deg, rgb(9, 83, 107) 0%, rgb(10, 112, 146) 100%);
}
body.page-template-page-contact > footer .wrapper, body.error404 > footer .wrapper {
  padding-block: unset;
  position: relative;
}
body.page-template-page-contact > footer .wrapper .symbol, body.error404 > footer .wrapper .symbol {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: clamp(5rem, 64vw, 24rem);
  opacity: 0.065;
}
body.page-template-page-contact > footer .wrapper .slogan-1, body.error404 > footer .wrapper .slogan-1 {
  border: unset;
  padding-bottom: 5em;
  padding-top: 2em;
}
@media screen and (max-width: 480px) {
  body.page-template-page-contact > footer .wrapper .slogan-1, body.error404 > footer .wrapper .slogan-1 {
    padding-bottom: 2em;
  }
}

.ico-phone {
  aspect-ratio: 25/34;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAyNSAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjQ0OTcgMjkuMTQyOUMxMi4wNzcxIDI5LjE0MjkgMTEuNzc0MSAyOC44NzM3IDExLjc3NDEgMjguNTQyOEMxMS43NzQxIDI4LjIxMTkgMTIuMDc3MSAyNy45NDE3IDEyLjQ0OTcgMjcuOTQxN0MxMi44MjIzIDI3Ljk0MTcgMTMuMTI1MyAyOC4yMTE5IDEzLjEyNTMgMjguNTQyOEMxMy4xMjUzIDI4Ljg3MzcgMTIuODIyMyAyOS4xNDI5IDEyLjQ0OTcgMjkuMTQyOVpNMTIuNDQ5NyAyNS45NjM1QzEwLjg0ODkgMjUuOTYzNSA5LjU0NTQ5IDI3LjEyMDEgOS41NDU0OSAyOC41NDI4QzkuNTQ1NDkgMjkuOTY0NSAxMC44NDg5IDMxLjEyMjEgMTIuNDQ5NyAzMS4xMjIxQzE0LjA1MDUgMzEuMTIyMSAxNS4zNTM5IDI5Ljk2NDUgMTUuMzUzOSAyOC41NDI4QzE1LjM1MzkgMjcuMTIwMSAxNC4wNTA1IDI1Ljk2MzUgMTIuNDQ5NyAyNS45NjM1Wk0yMC44MDIzIDMxLjc5Mkg0LjA5NzExQzMuMDY3MTQgMzEuNzkyIDIuMjI4NTcgMzEuMDQ3MyAyLjIyODU3IDMwLjEzMjVWMjUuMjkyNkgyMi42NzJWMzAuMTMyNUMyMi42NzIgMzEuMDQ3MyAyMS44MzM0IDMxLjc5MiAyMC44MDIzIDMxLjc5MlpNNC4wOTcxMSAxLjk3ODI3SDIwLjgwMjNDMjEuODMzNCAxLjk3ODI3IDIyLjY3MiAyLjcyMzA0IDIyLjY3MiAzLjYzNzhWMjMuMzE0M0gyLjIyODU3VjMuNjM3OEMyLjIyODU3IDIuNzIzMDQgMy4wNjcxNCAxLjk3ODI3IDQuMDk3MTEgMS45NzgyN1pNMjAuODAyMyAwSDQuMDk3MTFDMS44Mzg5MSAwIDAgMS42MzIyIDAgMy42Mzc4VjMwLjEzMjVDMCAzMi4xMzgxIDEuODM4OTEgMzMuNzcxMyA0LjA5NzExIDMzLjc3MTNIMjAuODAyM0MyMy4wNjE2IDMzLjc3MTMgMjQuODk5NCAzMi4xMzgxIDI0Ljg5OTQgMzAuMTMyNVYzLjYzNzhDMjQuODk5NCAxLjYzMjIgMjMuMDYxNiAwIDIwLjgwMjMgMFoiIGZpbGw9IiMwQTY5ODgiLz4KPC9zdmc+Cg==");
}

.ico-email {
  aspect-ratio: 32/27;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAzMiAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI5LjE4NjQgMEgyLjgxMTlDMS4yNjMwNiAwIDAgMS4zNjA0NSAwIDMuMDMxNjdWMjMuMjQxMkMwIDI0LjkwNiAxLjI1Nzk1IDI2LjI3MjkgMi44MTE5IDI2LjI3MjlIMjkuMTg2NEMzMC43MzEgMjYuMjcyOSAzMiAyNC45MTcxIDMyIDIzLjI0MTJWMy4wMzE2N0MzMiAxLjM2NTk1IDMwLjc0MiAwIDI5LjE4NjQgMFpNMjguNzk3NyAyLjAyMDVMMTYuMDU5MSAxNS43NTI0TDMuMjA5MSAyLjAyMDVIMjguNzk3N1pNMS44NzQ2IDIyLjgyMjNWMy40NDA1M0wxMC45MDQgMTMuMDg5MkwxLjg3NDYgMjIuODIyM1pNMy4yMDA2IDI0LjI1MDZMMTIuMjM1OSAxNC41MTJMMTUuNDAxNiAxNy44OTQ4QzE1Ljc2ODIgMTguMjg2MyAxNi4zNTk0IDE4LjI4NTMgMTYuNzI1MSAxNy44OTIxTDE5LjgxMTcgMTQuNTY0M0wyOC43OTc3IDI0LjI0OTdMMy4yMDA2IDI0LjI1MDZaTTMwLjEyNDUgMjIuODIyM0wyMS4xMzg2IDEzLjEzNkwzMC4xMjQ1IDMuNDQ5N1YyMi44MjIzWiIgZmlsbD0iIzBBNjk4OCIvPgo8L3N2Zz4K");
}

.ico-arrow {
  aspect-ratio: 20.75/11.046;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjAuNzVweCIgaGVpZ2h0PSIxMS4wNDZweCIgdmlld0JveD0iMCAwIDIwLjc1IDExLjA0NiI+CjxwYXRoIGZpbGw9IiMwQTY5ODgiIGQ9Ik0yMC41Myw2LjA1M2MwLjI5My0wLjI5MywwLjI5My0wLjc2OCwwLTEuMDYxTDE1Ljc1OCwwLjIyYy0wLjI5My0wLjI5My0wLjc2OC0wLjI5My0xLjA2MSwwCglzLTAuMjkzLDAuNzY4LDAsMS4wNjFsNC4yNDIsNC4yNDNsLTQuMjQyLDQuMjQzYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxczAuNzY4LDAuMjkzLDEuMDYxLDBMMjAuNTMsNi4wNTN6IE0wLDUuNTIzdjAuNzUKCWgyMHYtMC43NXYtMC43NUgwVjUuNTIzeiIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  display: block;
  width: 1.2em;
  height: auto;
}

.cta-call {
  text-decoration: none;
  display: inline-block;
  font-size: min(3vw, 1rem);
  color: #0A6988;
  border-color: #0A6988;
}
.cta-call:hover {
  color: #333;
  border-color: #333;
}
.cta-call:hover .ico {
  filter: brightness(0) saturate(0);
}
.cta-call fieldset {
  border-color: inherit;
  border-style: solid;
  border-width: 2px;
  border-radius: 60em;
  padding: 0.8em 3em 1em;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 1.5em;
  font-family: "Poppins", Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .cta-call fieldset {
    padding-inline: 2em;
  }
}
.cta-call legend {
  padding: 0 1.5em;
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: 400;
  color: inherit;
}
.cta-call .text {
  font-size: 1.8em;
  font-weight: 600;
}
.cta-call .ico {
  width: 1.4em;
  height: auto;
  background-size: contain;
}
@media (max-width: 480px) {
  .cta-call .ico {
    display: none;
  }
}

hr {
  border: 0;
  border-top: 1px solid #B7B7B7;
  margin-bottom: 5rem;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: none;
  position: relative;
  z-index: 0;
  padding: 0.75em 3.8em 0.75em 2em;
  border-width: 0.13em;
  border-style: solid;
  border-color: #0A6988;
  border-radius: 999px;
  color: #0A6988;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  overflow: hidden;
  transition: all 0.25s ease;
}
.btn-outline::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #0A6988;
  z-index: -1;
  transition: all 0.5s ease;
}
.btn-outline:hover::before {
  width: 160%;
}
.btn-outline::after {
  content: "";
  aspect-ratio: 20.75/11.046;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjAuNzVweCIgaGVpZ2h0PSIxMS4wNDZweCIgdmlld0JveD0iMCAwIDIwLjc1IDExLjA0NiI+CjxwYXRoIGZpbGw9IiMwQTY5ODgiIGQ9Ik0yMC41Myw2LjA1M2MwLjI5My0wLjI5MywwLjI5My0wLjc2OCwwLTEuMDYxTDE1Ljc1OCwwLjIyYy0wLjI5My0wLjI5My0wLjc2OC0wLjI5My0xLjA2MSwwCglzLTAuMjkzLDAuNzY4LDAsMS4wNjFsNC4yNDIsNC4yNDNsLTQuMjQyLDQuMjQzYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxczAuNzY4LDAuMjkzLDEuMDYxLDBMMjAuNTMsNi4wNTN6IE0wLDUuNTIzdjAuNzUKCWgyMHYtMC43NXYtMC43NUgwVjUuNTIzeiIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  display: block;
  width: 1.1em;
  height: auto;
  position: absolute;
  right: 1.8em;
  transition: filter 0.25s ease;
}
.btn-outline:hover {
  color: #fff;
}
.btn-outline:hover::after {
  filter: saturate(0) brightness(5);
}

address {
  font-size: 1rem;
}
@media (max-width: 1000px) {
  address {
    border-top: 1px solid #B7B7B7;
    padding-top: 4em;
    font-size: min(4vw, 1.5rem);
  }
}
address:last-child .contact {
  border-left: 2px solid #B7B7B7;
  border-right: none;
  padding-right: 0;
  padding-left: 3rem;
}
@media (max-width: 1000px) {
  address .contact, address:last-child .contact {
    border-right: none;
    border-left: none;
    padding-right: 0;
    padding-left: 0;
  }
}
address .avatar {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 8em;
  height: auto;
  object-fit: cover;
  background-image: url(../images/avatar.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 7em;
  margin-bottom: 2em;
}
@supports (background-image: url(../images/avatar.webp)) {
  address .avatar {
    background-image: url(../images/avatar.webp);
  }
}
address .contact {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border-right: 2px solid #B7B7B7;
  box-sizing: border-box;
  padding-right: 3rem;
  padding-block: 0;
  position: sticky;
  top: max(4rem, 2vw);
  margin-top: max(4rem, 2vw);
}
address .contact p {
  font-size: clamp(0.8em, 3vw, 1.125em);
  font-weight: 300;
  line-height: 1.6;
  font-family: "Poppins", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  margin: 0;
  font-style: normal;
  text-align: center;
  font-size: 1.35em;
}
address .contact p:first-child {
  margin-bottom: 1.5rem;
}
address .contact p strong {
  font-weight: 600;
}
address .contact p a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
address .contact p a:hover {
  color: #0A6988;
}
address .contact p.phone {
  font-size: 1.5em;
}
address .contact p.email {
  font-size: 0.85em;
  padding-bottom: 7rem;
}
@media (max-width: 1000px) {
  address .contact p.email {
    padding-bottom: 0;
  }
}
@media (max-width: 1000px) {
  address .contact {
    border-left: none;
    border-right: none;
    padding-inline: 0;
  }
}
@media (max-width: 768px) {
  address .contact {
    margin-top: 0;
  }
}

.slogan-1 {
  text-align: center;
  padding-block: 5rem;
  border-top: 1px solid #B7B7B7;
  font-size: min(8vw, 3em);
  font-weight: 700;
  line-height: 1.2;
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  color: #0A6988;
}
.slogan-1 strong {
  font-size: 1.5em;
  font-family: inherit;
  font-weight: inherit;
}
@media (max-width: 480px) {
  .slogan-1 {
    line-height: 1.3;
  }
  .slogan-1 strong {
    font-size: unset;
  }
}

.recommendations {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: min(5rem, 10vw);
  position: relative;
  margin-bottom: 5rem;
  font-size: 1.25rem;
}
.recommendations.carousel {
  padding-block: 5rem;
  margin-bottom: 0;
  font-size: 1rem;
}
@media screen and (max-width: 1000px) {
  .recommendations:has(.thumbnail) {
    flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  .recommendations {
    flex-direction: column;
    align-items: center;
  }
}
.recommendations .title {
  position: relative;
}
@media screen and (max-width: 900px) {
  .recommendations .title {
    text-align: center;
    font-size: 1.2em;
  }
}
.recommendations .title .symbol {
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: clamp(5rem, 64vw, 29rem);
  opacity: 0.065;
}
@media screen and (max-width: 900px) {
  .recommendations .title .symbol {
    display: none;
  }
}
.recommendations .title h2 {
  font-size: clamp(2.5em, 5vw, 3.5em);
  font-weight: 700;
  line-height: 1.1;
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  color: #0A6988;
  margin: 0 0 1.5rem;
}
.recommendations .title .rates {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .recommendations .title .rates {
    justify-content: center;
  }
}
.recommendations .title .rates img {
  width: 1.75em;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
}
.recommendations .recommendations-list {
  margin: 0;
  padding-top: 5rem;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 5em;
}
.recommendations .recommendations-list.carousel-inner {
  display: block;
  position: relative;
  overflow: hidden;
  border-left: 1px solid #B7B7B7;
  padding: 0 0 4rem;
}
@media screen and (max-width: 900px) {
  .recommendations .recommendations-list.carousel-inner {
    border-left: none;
  }
}
.recommendations .recommendation {
  margin: 0;
  box-sizing: border-box;
}
.recommendations .recommendation.carousel-item {
  position: absolute;
  padding-left: min(5rem, 10vw);
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateX(100%);
  visibility: hidden;
  z-index: 8;
  -webkit-transition: 0.5s, opacity 0.5s linear, transform 0.5s ease;
  transition: 0.5s, opacity 0.5s linear, transform 0.5s ease;
}
@media screen and (max-width: 900px) {
  .recommendations .recommendation.carousel-item {
    padding-left: 0;
    text-align: center;
  }
}
.recommendations .recommendation:has(.thumbnail) {
  display: flex;
  flex-direction: row;
  gap: 3em;
}
.recommendations .recommendation:has(.thumbnail) .thumbnail {
  flex: 0 0 auto;
  max-width: 20%;
}
.recommendations .recommendation:has(.thumbnail) .thumbnail img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .recommendations .recommendation:has(.thumbnail) {
    flex-direction: column;
  }
  .recommendations .recommendation:has(.thumbnail) .thumbnail {
    max-width: 100%;
    width: 15dvh;
    height: auto;
  }
}
.recommendations .recommendation > div {
  display: block;
  height: auto;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.recommendations .recommendation .text p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6;
  font-family: Georgia;
  color: #333;
  font-style: italic;
  margin-block: 0;
}
.recommendations .recommendation .text p:not(:last-child) {
  margin-bottom: 1.5em;
}
.recommendations .recommendation .author {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Poppins", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  margin-block: 0;
}
.recommendations .recommendation .author strong {
  font-size: 1.2em;
}
.recommendations #carousel-1:checked ~ .carousel-item:nth-of-type(1) {
  position: static;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  transform: translateX(0);
}
.recommendations #carousel-1:checked ~ .carousel-indicators li:nth-child(1) .carousel-bullet {
  background-color: #0A6988;
  width: 4.5em;
}
.recommendations #carousel-2:checked ~ .carousel-item:nth-of-type(2) {
  position: static;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  transform: translateX(0);
}
.recommendations #carousel-2:checked ~ .carousel-item:nth-of-type(1) {
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
}
.recommendations #carousel-2:checked ~ .carousel-indicators li:nth-child(2) .carousel-bullet {
  background-color: #0A6988;
  width: 4.5em;
}
.recommendations #carousel-3:checked ~ .carousel-item:nth-of-type(3) {
  position: static;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  transform: translateX(0);
}
.recommendations #carousel-3:checked ~ .carousel-item:nth-of-type(1) {
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
}
.recommendations #carousel-3:checked ~ .carousel-item:nth-of-type(2) {
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
}
.recommendations #carousel-3:checked ~ .carousel-indicators li:nth-child(3) .carousel-bullet {
  background-color: #0A6988;
  width: 4.5em;
}
.recommendations #carousel-4:checked ~ .carousel-item:nth-of-type(4) {
  position: static;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  transform: translateX(0);
}
.recommendations #carousel-4:checked ~ .carousel-item:nth-of-type(1) {
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
}
.recommendations #carousel-4:checked ~ .carousel-item:nth-of-type(2) {
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
}
.recommendations #carousel-4:checked ~ .carousel-item:nth-of-type(3) {
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
}
.recommendations #carousel-4:checked ~ .carousel-indicators li:nth-child(4) .carousel-bullet {
  background-color: #0A6988;
  width: 4.5em;
}
.recommendations .carousel-indicators {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  font-size: 1rem;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.recommendations .carousel-indicators li .carousel-bullet {
  width: 3em;
  height: 0.65em;
  background-color: #DDDDDD;
  cursor: pointer;
  display: block;
  border-radius: 1em;
}
.recommendations .carousel-indicators li .carousel-bullet:hover {
  background-color: #aaaaaa;
}

.sticky-call-btn {
  font-size: 1rem;
  margin: 1.5em;
  border-radius: 5em;
  padding: 1.2em 1.3em;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  line-height: 1em;
  font-weight: 600;
  color: #0A6988;
  cursor: pointer;
  transition-timing-function: ease;
  transition: bottom 0.1s;
  background-color: #073C4E;
  -webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 0.5);
  -moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 0.5);
  box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 0.5);
}
.sticky-call-btn:hover {
  bottom: 0.2em;
  transition: bottom 0.1s;
}
@media screen and (max-width: 768px) {
  .sticky-call-btn {
    margin: 1em;
    padding: 0.9em 1em;
  }
}

#wpadminbar {
  display: none !important;
}

html {
  margin-top: 0 !important;
}

@view-transition {
  navigation: auto;
}
html {
  scroll-behavior: smooth;
}

/* ------------------------------------------------------------------ */
/* layout */
* {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  max-height: 999999px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", Tahoma, Geneva, Verdana, sans-serif;
}

a:hover {
  color: #32B8E5;
  transition: color 0.1s ease-out;
}

html,
body {
  margin: 0;
}

footer,
main {
  position: relative;
  z-index: 1;
  width: 100%;
  font-size: 1rem;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.wrapper {
  width: 100%;
  box-sizing: border-box;
  max-width: calc(1300px + max(4rem, 2vw) * 2);
  margin: 0 auto;
  padding-left: max(4rem, 2vw);
  padding-right: max(4rem, 2vw);
}
@media screen and (max-width: 900px) {
  .wrapper {
    padding-left: max(2rem, 2vw);
    padding-right: max(2rem, 2vw);
  }
}

.bg-2 {
  background: unset;
  background-color: #F4F2F0;
  overflow: hidden;
}

.bg-image {
  background-image: url(../images/header_img.jpg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 120% auto;
}
.bg-image .wrapper {
  transition: background-color 0.35s ease-out;
}
@media screen and (max-width: 1000px) {
  .bg-image .wrapper {
    background-color: rgba(7, 60, 78, 0.5);
    text-align: center;
  }
}
.bg-image .cta-call {
  margin-block: 6rem;
  color: #fff;
  border-color: #fff;
}
.bg-image .cta-call .ico {
  filter: brightness(0) saturate(0) invert(1);
}

.symbol {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 1rem;
  line-height: 1;
  color: #333;
}
.symbol span {
  display: block;
}

@media screen and (min-width: 768px) {
  .fade-section {
    opacity: 0;
    transform: translateY(100px);
  }
}

main {
  flex-grow: 1;
}
body:has(.header-start) main {
  background-image: url(../images/shape_triangle_2.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 46.8vw auto;
}
@media screen and (max-width: calc(1300px + max(4rem, 2vw) * 2)) {
  body:has(.header-start) main {
    background-position: 0 0;
    background-size: 60vw auto;
  }
}
@media screen and (max-width: 600px) {
  body:has(.header-start) main {
    background-size: calc(100vw - 16rem) auto;
  }
}

.lead {
  display: grid;
  grid-template-columns: 29.3% auto 1fr;
  grid-template-rows: auto;
  grid-template-areas: "photo desc actions";
  column-gap: 6vw;
  row-gap: 2rem;
  padding: 5rem 0 0;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .lead {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 4fr;
    grid-template-areas: "photo desc" "actions desc";
  }
}
@media screen and (max-width: 768px) {
  .lead {
    grid-template-rows: auto auto;
    grid-template-columns: 3fr auto;
    grid-template-areas: "photo actions" "desc desc";
  }
}
@media screen and (max-width: 480px) {
  .lead {
    padding-top: 2rem;
    grid-template-columns: auto;
    grid-template-areas: "photo" "desc";
  }
}
.lead .photo {
  grid-area: photo;
}
.lead .photo picture {
  display: contents;
}
.lead .photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 561/771;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .lead .photo {
    max-width: 60vw;
    max-height: 60vh;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .lead .photo {
    max-width: unset;
  }
}
.lead .desc {
  grid-area: desc;
}
.lead .desc h1 {
  font-size: clamp(3em, 5vw, 3.7em);
  font-weight: 600;
  line-height: 1.2;
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  color: #0A6988;
}
.lead .desc h1 .location {
  text-transform: uppercase;
  font-size: 0.32em;
  font-weight: 300;
  line-height: 1.4;
  font-family: "Poppins", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  letter-spacing: 0.2em;
  opacity: 0.5;
  margin-top: 2em;
}
.lead .desc p {
  font-size: clamp(1em, 5vw, 1.2em);
  font-weight: 300;
  line-height: 1.4;
  font-family: "Poppins", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}
.lead .desc p strong {
  font-weight: 600;
}
.lead .actions {
  grid-area: actions;
  max-width: 4.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: baseline;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .lead .actions {
    max-width: unset;
    width: 100%;
    max-height: 4.5rem;
    flex-direction: row;
  }
}
@media screen and (max-width: 480px) {
  .lead .actions {
    display: none;
  }
}
.lead .actions .line {
  width: 1px;
  background-color: #0A6988;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .lead .actions .line {
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
  }
}
.lead .actions .ico {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  border: 1px solid #0A6988;
  border-radius: 5em;
  aspect-ratio: 1/1;
  width: 100%;
  min-width: 65px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .lead .actions .ico {
    height: 100%;
    width: unset;
  }
}

.case-preview {
  width: 100%;
  aspect-ratio: 9/6;
  overflow: hidden;
  background-color: #F4F2F0;
  padding-top: 3.5rem;
  text-align: center;
  position: relative;
  container-type: inline-size;
}
.case-preview .triangle {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  aspect-ratio: 439.967/549.546;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/shape_triangle_1.svg);
  z-index: 1;
}
.case-preview .ico {
  background-image: url(../images/icon_zoom.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 2;
  width: 2em;
  height: auto;
}
@media screen and (max-width: 768px) {
  .case-preview .ico {
    display: none;
  }
}
.case-preview img {
  width: 100%;
  max-width: 60%;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
@container (width > 1000px) {}
.lightbox {
  /* Default to hidden */
  display: none;
  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* A bit of padding around image */
  padding: 1em;
  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}
.lightbox:target {
  display: block;
}
.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;
  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lightbox span img {
  max-height: 50vh;
}

.offer-list {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5em;
}
.offer-list:first-child {
  margin-top: 5rem;
}
.offer-list .offer-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 600px) {
  .offer-list .offer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .offer-list .offer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .offer-list .offer-grid .offer-box:nth-child(3n+1):last-child {
    grid-column-start: 2;
  }
}
.offer-list .offer-grid .box-cta:nth-child(3n+1) {
  display: none;
}
.offer-list .offer-grid:has(.box-cta:nth-child(3n+1)) .cta-call {
  display: block;
  grid-column: 2;
  margin-top: 3rem;
}
.offer-list .offer-grid .cta-call {
  display: none;
}
@media (min-width: 768px) {
  .offer-list .offer-grid .offer-box {
    opacity: 0;
    transform: translateY(12px);
    will-change: transform, opacity;
  }
}
.offer-list .offer-grid .offer-box a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.2rem 2rem 1.85rem;
  border: 2px solid #F4F2F0;
  background: #F4F2F0;
  text-decoration: none;
  color: #333;
  box-sizing: border-box;
  transition: background-color 0.3s ease, border-color 0.2s ease;
}
.offer-list .offer-grid .offer-box:not(.box-cta) a:hover {
  background: #fff;
  border-color: #0A6988;
}
.offer-list .offer-grid .offer-box:not(.box-cta) a:hover .ico-arrow {
  filter: none;
}
.offer-list .offer-grid .offer-box .box-title {
  margin: 0 0 0.65em;
  color: #0A6988;
  text-wrap: balance;
  word-break: break-word;
  font-size: clamp(1.5em, 5vw, 1.8em);
  font-weight: 700;
  line-height: 1.2;
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  color: #0A6988;
}
@media (max-width: 600px) {
  .offer-list .offer-grid .offer-box .box-title {
    font-size: 7vw;
  }
}
.offer-list .offer-grid .offer-box .box-text {
  font-size: clamp(0.8em, 5vw, 0.9em);
  font-weight: 300;
  line-height: 1.5;
  font-family: "Poppins", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}
.offer-list .offer-grid .offer-box .box-text p {
  margin: 0 0 0.5em;
}
.offer-list .offer-grid .offer-box .ico-arrow {
  margin-top: auto;
  align-self: flex-end;
  font-size: 1rem;
  filter: brightness(2) saturate(0);
  transition: filter 0.2s ease;
}
.offer-list .offer-grid .box-cta {
  font-size: 1.4rem;
  container-type: inline-size;
}
.offer-list .offer-grid .box-cta a {
  background: #fff;
  border: 2px solid #0A6988;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #0A6988;
}
.offer-list .offer-grid .box-cta .cta-label {
  font-size: clamp(0.7em, 3vw, 0.875em);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.75em;
}
.offer-list .offer-grid .box-cta .cta-phone {
  font-size: clamp(1.2em, 80%, 1.7em);
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
}
@supports (width: 1cqw) {
  .offer-list .offer-grid .box-cta .cta-phone {
    font-size: 9cqw;
  }
}
.offer-list .offer-grid .box-cta a:hover {
  background: #0A6988;
  color: #fff;
}
.offer-list .offer-grid .box-cta a:hover .cta-label,
.offer-list .offer-grid .box-cta a:hover .cta-phone {
  color: #fff;
}

.post-list {
  padding-top: 6rem;
  margin-bottom: 6rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.post-list .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  column-gap: max(2.2rem, 5vw);
  row-gap: 5rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .post-list .list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media (max-width: 600px) {
  .post-list .list {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}
@media (max-width: 480px) {
  .post-list .list {
    grid-template-columns: 1fr;
  }
}
.post-list .list .post-list-item {
  container-type: inline-size;
}
.post-list .list .post-list-item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  row-gap: 2rem;
}
.post-list .list .post-list-item .post-thumb {
  width: 100%;
  position: relative;
  font-size: 0;
}
.post-list .list .post-list-item .post-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 373/248;
  object-fit: cover;
}
.post-list .list .post-list-item .post-thumb .triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1rem;
  width: auto;
  height: 35%;
  aspect-ratio: 439.967/549.546;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/shape_triangle_1.svg);
  z-index: 1;
}
.post-list .list .post-list-item .post-thumb .triangle::after {
  content: "";
  aspect-ratio: 20.75/11.046;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjAuNzVweCIgaGVpZ2h0PSIxMS4wNDZweCIgdmlld0JveD0iMCAwIDIwLjc1IDExLjA0NiI+CjxwYXRoIGZpbGw9IiMwQTY5ODgiIGQ9Ik0yMC41Myw2LjA1M2MwLjI5My0wLjI5MywwLjI5My0wLjc2OCwwLTEuMDYxTDE1Ljc1OCwwLjIyYy0wLjI5My0wLjI5My0wLjc2OC0wLjI5My0xLjA2MSwwCglzLTAuMjkzLDAuNzY4LDAsMS4wNjFsNC4yNDIsNC4yNDNsLTQuMjQyLDQuMjQzYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxczAuNzY4LDAuMjkzLDEuMDYxLDBMMjAuNTMsNi4wNTN6IE0wLDUuNTIzdjAuNzUKCWgyMHYtMC43NXYtMC43NUgwVjUuNTIzeiIvPgo8cGF0aCBmaWxsPSIjQUZBRkFGIiBkPSJNMjAuNTMsNC45OTNMMTUuNzU4LDAuMjJjLTAuMjkzLTAuMjkzLTAuNzY4LTAuMjkzLTEuMDYxLDBzLTAuMjkzLDAuNzY4LDAsMS4wNjFsMy40OTIsMy40OTNIMHYwLjc1djAuNzUKCWgxOC4xODlsLTMuNDkyLDMuNDkzYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxczAuNzY4LDAuMjkzLDEuMDYxLDBsNC43NzItNC43NzNDMjAuODIzLDUuNzYsMjAuODIzLDUuMjg2LDIwLjUzLDQuOTkzeiIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  display: block;
  width: 1em;
  height: auto;
  position: absolute;
  right: 1em;
  bottom: 1em;
  filter: brightness(10);
  opacity: 0.5;
}
.post-list .list .post-list-item .post-title {
  margin-block: 0;
  font-size: clamp(1.3em, 3vw, 1.7em);
  font-weight: 600;
  line-height: 1.25;
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  color: #0A6988;
}
@supports (width: 1cqw) {
  .post-list .list .post-list-item .post-title {
    font-size: clamp(1.3em, 8.25cqw, 1.7em);
  }
}
.post-list .list .post-list-item .post-text {
  font-size: clamp(0.8em, 5vw, 0.9em);
  font-weight: 300;
  line-height: 1.5;
  font-family: "Poppins", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  margin: 0;
}
.post-list .options {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.post-list.preview {
  padding-top: 5rem;
  border-top: 1px solid #B7B7B7;
  position: relative;
}
.post-list.preview h2 {
  margin: 0;
  position: absolute;
  top: -0.5em;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: inherit;
  font-size: clamp(1em, 5vw, 1.2em);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #999;
  background-color: #fff;
  padding-inline: 1.5em;
  text-align: center;
  white-space: nowrap;
}
.post-list.preview:first-child {
  padding-top: 5rem;
  border-top: none;
}
.post-list.preview:first-child h2 {
  display: none;
}
.post-list.preview .list .post-list-item:last-child {
  display: none;
}
@media (max-width: 1075px) {
  .post-list.preview .list .post-list-item:last-child {
    display: unset;
  }
}

.case-list {
  margin-bottom: max(4rem, 2vw);
  padding-top: max(4rem, 2vw);
}
.case-list .case-card {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #B7B7B7;
}
.case-list .case-card:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.case-list .case-card .symbol {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 8rem;
  line-height: 1;
  color: #0A6988;
  flex-shrink: 0;
  width: 10%;
  width: min-content;
  text-align: left;
}
.case-list .case-card .symbol span {
  display: block;
}
.case-list .case-card .content {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 4rem;
}
.case-list .case-card .content .title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  width: 40%;
  text-wrap: balance;
  font-size: clamp(1.3em, 2vw, 1.7em);
  font-weight: 400;
  line-height: 1.3;
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  color: #333;
}
@media (max-width: 768px) {
  .case-list .case-card .content .title {
    font-weight: 600;
    color: #0A6988;
  }
}
.case-list .case-card .content .title a {
  text-decoration: none;
  font-family: inherit;
  color: inherit;
}
.case-list .case-card .content .title a:visited {
  color: inherit;
}
.case-list .case-card .content .title a:hover {
  color: #0A6988;
}
.case-list .case-card .content .text {
  flex: 1;
}
.case-list .case-card .content .text p {
  font-size: clamp(0.85em, 3vw, 1em);
  font-weight: 300;
  line-height: 1.6;
  font-family: "Poppins", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  margin-bottom: 1.5em;
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  .case-list .case-card .content {
    flex-direction: column;
    justify-content: flex-start;
    gap: 2rem;
  }
  .case-list .case-card .content > .title,
  .case-list .case-card .content > .text {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .case-list .case-card {
    flex-direction: column;
    gap: 2rem;
  }
  .case-list .case-card .symbol {
    width: 100%;
    text-align: center;
    font-size: 6rem;
    line-height: 1.5;
    display: none;
  }
}

.cta-1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #F4F2F0;
  font-size: 1rem;
  text-align: center;
  position: relative;
  z-index: -1;
}
.cta-1 h2 {
  font-size: clamp(2.25em, 3vw, 3em);
  font-weight: 700;
  line-height: 1.25;
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  color: #0A6988;
  margin-block: 0 1em;
  text-wrap: balance;
}
.cta-1 .btn-outline {
  font-size: clamp(1em, 3vw, 1.25rem);
  text-wrap: balance;
  font-weight: 600;
}
.cta-1 .case-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2rem;
  row-gap: 1rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.info-404 {
  padding-top: max(4rem, 2vw);
  padding-bottom: max(4rem, 2vw);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
  max-width: 70%;
  font-size: clamp(0.7rem, 1.1vw, 1rem);
}
@media (max-width: 900px) {
  .info-404 {
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .info-404 {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }
}
.info-404 h1 {
  font-size: 12em;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Poppins", Tahoma, Geneva, Verdana, sans-serif;
  color: #fff;
}
@media (max-width: 768px) {
  .info-404 h1 {
    font-size: min(12em, 32vw);
  }
}
.info-404 p {
  font-size: 1.6em;
  font-weight: 200;
  line-height: 1.6;
  font-family: "Poppins", Tahoma, Geneva, Verdana, sans-serif;
  color: #fff;
}

.contact {
  padding-top: max(4rem, 2vw);
  padding-bottom: max(4rem, 2vw);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 900px) {
  .contact {
    flex-direction: column;
    gap: 4rem;
  }
}
.contact .info {
  display: flex;
  flex-direction: column;
  row-gap: 3em;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .contact .info {
    row-gap: 2em;
  }
}
.contact .info .title {
  font-size: clamp(0.75em, 3vw, 1em);
}
.contact .info .title h1 {
  margin-top: 0;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.1;
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  color: #fff;
  margin-bottom: 0.5em;
}
.contact .info .title p {
  font-size: 1em;
  font-weight: 200;
  line-height: 1.4;
  font-family: "Poppins", Tahoma, Geneva, Verdana, sans-serif;
  color: #fff;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  opacity: 0.5;
}
.contact .info .data {
  font-size: 1rem;
}
.contact .info .data p {
  margin: 0 0 0;
  font-size: clamp(1em, 5vw, 1.35em);
  font-weight: 200;
  line-height: 1.5;
  font-family: "Poppins", Tahoma, Geneva, Verdana, sans-serif;
  color: #fff;
}
.contact .info .data p a:hover {
  color: #32B8E5;
}
.contact .info .data p.phone {
  font-weight: 300;
}
.contact .info .data p.phone a {
  white-space: nowrap;
}
.contact .info .data p.email {
  font-weight: 300;
  margin-bottom: 1em;
}
.contact .info .data p.email a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}
.contact .info .data p.address {
  font-size: 1em;
}
.contact .info .data p a {
  color: #fff;
  text-decoration: none;
}
.contact .map {
  aspect-ratio: 600/530;
  flex: 1;
  max-width: 600px;
}
@media screen and (max-width: 900px) {
  .contact .map {
    max-width: unset;
    width: 100%;
    aspect-ratio: 3/2;
  }
}
.contact .map iframe {
  width: 100%;
  height: 100%;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.5rem, 2vw, 1rem);
  margin: 3rem 0;
}
.pagination .nav-links {
  display: flex;
  flex-direction: row;
  column-gap: 1em;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.5rem, 6vw, 3rem);
  height: clamp(2.5rem, 6vw, 3rem);
  border-color: #0A6988;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
.pagination .page-numbers:visited {
  color: #0A6988;
}
.pagination .page-numbers:not(.prev, .next, .current):hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgb(10, 105, 136);
  -moz-box-shadow: inset 0px 0px 0px 1px rgb(10, 105, 136);
  box-shadow: inset 0px 0px 0px 1px rgb(10, 105, 136);
}
.pagination .page-numbers.current {
  background-color: #0A6988;
  color: #fff;
  pointer-events: none;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  border: none;
  border-radius: 0;
  width: clamp(2.5rem, 6vw, 3rem);
  height: clamp(2.5rem, 6vw, 3rem);
  background-image: url(../images/arrow.svg);
  background-size: 50% auto;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
}
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover {
  transform: translateX(0.5em);
}
.pagination .page-numbers.prev {
  transform: rotate(180deg);
}
.pagination .page-numbers.prev:hover {
  transform: rotate(180deg) translateX(0.5em);
}
.pagination .dots {
  pointer-events: none;
}

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