@font-face {
  font-family: "Kiro";
  src: url("../fonts/kiro-regular.woff2") format("woff2"),
       url("../fonts/kiro-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Kiro";
  src: url("../fonts/kiro-bold.woff2") format("woff2"),
       url("../fonts/kiro-bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Kiro";
  src: url("../fonts/kiro-light.woff2") format("woff2"),
       url("../fonts/kiro-light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

:root {
  --tews-navy: #07182d;
  --tews-gold: #c8a96b;
  --tews-gold-hover: #e2c88a;
  --tews-header-height: 88px;
}

html {
  scroll-padding-top: calc(var(--tews-header-height) + 20px);
}

body.tews-custom-header {
  font-family: "Kiro", sans-serif;
}

.tews-custom-header #page {
  min-height: 0;
  padding-top: 0;
}

/* Defensive fallback for Astra versions that do not apply astra_enable_header. */
.tews-custom-header #masthead.site-header,
.tews-custom-header #colophon.site-footer {
  display: none !important;
}

.tews-header,
.tews-header * {
  box-sizing: border-box;
}

.tews-header {
  position: fixed;
  z-index: 9990;
  inset: 0 0 auto;
  height: var(--tews-header-height);
  color: var(--tews-gold);
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background-color 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tews-header.is-scrolled {
  background: rgba(7, 24, 45, 0.72);
  border-bottom-color: rgba(200, 169, 107, 0.24);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
}

.admin-bar .tews-header {
  top: 32px;
}

.tews-header__inner {
  width: min(100% - 48px, 1440px);
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(28px, 4vw, 72px);
}

.tews-header__brand {
  position: relative;
  z-index: 3;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 10px 0;
}

.tews-header__brand img {
  display: block;
  width: clamp(190px, 18vw, 234px);
  height: auto;
}

.tews-header__nav {
  margin-left: auto;
}

.tews-header__menu {
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.8vw, 13px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.tews-header__menu > li {
  margin: 0;
}

.tews-header__menu > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px clamp(12px, 1.15vw, 19px);
  color: var(--tews-gold);
  background: rgba(7, 24, 45, 0.78);
  border: 1px solid rgba(200, 169, 107, 0.76);
  border-radius: 999px;
  font-family: "Kiro", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.045em;
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.tews-header__menu > li > a::after {
  display: none;
}

.tews-header__menu > li > a:hover,
.tews-header__menu > li > a:focus-visible {
  color: var(--tews-navy);
  background: var(--tews-gold-hover);
  border-color: var(--tews-gold-hover);
  transform: translateY(-1px);
}

.tews-header a:focus-visible,
.tews-header button:focus-visible {
  outline: 2px solid var(--tews-gold-hover);
  outline-offset: 4px;
}

.tews-header__toggle,
.tews-header__backdrop,
.tews-header__drawer-art {
  display: none;
}

@media (max-width: 1100px) {
  :root {
    --tews-header-height: 78px;
  }

  .tews-header__inner {
    width: min(100% - 40px, 1040px);
  }

  .tews-header__brand img {
    width: 190px;
  }

  .tews-header__toggle {
    position: relative;
    z-index: 4;
    display: inline-grid;
    width: 48px;
    height: 48px;
    padding: 0;
    place-items: center;
    color: var(--tews-gold);
    background: transparent;
    border: 1px solid rgba(200, 169, 107, 0.55);
    border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
  }

  .tews-header__toggle:hover {
    color: var(--tews-gold-hover);
    border-color: var(--tews-gold-hover);
    background: rgba(200, 169, 107, 0.08);
  }

  .tews-header__toggle-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .tews-header__toggle-icon {
    display: grid;
    width: 21px;
    gap: 5px;
  }

  .tews-header__toggle-icon span {
    display: block;
    width: 100%;
    height: 1.5px;
    background: currentColor;
    border-radius: 2px;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .tews-header__toggle[aria-expanded="true"] .tews-header__toggle-icon span:first-child {
    transform: translateY(6.5px) rotate(45deg);
  }

  .tews-header__toggle[aria-expanded="true"] .tews-header__toggle-icon span:nth-child(2) {
    opacity: 0;
  }

  .tews-header__toggle[aria-expanded="true"] .tews-header__toggle-icon span:last-child {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  .tews-header__nav {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    width: min(430px, 88vw);
    margin: 0;
    padding: calc(var(--tews-header-height) + 42px) 34px 30px;
    flex-direction: column;
    overflow-y: auto;
    background: #07182d;
    border-left: 1px solid rgba(200, 169, 107, 0.24);
    box-shadow: -24px 0 60px rgba(0, 0, 0, 0.34);
    transform: translateX(105%);
    visibility: hidden;
    transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), visibility 260ms;
  }

  .admin-bar .tews-header__nav {
    top: 32px;
  }

  .tews-header.is-menu-open .tews-header__nav {
    transform: translateX(0);
    visibility: visible;
  }

  .tews-header__menu {
    display: grid;
    width: 100%;
    gap: 12px;
  }

  .tews-header__menu > li {
    border: 0;
  }

  .tews-header__menu > li > a {
    display: flex;
    min-height: 52px;
    padding: 13px 18px;
    font-size: 17px;
  }

  .tews-header__menu > li > a::after {
    display: none;
  }

  .tews-header__menu > li:last-child {
    margin-top: 0;
    border: 0;
  }

  .tews-header__menu > li:last-child > a {
    justify-content: center;
    min-height: 50px;
    padding-inline: 20px;
  }

  .tews-header__drawer-art {
    position: relative;
    display: block;
    min-height: 116px;
    margin-top: auto;
    overflow: hidden;
    border-radius: 14px;
    background-image: linear-gradient(90deg, rgba(7, 24, 45, 0.24), rgba(7, 24, 45, 0.62)), var(--tews-menu-art);
    background-position: center;
    background-size: cover;
    opacity: 0.72;
  }

  .tews-header__backdrop {
    position: fixed;
    z-index: 1;
    inset: 0;
    display: block;
    padding: 0;
    background: rgba(1, 8, 18, 0.62);
    border: 0;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 220ms ease, visibility 220ms;
  }

  .tews-header.is-menu-open .tews-header__backdrop {
    opacity: 1;
    visibility: visible;
  }

  body.tews-menu-open {
    overflow: hidden;
  }
}

/* HERO / slider */
.tews-hero,
.tews-hero * {
  box-sizing: border-box;
}

.tews-hero {
  position: relative;
  width: 100%;
  height: min(88vh, 900px);
  min-height: 670px;
  overflow: hidden;
  color: #fff;
  background: var(--tews-navy);
}

.tews-hero__slides,
.tews-hero__slide {
  position: absolute;
  inset: 0;
}

.tews-hero__slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 700ms ease, visibility 700ms;
}

.tews-hero__slide.is-active {
  opacity: 1;
  visibility: visible;
}

.tews-hero__image,
.tews-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tews-hero__image {
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
  transition: transform 8s ease-out;
}

.tews-hero__slide.is-active .tews-hero__image {
  transform: scale(1.055);
}

.tews-hero__shade {
  z-index: 1;
  background: linear-gradient(90deg, rgba(3, 14, 28, 0.94) 0%, rgba(3, 14, 28, 0.78) 35%, rgba(3, 14, 28, 0.28) 70%, rgba(3, 14, 28, 0.38) 100%), linear-gradient(180deg, rgba(3, 14, 28, 0.2) 55%, rgba(3, 14, 28, 0.72) 100%);
}

.tews-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(100% - 48px, 1440px);
  height: 100%;
  margin-inline: auto;
  padding-top: calc(var(--tews-header-height) + clamp(70px, 9vh, 120px));
  padding-bottom: clamp(70px, 9vh, 110px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.tews-hero__eyebrow {
  margin: 0 0 18px;
  color: var(--tews-gold-hover);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.tews-hero__title {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-family: "Kiro", sans-serif;
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 300;
  line-height: 1.03;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.tews-hero__text {
  max-width: 640px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.55;
}

.tews-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.tews-button {
  display: inline-flex;
  min-height: 50px;
  padding: 13px 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--tews-gold);
  border-radius: 999px;
  font-family: "Kiro", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.tews-button--primary {
  color: var(--tews-navy) !important;
  background: var(--tews-gold);
}

.tews-button--outline {
  color: var(--tews-gold) !important;
  background: rgba(7, 24, 45, 0.72);
}

.tews-button:hover,
.tews-button:focus-visible {
  color: var(--tews-navy) !important;
  background: var(--tews-gold-hover);
  border-color: var(--tews-gold-hover);
  transform: translateY(-2px);
}

.tews-button--static,
.tews-button--static:hover {
  cursor: default;
  transform: none;
}

.tews-hero__controls {
  position: absolute;
  z-index: 3;
  right: max(24px, calc((100vw - 1440px) / 2));
  bottom: 36px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.tews-hero__arrow,
.tews-hero__dots button {
  color: var(--tews-gold);
  background: rgba(7, 24, 45, 0.72);
  border: 1px solid var(--tews-gold);
  cursor: pointer;
}

.tews-hero__arrow {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
}

.tews-hero__dots {
  display: flex;
  gap: 7px;
}

.tews-hero__dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
}

.tews-hero__dots button[aria-current="true"] {
  background: var(--tews-gold);
}

/* Simple TEWS footer */
.tews-footer,
.tews-footer * {
  box-sizing: border-box;
}

.tews-footer {
  position: relative;
  z-index: 2;
  padding: 64px 24px 24px;
  color: var(--tews-gold);
  background: var(--tews-navy);
  border-top: 1px solid rgba(200, 169, 107, 0.28);
  font-family: "Kiro", sans-serif;
}

.tews-footer__inner,
.tews-footer__bottom {
  width: min(100%, 1440px);
  margin-inline: auto;
}

.tews-footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  padding-bottom: 48px;
}

.tews-footer__brand img {
  display: block;
  width: 190px;
  height: auto;
}

.tews-footer__brand p {
  max-width: 360px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
}

.tews-footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tews-footer__menu li {
  margin: 0;
}

.tews-footer__menu a {
  display: inline-flex;
  min-height: 40px;
  padding: 9px 16px;
  align-items: center;
  color: var(--tews-gold);
  background: var(--tews-navy);
  border: 1px solid rgba(200, 169, 107, 0.76);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.tews-footer__menu a:hover,
.tews-footer__menu a:focus-visible {
  color: var(--tews-navy);
  background: var(--tews-gold-hover);
  border-color: var(--tews-gold-hover);
}

.tews-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(200, 169, 107, 0.16);
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.tews-footer__bottom p {
  margin: 0;
}

.tews-footer__bottom a {
  color: var(--tews-gold);
  text-decoration: none;
}

@media (max-width: 900px) {
  .tews-hero {
    height: min(86vh, 820px);
    min-height: 650px;
  }

  .tews-hero__content {
    width: calc(100% - 40px);
  }

  .tews-hero__shade {
    background: linear-gradient(90deg, rgba(3, 14, 28, 0.94), rgba(3, 14, 28, 0.46)), linear-gradient(180deg, rgba(3, 14, 28, 0.15), rgba(3, 14, 28, 0.76));
  }

  .tews-footer__inner {
    flex-direction: column;
  }

  .tews-footer__menu {
    justify-content: flex-start;
  }

  .tews-footer__nav {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .tews-hero {
    height: min(88svh, 780px);
    min-height: 620px;
  }

  .tews-hero__image {
    object-position: 62% center;
  }

  .tews-hero__shade {
    background: linear-gradient(90deg, rgba(3, 14, 28, 0.88), rgba(3, 14, 28, 0.42)), linear-gradient(180deg, rgba(3, 14, 28, 0.18), rgba(3, 14, 28, 0.9));
  }

  .tews-hero__content {
    width: calc(100% - 32px);
    padding-top: calc(var(--tews-header-height) + 48px);
    padding-bottom: 52px;
    justify-content: flex-end;
  }

  .tews-hero__eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .tews-hero__title {
    font-size: clamp(36px, 10.2vw, 46px);
    line-height: 1.05;
  }

  .tews-hero__text {
    margin-top: 18px;
    font-size: 16px;
  }

  .tews-hero__actions {
    width: 100%;
    margin-top: 26px;
  }

  .tews-button {
    width: 100%;
  }

  .tews-footer {
    padding: 48px 16px 20px;
  }

  .tews-footer__menu {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tews-footer__menu a {
    justify-content: center;
  }

  .tews-footer__bottom {
    flex-direction: column;
  }
}

/* OnePage service sections */
.tews-onepage,
.tews-onepage * {
  box-sizing: border-box;
}

.tews-onepage {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #fff;
  background: var(--tews-navy);
}

.tews-service {
  position: relative;
  scroll-margin-top: var(--tews-header-height);
  padding: clamp(92px, 10vw, 150px) 24px;
  background: #07182d;
}

.tews-service:nth-child(even) {
  background: #091d35;
}

.tews-service::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at 80% 10%, rgba(200, 169, 107, 0.08), transparent 35%);
}

.tews-service:nth-child(even)::before {
  background: radial-gradient(circle at 15% 20%, rgba(200, 169, 107, 0.07), transparent 34%);
}

.tews-service__inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 1360px);
  margin-inline: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(56px, 7vw, 118px);
}

.tews-service__visual {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(200, 169, 107, 0.32);
  border-radius: 26px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.tews-service__visual::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: inherit;
  box-shadow: inset 0 0 55px rgba(7, 24, 45, 0.22);
}

.tews-service__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tews-service:hover .tews-service__image {
  transform: scale(1.025);
}

.tews-service__number {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 24px;
  color: rgba(226, 200, 138, 0.9);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.tews-service__content {
  grid-column: 1;
  grid-row: 1;
}

.tews-service--reverse .tews-service__visual {
  grid-column: 1;
}

.tews-service--reverse .tews-service__content {
  grid-column: 2;
}

.tews-service__eyebrow {
  margin: 0 0 18px;
  color: var(--tews-gold);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.tews-service__content h2 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-family: "Kiro", sans-serif;
  font-size: clamp(39px, 4.4vw, 68px);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.tews-service__lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.65;
}

.tews-service__note {
  display: inline-flex;
  max-width: 620px;
  margin: 24px 0 0;
  padding: 12px 16px;
  align-items: flex-start;
  gap: 10px;
  color: var(--tews-gold-hover);
  background: rgba(200, 169, 107, 0.08);
  border: 1px solid rgba(200, 169, 107, 0.3);
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.5;
}

.tews-service__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.tews-service__tags li {
  margin: 0;
  padding: 8px 13px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(200, 169, 107, 0.22);
  border-radius: 999px;
  font-size: 13px;
}

.tews-service__link {
  display: inline-flex;
  margin-top: 34px;
  align-items: center;
  gap: 12px;
  color: var(--tews-gold);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-decoration: none !important;
}

.tews-service__link span {
  transition: transform 180ms ease;
}

.tews-service__link:hover,
.tews-service__link:focus-visible {
  color: var(--tews-gold-hover);
}

.tews-service__link:hover span,
.tews-service__link:focus-visible span {
  transform: translateX(5px);
}

.tews-contact-cta {
  position: relative;
  scroll-margin-top: var(--tews-header-height);
  padding: clamp(110px, 12vw, 180px) 24px;
  overflow: hidden;
  text-align: center;
  background: #061426;
  border-top: 1px solid rgba(200, 169, 107, 0.2);
}

.tews-contact-cta::before {
  position: absolute;
  inset: -50%;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at center, rgba(200, 169, 107, 0.13), transparent 40%);
}

.tews-contact-cta__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  margin-inline: auto;
}

.tews-contact-cta p {
  margin: 0 0 18px;
  color: var(--tews-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.tews-contact-cta h2 {
  margin: 0;
  color: #fff;
  font-family: "Kiro", sans-serif;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 300;
  line-height: 1.05;
  text-wrap: balance;
}

.tews-contact-cta .tews-button {
  margin-top: 38px;
}

@media (max-width: 900px) {
  .tews-service {
    padding: 90px 20px;
  }

  .tews-service__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .tews-service__visual,
  .tews-service--reverse .tews-service__visual {
    grid-column: 1;
    grid-row: 1;
  }

  .tews-service__content,
  .tews-service--reverse .tews-service__content {
    grid-column: 1;
    grid-row: 2;
  }

  .tews-service__content h2,
  .tews-service__lead {
    max-width: 760px;
  }
}

@media (max-width: 560px) {
  .tews-service {
    padding: 72px 16px;
  }

  .tews-service__inner {
    gap: 36px;
  }

  .tews-service__visual {
    aspect-ratio: 4 / 3;
    border-radius: 18px;
  }

  .tews-service__content h2 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .tews-service__lead {
    margin-top: 21px;
    font-size: 16px;
  }

  .tews-service__tags {
    margin-top: 24px;
  }

  .tews-contact-cta {
    padding: 92px 16px;
  }
}

@media (max-width: 782px) {
  .admin-bar .tews-header,
  .admin-bar .tews-header__nav {
    top: 46px;
  }
}

@media (max-width: 600px) {
  .admin-bar:not(.wp-admin) .tews-header,
  .admin-bar:not(.wp-admin) .tews-header__nav {
    top: 0;
  }
}

@media (max-width: 560px) {
  :root {
    --tews-header-height: 70px;
  }

  .tews-header__inner {
    width: calc(100% - 32px);
  }

  .tews-header__brand img {
    width: 160px;
  }

  .tews-header__toggle {
    width: 44px;
    height: 44px;
  }

  .tews-header__nav {
    width: min(360px, 92vw);
    padding: calc(var(--tews-header-height) + 30px) 24px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tews-header,
  .tews-header *,
  .tews-header *::before,
  .tews-header *::after,
  .tews-hero *,
  .tews-footer *,
  .tews-onepage * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
