/**
 *  client customizations
 *
 * Add all new client-specific classes and overrides to this file.
 * This stylesheet is loaded after the theme's base styles.
 */

:root {
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "Poppins", sans-serif;
  --color-brand: #5635dc;
  --color-brand-dark: #080059;
  --color-highlight: #1ed793;
  --color-background: #f3efff;
  --color-surface: #ffffff;
  --color-salmon: #fff0ac;
  --salmon: var(--color-salmon);
  --color-text-heading: #080059;
  --color-text-body: #03004B;
  --color-on-brand: #ffffff;
  --color-accent-primary-1: var(--color-brand);
  --color-accent-primary-2: var(--color-highlight);
  --color-accent-primary-3: var(--color-surface);
  --color-accent-primary-4: var(--color-brand-dark);
  --color-accent-secondary-1: var(--color-background);
  --color-accent-secondary-2: var(--color-brand);
  --color-accent-secondary-3: var(--color-salmon);
  --color-accent-secondary-4: linear-gradient(90deg, #974bff 0%, #6267f5 50%, #11b5e5 100%);
}

.bg-accent-secondary-4 {
  background: var(--color-accent-secondary-4);
  color: white;
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-primary);
}

/*
 * Section separators
 *
 * Add `section-separator-top`, `section-separator-bottom`, or both to an
 * Elementor section. The generated shape inherits the section background,
 * including gradients assigned through the theme color classes.
 */
.section-separator-top,
.section-separator-bottom {
  --section-separator-height: clamp(90px, 10.78vw, 212px);
  position: relative;
  isolation: isolate;
  overflow: visible !important;
}

.section-separator-top::before,
.section-separator-bottom::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  height: var(--section-separator-height);
  display: block;
  background: inherit;
  pointer-events: none;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1969.015 212.224'%3E%3Cpath d='M0 0h1969.015l-5.525 118.261-1017.9 78.768S667.149 222.348 430.752 207.62 0 138.118 0 138.118Z' fill='%23fff'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1969.015 212.224'%3E%3Cpath d='M0 0h1969.015l-5.525 118.261-1017.9 78.768S667.149 222.348 430.752 207.62 0 138.118 0 138.118Z' fill='%23fff'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.section-separator-top::before {
  top: 25px;
  transform: translateY(-100%);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1969.015 212.224'%3E%3Cpath d='M0 0h1969.015l-5.525 118.261-1017.9 78.768S667.149 222.348 430.752 207.62 0 138.118 0 138.118Z' transform='translate(1969.015 212.224) rotate(180)' fill='%23fff'/%3E%3Crect y='90' width='1969.015' height='122.224' fill='%23fff'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1969.015 212.224'%3E%3Cpath d='M0 0h1969.015l-5.525 118.261-1017.9 78.768S667.149 222.348 430.752 207.62 0 138.118 0 138.118Z' transform='translate(1969.015 212.224) rotate(180)' fill='%23fff'/%3E%3Crect y='90' width='1969.015' height='122.224' fill='%23fff'/%3E%3C/svg%3E");
}

.section-separator-bottom::after {
  bottom: 25px;
  transform: translateY(100%);
}

/* Keep Elementor content and its background overlay above the section body. */
.section-separator-top > .elementor-container,
.section-separator-bottom > .elementor-container,
.section-separator-top > .e-con-inner,
.section-separator-bottom > .e-con-inner {
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .section-separator-top,
  .section-separator-bottom {
    --section-separator-height: 76px;
  }
}

/* Alesia header */
.alesia-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  background: var(--color-accent-primary-4);
  color: #fff;
}

.alesia-header__inner {
  width: min(calc(100% - 48px), 1180px);
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: clamp(28px, 6vw, 88px);
  border-bottom: 1px solid rgba(255, 255, 255, .75);
}

.alesia-header__logo {
  display: block;
  margin-right: auto;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  text-decoration: none;
}

.alesia-header__logo img {
  display: block;
  width: auto;
  max-width: 190px;
  height: 58px !important;
  object-fit: contain;
}

.alesia-header__menu {
  display: flex;
  align-items: center;
  gap: clamp(28px, 4vw, 62px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.alesia-header__menu a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.alesia-header__cta,
.alesia-button--primary,
.alesia-plan__button {
  background: var(--color-accent-primary-2);
  color: white;
}

.alesia-header__cta {
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.alesia-header__toggle {
  display: none;
  width: 42px;
  padding: 8px;
  border: 0;
  background: transparent;
}

.alesia-header__toggle span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: #fff;
}

/* Hero */
.alesia-hero {
  min-height: 690px;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.alesia-hero__inner {
  width: min(calc(100% - 48px), 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  align-items: center;
  gap: clamp(35px, 7vw, 100px);
}

.alesia-hero__title {
  margin: 0 0 22px;
  color: inherit;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -.035em;
}

.alesia-hero__heading-fixed {
  display: block;
}

.alesia-hero__subheading {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.alesia-hero--stack .alesia-hero__inner {
  grid-template-columns: 1fr;
}

.alesia-hero--stack.justify-content-center .alesia-hero__content {
  margin-inline: auto;
}

.alesia-hero--stack.justify-content-end .alesia-hero__content {
  margin-left: auto;
}

.alesia-hero__typed-line {
  display: block;
  min-height: 1.2em;
  padding-bottom: 5px;
}

.alesia-hero__typed-line--pending {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  will-change: opacity, transform;
}

.alesia-hero .typed-cursor {
  font-weight: 400;
}

.alesia-hero__text,
.alesia-hero__text p {
  margin: 0 0 8px;
  color: inherit;
  line-height: 1.3;
  font-weight: 500;
}

.alesia-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 46px;
}

.alesia-button {
  min-width: 190px;
  padding: 10px 25px;
  border: 2px solid transparent;
  border-radius: 9px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.alesia-button:hover {
  transform: translateY(-3px);
}

.alesia-button--outline {
  border-color: currentColor;
  color: inherit;
}

.alesia-button--filled {
  color: #fff;
}

.alesia-hero__media img {
  width: 100%;
  max-height: 650px;
  object-fit: contain;
}

/* Generic feature cards */
.alesia-feature-grid {
  display: grid;
  gap: clamp(20px, 3.2vw, 52px);
}

.alesia-feature-card {
  min-height: 140px;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 25px 38px;
  border-radius: 60px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(8, 0, 89, .07);
}

.alesia-feature-card__icon {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  display: grid;
  place-items: center;
  overflow: visible;
}

.alesia-feature-card__icon img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}

.alesia-feature-card__title {
  margin: 0;
  color: #244742;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.15;
}

.alesia-feature-card--vertical {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.alesia-feature-card--horizontal {
  flex-direction: row;
  text-align: left;
}

/* Animated image composition */
.alesia-image-composition {
  --image-motion: 14px;
  position: relative;
  min-height: 620px;
  isolation: isolate;
  perspective: 900px;
}

.alesia-image-composition__backdrop {
}

.alesia-image-composition__image {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  will-change: transform;
  transition: transform .18s ease-out;
}

.alesia-image-composition__image--main {
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.alesia-image-composition__image--left {
  z-index: 3;
  left: -4%;
  bottom: 7%;
  width: 42%;
  --base-transform: rotate(-3deg);
}

.alesia-image-composition__image--right {
  z-index: 4;
  top: 10%;
  right: -3%;
  width: 42%;
  --base-transform: rotate(3deg);
}

/* Plans */
.alesia-plans {
  display: grid;
  gap: clamp(24px, 3vw, 44px);

}

.alesia-plan {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 27px;
  background: #fff;
  color: var(--color-accent-primary-4);
}

.alesia-plan__header {
  min-height: 245px;
  padding: 35px 50px;
}

.alesia-plan h3 {
  margin: 0 0 36px;
  color: inherit;
  font-size: 27px;
  font-weight: 700;
}

.alesia-plan__price {
  display: flex;
  align-items: baseline;
}

.alesia-plan__currency {
  margin-right: 8px;
  font-size: 21px;
}

.alesia-plan__price strong {
  font-size: clamp(47px, 5vw, 66px);
  font-weight: 400;
  line-height: 1;
}

.alesia-plan__period {
  margin-left: 8px;
  font-size: 18px;
  font-weight: 700;
}

.alesia-plan__features {
  flex: 1;
  padding: 20px 50px 28px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: var(--color-text-body);
  font-size: 16px;
  line-height: 1.25;
  padding-bottom: 0;
}

.alesia-plan__features ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 170px;
  overflow-y: auto;
}

.alesia-plan__features li {
  position: relative;
  margin: 0 0 13px;
  padding-left: 27px;
}

.alesia-plan__features li::before {
  content: "\f058";
  position: absolute;
  left: 0;
  color: var(--color-accent-primary-1);
  font-family: FontAwesome;
}

.alesia-plan__footer {
  padding: 42px 50px;
  text-align: center;
}

.alesia-plan__button {
  display: block;
  padding: 15px 20px;
  border-radius: 9px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

/* FAQ: grid items retain independent height */
.alesia-faq {
  display: block;
  column-count: 2;
  column-gap: 54px;
  padding: 0!important;
}

.alesia-faq__item {
  width: 100%;
  overflow: hidden;
  break-inside: avoid;
  display: inline-block;
  margin: 0 0 20px;
  border-radius: 28px;
  background: var(--color-accent-secondary-1);
  vertical-align: top;
}

.alesia-faq__question {
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 46px;
  color: var(--color-accent-primary-4);
  cursor: pointer;
  font-size: clamp(17px, 1.6vw, 23px);
  font-weight: 700;
  list-style: none;
}

.alesia-faq__question::-webkit-details-marker {
  display: none;
}

.alesia-faq__question i {
  font-size: 29px;
  transition: transform .25s ease;
}

.alesia-faq__icon {
  width: 34px;
  height: 34px !important;
  flex: 0 0 34px;
  object-fit: contain;
}

.alesia-faq__item[open] .alesia-faq__question i {
  transform: rotate(180deg);
}

.alesia-faq__answer {
  padding: 0 46px 28px;
  color: var(--color-text-body);
  font-size: 17px;
  line-height: 1.7;
}

.alesia-faq__answer > :last-child {
  margin-bottom: 0;
}

/* Footer */
.alesia-footer {
  color: #fff;
}

.alesia-footer__inner {
  width: min(calc(100% - 48px), 1180px);
  min-height: 410px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr .8fr 1fr;
  gap: clamp(45px, 8vw, 120px);
  align-items: start;
  padding: 60px 0;
}

.alesia-footer__brand img {
  display: block;
  width: auto;
  max-width: 240px;
  height: 82px !important;
  margin-bottom: 25px;
  object-fit: contain;
}

.alesia-footer__site-name {
  display: block;
  margin-bottom: 25px;
  color: #fff;
  font-size: 48px;
  line-height: 1;
}

.alesia-footer__brand p {
  max-width: 420px;
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.65;
}

.alesia-footer__menu,
.alesia-footer__contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.alesia-footer__menu li {
  margin-bottom: 15px;
}

.alesia-footer a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}

.alesia-footer__menu a::before {
  content: "\f138";
  margin-right: 18px;
  color: var(--color-accent-primary-2);
  font-family: FontAwesome;
}

.alesia-footer__contact {
  display: grid;
  gap: 31px;
}

.alesia-footer__contact li {
  display: flex;
  align-items: center;
  gap: 22px;
}

.alesia-footer__contact i {
  width: 28px;
  color: var(--color-accent-primary-2);
  font-size: 28px;
  text-align: center;
}

@media (max-width: 991px) {
  .alesia-header__inner {
    min-height: 78px;
  }

  .alesia-header__toggle {
    display: block;
  }

  .alesia-header__nav {
    position: absolute;
    top: 100%;
    right: 24px;
    left: 24px;
    display: none;
    padding: 25px;
    border-radius: 0 0 15px 15px;
    background: var(--color-accent-primary-4);
  }

  .alesia-header.is-menu-open .alesia-header__nav {
    display: block;
  }

  .alesia-header__menu {
    display: grid;
    gap: 18px;
  }

  .alesia-header__cta {
    margin-left: auto;
  }

  .alesia-hero__inner {
    grid-template-columns: 1fr;
    padding: 80px 0;
  }

  .alesia-hero__media {
    max-width: 620px;
    margin: 0 auto;
  }

  .alesia-plans {
    padding: 40px 24px;
  }

  .alesia-footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .alesia-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .alesia-header__inner,
  .alesia-hero__inner,
  .alesia-footer__inner {
    width: min(calc(100% - 32px), 1180px);
  }

  .alesia-header__logo img {
    max-width: 145px;
    height: 48px !important;
  }

  .alesia-header__cta {
    display: none;
  }

  .alesia-hero {
    min-height: 0;
  }

  .alesia-hero__title {
    font-size: 38px;
  }

  .alesia-button {
    width: 100%;
  }

  .alesia-feature-card {
    min-height: 105px;
    padding: 20px 26px;
    border-radius: 40px;
            flex-direction: column;
  }

  .alesia-feature-card__icon {
    width: 45px;
    flex-basis: 45px;
    font-size: 42px;
  }

  .alesia-image-composition {
    min-height: 440px;
  }

  .alesia-plan__header,
  .alesia-plan__features,
  .alesia-plan__footer {
    padding-right: 28px;
    padding-left: 28px;
    min-height: initial;
  }

  .alesia-faq__question {
    min-height: 78px;
    padding: 20px 24px;
  }

  .alesia-faq__answer {
    padding: 0 24px 24px;
  }

  .alesia-footer__inner {
    grid-template-columns: 1fr;
  }

  .alesia-footer__brand {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alesia-image-composition__image {
    transition: none;
  }
}


.cliente-item img {
    filter: grayscale(1);
    max-width: 140px!important;
    max-height: 70px!important;
    height: auto!important;
    width: auto!important;
    transition: .4s ease;
}

.cliente-item {
    display: flex;
    align-items: center;
    height: 130px;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 5px;
}

.cliente-item:hover img {
    filter: grayscale(0);
}
/* COMPONENTE - Continuous words marquee */

.words-marquee {
  --words-marquee-gap: 80px;
  width: 100%;
  overflow: hidden;
}

.words-marquee .words-marquee__track {
  align-items: center;
  transition-timing-function: linear !important;
}

.words-marquee .words-marquee__item {
  width: auto;
  flex-shrink: 0;
  padding-right: var(--words-marquee-gap);
}

.words-marquee__text {
  display: block;
  color: var(--color-text-heading, #173B37);
  font-family: var(--font-primary, sans-serif);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .words-marquee .words-marquee__track {
    transform: none !important;
  }
}

/* Project cards: organic flower layout */
.service-flowers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.flower {
  position: relative;
  min-height: 270px;
  display: grid;
  place-items: center;
  padding: 35px 20px;
  text-align: center;
}

.flower::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 48% 52% 44% 56% / 58% 42% 58% 42%;
  background: var(--color-surface, #F5EFE0);
  transform: rotate(12deg);
}

.flower::after {
  content: "";
  position: absolute;
  width: 175px;
  height: 175px;
  border: 0;
  border-radius: 50% 45% 55% 50%;
  transform: rotate(-14deg);
}

.flower-content {
  position: relative;
  z-index: 2;
  max-width: 175px;
}

.flower-icon {
  width: 148px;
  height: 148px;
  margin: 0 auto 16px;
  overflow: hidden;
  border: 5px solid var(--color-background, #FCFAF2);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(23, 59, 55, .15);
  margin-top: -90px;
}

.flower-icon img {
  width: 100%;
  height: 100%!important;
  display: block;
  object-fit: cover;
}

.flower-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.flower h5 {
  margin: 0;
  color: var(--color-text-heading, #173B37);
  line-height: 1.2;
}

.flower-copy {
  position: relative;
  display: grid;
  min-height: 64px;
  place-items: center;
}

.flower-title,
.flower-description {
  grid-area: 1 / 1;
  transition: opacity .35s ease, transform .35s ease;
}

.flower-description {
  margin: 0;
  color: var(--color-text-body, #63716D);
  font-size: 13px;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}

.flower:hover .flower-copy.has-description .flower-title,
.flower:focus-within .flower-copy.has-description .flower-title,
.flower:focus .flower-copy.has-description .flower-title {
  opacity: 0;
  transform: translateY(-10px);
}

.flower:hover .flower-copy.has-description .flower-description,
.flower:focus-within .flower-copy.has-description .flower-description,
.flower:focus .flower-copy.has-description .flower-description {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: none) {
  .flower-copy.has-description {
    display: block;
    min-height: 0;
  }

  .flower-copy.has-description .flower-title,
  .flower-copy.has-description .flower-description {
    opacity: 1;
    transform: none;
  }

  .flower-copy.has-description .flower-description {
    margin-top: 7px;
  }
}

/* Organic mask for the Parallax Background widget */
.parallax-organico .section-image__wrapper {
  overflow: hidden;
  border-radius: 32px;
  -webkit-mask-image: url("../images/organic-parallax-mask.svg");
  mask-image: url("../images/organic-parallax-mask.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  isolation: isolate;
  transform: translateZ(0);
}

.parallax-organico .art-parallax__bg {
  object-fit: cover;
}

@supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) {
  .parallax-organico .section-image__wrapper {
    border-radius: 0;
  }
}

.shape_menu {
    top: -20px;
    left: 0px;
    width: 100%;
    position: absolute;
}

/* Oceanik footer */
.oceanik-footer {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: var(--color-footer, #282626);
  color: #fff;
}

.oceanik-footer__wave {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  fill: var(--color-footer-wave, #FFF0AC);
}

.oceanik-footer__container {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 48px), 1180px);
  margin: 0 auto;
  padding: 84px 0 110px;
}

.oceanik-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(190px, .72fr) minmax(260px, 1fr);
  gap: clamp(46px, 7vw, 105px);
  align-items: start;
}

.oceanik-footer__brand {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
}

.oceanik-footer__logo .logo {
  display: block;
  padding: 0;
  border: 0;
}

.oceanik-footer__logo .logo__wrapper-img {
  display: block;
  width: 110px;
  margin: 0;
  padding: 0;
}

.oceanik-footer__logo .logo__wrapper-img img {
  width: 100%;
  max-width: 110px;
  height: auto !important;
  object-fit: contain;
}

.oceanik-footer__logo .logo__text {
  display: none;
}

.oceanik-footer__brand p {
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
}

.oceanik-footer h4 {
  margin: 0;
  color: #fff;
  font-family: var(--font-primary, sans-serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.oceanik-footer__divider {
width: 100%;
    height: 1px;
    margin: 10px 0 10px;
    background: transparent;
}

.oceanik-footer__links,
.oceanik-footer__contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.oceanik-footer__links li {
  margin: 0 0 7px;
}

.oceanik-footer__links a,
.oceanik-footer__links span,
.oceanik-footer__contact-list a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
  transition: color .2s ease;
}

.oceanik-footer__links a:hover,
.oceanik-footer__contact-list a:hover {
  color: var(--color-highlight, #FFD11F);
}

.oceanik-footer__contact-list {
  display: grid;
  gap: 13px;
}

.oceanik-footer__contact-list li {
  display: flex;
  gap: 13px;
  align-items: center;
  margin: 0;
}

.oceanik-footer__contact-list svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oceanik-footer__bottom {
  position: relative;
  z-index: 2;
  background: var(--color-highlight, #FFD11F);
  color: var(--color-text-heading, #173B37);
}

.oceanik-footer__bottom-inner {
  width: min(calc(100% - 48px), 1180px);
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.oceanik-footer__bottom p {
  margin: 0;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
}

.oceanik-footer__legal {
  display: flex;
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
}

.oceanik-footer__legal a {
  position: relative;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.oceanik-footer__legal a::before {
  content: "\2022";
  position: absolute;
  right: calc(100% + 9px);
}

.oceanik-footer__legal a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .oceanik-footer__container {
    padding-bottom: 76px;
  }

  .oceanik-footer__grid {
    grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(0, 1fr));
    gap: 44px;
  }

  .oceanik-footer__brand {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .oceanik-footer__container {
    width: min(calc(100% - 36px), 1180px);
    padding: 70px 0 58px;
  }

  .oceanik-footer__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .oceanik-footer__brand {
    gap: 20px;
  }

  .oceanik-footer__brand p {
    max-width: 440px;
  }

  .oceanik-footer__bottom-inner {
    width: min(calc(100% - 36px), 1180px);
    min-height: 0;
    padding: 24px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .oceanik-footer__legal {
    flex-wrap: wrap;
    gap: 12px 34px;
    padding-left: 10px;
  }
}

/* Reusable section waves. Add either or both classes to a section. */
.paxmark-footer {
  --paxmark-footer-bg: #29363f;
  --paxmark-footer-text: #e5e9ec;
  --paxmark-footer-muted: #aab1b6;
  --paxmark-footer-line: rgba(229, 233, 236, .58);
  --paxmark-footer-accent: #00a4e8;
  padding: clamp(86px, 8vw, 120px) 0 clamp(54px, 6vw, 88px);
  overflow: hidden;
  background: var(--paxmark-footer-bg);
  color: var(--paxmark-footer-text);
}

.paxmark-footer__container {
  width: min(calc(100% - 64px), 1540px);
  margin: 0 auto;
}

.paxmark-footer__grid {
  display: grid;
  grid-template-columns: minmax(220px, .85fr) minmax(380px, 1.65fr) minmax(260px, .8fr);
  gap: clamp(60px, 8vw, 150px);
  align-items: start;
}

.paxmark-footer__heading {
  margin: 0 0 34px;
  display: flex;
  align-items: center;
  gap: 28px;
  color: #fff;
  font-family: var(--font-primary, sans-serif);
  font-size: 18px; 
  line-height: 1.2;
}

.paxmark-footer__heading::after {
  content: "";
  width: 104px;
  height: 1px;
  flex: 0 1 104px;
  background: var(--paxmark-footer-line);
}

.paxmark-footer__menu,
.paxmark-footer__social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.paxmark-footer__menu {
  display: grid;
  gap: 14px;
}

.paxmark-footer__menu li {
  margin: 0;
  padding: 0;
}

.paxmark-footer__menu a,
.paxmark-footer__contact a {
  color: var(--paxmark-footer-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  text-decoration: none;
  transition: color .25s ease;
}

.paxmark-footer__menu a:hover,
.paxmark-footer__menu a:focus-visible,
.paxmark-footer__contact a:hover,
.paxmark-footer__contact a:focus-visible,
.paxmark-footer__social a:hover,
.paxmark-footer__social a:focus-visible,
.paxmark-footer__legal a:hover,
.paxmark-footer__legal a:focus-visible {
  color: var(--paxmark-footer-accent);
}

.paxmark-footer__contact {
  display: grid;
  gap: 12px;
}

.paxmark-footer__social {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.paxmark-footer__social a {
  width: 28px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--paxmark-footer-text);
  font-size: 25px;
  text-decoration: none;
  transition: color .25s ease;
}

.paxmark-footer__brand-row {
  margin-top: clamp(72px, 9vw, 112px);
  display: grid;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  gap: 24px;
  align-items: center;
}

.paxmark-footer__line {
  width: 100%;
  height: 1px;
  background: var(--paxmark-footer-line);
}

.paxmark-footer__logo {
  width: min(310px, 26vw);
  height: auto !important;
  display: block;
}

.paxmark-footer__bottom {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: center;
  color: var(--paxmark-footer-muted);
}

.paxmark-footer__bottom p {
  margin: 0;
  color: inherit;
  font-size: 11px;
  line-height: 1.5;
}

.paxmark-footer__legal {
  display: flex;
  align-items: center;
  gap: clamp(32px, 4vw, 64px);
}

.paxmark-footer__legal a {
  position: relative;
  color: inherit;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s ease;
}

.paxmark-footer__legal a::before {
  content: "";
  position: absolute;
  top: .65em;
  right: calc(100% + 10px);
  width: 5px;
  height: 5px;
  background: var(--main);
  border-radius: 0;
  transform: translateY(-50%);
}

@media (max-width: 1100px) {
  .paxmark-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px 72px;
  }

  .paxmark-footer__column--contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .paxmark-footer {
    padding: 70px 0 46px;
  }

  .paxmark-footer__container {
    width: min(calc(100% - 36px), 1540px);
  }

  .paxmark-footer__grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .paxmark-footer__column--contact {
    grid-column: auto;
  }

  .paxmark-footer__heading {
    margin-bottom: 24px;
  }

  .paxmark-footer__menu a,
  .paxmark-footer__contact a {
    font-size: 16px;
  }

  .paxmark-footer__brand-row {
    margin-top: 64px;
    gap: 14px;
  }

  .paxmark-footer__logo {
    width: min(210px, 56vw);
  }

  .paxmark-footer__bottom {
    margin-top: 28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .paxmark-footer__legal {
    padding-left: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.section-wave-top,
.section-wave-bottom {
  --section-wave-height: 28px;
  position: relative;
  overflow: visible;
  isolation: isolate;
}

.section-wave-top::before,
.section-wave-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  height: var(--section-wave-height);
  pointer-events: none;
  background-color: var(--section-wave-color, inherit);
  -webkit-mask-image: url("../images/section-wave-mask.svg");
  mask-image: url("../images/section-wave-mask.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.section-content__header {
    margin-bottom: 20px;
}
.section-wave-top::before {
  bottom: calc(100% - 1px);
  transform: scaleY(-1);
}

.section-wave-bottom::after {
  top: calc(100% - 1px);
}

@media (max-width: 767px) {
  .section-wave-top,
  .section-wave-bottom {
    --section-wave-height: 18px;
  }
    .section-separator-top::before {
 
}

.section-separator-bottom::after {
  bottom: 25px;
  transform: translateY(100%);
}


.alesia-feature-card__title {

    font-size: 16px;
    font-weight: 500;
    line-height: 1.15;
            text-align: center;

}
}


.counter-blue article.counter.js-counter.counters-widget__card {
    background: var(--main);
    color: white;
    align-items: center;
    min-height: 190px;
}
