/*!
Theme Name: Green
Author: DevOcean
Author URI: https://devocean.gr/
Description: This is a starter theme for DevOcean Projects
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: publisher
*/
/**
* Color Palette 
* @type {Map}
* @property {Map} light - The light theme color palette
* @property {Map} dark - The dark theme color palette
* @note To add a new theme, add a new map with the theme name as the key
* and the color palette as the value.
*/
/**
* Generate color variables for each theme mode
*/
@font-face {
  font-family: "Commissioner";
  src: url("/wp-content/themes/green-theme/assets/fonts/Commissioner-Thin.eot");
  src: url("/wp-content/themes/green-theme/assets/fonts/Commissioner-Thin.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/green-theme/assets/fonts/Commissioner-Thin.woff") format("woff"), url("/wp-content/themes/green-theme/assets/fonts/Commissioner-Thin.woff2") format("woff2"), url("/wp-content/themes/green-theme/assets/fonts/Commissioner-Thin.ttf") format("truetype"), url("/wp-content/themes/green-theme/assets/fonts/Commissioner-Thin.svg#Commissioner-Thin") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Commissioner";
  src: url("/wp-content/themes/green-theme/assets/fonts/Commissioner-Regular.eot");
  src: url("/wp-content/themes/green-theme/assets/fonts/Commissioner-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/green-theme/assets/fonts/Commissioner-Regular.woff") format("woff"), url("/wp-content/themes/green-theme/assets/fonts/Commissioner-Regular.woff2") format("woff2"), url("/wp-content/themes/green-theme/assets/fonts/Commissioner-Regular.ttf") format("truetype"), url("/wp-content/themes/green-theme/assets/fonts/Commissioner-Regular.svg#Commissioner-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Commissioner";
  src: url("/wp-content/themes/green-theme/assets/fonts/Commissioner-Medium.eot");
  src: url("/wp-content/themes/green-theme/assets/fonts/Commissioner-Medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/green-theme/assets/fonts/Commissioner-Medium.woff") format("woff"), url("/wp-content/themes/green-theme/assets/fonts/Commissioner-Medium.woff2") format("woff2"), url("/wp-content/themes/green-theme/assets/fonts/Commissioner-Medium.ttf") format("truetype"), url("/wp-content/themes/green-theme/assets/fonts/Commissioner-Medium.svg#Commissioner-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Commissioner";
  src: url("/wp-content/themes/green-theme/assets/fonts/Commissioner-Bold.eot");
  src: url("/wp-content/themes/green-theme/assets/fonts/Commissioner-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/green-theme/assets/fonts/Commissioner-Bold.woff") format("woff"), url("/wp-content/themes/green-theme/assets/fonts/Commissioner-Bold.woff2") format("woff2"), url("/wp-content/themes/green-theme/assets/fonts/Commissioner-Bold.ttf") format("truetype"), url("/wp-content/themes/green-theme/assets/fonts/Commissioner-Bold.svg#Commissioner-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Play";
  src: url("/wp-content/themes/green-theme/assets/fonts/Play-Regular.eot");
  src: url("/wp-content/themes/green-theme/assets/fonts/Play-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/green-theme/assets/fonts/Play-Regular.woff") format("woff"), url("/wp-content/themes/green-theme/assets/fonts/Play-Regular.woff2") format("woff2"), url("/wp-content/themes/green-theme/assets/fonts/Play-Regular.ttf") format("truetype"), url("/wp-content/themes/green-theme/assets/fonts/Play-Regular.svg#Play-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Play";
  src: url("/wp-content/themes/green-theme/assets/fonts/Play-Bold.eot");
  src: url("/wp-content/themes/green-theme/assets/fonts/Play-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/green-theme/assets/fonts/Play-Bold.woff") format("woff"), url("/wp-content/themes/green-theme/assets/fonts/Play-Bold.woff2") format("woff2"), url("/wp-content/themes/green-theme/assets/fonts/Play-Bold.ttf") format("truetype"), url("/wp-content/themes/green-theme/assets/fonts/Play-Bold.svg#Play-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
/**
    * Get the font size from the font size map
    * @param {string} $element - Element name
    * @param {string} $device - Device name
    * @return {string} - Font size
    */
:root {
  --neutral-color: #242424;
  --primary-color: #ffffff;
  --accent-color: #105157;
  --text-color: #1f1f1f;
  --accent-light-color: #eaf0ff;
  --neutral-light-color: #f2f2f2;
}

:root {
  --neutral-color: #242424;
  --primary-color: #ffffff;
  --accent-color: #105157;
  --text-color: #1f1f1f;
  --accent-light-color: #eaf0ff;
  --neutral-light-color: #f2f2f2;
}

.heading {
  letter-spacing: -2px;
  font-weight: 600;
}
.heading {
  font-size: 3.75rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .heading {
    font-size: 3.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .heading {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .heading {
    font-size: 2.25rem;
  }
}
.heading {
  line-height: 4.5rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .heading {
    line-height: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .heading {
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .heading {
    line-height: 3rem;
  }
}
.heading.white {
  color: var(--primary-color);
}
.heading.small {
  font-size: 3rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .heading.small {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .heading.small {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .heading.small {
    font-size: 1.5rem;
  }
}
.heading.small {
  line-height: 4.5rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .heading.small {
    line-height: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .heading.small {
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .heading.small {
    line-height: 3rem;
  }
}
.heading.x-small {
  font-size: 2rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .heading.x-small {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .heading.x-small {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .heading.x-small {
    font-size: 1.25rem;
  }
}
.heading.x-small {
  line-height: 3rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .heading.x-small {
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .heading.x-small {
    line-height: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .heading.x-small {
    line-height: 1.5rem;
  }
}

.subtitle {
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 22px;
}
.subtitle {
  font-size: 1.25rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .subtitle {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .subtitle {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .subtitle {
    font-size: 1rem;
  }
}
.subtitle {
  line-height: 1.8125rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .subtitle {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .subtitle {
    line-height: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .subtitle {
    line-height: 1.4rem;
  }
}
.subtitle.white {
  color: var(--primary-color);
}

.tight {
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 300;
}
.tight.white {
  color: var(--primary-color);
}
.tight {
  font-size: 1.25rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .tight {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .tight {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .tight {
    font-size: 1rem;
  }
}

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

article,
aside,
footer,
header,
nav,
section,
main,
figure,
figcaption,
details,
summary,
blockquote,
dl,
dd,
dt,
menu,
menuitem,
picture,
canvas {
  display: block;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
figure,
dl,
dd,
ul,
ol,
li,
table,
fieldset,
legend,
textarea,
input,
button {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: normal;
}

p:empty {
  display: none;
}

ul,
ol {
  list-style: none;
}

img,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

img {
  border-style: none;
}

input,
textarea,
select,
button {
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

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

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  overflow: visible;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

:focus:not(:focus-visible) {
  outline: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
}

svg,
img,
video,
canvas,
audio,
iframe,
embed,
object {
  vertical-align: middle;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

[hidden] {
  display: none;
}

[disabled] {
  pointer-events: none;
}

button[disabled],
input[disabled] {
  cursor: default;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

progress {
  vertical-align: baseline;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

small {
  font-size: 80%;
}

strong {
  font-weight: bold;
}

meter {
  vertical-align: baseline;
}

mark {
  background-color: transparent;
  color: inherit;
}

summary {
  display: list-item;
  cursor: pointer;
}

details {
  display: block;
}

template {
  display: none;
}

textarea {
  resize: vertical;
}

legend {
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

b,
strong {
  font-weight: bold;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

u,
ins {
  text-decoration: none;
}

s,
del {
  text-decoration: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

figure {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

ruby {
  display: inline-block;
}

rb,
rt,
rtc,
rp {
  display: none;
}

[hidden] {
  display: none !important;
}

picture {
  display: block;
}

[contenteditable]:focus {
  outline: auto;
}

:host {
  display: block;
}

slot {
  display: contents;
}

html,
body {
  height: 100%;
  margin: 0;
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
html *,
body * {
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media only screen and (max-width: 1279px) {
  main {
    overflow: initial;
  }
}

section {
  margin-bottom: clamp(50px, 8.3333333333vw, 160px);
}

.container-main {
  max-width: 1920px;
  padding: 0 clamp(20px, 5vw, 110px);
}

.cta {
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  color: var(--accent-color);
  display: flex;
  gap: 4px;
  justify-content: center;
}
.cta {
  font-size: 1.25rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .cta {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .cta {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cta {
    font-size: 1rem;
  }
}
.cta.white {
  color: var(--primary-color);
  display: block;
}
.cta:hover {
  text-decoration: underline;
}

blockquote {
  max-width: 1405px;
  margin: 0 auto;
  margin-bottom: 150px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  blockquote {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  blockquote {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  blockquote {
    margin-bottom: 50px;
  }
}
blockquote p {
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  letter-spacing: -2px;
  text-align: center;
  color: rgb(0, 0, 0);
  font-size: clamp(24px, 3vw, 48px);
}

.wpcf7-not-valid-tip {
  color: #ffffff;
  font-style: italic;
}
.wpcf7-not-valid-tip {
  font-size: 1rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .wpcf7-not-valid-tip {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .wpcf7-not-valid-tip {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .wpcf7-not-valid-tip {
    font-size: 0.7rem;
  }
}

.button {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  flex-shrink: 0;
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 400;
  color: var(--text-color);
  text-decoration: none;
  padding: clamp(8px, 1vw, 16px) clamp(16px, 2vw, 32px);
  border: 1px solid var(--accent-color);
  border-radius: 18px;
  transition: all 0.3s ease;
  display: flex;
}
.button svg {
  margin-left: 10px;
  transition: all 0.3s ease;
  height: clamp(20px, 2vw, 30px);
}
.button:hover {
  background-color: var(--accent-color);
  color: var(--primary-color);
}
.button:hover svg,
.button:hover g,
.button:hover path {
  fill: var(--primary-color);
}
.button:hover svg {
  transform: rotate(45deg);
}
.button.black {
  background-color: var(--primary-color);
  color: var(--neutral-color);
  border: 1px solid var(--text-color);
}
.button.black:hover {
  background-color: var(--neutral-color);
  color: var(--primary-color);
}
.button.white {
  background-color: var(--primary-color);
  color: var(--neutral-color);
  border: none;
}
.button.white:hover {
  background-color: var(--accent-color);
  color: var(--primary-color);
}
.button.wide {
  width: 100%;
  padding: clamp(50px, 4.4270833333vw, 85px) clamp(50px, 4.1666666667vw, 80px);
  background-color: var(--accent-color);
  border-radius: 0;
  justify-content: space-between;
}
.button.wide svg {
  aspect-ratio: 46/36;
  width: clamp(40px, 3vw, 56px);
  z-index: 2;
  height: auto;
  fill: var(--primary-color);
}
.button.wide svg g,
.button.wide svg path {
  fill: var(--primary-color);
}

input,
textarea {
  background-color: rgba(24, 24, 25, 0.2509803922);
  height: 58px;
  border-radius: 18px;
  color: var(--primary-color);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  padding: 0 22px;
  width: 100%;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--primary-color);
}
input::placeholder,
textarea::placeholder {
  color: var(--primary-color);
}

textarea {
  min-height: 100px;
  padding: 20px 22px;
}

input.wpcf7-submit {
  margin-top: 10px;
  background-color: var(--primary-color);
  color: var(--accent-color);
  border-radius: 18px;
  padding: 20px 55px;
  height: 58px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 65px;
}
input.wpcf7-submit {
  font-size: 1rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  input.wpcf7-submit {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  input.wpcf7-submit {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  input.wpcf7-submit {
    font-size: 0.7rem;
  }
}
input.wpcf7-submit:hover {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: var(--primary-color);
}

.block--image-text .container-main {
  display: flex;
  gap: 10.1041666667vw;
}
@media only screen and (max-width: 1279px) {
  .block--image-text .container-main {
    flex-direction: column;
  }
}
.block--image-text .container-main .image-text-image {
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1279px) {
  .block--image-text .container-main .image-text-image {
    max-width: 500px;
    margin: 0 auto;
  }
}
.block--image-text .container-main .image-text-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.block--image-text .container-main .image-text-content {
  height: -moz-fit-content;
  height: fit-content;
  align-self: center;
  flex: 1;
}
.block--image-text .container-main .image-text-content .image-text-title p {
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  color: var(--accent-color);
  margin-bottom: clamp(5px, 0.5vw, 8px);
}
.block--image-text .container-main .image-text-content .image-text-title h2 {
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(30px, 3vw, 48px);
  color: var(--neutral-color);
  margin-bottom: clamp(10px, 1vw, 20px);
  font-weight: 700;
  max-width: 568px;
}
.block--image-text .container-main .image-text-content .image-text-text p {
  max-width: 705px;
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 300;
  color: var(--text-color);
  margin-bottom: clamp(20px, 2vw, 30px);
}
.block--image-text.reverse .container-main {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1279px) {
  .block--image-text.reverse .container-main {
    flex-direction: column-reverse;
  }
}
.block--image-text.reverse .image-text-image {
  border-radius: 25px;
  overflow: hidden;
}

.block--hero {
  margin-top: 50px;
}
@media only screen and (max-width: 1279px) {
  .block--hero {
    margin-top: 0;
  }
}
.block--hero .container-main {
  width: 100%;
}
@media only screen and (max-width: 1279px) {
  .block--hero .container-main {
    padding: 0;
  }
}
.block--hero .container-main .hero-content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  aspect-ratio: 1700/915;
}
@media only screen and (max-width: 1279px) {
  .block--hero .container-main .hero-content {
    justify-content: flex-start;
    aspect-ratio: unset;
    margin-top: var(--hh);
  }
}
.block--hero .container-main .hero-content .hero-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block--hero .container-main .hero-content .hero-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .block--hero .container-main .hero-content .hero-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.block--hero .container-main .hero-content .hero-image .mobile-image {
  display: none;
}
@media only screen and (max-width: 767px) {
  .block--hero .container-main .hero-content .hero-image .desktop-image {
    display: none;
  }
  .block--hero .container-main .hero-content .hero-image .mobile-image {
    display: block;
  }
}
@media only screen and (max-width: 1279px) {
  .block--hero .container-main .hero-content .hero-image {
    min-height: 430px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .block--hero .container-main .hero-content .hero-image {
    height: 50vh;
  }
}
.block--hero .container-main .hero-content .hero-title {
  margin-bottom: clamp(30px, 3.5vw, 100px);
  padding-left: clamp(20px, 5vw, 110px);
}
@media only screen and (max-width: 1279px) {
  .block--hero .container-main .hero-content .hero-title {
    position: absolute;
    top: 130px;
    padding-right: clamp(20px, 5vw, 110px);
  }
}
.block--hero .container-main .hero-content .hero-title h1 {
  font-size: clamp(40px, 4vw, 84px);
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: var(--primary-color);
  width: clamp(400px, 50vw, 1000px);
  font-weight: 700;
}
@media only screen and (max-width: 1279px) {
  .block--hero .container-main .hero-content .hero-title h1 {
    width: 100%;
  }
}
.block--hero .container-main .hero-content .hero-text {
  margin-left: clamp(20px, 5.3vw, 128px);
  gap: 30px;
  display: flex;
  justify-content: space-between;
  width: clamp(600px, 57.2916666667vw, 1100px);
  padding: 0 clamp(20px, 3vw, 60px);
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .block--hero .container-main .hero-content .hero-text {
    width: clamp(695px, 54.296875vw, 840px);
  }
}
@media only screen and (max-width: 1279px) {
  .block--hero .container-main .hero-content .hero-text {
    width: 100%;
    flex-direction: column;
    margin-left: 0;
    margin-top: clamp(20px, 2vw, 50px);
  }
}
.block--hero .container-main .hero-content .hero-text p {
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 300;
}

.block--quick-links .container {
  background-color: var(--neutral-color);
  padding-top: clamp(30px, 5.2083333333vw, 100px);
  display: flex;
  flex-direction: column;
}
.block--quick-links .container .first-row {
  display: flex;
  padding: 0 clamp(30px, 5.2083333333vw, 100px);
  gap: clamp(50px, 7.8125vw, 150px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1279px) {
  .block--quick-links .container .first-row {
    flex-direction: column;
  }
}
.block--quick-links .container .first-row h2 {
  flex: 0.85;
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(30px, 3vw, 48px);
  color: var(--primary-color);
  padding-bottom: clamp(30px, 5.2083333333vw, 100px);
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .block--quick-links .container .first-row h2 {
    padding-bottom: 0;
  }
}
.block--quick-links .container .first-row h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: calc(clamp(50px, 7.8125vw, 150px) / -2);
  width: 1px;
  height: calc(100% + clamp(30px, 5.2083333333vw, 100px));
  background-color: var(--primary-color);
  opacity: 0.3;
}
@media only screen and (max-width: 1279px) {
  .block--quick-links .container .first-row h2::after {
    height: 1px;
    width: 100%;
    bottom: calc(clamp(50px, 7.8125vw, 150px) / -2);
    right: unset;
    left: 0;
  }
}
.block--quick-links .container .first-row p {
  align-self: center;
  flex: 1.15;
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 300;
  color: var(--primary-color);
  padding-bottom: clamp(30px, 5.2083333333vw, 100px);
}
.block--quick-links .container .quick-links .quick-links-item .quick-links-item-image {
  display: none;
}
.block--quick-links .container .quick-links .quick-links-item .quick-links-item-content {
  display: flex;
  justify-content: space-between;
  gap: clamp(20px, 5.2083333333vw, 100px);
  padding: clamp(20px, 1.5625vw, 30px) clamp(30px, 5.2083333333vw, 100px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease;
}
.block--quick-links .container .quick-links .quick-links-item .quick-links-item-content h3 {
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(24px, 2.5vw, 36px);
  color: var(--primary-color);
  font-weight: 700;
  transition: all 0.3s ease;
}
.block--quick-links .container .quick-links .quick-links-item .quick-links-item-content p {
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 300;
  color: var(--primary-color);
}
.block--quick-links .container .quick-links .quick-links-item .quick-links-item-content svg {
  height: clamp(20px, 2vw, 30px);
  fill: var(--primary-color);
}
.block--quick-links .container .quick-links .quick-links-item .quick-links-item-content svg,
.block--quick-links .container .quick-links .quick-links-item .quick-links-item-content g,
.block--quick-links .container .quick-links .quick-links-item .quick-links-item-content path {
  transition: all 0.3s ease;
}
.block--quick-links .container .quick-links .quick-links-item:hover .quick-links-item-content {
  background-color: var(--primary-color);
}
.block--quick-links .container .quick-links .quick-links-item:hover .quick-links-item-content h3 {
  color: var(--accent-color);
}
.block--quick-links .container .quick-links .quick-links-item:hover .quick-links-item-content svg,
.block--quick-links .container .quick-links .quick-links-item:hover .quick-links-item-content g,
.block--quick-links .container .quick-links .quick-links-item:hover .quick-links-item-content path {
  fill: var(--accent-color);
}
.block--quick-links .container .quick-links .quick-links-item:hover .quick-links-item-content svg {
  transform: rotate(45deg);
}

.block--faqs .container {
  max-width: 1226px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(20px, 3vw, 50px);
}
.block--faqs .container h2 {
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(30px, 3vw, 48px);
  color: var(--neutral-color);
  padding-bottom: clamp(30px, 5.2083333333vw, 100px);
  font-weight: 700;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.block--faqs .container .faqs {
  display: flex;
  flex-direction: column;
  gap: 66px;
  margin-bottom: clamp(30px, 2.6041666667vw, 50px);
}
@media only screen and (max-width: 1279px) {
  .block--faqs .container .faqs {
    gap: 30px;
  }
}
.block--faqs .container .faqs .faqs-item {
  cursor: pointer;
  position: relative;
}
.block--faqs .container .faqs .faqs-item:hover .faq-question h3::after {
  width: 100%;
}
.block--faqs .container .faqs .faqs-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.3s;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1279px) {
  .block--faqs .container .faqs .faqs-item .faq-question {
    margin-bottom: 10px;
  }
}
.block--faqs .container .faqs .faqs-item .faq-question h3 {
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 300;
  color: var(--neutral-color);
  position: relative;
}
.block--faqs .container .faqs .faqs-item .faq-question h3::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--neutral-color);
  opacity: 0.8;
  display: block;
  transition: width 0.5s;
  bottom: 0;
  position: absolute;
  width: 0;
}
.block--faqs .container .faqs .faqs-item .faq-question svg {
  transition: transform 0.3s;
  height: clamp(20px, 2vw, 40px);
}
.block--faqs .container .faqs .faqs-item .faq-question.open svg {
  transform: rotate(-90deg);
}
.block--faqs .container .faqs .faqs-item .faq-answer {
  display: none;
}
.block--faqs .container .faqs .faqs-item .faq-answer p {
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(13px, 1.3vw, 20px);
  font-weight: 300;
  color: var(--neutral-color);
  opacity: 0.8;
}
.block--faqs .container .faqs .faqs-item::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--neutral-color);
  opacity: 0.3;
  bottom: -33px;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 1279px) {
  .block--faqs .container .faqs .faqs-item::after {
    bottom: -15px;
  }
}
.block--faqs .container .faqs .faqs-item:last-child::after {
  display: none;
}
.block--faqs .container .button.black {
  margin: 0 auto;
}

.block--projects {
  margin: 0 auto;
  margin-bottom: 160px;
  overflow: hidden;
}
.block--projects .container h2 {
  max-width: 1920px;
  padding: 0 clamp(20px, 5vw, 110px);
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(30px, 3vw, 48px);
  color: var(--neutral-color);
  padding-bottom: clamp(30px, 5.2083333333vw, 100px);
  font-weight: 700;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.block--projects .container .projects-slider {
  visibility: hidden;
}
.block--projects .container .projects-slider.slick-initialized {
  visibility: visible;
}
.block--projects .container .projects-slider .slick-track {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 600px;
}
@media only screen and (max-width: 1279px) {
  .block--projects .container .projects-slider .slick-track {
    height: 400px;
  }
}
.block--projects .container .projects-slider .slick-slide .project-content {
  position: absolute;
  bottom: 0;
  right: 0;
  right: 0;
  padding: 2rem;
  z-index: 2;
  width: 100%;
}
.block--projects .container .projects-slider .slick-slide .project-content h3 {
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(24px, 2.5vw, 36px);
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: clamp(15px, 1.5vw, 30px);
}
.block--projects .container .projects-slider .slick-slide .project-content .button {
  width: 100%;
  justify-content: center;
}
.block--projects .container .projects-slider .slick-slide .project-content .location {
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(12px, 1.5vw, 18px);
  color: var(--primary-color);
  margin-bottom: clamp(10px, 1vw, 20px);
}
.block--projects .container .projects-slider .slick-slide.slick-current .project-content {
  max-width: 50%;
}
.block--projects .container .projects-slider .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}
.block--projects .container .projects-slider .slick-dots li {
  margin: 0;
  padding: 0;
}
.block--projects .container .projects-slider .slick-dots li.slick-active button {
  background-color: #105157;
  transform: scale(1.2);
}
.block--projects .container .projects-slider .slick-dots li button {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid #105157;
  border-radius: 50%;
  background-color: #ffffff;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.block--projects .container .projects-slider .slick-dots li button:hover, .block--projects .container .projects-slider .slick-dots li button:focus {
  outline: none;
}
.block--projects .container .projects-slider .slick-dots li button::before {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: attr(aria-label);
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .block--projects .container .projects-slider .slick-dots {
    gap: 8px;
  }
  .block--projects .container .projects-slider .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .block--projects .container .projects-slider .slick-dots {
    gap: 8px;
    padding: 8px 0;
  }
  .block--projects .container .projects-slider .slick-dots li button {
    width: 14px;
    height: 14px;
    border-width: 2px;
  }
  .block--projects .container .projects-slider .slick-dots li button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    background: transparent;
  }
}
.block--projects .container .project {
  position: relative;
  height: 600px;
  overflow: hidden;
  width: 400px;
  margin: 0 15px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: center center;
}
.block--projects .container .project.slick-current {
  width: 40vw;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.block--projects .container .project.slick-current .shape-1 {
  opacity: 1;
  transform: translateY(0);
}
.block--projects .container .project:not(.slick-current) {
  transform: scale(0.9);
  opacity: 0.7;
}
.block--projects .container .project:not(.slick-current) .shape-1 {
  opacity: 0;
  transform: translateY(100%);
}
.block--projects .container .project-image {
  height: 100%;
  width: 100%;
  position: relative;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.block--projects .container .project-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  left: 0;
  top: 0;
}
.block--projects .container .project-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 30px;
}
.block--projects .container .project-image .shape-1 {
  position: absolute;
  background-color: #fff;
  border-radius: 0 30px 0 0;
  width: 50%;
  height: 40%;
  bottom: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  transform: translateY(100%);
  z-index: 1;
}
.block--projects .container .project-image .shape-2 {
  position: absolute;
  background-color: #fff;
  border-radius: 0 30px 30px 0;
  width: 50%;
  height: 40%;
  top: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.block--projects .container .project-content {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 1024px) {
  .block--projects .container .project {
    width: 350px;
  }
  .block--projects .container .project.slick-current {
    width: 600px;
  }
}
@media (max-width: 768px) {
  .block--projects .container .project {
    width: 300px;
  }
  .block--projects .container .project.slick-current {
    width: 300px;
  }
  .block--projects .container .project:not(.slick-current) {
    transform: scale(0.95);
  }
}

.block--pre-footer {
  margin-left: auto;
  margin-right: auto;
}
.block--pre-footer .container-main {
  display: flex;
  gap: clamp(50px, 7.8125vw, 150px);
  align-items: center;
  padding-right: 0;
}
@media only screen and (max-width: 1279px) {
  .block--pre-footer .container-main {
    flex-direction: column;
    gap: 30px;
    padding: 0;
  }
}
.block--pre-footer .container-main h2 {
  flex: 0.9;
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(30px, 3vw, 48px);
  color: var(--neutral-color);
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .block--pre-footer .container-main h2 {
    padding: 0 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .block--pre-footer .container-main h2 {
    text-align: center;
    padding: 0 20px;
  }
}
.block--pre-footer .container-main a {
  flex: 1.1;
  position: relative;
}
.block--pre-footer .container-main a img {
  position: absolute;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  right: 0;
  z-index: 0;
}
.block--pre-footer .container-main a p {
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(30px, 3vw, 48px);
  color: var(--primary-color);
  font-weight: 700;
  z-index: 1;
}

section.block--hero-2 .container-main .hero-content .hero-title h2 {
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(30px, 3vw, 48px);
  line-height: clamp(36px, 3.5vw, 60px);
  color: var(--neutral-color);
  font-weight: 700;
  margin-bottom: clamp(10px, 1vw, 15px);
  width: 100%;
  margin-bottom: clamp(25px, 4vw, 50px);
  max-width: 1000px;
}
.archive-boats-filters .container {
  height: 70px;
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 110px;
  margin-top: 90px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .archive-boats-filters .container {
    padding: 0 60px;
    margin-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .archive-boats-filters .container {
    padding: 0 40px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .archive-boats-filters .container {
    padding: 0 25px;
    margin-top: 30px;
  }
}
.archive-boats-filters .container .custom-select {
  position: relative;
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 300;
  height: 70px;
  background-color: var(--neutral-light-color);
  text-transform: uppercase;
}
.archive-boats-filters .container .custom-select {
  font-size: 1.25rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .archive-boats-filters .container .custom-select {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .archive-boats-filters .container .custom-select {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .archive-boats-filters .container .custom-select {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .archive-boats-filters .container .custom-select {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .archive-boats-filters .container .custom-select {
    font-size: 13px;
  }
}
.archive-boats-filters .container .custom-select .custom-select__selected {
  background-color: var(--neutral-light-color);
  height: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .archive-boats-filters .container .custom-select .custom-select__selected {
    padding: 7px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .archive-boats-filters .container .custom-select .custom-select__selected {
    padding: 5px 5px;
  }
}
.archive-boats-filters .container .custom-select .custom-select__selected div {
  display: flex;
  align-items: center;
}
.archive-boats-filters .container .custom-select .custom-select__selected::after {
  content: "";
  height: 6px;
  align-self: center;
  background-repeat: no-repeat;
  width: 13px;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE1IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMUw3LjUgN0wxNCAxIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuNSIvPjwvc3ZnPg==");
}
@media only screen and (max-width: 767px) {
  .archive-boats-filters .container .custom-select .custom-select__selected::after {
    font-size: 13px;
  }
}
.archive-boats-filters .container .custom-select .custom-select__options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-top: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
  z-index: 1;
}
.archive-boats-filters .container .custom-select .custom-select__options::-webkit-scrollbar {
  width: 8px;
}
.archive-boats-filters .container .custom-select .custom-select__options::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.archive-boats-filters .container .custom-select .custom-select__options::-webkit-scrollbar-thumb {
  background: #888;
}
.archive-boats-filters .container .custom-select .custom-select__options::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.archive-boats-filters .container .custom-select .custom-select__options li {
  height: 70px;
  display: flex;
  align-items: center;
  padding: 10px;
  position: relative;
  background-color: var(--neutral-light-color);
  cursor: pointer;
}
.archive-boats-filters .container .custom-select .custom-select__options li::after {
  content: "";
  clear: both;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.archive-boats-filters .container .custom-select .custom-select__options li:last-child::after {
  display: none;
}
.archive-boats-filters .container .custom-select .custom-select__options li:first-child::before {
  content: "";
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .archive-boats-filters .container .custom-select .custom-select__options li {
    padding: 7px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .archive-boats-filters .container .custom-select .custom-select__options li {
    padding: 5px 10px;
  }
}
.archive-boats-filters .container .custom-select .custom-select__options li div {
  display: flex;
  align-items: center;
}
.archive-boats-filters .container .custom-select .custom-select__options li:hover, .archive-boats-filters .container .custom-select .custom-select__options li:focus {
  background-color: #f0f0f0;
}
.archive-boats-filters .container .custom-select .custom-select__options li.selected {
  background-color: var(--primary-color);
  color: var(--neutral-color);
}
.archive-boats-filters .container .custom-select .custom-select__options li.selected img {
  filter: grayscale(100%) brightness(150%) sepia(100%) saturate(100000%) hue-rotate(2590deg) contrast(120%);
}
.archive-boats-filters .container .custom-select img {
  height: 28px;
  width: 28px;
  margin: -3px;
  margin-right: 5px;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1;
  filter: grayscale(100%) brightness(0%) sepia(100%) saturate(1000%) hue-rotate(255deg);
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .archive-boats-filters .container .custom-select img {
    height: 24px;
    width: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .archive-boats-filters .container .custom-select img {
    height: 20px;
    width: 20px;
  }
}
.archive-boats-filters .title {
  display: flex;
  gap: 10px;
}
.archive-boats-filters .title h2 {
  height: 70px;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
}
.archive-boats-filters .title h2 {
  font-size: 1.25rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .archive-boats-filters .title h2 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .archive-boats-filters .title h2 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .archive-boats-filters .title h2 {
    font-size: 1rem;
  }
}
.archive-boats-filters .filters {
  display: flex;
  gap: 22px;
}

section.our-projects {
  margin-top: clamp(20px, 5vw, 80px);
  margin-bottom: clamp(5px, 1vw, 20px);
}
section.our-projects .container {
  padding: 0 clamp(20px, 5vw, 110px);
}
section.our-projects .container .background {
  width: calc(100% + clamp(20px, 5vw, 110px) * 2);
  margin-left: calc(clamp(20px, 5vw, 110px) * -1);
  position: absolute;
  top: 0;
  z-index: -1;
}
section.our-projects .container .projects__title {
  margin: 0 auto;
  margin-top: calc(var(--hh) + clamp(20px, 5vw, 80px));
}
section.our-projects .container .projects__title h1 {
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(30px, 3vw, 48px);
  color: var(--neutral-color);
  padding-bottom: clamp(30px, 5.2083333333vw, 100px);
  font-weight: 700;
  text-align: center;
}

.our-projects__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2vw, 38px);
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .our-projects__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .our-projects__grid {
    grid-template-columns: 1fr;
  }
}
.our-projects__grid .our-projects__item {
  position: relative;
  aspect-ratio: 540/623;
  width: 100%;
}
.our-projects__grid .our-projects__item > a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  padding: clamp(15px, 2.5vw, 35px) clamp(14px, 2.5vw, 28px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.our-projects__grid .our-projects__item > a .open-project {
  width: clamp(30px, 3vw, 50px);
  height: clamp(30px, 3vw, 50px);
  position: absolute;
  top: clamp(15px, 2.5vw, 35px);
  right: clamp(14px, 2.5vw, 28px);
  padding: 9px;
  border-radius: 10px;
  background-color: var(--primary-color);
  transition: all 0.3s ease;
}
.our-projects__grid .our-projects__item > a .open-project svg {
  transition: all 0.3s linear;
}
.our-projects__grid .our-projects__item > a .open-project svg g,
.our-projects__grid .our-projects__item > a .open-project svg path {
  transition: all 0.3s ease;
  fill: var(--neutral-color);
}
.our-projects__grid .our-projects__item > a:hover .our-projects__item__content .button.white {
  background: var(--accent-color);
  color: var(--primary-color);
}
.our-projects__grid .our-projects__item > a:hover .open-project {
  background-color: var(--accent-color);
}
.our-projects__grid .our-projects__item > a:hover .open-project svg {
  transform: rotate(45deg);
}
.our-projects__grid .our-projects__item > a:hover .open-project svg g,
.our-projects__grid .our-projects__item > a:hover .open-project svg path {
  fill: var(--primary-color);
}
.our-projects__grid .our-projects__item > a .our-projects__item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.our-projects__grid .our-projects__item > a .our-projects__item__image img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-projects__grid .our-projects__item > a .our-projects__item__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  border-radius: 24px;
}
.our-projects__grid .our-projects__item > a .our-projects__item__content {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 30px);
}
.our-projects__grid .our-projects__item > a .our-projects__item__content h2 {
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(24px, 2.5vw, 36px);
  color: var(--primary-color);
  font-weight: 700;
}
.our-projects__grid .our-projects__item > a .our-projects__item__content p.location {
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(12px, 1.2vw, 18px);
  color: var(--primary-color);
  display: flex;
  gap: 5px;
}
.our-projects__grid .our-projects__item > a .our-projects__item__content .button {
  width: 100%;
  justify-content: center;
}

.related-projects .container,
.related-services .container {
  padding: 0 clamp(20px, 5vw, 110px);
}
.related-projects .container .related-projects__main-title,
.related-services .container .related-projects__main-title {
  margin: 0 auto;
  margin-bottom: clamp(15px, 4vw, 45px);
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(30px, 3vw, 48px);
  color: var(--neutral-color);
  font-weight: 700;
}

.our-projects-single {
  margin-top: calc(var(--hh) + clamp(10px, 1vw, 20px));
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .our-projects-single {
    margin-top: var(--hh);
  }
}
.our-projects-single .container {
  width: 100%;
}
.our-projects-single .container .thumbnail {
  padding: 0 clamp(12px, 4vw, 44px);
  width: 100%;
  height: 100%;
  aspect-ratio: 1833/736;
  max-height: 736px;
}
@media only screen and (max-width: 767px) {
  .our-projects-single .container .thumbnail {
    aspect-ratio: 1/1.06;
    padding: 0;
  }
}
.our-projects-single .container .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
  max-height: 736px;
}
@media only screen and (max-width: 767px) {
  .our-projects-single .container .thumbnail img {
    border-radius: 0;
  }
}
.our-projects-single .container .content .header {
  padding: clamp(15px, 3vw, 60px) clamp(20px, 5vw, 110px);
  display: flex;
  -moz-column-gap: clamp(25px, 5vw, 100px);
       column-gap: clamp(25px, 5vw, 100px);
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .our-projects-single .container .content .header {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(10px, 2vw, 20px);
  }
}
.our-projects-single .container .content .header .title {
  flex-grow: 1;
}
.our-projects-single .container .content .header .title h1 {
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: var(--neutral-color);
}
.our-projects-single .container .content .header .location {
  position: relative;
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  color: rgb(31, 31, 31);
}
.our-projects-single .container .content .header .location::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(clamp(25px, 5vw, 100px) / -2);
  width: 1px;
  height: 100%;
  background-color: var(--accent-color);
  border-radius: 50%;
}
@media only screen and (max-width: 1279px) {
  .our-projects-single .container .content .header .location::after {
    display: none;
  }
}
.our-projects-single .container .content .header .location h2 {
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  color: var(--accent-color);
}
.our-projects-single .container .content .header .type {
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  color: rgb(31, 31, 31);
}
.our-projects-single .container .content .header .type h2 {
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  color: var(--accent-color);
}
.our-projects-single .container .content .header::after {
  content: "";
  position: absolute;
  bottom: calc(clamp(15px, 3vw, 60px) / 2);
  height: 1px;
  width: calc(100% - clamp(20px, 5vw, 110px) * 2);
  left: clamp(20px, 5vw, 110px);
  background-color: rgba(165, 165, 165, 0.6);
  padding: 0;
}
.our-projects-single .container .content .description {
  padding: 0 clamp(20px, 5vw, 110px);
}
.our-projects-single .container .content .description p {
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  color: rgb(31, 31, 31);
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 20px;
}
.our-projects-single .container .content .description h1,
.our-projects-single .container .content .description h2,
.our-projects-single .container .content .description h3 {
  color: var(--text-color);
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-bottom: 20px;
  font-weight: 500;
}
.our-projects-single .container .content .description h1 {
  font-size: clamp(24px, 2.5vw, 36px);
}
.our-projects-single .container .content .description h2 {
  font-size: clamp(20px, 2vw, 30px);
}
.our-projects-single .container .content .description h3 {
  font-size: clamp(18px, 1.75vw, 26px);
}
.our-projects-single .container .content .description strong {
  font-weight: 600;
}
.our-projects-single .container .content .description em {
  font-style: italic;
}
.our-projects-single .container .content .description blockquote {
  border-left: 4px solid var(--accent-color);
  padding: 20px;
  margin: 20px 0;
  background-color: var(--accent-light);
  font-style: italic;
  color: var(--text-color);
}
.our-projects-single .container .content .description blockquote p {
  margin: 0;
}
.our-projects-single .container .content .description ul,
.our-projects-single .container .content .description ol {
  margin: 20px 0;
  padding-left: 25px;
}
.our-projects-single .container .content .description ul li,
.our-projects-single .container .content .description ol li {
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  color: var(--text-color);
  margin-bottom: 10px;
  line-height: 1.5;
}
.our-projects-single .container .content .description ol {
  list-style-type: decimal;
}
.our-projects-single .container .content .description ul {
  list-style-type: disc;
}
.our-projects-single .container .content .description pre {
  background-color: var(--neutral-light);
  padding: 20px;
  border-radius: 4px;
  margin: 20px 0;
  overflow-x: auto;
}
.our-projects-single .container .content .description pre code {
  font-family: monospace;
  color: var(--text-color);
  font-size: clamp(14px, 1.25vw, 20px);
}
.our-projects-single .container .content .description img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  border-radius: 4px;
}
.our-projects-single .container .content .description a {
  color: var(--accent-color);
  text-decoration: none;
  transition: color 0.3s ease;
}
.our-projects-single .container .content .description a:hover {
  color: var(--text-color);
}
.our-projects-single .container .content .description a.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--accent-color);
  color: var(--primary-color);
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.our-projects-single .container .content .description a.button:hover {
  background-color: var(--text-color);
}
.our-projects-single .container .content .description table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.our-projects-single .container .content .description table th,
.our-projects-single .container .content .description table td {
  padding: 12px;
  border: 1px solid var(--neutral-light);
  text-align: left;
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(14px, 1.25vw, 20px);
}
.our-projects-single .container .content .description table th {
  background-color: var(--accent-light);
  color: var(--text-color);
  font-weight: 500;
}
.our-projects-single .container .content .description table td {
  color: var(--text-color);
}
.our-projects-single .container .content .description table tbody tr:nth-child(even) {
  background-color: var(--neutral-light);
}
.our-projects-single .container .content .description hr {
  border: none;
  height: 1px;
  background-color: var(--neutral-light);
  margin: 30px 0;
}
.our-projects-single .container .content .description .custom-class {
  background-color: var(--accent-light);
  padding: 15px;
  border-radius: 4px;
}
.our-projects-single .container .gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 3vw, 50px);
  padding: clamp(15px, 3vw, 60px) clamp(20px, 5vw, 110px);
}
.our-projects-single .container .gallery .image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-projects-single .container .gallery .image:nth-child(1) {
  aspect-ratio: 17/8;
  grid-column: span 2;
}
.our-projects-single .container .gallery .image:nth-child(2) {
  grid-column: span 1;
  grid-row: span 2;
  aspect-ratio: 825/1050;
}
.our-projects-single .container .gallery .image:nth-child(3) {
  grid-column: span 1;
  grid-row: span 1;
  aspect-ratio: 830/500;
}
.our-projects-single .container .gallery .image:nth-child(4) {
  grid-column: span 1;
  grid-row: span 1;
  aspect-ratio: 830/500;
}
.our-projects-single .container .gallery .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}

.projects-navigation {
  margin-bottom: clamp(30px, 5vw, 100px);
}
.projects-navigation .container {
  padding: 0 clamp(20px, 5vw, 110px);
}
.projects-navigation .container .projects-navigation__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.projects-navigation .container .projects-navigation__content .projects-navigation__prev a, .projects-navigation .container .projects-navigation__content .projects-navigation__next a {
  display: flex;
  -moz-column-gap: clamp(5px, 1vw, 12px);
       column-gap: clamp(5px, 1vw, 12px);
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
  padding: 12px;
  position: relative;
}
.projects-navigation .container .projects-navigation__content .projects-navigation__prev a::before, .projects-navigation .container .projects-navigation__content .projects-navigation__next a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.projects-navigation .container .projects-navigation__content .projects-navigation__prev a:hover, .projects-navigation .container .projects-navigation__content .projects-navigation__next a:hover {
  transform: translateY(-2px);
}
.projects-navigation .container .projects-navigation__content .projects-navigation__prev a:hover::before, .projects-navigation .container .projects-navigation__content .projects-navigation__next a:hover::before {
  transform: scale(1);
  opacity: 1;
}
.projects-navigation .container .projects-navigation__content .projects-navigation__prev a:hover svg, .projects-navigation .container .projects-navigation__content .projects-navigation__next a:hover svg {
  transform: scale(1.1);
}
.projects-navigation .container .projects-navigation__content .projects-navigation__prev a:hover svg path, .projects-navigation .container .projects-navigation__content .projects-navigation__next a:hover svg path {
  fill: var(--accent-color, #2d2d2d);
}
.projects-navigation .container .projects-navigation__content .projects-navigation__prev a:hover .text span, .projects-navigation .container .projects-navigation__content .projects-navigation__next a:hover .text span {
  color: var(--accent-color, #2d2d2d);
}
.projects-navigation .container .projects-navigation__content .projects-navigation__prev a svg, .projects-navigation .container .projects-navigation__content .projects-navigation__next a svg {
  transition: transform 0.3s ease-in-out;
}
.projects-navigation .container .projects-navigation__content .projects-navigation__prev a svg path, .projects-navigation .container .projects-navigation__content .projects-navigation__next a svg path {
  transition: fill 0.3s ease-in-out;
}
.projects-navigation .container .projects-navigation__content .projects-navigation__prev a .text span, .projects-navigation .container .projects-navigation__content .projects-navigation__next a .text span {
  display: block;
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  color: var(--text-color);
  transition: color 0.3s ease-in-out;
}
.projects-navigation .container .projects-navigation__content .projects-navigation__next {
  margin-left: auto;
}

section.page-hero {
  margin-top: clamp(20px, 5vw, 80px);
  margin-bottom: clamp(5px, 1vw, 20px);
}
section.page-hero .container .page-hero__content .page-hero__thumbnail {
  position: absolute;
  top: 0;
  z-index: -1;
}
section.page-hero .container .page-hero__content .page-hero__title {
  margin: 0 auto;
  margin-top: calc(var(--hh) + clamp(20px, 5vw, 80px));
}
section.page-hero .container .page-hero__content .page-hero__title h1 {
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 2vw, 24px);
  color: var(--accent-color);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
section.page-hero.title-2 .container {
  padding: 0 clamp(20px, 5vw, 110px);
}
section.page-hero.title-2 .container .page-hero__content .page-hero__title {
  margin: unset;
  margin-top: calc(var(--hh) + clamp(20px, 5vw, 80px));
}
section.page-hero.title-2 .container .page-hero__content .page-hero__title h1 {
  text-align: left;
}

section.contact {
  margin-top: var(--hh);
}
section.contact label {
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 300;
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 1vw, 12px);
  width: 100%;
}
section.contact label input,
section.contact label textarea {
  padding: clamp(10px, 1vw, 25px) clamp(8px, 0.8vw, 18px);
  background-color: transparent;
  color: var(--neutral-color);
  border: 1px solid rgb(217, 217, 217);
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 300;
}
section.contact label input:focus,
section.contact label textarea:focus {
  border-color: var(--accent-color);
}
section.contact label input::-moz-placeholder, section.contact label textarea::-moz-placeholder {
  color: rgba(31, 31, 31, 0.5);
}
section.contact label input::placeholder,
section.contact label textarea::placeholder {
  color: rgba(31, 31, 31, 0.5);
}
section.contact label input:focus-visible,
section.contact label textarea:focus-visible {
  outline: none;
  border-color: var(--accent-color);
}
section.contact label input {
  height: -moz-fit-content;
  height: fit-content;
}
section.contact label textarea {
  height: 200px;
  resize: vertical;
}
section.contact label .asterisk {
  color: var(--accent-color);
}
section.contact label select {
  border-radius: 18px;
  width: 100%;
  padding: clamp(10px, 1vw, 25px) clamp(8px, 0.8vw, 18px);
  background-color: transparent;
  color: var(--neutral-color);
  border: 1px solid rgb(217, 217, 217);
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 300;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%231F1F1F' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right clamp(12px, 1vw, 20px) center;
  cursor: pointer;
}
section.contact label select:focus {
  border-color: var(--accent-color);
  outline: none;
}
section.contact label select:hover {
  border-color: var(--accent-color);
}
section.contact label select option {
  color: var(--neutral-color);
  background-color: var(--primary-color);
  padding: 10px;
}
section.contact .container {
  max-width: 1920px;
  padding: 0 clamp(20px, 5vw, 110px);
  display: flex;
  gap: clamp(25px, 6vw, 85px);
}
@media only screen and (max-width: 1279px) {
  section.contact .container {
    flex-direction: column;
    gap: clamp(10px, 2vw, 20px);
  }
}
section.contact .container .contact__info {
  flex: 0.6;
  background-color: rgb(36, 36, 36);
  border-radius: 46px;
  padding: clamp(30px, 6vw, 82px) clamp(35px, 7vw, 95px);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  section.contact .container .contact__info {
    border-radius: 20px;
  }
}
section.contact .container .contact__info .contact__info-title {
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  letter-spacing: 0.08vw;
  font-weight: 700;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: clamp(5px, 1vw, 15px);
  position: relative;
  z-index: 1;
}
section.contact .container .contact__info .contact__info-item {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: clamp(5px, 1vw, 15px);
}
section.contact .container .contact__info .contact__info-item a {
  display: flex;
  gap: clamp(5px, 1vw, 15px);
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  color: var(--primary-color);
  font-weight: 300;
}
section.contact .container .contact__info .contact__info-item a svg path {
  fill: var(--primary-color);
}
section.contact .container .contact__info .background-image {
  position: absolute;
  width: 80%;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 1279px) {
  section.contact .container .contact__info .background-image {
    display: flex;
    justify-content: flex-end;
  }
}
section.contact .container .contact__info .background-image img {
  -o-object-fit: contain;
     object-fit: contain;
}
section.contact .container .contact__form {
  flex: 1.4;
}
section.contact .container .contact__form form .form-title h2 {
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 700;
  color: var(--accent-color);
  letter-spacing: 0.08vw;
}
section.contact .container .contact__form form .form-title h3 {
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 700;
  color: var(--neutral-color);
  margin-top: 10px;
  margin-bottom: clamp(15px, 2vw, 30px);
}
section.contact .container .contact__form form .form-field {
  display: flex;
  gap: clamp(10px, 2vw, 20px);
  margin-bottom: 20px;
}
@media only screen and (max-width: 1279px) {
  section.contact .container .contact__form form .form-field {
    flex-direction: column;
    gap: clamp(10px, 2vw, 20px);
  }
}
section.contact .container .contact__form form .form-field .field-half {
  flex: 1;
}
section.contact .container .contact__form form input.wpcf7-submit {
  border: 1px solid var(--accent-color);
}
@media only screen and (max-width: 1279px) {
  section.contact .container .contact__form form input.wpcf7-submit {
    margin: 0 auto;
  }
}
section.contact .container .contact__form form input.wpcf7-submit:hover {
  background-color: var(--accent-color);
  color: var(--primary-color);
}
section.contact .container .contact__form form .wpcf7-response-output {
  margin: clamp(15px, 2vw, 25px) 0 0;
  padding: clamp(10px, 1vw, 15px) clamp(15px, 1.5vw, 20px);
  border: 1px solid var(--accent-color);
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 400;
  text-align: center;
  transition: all 0.3s ease;
}
section.contact .container .contact__form form .wpcf7-response-output.wpcf7-validation-errors {
  border-color: var(--accent-color);
  background: rgba(16, 81, 87, 0.1);
  color: var(--accent-color);
}
section.contact .container .contact__form form .wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: var(--accent-color);
  background: rgba(16, 81, 87, 0.1);
  color: var(--accent-color);
}
section.contact .container .contact__form form .wpcf7-response-output.wpcf7-mail-sent-ng {
  border-color: var(--neutral-color);
  background: rgba(36, 36, 36, 0.1);
  color: var(--neutral-color);
}

.services-container,
.related-services {
  max-width: 1920px;
  padding: 0 clamp(20px, 5vw, 110px);
  padding-top: calc(var(--hh) + clamp(50px, 10vw, 150px));
  margin-bottom: clamp(50px, 8vw, 150px);
  display: flex;
  flex-direction: column;
  gap: clamp(25px, 4vw, 50px);
  position: relative;
  background-image: url(https://green.devocean.gr/wp-content/uploads/2025/01/faqs.jpg);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
.services-container .services-item,
.related-services .services-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(5px, 1.5vw, 25px);
}
.services-container .services-item h2,
.related-services .services-item h2 {
  width: 100%;
  position: relative;
}
.services-container .services-item h2 a,
.related-services .services-item h2 a {
  font-size: clamp(24px, 5vw, 48px);
  font-weight: 700;
  color: var(--neutral-color);
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  transition: color 0.3s ease-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.services-container .services-item h2 a svg,
.related-services .services-item h2 a svg {
  aspect-ratio: 46/36;
  width: clamp(30px, 5vw, 50px);
  flex-shrink: 0;
  transition: transform 0.4s ease-out;
}
.services-container .services-item:last-child::after,
.related-services .services-item:last-child::after {
  display: none;
}
.services-container .services-item .services-item__thumbnail,
.related-services .services-item .services-item__thumbnail {
  opacity: 0;
  pointer-events: none;
  height: clamp(100px, 20vw, 300px);
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  transition: opacity 0.4s ease-out;
}
.services-container .services-item .services-item__thumbnail img,
.related-services .services-item .services-item__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-container .services-item:hover h2 a,
.related-services .services-item:hover h2 a {
  color: var(--accent-color);
}
.services-container .services-item:hover h2 a svg,
.related-services .services-item:hover h2 a svg {
  transform: rotate(45deg);
}
.services-container .services-item:hover h2 a svg path,
.related-services .services-item:hover h2 a svg path {
  fill: var(--accent-color);
}
.services-container .services-item:hover .services-item__thumbnail,
.related-services .services-item:hover .services-item__thumbnail {
  opacity: 1;
}
.services-container .services-item::after,
.related-services .services-item::after {
  content: "";
  position: absolute;
  bottom: calc(clamp(25px, 5vw, 60px) / -2);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--neutral-color);
  opacity: 0.3;
}

.related-services {
  margin-top: clamp(20px, 5.2083333333vw, 100px);
  padding: 0 clamp(20px, 5vw, 110px);
  background-image: none;
  gap: 0;
}
.related-services .related-title {
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.5vw, 24px);
  letter-spacing: 0.08vw;
  color: var(--accent-color);
  text-transform: uppercase;
  margin-bottom: clamp(20px, 4vw, 64px);
  display: flex;
  align-items: center;
  gap: clamp(5px, 1vw, 12px);
  text-wrap: nowrap;
}
.related-services .related-title::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}
.related-services .services-item:not(:last-child) {
  margin-bottom: clamp(25px, 5vw, 60px);
}

.blog-archive-container {
  max-width: 1920px;
  padding-top: calc(var(--hh) + clamp(25px, 4vw, 50px));
  margin-bottom: clamp(50px, 8vw, 150px);
  display: flex;
  flex-direction: column;
  gap: clamp(25px, 5vw, 60px);
  position: relative;
}
.blog-archive-container .container {
  padding: 0 clamp(20px, 5vw, 110px);
}
.blog-archive-container .container .background {
  width: calc(100% + clamp(20px, 5vw, 110px) * 2);
  margin-left: calc(clamp(20px, 5vw, 110px) * -1);
  position: absolute;
  top: 0;
  z-index: -1;
}
.blog-archive-container .container .blog-archive__title {
  margin: 0 auto;
}
.blog-archive-container .container .blog-archive__title h1 {
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(30px, 3vw, 48px);
  color: var(--neutral-color);
  padding-bottom: clamp(30px, 5.2083333333vw, 100px);
  font-weight: 700;
}
.blog-archive-container .container .blog-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2vw, 38px);
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .blog-archive-container .container .blog-archive__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .blog-archive-container .container .blog-archive__grid {
    grid-template-columns: 1fr;
  }
}
.blog-archive-container .container .blog-archive__grid .blog-archive__item {
  position: relative;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.blog-archive-container .container .blog-archive__grid .blog-archive__item:hover .blog-archive__thumbnail img {
  transform: scale(1.1);
}
.blog-archive-container .container .blog-archive__grid .blog-archive__item:hover .blog-archive__content .blog-archive__title h2 {
  color: var(--accent-color);
}
.blog-archive-container .container .blog-archive__grid .blog-archive__item > a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  padding: clamp(15px, 2.5vw, 35px) clamp(14px, 2.5vw, 28px);
  display: flex;
  flex-direction: column;
}
.blog-archive-container .container .blog-archive__grid .blog-archive__item > a .blog-archive__thumbnail {
  aspect-ratio: 501/315;
  width: 100%;
  margin-bottom: clamp(12px, 2vw, 26px);
  border-radius: 24px;
  overflow: hidden;
}
.blog-archive-container .container .blog-archive__grid .blog-archive__item > a .blog-archive__thumbnail img {
  border-radius: 24px;
  transition: transform 1.8s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-archive-container .container .blog-archive__grid .blog-archive__item > a .blog-archive__content {
  display: flex;
  flex-direction: column-reverse;
  gap: clamp(5px, 1vw, 9px);
}
.blog-archive-container .container .blog-archive__grid .blog-archive__item > a .blog-archive__content .blog-archive__date {
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(14px, 1.5vw, 20px);
  color: rgb(31, 31, 31);
  font-weight: 400;
  text-transform: uppercase;
}
.blog-archive-container .container .blog-archive__grid .blog-archive__item > a .blog-archive__content .blog-archive__title h2 {
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  color: rgb(0, 0, 0);
  font-weight: 700;
  transition: color 0.3s ease;
}
.blog-archive-container .container .pagination-wrapper {
  margin-top: clamp(40px, 5vw, 80px);
}
.blog-archive-container .container .pagination-wrapper .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1vw, 16px);
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-archive-container .container .pagination-wrapper .pagination li {
  margin: 0;
  padding: 0;
}
.blog-archive-container .container .pagination-wrapper .pagination li a.page-numbers,
.blog-archive-container .container .pagination-wrapper .pagination li span.page-numbers {
  background-color: rgb(237, 237, 237);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(40px, 3vw, 56px);
  height: clamp(40px, 3vw, 56px);
  border-radius: 99999px;
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.blog-archive-container .container .pagination-wrapper .pagination li a.page-numbers {
  color: rgba(31, 31, 31, 0.7);
}
.blog-archive-container .container .pagination-wrapper .pagination li a.page-numbers:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}
.blog-archive-container .container .pagination-wrapper .pagination li a.page-numbers.next span {
  display: none;
}
.blog-archive-container .container .pagination-wrapper .pagination li a.page-numbers.next:after {
  content: "";
  display: block;
  width: 26px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='20' viewBox='0 0 26 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6 0L13.78 1.75L21.06 8.75L0 8.75L0 11.25L21.06 11.25L13.78 18.25L15.6 20L26 10L15.6 0Z' fill='currentColor'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0);
  transition: filter 0.3s ease;
}
.blog-archive-container .container .pagination-wrapper .pagination li a.page-numbers.next:hover:after {
  filter: brightness(0) saturate(100%) invert(53%) sepia(95%) saturate(1200%) hue-rotate(115deg) brightness(47%) contrast(101%);
}
.blog-archive-container .container .pagination-wrapper .pagination li a.page-numbers.prev span {
  display: none;
}
.blog-archive-container .container .pagination-wrapper .pagination li a.page-numbers.prev:after {
  content: "";
  display: block;
  width: 26px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='20' viewBox='0 0 26 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6 0L13.78 1.75L21.06 8.75L0 8.75L0 11.25L21.06 11.25L13.78 18.25L15.6 20L26 10L15.6 0Z' fill='currentColor'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  filter: brightness(0);
  transition: filter 0.3s ease;
}
.blog-archive-container .container .pagination-wrapper .pagination li a.page-numbers.prev:hover:after {
  filter: brightness(0) saturate(100%) invert(53%) sepia(95%) saturate(1200%) hue-rotate(115deg) brightness(47%) contrast(101%);
}
.blog-archive-container .container .pagination-wrapper .pagination li span.page-numbers.current {
  background-color: var(--accent-color);
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .blog-archive-container .container .pagination-wrapper .pagination {
    gap: 8px;
  }
  .blog-archive-container .container .pagination-wrapper .pagination li a.page-numbers,
  .blog-archive-container .container .pagination-wrapper .pagination li span.page-numbers {
    min-width: 36px;
    height: 36px;
    font-size: 14px;
  }
}

.single-post-content {
  margin-top: var(--hh);
}
.single-post-content .container {
  padding: 0 clamp(20px, 5vw, 110px);
}
.single-post-content .container .thumbnail {
  margin-bottom: clamp(15px, 2.5vw, 35px);
  aspect-ratio: 1833/736;
  border-radius: 24px;
  overflow: hidden;
}
.single-post-content .container .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post-content .container .header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: clamp(30px, 6vw, 80px);
  position: relative;
}
.single-post-content .container .header::after {
  content: "";
  position: absolute;
  bottom: calc(clamp(30px, 6vw, 80px) / -2);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.single-post-content .container .header .post-meta {
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 1vw, 10px);
}
.single-post-content .container .header .post-meta .post-date {
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(14px, 1.5vw, 20px);
  color: rgb(31, 31, 31);
  font-weight: 400;
  text-transform: uppercase;
}
.single-post-content .container .header .post-meta .post-title h1 {
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(18px, 2vw, 36px);
  color: rgb(0, 0, 0);
  font-weight: 700;
  transition: color 0.3s ease;
}
.single-post-content .container .header .share .post-share .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
.single-post-content .container .header .share .post-share .container .share-buttons {
  display: flex;
  gap: 8px;
}
.single-post-content .container .header .share .post-share .container .share-buttons .share-button {
  display: flex;
  gap: 10px;
}
.single-post-content .container .header .share .post-share .container .share-buttons .share-button a,
.single-post-content .container .header .share .post-share .container .share-buttons .share-button p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}
.single-post-content .container .header .share .post-share .container .share-buttons .share-button a svg,
.single-post-content .container .header .share .post-share .container .share-buttons .share-button p svg {
  width: clamp(10px, 1vw, 16px);
  height: clamp(10px, 1vw, 16px);
}
.single-post-content .container .header .share .post-share .container .share-buttons .share-button a svg path,
.single-post-content .container .header .share .post-share .container .share-buttons .share-button p svg path {
  fill: var(--accent-color);
}
.single-post-content .container .header .share .post-share .container .share-buttons .share-button a:hover,
.single-post-content .container .header .share .post-share .container .share-buttons .share-button p:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.single-post-content .container .header .share h2 {
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(14px, 1vw, 18px);
  color: var(--accent-color);
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .single-post-content .container .header {
    flex-direction: column;
    gap: 20px;
  }
  .single-post-content .container .header .share h2 {
    text-align: left;
  }
}
.single-post-content .container .post-content {
  padding: 0 clamp(20px, 5vw, 110px);
  position: relative;
  margin-bottom: clamp(30px, 6vw, 80px);
}
.single-post-content .container .post-content::after {
  content: "";
  position: absolute;
  bottom: calc(clamp(30px, 6vw, 80px) / -2);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.single-post-content .container .post-content p {
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  color: rgb(31, 31, 31);
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 20px;
}
.single-post-content .container .post-content h1,
.single-post-content .container .post-content h2,
.single-post-content .container .post-content h3 {
  color: var(--text-color);
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-bottom: 20px;
  font-weight: 500;
}
.single-post-content .container .post-content h1 {
  font-size: clamp(24px, 2.5vw, 36px);
}
.single-post-content .container .post-content h2 {
  font-size: clamp(20px, 2vw, 30px);
}
.single-post-content .container .post-content h3 {
  font-size: clamp(18px, 1.75vw, 26px);
}
.single-post-content .container .post-content strong {
  font-weight: 600;
}
.single-post-content .container .post-content em {
  font-style: italic;
}
.single-post-content .container .post-content blockquote {
  border-left: 4px solid var(--accent-color);
  padding: 20px;
  margin: 20px 0;
  background-color: var(--accent-light);
  font-style: italic;
  color: var(--text-color);
}
.single-post-content .container .post-content blockquote p {
  margin: 0;
}
.single-post-content .container .post-content ul,
.single-post-content .container .post-content ol {
  margin: 20px 0;
  padding-left: 25px;
}
.single-post-content .container .post-content ul li,
.single-post-content .container .post-content ol li {
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  color: var(--text-color);
  margin-bottom: 10px;
  line-height: 1.5;
}
.single-post-content .container .post-content ol {
  list-style-type: decimal;
}
.single-post-content .container .post-content ul {
  list-style-type: disc;
}
.single-post-content .container .post-content pre {
  background-color: var(--neutral-light);
  padding: 20px;
  border-radius: 4px;
  margin: 20px 0;
  overflow-x: auto;
}
.single-post-content .container .post-content pre code {
  font-family: monospace;
  color: var(--text-color);
  font-size: clamp(14px, 1.25vw, 20px);
}
.single-post-content .container .post-content img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  border-radius: 4px;
}
.single-post-content .container .post-content a {
  color: var(--accent-color);
  text-decoration: none;
  transition: color 0.3s ease;
}
.single-post-content .container .post-content a:hover {
  color: var(--text-color);
}
.single-post-content .container .post-content a.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--accent-color);
  color: var(--primary-color);
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.single-post-content .container .post-content a.button:hover {
  background-color: var(--text-color);
}
.single-post-content .container .post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.single-post-content .container .post-content table th,
.single-post-content .container .post-content table td {
  padding: 12px;
  border: 1px solid var(--neutral-light);
  text-align: left;
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(14px, 1.25vw, 20px);
}
.single-post-content .container .post-content table th {
  background-color: var(--accent-light);
  color: var(--text-color);
  font-weight: 500;
}
.single-post-content .container .post-content table td {
  color: var(--text-color);
}
.single-post-content .container .post-content table tbody tr:nth-child(even) {
  background-color: var(--neutral-light);
}
.single-post-content .container .post-content hr {
  border: none;
  height: 1px;
  background-color: var(--neutral-light);
  margin: 30px 0;
}

.posts-related .container {
  padding: 0 clamp(20px, 5vw, 110px);
  margin-bottom: clamp(30px, 5vw, 100px);
}
.posts-related .container .related-title {
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(30px, 3vw, 48px);
  color: var(--neutral-color);
  margin-bottom: clamp(25px, 4vw, 50px);
  font-weight: 700;
}
.posts-related .container .related-posts-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2vw, 38px);
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .posts-related .container .related-posts-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .posts-related .container .related-posts-list {
    grid-template-columns: 1fr;
  }
}
.posts-related .container .related-posts-list .blog-archive__item {
  position: relative;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.posts-related .container .related-posts-list .blog-archive__item:hover .blog-archive__thumbnail img {
  transform: scale(1.1);
}
.posts-related .container .related-posts-list .blog-archive__item:hover .blog-archive__content .blog-archive__title h2 {
  color: var(--accent-color);
}
.posts-related .container .related-posts-list .blog-archive__item > a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  padding: clamp(15px, 2.5vw, 35px) clamp(14px, 2.5vw, 28px);
  display: flex;
  flex-direction: column;
}
.posts-related .container .related-posts-list .blog-archive__item > a .blog-archive__thumbnail {
  aspect-ratio: 501/315;
  width: 100%;
  margin-bottom: clamp(12px, 2vw, 26px);
  border-radius: 24px;
  overflow: hidden;
}
.posts-related .container .related-posts-list .blog-archive__item > a .blog-archive__thumbnail img {
  border-radius: 24px;
  transition: transform 1.8s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.posts-related .container .related-posts-list .blog-archive__item > a .blog-archive__content {
  display: flex;
  flex-direction: column-reverse;
  gap: clamp(5px, 1vw, 9px);
}
.posts-related .container .related-posts-list .blog-archive__item > a .blog-archive__content .blog-archive__date {
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(14px, 1.5vw, 20px);
  color: rgb(31, 31, 31);
  font-weight: 400;
  text-transform: uppercase;
}
.posts-related .container .related-posts-list .blog-archive__item > a .blog-archive__content .blog-archive__title h2 {
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  color: rgb(0, 0, 0);
  font-weight: 700;
  transition: color 0.3s ease;
}

header.header {
  z-index: 1000;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  will-change: background-color, padding;
  backface-visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  header.header {
    height: 80px;
    background-color: var(--primary-color);
    position: fixed;
  }
}
@media only screen and (max-width: 767px) {
  header.header {
    height: 60px;
    background-color: var(--primary-color);
  }
}
@media (min-width: 1280px) {
  header.header {
    background-color: transparent;
  }
  header.header.scrolled {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
}
header.header .main-navbar {
  height: 100%;
  width: 100%;
  padding: 0 110px;
  padding: clamp(20px, 2vh, 30px) 110px;
  padding-top: clamp(30px, 4.5vh, 70px);
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
  transition: padding 0.3s ease-in-out;
}
@media only screen and (max-width: 1279px) {
  header.header .main-navbar {
    padding: clamp(20px, 2vh, 30px) 30px;
  }
}
@media only screen and (max-width: 767px) {
  header.header .main-navbar {
    padding: clamp(10px, 2vh, 20px) 20px;
  }
}
@media (min-width: 1280px) {
  header.header .main-navbar.scrolled {
    padding-top: 20px;
  }
}
header.header .main-navbar .burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}
header.header .main-navbar .burger-line {
  width: 30px;
  height: 3px;
  background: #000;
  transition: all 0.3s linear;
}
@media (max-width: 1280px) {
  header.header .main-navbar .burger-menu {
    display: flex;
    z-index: 1001;
  }
  header.header .main-navbar .burger-menu .burger-line {
    width: 30px;
    height: 2px;
    background-color: #242424;
    transition: transform 0.4s ease, opacity 0.3s ease, background-color 0.3s ease;
  }
  header.header .main-navbar .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.98);
    padding: 80px 30px 40px;
    transition: right 0.4s ease;
    z-index: 1000;
    justify-content: center;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 767px) {
  header.header .main-navbar .main-nav {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  header.header .main-navbar .main-nav.active {
    right: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  header.header .main-navbar .main-nav.active .main-nav__list li {
    opacity: 1;
    transform: translateY(0);
  }
  header.header .main-navbar .main-nav .main-nav__list {
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 20px;
  }
  header.header .main-navbar .main-nav .main-nav__list li {
    width: 100%;
    margin: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.4s ease;
  }
  header.header .main-navbar .main-nav .main-nav__list li:nth-child(1) {
    transition-delay: 0.08s;
  }
  header.header .main-navbar .main-nav .main-nav__list li:nth-child(2) {
    transition-delay: 0.16s;
  }
  header.header .main-navbar .main-nav .main-nav__list li:nth-child(3) {
    transition-delay: 0.24s;
  }
  header.header .main-navbar .main-nav .main-nav__list li:nth-child(4) {
    transition-delay: 0.32s;
  }
  header.header .main-navbar .main-nav .main-nav__list li:nth-child(5) {
    transition-delay: 0.4s;
  }
  header.header .main-navbar .main-nav .main-nav__list li:nth-child(6) {
    transition-delay: 0.48s;
  }
  header.header .main-navbar .main-nav .main-nav__list li a {
    display: block;
    padding: 12px;
    font-size: 18px;
    color: #242424;
    position: relative;
    transition: color 0.3s ease;
  }
  header.header .main-navbar .main-nav .main-nav__list li a::after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #105157;
    transition: width 0.3s ease;
    transform: translateX(-50%);
  }
  header.header .main-navbar .main-nav .main-nav__list li a:active {
    transform: scale(0.98);
  }
  header.header .main-navbar .main-nav .main-nav__list li.current-menu-item a,
  header.header .main-navbar .main-nav .main-nav__list li a:hover,
  header.header .main-navbar .main-nav .main-nav__list li a:focus {
    color: #105157;
  }
  header.header .main-navbar .main-nav .main-nav__list li.current-menu-item a::after,
  header.header .main-navbar .main-nav .main-nav__list li a:hover::after,
  header.header .main-navbar .main-nav .main-nav__list li a:focus::after {
    width: 24px;
  }
  header.header .main-navbar body.nav-active {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
header.header .main-navbar > a {
  width: clamp(120px, 11vw, 230px);
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 456/90;
}
header.header .main-navbar > a img {
  height: 100%;
  width: 100%;
}
header.header .main-navbar nav.main-nav {
  display: flex;
}
header.header .main-navbar nav.main-nav ul.main-nav__list {
  display: flex;
  width: clamp(400px, 30.2083333333vw, 580px);
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1279px) {
  header.header .main-navbar nav.main-nav ul.main-nav__list {
    justify-content: flex-start;
  }
}
header.header .main-navbar nav.main-nav ul.main-nav__list li a {
  font-size: clamp(16px, 1vw, 20px);
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
header.header .main-navbar nav.main-nav ul.main-nav__list li.current-menu-item a,
header.header .main-navbar nav.main-nav ul.main-nav__list li a:hover,
header.header .main-navbar nav.main-nav ul.main-nav__list li a:focus {
  color: var(--accent-color);
}

footer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
}
footer .container-main .footer-row {
  display: flex;
  gap: clamp(50px, 7.8125vw, 150px);
  justify-content: space-between;
  align-items: center;
}
footer .container-main .footer-row:first-child {
  position: relative;
  margin-bottom: clamp(50px, 5.9895833333vw, 115px);
}
@media only screen and (max-width: 1279px) {
  footer .container-main .footer-row:first-child {
    flex-direction: column;
    gap: 30px;
    padding: 0;
  }
}
footer .container-main .footer-row:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--neutral-color);
  opacity: 0.3;
  bottom: calc(clamp(30px, 4.2708333333vw, 82px) * -1);
}
footer .container-main .footer-row:first-child .col {
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(12px, 1.5vw, 24px);
  font-weight: 300;
  color: var(--neutral-color);
}
footer .container-main .footer-row:first-child .col:first-child a {
  display: flex;
  aspect-ratio: 254/50;
  width: clamp(100px, 10vw, 254px);
}
footer .container-main .footer-row:first-child .col:first-child a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .container-main .footer-row:first-child .col:nth-child(2) {
  display: flex;
  gap: 5px;
  align-items: center;
}
footer .container-main .footer-row:nth-child(2) {
  padding-bottom: clamp(15px, 1.9270833333vw, 37px);
}
footer .container-main .footer-row:nth-child(2) .col:first-child p {
  display: flex;
  gap: 5px;
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(10px, 1vw, 16px);
  font-weight: 300;
  color: var(--neutral-color);
}
footer .container-main .footer-row:nth-child(2) .col:first-child p a {
  display: flex;
  aspect-ratio: 177/20;
  width: clamp(100px, 10vw, 177px);
}
footer .container-main .footer-row:nth-child(2) .col:first-child p a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .container-main .footer-row:nth-child(2) .col:nth-child(2) ul.social {
  display: flex;
  gap: 5px;
}

body.error404 section.error {
  position: relative;
  width: 100%;
  height: 70vh;
  max-height: 800px;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(20px, 5vw, 60px);
  margin-top: var(--hh);
  padding: clamp(20px, 5vw, 110px);
}
body.error404 section.error .error__background {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: -1;
  aspect-ratio: 1024/557;
}
body.error404 section.error .error__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.error404 section.error .container .error__content .error__content-text h1 {
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(30px, 3vw, 48px);
  line-height: clamp(36px, 3.5vw, 60px);
  color: var(--neutral-color);
  font-weight: 700;
  text-align: center;
  margin-bottom: clamp(10px, 1vw, 15px);
  max-width: 788px;
  width: 100%;
}
body.error404 section.error .container .error__content .error__content-text p {
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  line-height: clamp(24px, 2vw, 36px);
  color: rgb(31, 31, 31);
  text-align: center;
  max-width: 788px;
  width: 100%;
  font-weight: 300;
  margin-bottom: clamp(20px, 2vw, 30px);
}
body.error404 section.error .container .error__content .error__content-text a {
  margin: 0 auto;
}

body.page-template-simple main .container {
  padding: 0 clamp(20px, 5vw, 110px);
  max-width: 1105px;
  margin: 0 auto;
  margin-top: var(--hh);
  margin-bottom: clamp(50px, 8.3333333333vw, 160px);
}
body.page-template-simple main .container h1 {
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 2vw, 24px);
  color: var(--accent-color);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
body.page-template-simple main .container .post-content h2 {
  font-family: "Play", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(30px, 3vw, 48px);
  line-height: clamp(36px, 3.5vw, 60px);
  color: var(--neutral-color);
  font-weight: 700;
  text-align: center;
  margin-bottom: clamp(10px, 1vw, 15px);
  width: 100%;
  margin-bottom: clamp(25px, 4vw, 50px);
}
body.page-template-simple main .container .post-content h3,
body.page-template-simple main .container .post-content h4 {
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  color: var(--accent-color);
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
}
body.page-template-simple main .container .post-content strong {
  font-weight: 600;
}
body.page-template-simple main .container .post-content em {
  font-style: italic;
}
body.page-template-simple main .container .post-content blockquote {
  border-left: 4px solid var(--accent-color);
  padding: 20px;
  margin: 20px 0;
  background-color: var(--accent-light);
  font-style: italic;
  color: rgb(31, 31, 31);
}
body.page-template-simple main .container .post-content blockquote p {
  margin: 0;
}
body.page-template-simple main .container .post-content p {
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  color: rgb(31, 31, 31);
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 20px;
}
body.page-template-simple main .container .post-content ul,
body.page-template-simple main .container .post-content ol {
  margin: 20px 0;
  padding-left: 25px;
}
body.page-template-simple main .container .post-content ul li,
body.page-template-simple main .container .post-content ol li {
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.5vw, 24px);
  color: rgb(31, 31, 31);
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 300;
}
body.page-template-simple main .container .post-content ol {
  list-style-type: decimal;
}
body.page-template-simple main .container .post-content ul {
  list-style-type: disc;
}
body.page-template-simple main .container .post-content pre {
  background-color: var(--neutral-light);
  padding: 20px;
  border-radius: 4px;
  margin: 20px 0;
  overflow-x: auto;
}
body.page-template-simple main .container .post-content pre code {
  font-family: monospace;
  color: rgb(31, 31, 31);
  font-size: clamp(14px, 1.25vw, 20px);
}
body.page-template-simple main .container .post-content img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  border-radius: 4px;
}
body.page-template-simple main .container .post-content a {
  color: var(--accent-color);
  text-decoration: none;
  transition: color 0.3s ease;
}
body.page-template-simple main .container .post-content a:hover {
  color: rgb(31, 31, 31);
}
body.page-template-simple main .container .post-content a.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--accent-color);
  color: var(--primary-color);
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
body.page-template-simple main .container .post-content a.button:hover {
  background-color: rgb(31, 31, 31);
}
body.page-template-simple main .container .post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
body.page-template-simple main .container .post-content table th,
body.page-template-simple main .container .post-content table td {
  padding: 12px;
  border: 1px solid var(--neutral-light);
  text-align: left;
  font-family: "Commissioner", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(14px, 1.25vw, 20px);
}
body.page-template-simple main .container .post-content table th {
  background-color: var(--accent-light);
  color: rgb(31, 31, 31);
  font-weight: 500;
}
body.page-template-simple main .container .post-content table td {
  color: rgb(31, 31, 31);
}
body.page-template-simple main .container .post-content table tbody tr:nth-child(even) {
  background-color: var(--neutral-light);
}
body.page-template-simple main .container .post-content hr {
  border: none;
  height: 1px;
  background-color: var(--neutral-light);
  margin: 30px 0;
}