@charset "UTF-8";
/*!
Theme Name: TIMNAT theme
Theme URI:
Description: A custom theme for the TIMNAT website
Author: Avsha Agasi
Author URI: http://the-two.co
Version: 3.1.6
Tags: Clean, Minimal, Great
*/
/* reset */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@font-face {
  font-family: "NarkissBlockExtendedBold";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/narkiss-block-extended-bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NarkissBlock";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/NarkissBlock-Regular.woff2") format("woff2"), url("fonts/NarkissBlock-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NarkissBlock";
  font-weight: 600;
  font-style: normal;
  src: url("fonts/NarkissBlock-Semibold.woff2") format("woff2"), url("fonts/NarkissBlock-Semibold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NarkissBlock";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/NarkissBlock-Bold.woff2") format("woff2"), url("fonts/NarkissBlock-Bold.woff") format("woff");
  font-display: swap;
}
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-weight: 400;
  line-height: 1;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button {
  font-family: inherit;
}

.overflow {
  overflow: hidden;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.container {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.mobile-blocker {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mobile-blocker {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
  }
  .mobile-blocker img {
    display: block;
    width: min(60vw, 260px);
    height: auto;
  }
}

.content-wrapper {
  position: relative;
  width: calc(100% - 136px);
  max-width: 1648px;
  margin: auto;
}

.goto {
  cursor: pointer;
}

.center-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: table;
}

.center-wrapper .center {
  display: table-cell;
  vertical-align: middle;
}

.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vimeo-wrapper video {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ta-c {
  text-align: center;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-24 {
  margin-top: 24px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-r-4 {
  margin-right: 4px;
}

.height-10 {
  height: 10px;
}

.image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

::-webkit-input-placeholder {
  color: #333333 !important;
  font-family: "NarkissBlock";
}

::-moz-placeholder {
  color: #333333 !important;
  font-family: "NarkissBlock";
}

:-ms-input-placeholder {
  color: #333333 !important;
  font-family: "NarkissBlock";
}

:-moz-placeholder {
  color: #333333 !important;
  font-family: "NarkissBlock";
}

.wow {
  visibility: hidden;
}

.skip-link:focus,
.skip-link:focus-visible {
  clip: auto !important;
  height: auto !important;
  left: 20px;
  margin: 0 !important;
  overflow: visible !important;
  padding: 12px 16px !important;
  position: fixed !important;
  top: 20px;
  width: auto !important;
  z-index: 1000;
  background: #EFEFED;
  color: #333333;
  outline: 1px solid currentColor;
}

@media (prefers-reduced-motion: reduce) {
  .wow {
    animation: none !important;
    visibility: visible !important;
  }
}
.hide-on-d {
  display: none;
}

.hide-on-m {
  display: block;
}

.go-up {
  position: absolute;
  right: 64px;
  bottom: 64px;
  cursor: pointer;
  font-size: 12px;
}
.go-up img {
  width: 16px;
  margin-left: 4px;
}

.open-image-vid {
  cursor: pointer;
}

.open-popup {
  cursor: pointer;
}

.wp-caption {
  cursor: pointer;
}

.lds-ring {
  position: absolute;
  left: 0;
  top: -4px;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
  visibility: hidden;
  opacity: 0;
}
.lds-ring.show {
  visibility: visible;
  opacity: 1;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  margin: 5px;
  border: 4px solid white;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ofc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  object-fit: cover;
  overflow: hidden;
}
.ofc.opt {
  object-position: top;
}
.ofc img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  object-fit: cover;
}

.enlarge-img {
  cursor: pointer;
}

.img-blocker {
  position: absolute;
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: #ffffff;
  transition: all 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: left center;
}
.img-blocker.opp {
  transform-origin: right center;
}
.img-blocker.from-top {
  transform-origin: bottom center;
}
.img-blocker.from-top.reveal {
  transform: scaleY(0) !important;
  -webkit-transform: scaleY(0) !important;
}
.img-blocker.reveal {
  transform: scaleX(0) !important;
  -webkit-transform: scaleX(0) !important;
}

/********* Contact Form 7 *********/
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #d2353f;
  position: absolute;
  right: 0;
  bottom: -30px;
}

.wpcf7-form-control.wpcf7-not-valid {
  border-color: #d2353f !important;
}

.wpcf7-spinner {
  position: absolute;
  right: calc(100% + 20px);
  margin: 0;
  top: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  right: 0;
  margin: 0;
  bottom: -60px;
}

.wpcf7 input[type=url], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
  direction: rtl;
  text-align: right;
}

.mobile-block {
  display: none;
}

.caption-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at calc(100% - 18px) calc(100% - 10px), rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.24) 18%, rgba(0, 0, 0, 0.08) 34%, rgba(0, 0, 0, 0) 50%);
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .container {
    overflow: hidden;
  }
  .content-wrapper {
    width: calc(100% - 40px);
  }
  input {
    border-radius: 0 !important;
  }
  .hide-on-d {
    display: block;
  }
  .hide-on-m {
    display: none;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 100;
  color: #ffffff;
  z-index: 999;
  -webkit-transition: all 0.16s ease-out;
  transition: all 0.16s ease-out;
}
header .content-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 136px);
}
header .content-wrapper .nav-right {
  display: flex;
  align-items: center;
  gap: 66px;
  height: 100%;
}
header .content-wrapper .logo {
  display: block;
  color: inherit;
}
header .content-wrapper .logo img {
  display: block;
  height: 22px;
  width: auto;
}
header .content-wrapper .logo .logo-dark {
  display: none;
}
header .content-wrapper .items {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  height: 100%;
  font-size: 15.4px;
  font-family: "NarkissBlock";
  font-weight: 600;
}
header .content-wrapper .items > li {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
header .content-wrapper .items > li > a {
  color: inherit;
}
header .content-wrapper .items > li .menu-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  line-height: 1;
  cursor: pointer;
}
header .content-wrapper .items > li .menu-label .chevron {
  display: block;
  width: 8px;
  height: auto;
  fill: none;
  stroke: white;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}
header .content-wrapper .items > li .dropdown {
  position: absolute;
  top: 100%;
  right: -22px;
  min-width: 220px;
  padding: 12px 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  background: white;
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.16);
  clip-path: inset(0 -90px -90px -90px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
header .content-wrapper .items > li .dropdown::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 100%;
  height: 16px;
}
header .content-wrapper .items > li .dropdown li {
  padding: 10px 22px;
  color: black;
  font-weight: 400;
  line-height: 1.25;
  text-align: right;
  white-space: nowrap;
}
header .content-wrapper .items > li .dropdown li a {
  display: block;
  color: inherit;
}
header .content-wrapper .items > li .dropdown li {
  transition: color 0.24s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
header .content-wrapper .items > li .dropdown li:hover {
  transform: translateX(-3px);
}
header .content-wrapper .items > li.has-dropdown:hover .menu-label .chevron, header .content-wrapper .items > li.has-dropdown:focus-within .menu-label .chevron {
  transform: rotate(180deg);
}
header .content-wrapper .items > li.has-dropdown:hover .dropdown, header .content-wrapper .items > li.has-dropdown:focus-within .dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
header .content-wrapper .items > li.has-mega:hover .menu-label .chevron, header .content-wrapper .items > li.has-mega:focus-within .menu-label .chevron {
  transform: rotate(180deg);
}
header .content-wrapper .panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  font-size: 16px;
  font-family: "NarkissBlock";
}
header .content-wrapper .panel .langs {
  font-family: "NarkissBlock";
  font-size: 15.4px;
  font-weight: 600;
}
header .content-wrapper .panel .langs span {
  margin: 0 4px;
  opacity: 0.56;
  cursor: pointer;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
header .content-wrapper .panel .langs span:hover {
  opacity: 1;
}
header .content-wrapper .panel .langs span.active {
  opacity: 1;
}
header .content-wrapper .panel .button {
  border: 1px solid;
  border-radius: 60px;
  height: 36px;
  text-align: center;
  line-height: 35px;
  width: 160px;
  font-family: "NarkissBlock";
  font-size: 15.4px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
header .content-wrapper .panel .button:hover {
  background: black;
  border-color: black;
  color: white;
}
header .mega-backdrop {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: -1;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.36s ease, visibility 0.36s ease;
}
header .mega-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  color: black;
  font-family: "NarkissBlock";
  font-weight: 400;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.16);
  clip-path: inset(0 0 -160px 0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
header .mega-dropdown .mega-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  width: calc(100% - 136px);
  max-width: 1648px;
  margin: 0 auto;
  padding: 34px 0 38px;
}
header .mega-dropdown .mega-card {
  display: block;
  color: black;
}
header .mega-dropdown .mega-card .thumb {
  position: relative;
  display: block;
  aspect-ratio: 16/8;
  overflow: hidden;
}
header .mega-dropdown .mega-card .thumb video {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
header .mega-dropdown .mega-card .card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.66) 100%);
}
header .mega-dropdown .mega-card .card-content {
  position: absolute;
  right: 20px;
  bottom: 20px;
  max-width: calc(100% - 40px);
  color: white;
  text-align: right;
}
header .mega-dropdown .mega-card .title {
  display: block;
  font-family: "NarkissBlockExtendedBold";
  font-size: 30px;
  line-height: 1.14;
}
header .mega-dropdown .mega-card:hover .thumb video {
  transform: scale(1.05);
}
header.mega-open .mega-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}
header.mega-open .mega-backdrop {
  opacity: 1;
  visibility: visible;
}
header.mega-open .content-wrapper .items > li.has-mega .menu-label .chevron {
  transform: rotate(180deg);
}

body.page-template-home-hero-a header,
header.scrolled,
header.mega-open,
header.nav-open {
  color: black;
}
body.page-template-home-hero-a header .content-wrapper .items > li .menu-label .chevron,
header.scrolled .content-wrapper .items > li .menu-label .chevron,
header.mega-open .content-wrapper .items > li .menu-label .chevron,
header.nav-open .content-wrapper .items > li .menu-label .chevron {
  stroke: black;
}
body.page-template-home-hero-a header .content-wrapper .logo .logo-light,
header.scrolled .content-wrapper .logo .logo-light,
header.mega-open .content-wrapper .logo .logo-light,
header.nav-open .content-wrapper .logo .logo-light {
  display: none;
}
body.page-template-home-hero-a header .content-wrapper .logo .logo-dark,
header.scrolled .content-wrapper .logo .logo-dark,
header.mega-open .content-wrapper .logo .logo-dark,
header.nav-open .content-wrapper .logo .logo-dark {
  display: block;
}

header.scrolled {
  height: 80px;
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

header.mega-open,
header.nav-open {
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/**********************************
 * Shared contact form (footer + popup)
 **********************************/
.contact-form .fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 24px;
}
.contact-form .fields .full {
  grid-column: 1/-1;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  background: none;
  padding: 12px 0;
  font-family: "NarkissBlock";
  font-size: 15.4px;
  color: black;
  border-radius: 0;
  outline: none;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: black;
}
.contact-form input[type=tel] {
  direction: rtl;
  text-align: right;
}
.contact-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 4px center;
  background-size: 11px auto;
  padding-left: 24px;
}
.contact-form ::placeholder {
  color: rgba(0, 0, 0, 0.66) !important;
  font-family: "NarkissBlock" !important;
  transition: color 0.26s ease;
}
.contact-form input:focus::placeholder,
.contact-form textarea:focus::placeholder {
  color: black !important;
}
.contact-form select:invalid {
  color: rgba(0, 0, 0, 0.66);
}
.contact-form select:focus:invalid {
  color: black;
}
.contact-form select option {
  color: black;
}
.contact-form textarea {
  resize: none;
}
.contact-form .button {
  display: inline-block;
  margin-top: 26px;
  border: 1px solid black;
  border-radius: 60px;
  height: 44px;
  line-height: 44px;
  width: 240px;
  padding: 0;
  background: none;
  font-family: "NarkissBlock";
  font-size: 15.4px;
  font-weight: 600;
  color: black;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
.contact-form .button:hover {
  background: black;
  color: white;
}

@media screen and (max-width: 1024px) {
  .contact-form .fields {
    grid-template-columns: 1fr;
  }
  .contact-form .button {
    width: 100%;
  }
}
.site-footer {
  position: relative;
  background: white;
  color: black;
  font-family: "NarkissBlock";
  font-weight: 400;
  padding: 72px 0 32px;
}
.site-footer .footer-top {
  display: grid;
  grid-template-columns: 1.1fr auto auto;
  gap: 90px;
  align-items: start;
}
.site-footer h3 {
  font-family: "NarkissBlockExtendedBold";
  font-size: 30px;
  line-height: 1.14;
}
.site-footer .footer-form {
  max-width: 760px;
}
.site-footer .footer-form form {
  margin-top: 24px;
}
.site-footer .footer-info .footer-logo {
  display: block;
  height: 28px;
  width: auto;
  margin-top: 7px;
}
.site-footer .footer-info p {
  margin-top: 18px;
  font-size: 15.4px;
  line-height: 1.6;
}
.site-footer .footer-info p.ltr {
  direction: ltr;
  text-align: right;
}
.site-footer .footer-info .linkedin {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  font-size: 15.4px;
  font-weight: 400;
  color: black;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-footer .footer-nav {
  display: flex;
  gap: 70px;
}
.site-footer .footer-nav ul {
  margin-top: 0;
}
.site-footer .footer-nav ul li {
  margin-top: 10px;
  font-size: 15.4px;
}
.site-footer .footer-nav ul li a {
  color: black;
  opacity: 1;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
.site-footer .footer-nav ul li a:hover {
  opacity: 0.72;
}
.site-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 64px;
  padding-top: 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 15.4px;
}
.site-footer .footer-bottom .legal {
  display: flex;
  gap: 22px;
}
.site-footer .footer-bottom .legal a {
  color: black;
  opacity: 1;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
.site-footer .footer-bottom .legal a:hover {
  opacity: 0.72;
}
.site-footer .footer-bottom .langs {
  font-weight: 600;
}
.site-footer .footer-bottom .langs span {
  margin: 0 4px;
  opacity: 0.56;
  cursor: pointer;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
.site-footer .footer-bottom .langs span:hover, .site-footer .footer-bottom .langs span.active {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .site-footer {
    padding: 52px 0 28px;
  }
  .site-footer .footer-top {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .site-footer .footer-nav {
    gap: 48px;
  }
  .site-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 44px;
  }
}
/**********************************
 * Contact popup
 **********************************/
body.popup-open {
  overflow: hidden;
}

.contact-popup {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0.36s ease;
}
.contact-popup .popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.36s ease;
}
.contact-popup .popup-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  width: min(1140px, 100%);
  max-height: calc(100vh - 80px);
  background: white;
  color: black;
  font-family: "NarkissBlock";
  font-weight: 400;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  opacity: 0;
  transform: scale(0.955);
  transition: opacity 0.36s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.contact-popup .popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  left: auto;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
.contact-popup .popup-close svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: black;
  stroke-width: 1.6;
  stroke-linecap: round;
}
.contact-popup .popup-close:hover {
  background: black;
}
.contact-popup .popup-close:hover svg {
  stroke: white;
}
.contact-popup .popup-body {
  padding: 56px 64px 46px;
  overflow-y: auto;
}
.contact-popup .popup-body h3 {
  font-family: "NarkissBlockExtendedBold";
  font-size: 44px;
  line-height: 1.14;
}
.contact-popup .popup-body .popup-sub {
  margin-top: 4px;
  font-size: 15.4px;
  opacity: 1;
}
.contact-popup .popup-body .contact-form {
  margin-top: 26px;
}
.contact-popup .popup-body .popup-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 20px;
  margin-top: 70px;
  padding: 0;
  background: transparent;
  font-size: 15.4px;
}
.contact-popup .popup-body .popup-details .name {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}
.contact-popup .popup-body .popup-details a {
  color: black;
  opacity: 1;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
.contact-popup .popup-body .popup-details a:hover {
  opacity: 0.72;
}
.contact-popup .popup-body .popup-details a.ltr {
  direction: ltr;
}
.contact-popup .popup-body .popup-details a.linkedin {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact-popup .popup-media {
  position: relative;
  min-height: 100%;
  border: 0;
}
.contact-popup .popup-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-popup.open {
  visibility: visible;
  pointer-events: auto;
}
.contact-popup.open .popup-backdrop {
  opacity: 1;
}
.contact-popup.open .popup-inner {
  opacity: 1;
  transform: none;
}

/**********************************
 * Project popup (extends the contact popup shell)
 **********************************/
.project-popup .popup-inner {
  grid-template-columns: 1fr 1fr;
}
.project-popup .popup-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 64px 56px;
}
.project-popup .popup-body h3 {
  font-size: 44px;
}
.project-popup .popup-body .project-desc {
  margin-top: 10px;
  width: 80%;
  font-size: 15.4px;
  line-height: 1.6;
  text-wrap: pretty;
}
.project-popup .popup-body .project-stats {
  display: flex;
  gap: 36px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}
.project-popup .popup-body .project-stats .stat {
  display: flex;
  flex-direction: column-reverse;
}
.project-popup .popup-body .project-stats .stat .value {
  font-family: "NarkissBlockExtendedBold";
  font-size: 24px;
  color: #0d6b73;
}
.project-popup .popup-body .project-stats .stat .label {
  margin: 0 0 6px;
  font-size: 15.4px;
  font-weight: 600;
  opacity: 1;
}
.project-popup .popup-body .project-timeline {
  display: block;
  margin-top: 24px;
  font-size: 15.4px;
  font-weight: 600;
  opacity: 1;
}
.project-popup .popup-body .popup-tags {
  display: flex;
  gap: 8px;
  margin: 14px 0 24px;
}
.project-popup .popup-body .popup-tags .tag {
  padding: 5px 15px 3px;
  border-radius: 60px;
  font-size: 15.4px;
  font-weight: 600;
  background: rgba(124, 152, 178, 0.18);
  color: #3d5f6b;
}
.project-popup .popup-body .popup-tags .tag.tag-type.type-agro {
  background: #0d6b73;
  color: white;
}
.project-popup .popup-body .popup-tags .tag.tag-type.type-solar {
  background: #4d9ba1;
  color: white;
}
.project-popup .popup-body .popup-tags .tag.tag-type.type-water {
  background: #2c7da0;
  color: white;
}
.project-popup .popup-body .popup-tags .tag.tag-type.type-storage {
  background: #7f9da1;
  color: white;
}
.project-popup .popup-body .popup-tags .tag.tag-type.type-epc {
  background: #16454e;
  color: white;
}
.project-popup .popup-media {
  aspect-ratio: 1;
}
.project-popup .popup-media .media-slides {
  position: absolute;
  inset: 0;
}
.project-popup .popup-media .media-slides img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.45s ease;
}
.project-popup .popup-media .media-slides img.active {
  opacity: 1;
}
.project-popup .popup-media .media-arrows {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: flex;
  gap: 8px;
}
.project-popup .popup-media .media-arrows .media-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: pointer;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
.project-popup .popup-media .media-arrows .media-arrow svg {
  width: 7px;
  height: auto;
  fill: none;
  stroke: black;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.project-popup .popup-media .media-arrows .media-arrow:hover {
  background: black;
}
.project-popup .popup-media .media-arrows .media-arrow:hover svg {
  stroke: white;
}
.project-popup .popup-media.single .media-arrows {
  display: none;
}

/**********************************
 * Team popup (extends the contact popup shell)
 **********************************/
.team-popup .popup-inner {
  grid-template-columns: 1fr 1fr;
  width: min(1040px, 100%);
}
.team-popup .popup-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 64px 56px;
}
.team-popup .popup-body h3 {
  font-size: 36px;
}
.team-popup .popup-body .member-role {
  display: block;
  margin-top: 6px;
  font-size: 17px;
  font-weight: 600;
  color: #0d6b73;
}
.team-popup .popup-body .member-bio {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  font-size: 15.4px;
  line-height: 1.6;
  text-wrap: pretty;
}
.team-popup .popup-media {
  aspect-ratio: 1;
}

@media screen and (max-width: 1024px) {
  .contact-popup {
    padding: 16px;
  }
  .contact-popup .popup-inner {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 32px);
  }
  .contact-popup .popup-media {
    display: none;
  }
  .contact-popup .popup-body {
    padding: 44px 26px 34px;
  }
}
.home-wrapper {
  position: relative;
  height: 600vh;
  overflow: hidden;
}
.home-wrapper .hero {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  color: white;
  font-family: "NarkissBlock";
  border: 14px solid white;
}
.home-wrapper .hero .hero-video-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: scale(var(--hero-video-scale, 1));
  transform-origin: left center;
  will-change: transform;
}
.home-wrapper .hero .hero-video {
  transform: scale(1.1);
  transition: transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.home-wrapper .hero .hero-video.is-ready {
  transform: scale(1);
}
.home-wrapper .hero .overlay {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, var(--hero-overlay-opacity, 0.72)) 100%);
}
.home-wrapper .hero .shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
  object-fit: cover;
  opacity: 0.6;
}
.home-wrapper .hero .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.home-wrapper .hero .content .logo {
  display: block;
  width: 30vw;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
.home-wrapper .hero .content .below {
  position: relative;
  text-align: center;
  margin: 1.8vw auto 0;
  font-size: 1.32vw;
  line-height: 1.48;
  max-width: 46vw;
  letter-spacing: 0.01em;
}
.home-wrapper .hero .content .m-contact {
  display: none;
}
.home-wrapper .hero .contact-button {
  position: absolute;
  top: 2.8vw;
  left: 2.8vw;
  font-size: 1.24vw;
  line-height: 1;
  letter-spacing: 0.01em;
  border: 0.11vw solid;
  border-radius: 60px;
  padding: 0.4vw 1.4vw;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
.home-wrapper .hero .contact-button:hover {
  background: rgba(0, 0, 0, 0.36);
}
.home-wrapper .hero .coming-soon {
  position: absolute;
  bottom: 2.8vw;
  right: 2.8vw;
  font-size: 1.24vw;
  line-height: 1;
  letter-spacing: 0.01em;
}
.home-wrapper .hero .coming-soon .pipe {
  position: relative;
  display: inline-block;
  width: 0.1vw;
  background: white;
  height: 1.4vw;
  margin: 0 0.4vw;
  transform: translateY(0.36vw);
}
.home-wrapper .hero .content-v2 {
  /* position: relative;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 160px;
  */
  position: relative;
  height: 114%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 22%;
}
.home-wrapper .hero .content-v2 .logo {
  display: block;
  width: auto;
  height: 118px;
}
.home-wrapper .hero .content-v2 .below {
  margin: 28px 0 0;
  font-size: 18px;
  line-height: 1.4;
  max-width: 540px;
}
.home-wrapper .hero .content-v2 .button {
  margin: 24px 0 0;
  border: 1px solid;
  border-radius: 60px;
  height: 48px;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  max-width: 220px;
  cursor: pointer;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
.home-wrapper .hero .content-v2 .button:hover {
  background: rgba(255, 255, 255, 0.24);
}

.home-v2-wrapper {
  position: relative;
  height: 100vh;
}
.home-v2-wrapper .hero-v2 {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 14px solid white;
  color: white;
  font-family: "NarkissBlock";
}
.home-v2-wrapper .hero-v2 .shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
  object-fit: cover;
  opacity: 0.6;
}
.home-v2-wrapper .hero-v2 .video-stripes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  direction: rtl;
}
.home-v2-wrapper .hero-v2 .video-stripes .video-stripe {
  position: relative;
  flex: 1 1 0;
  height: 100%;
  overflow: hidden;
}
.home-v2-wrapper .hero-v2 .video-stripes .video-stripe:not(:last-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}
.home-v2-wrapper .hero-v2 .video-stripes .video-stripe video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  object-fit: cover;
}
.home-v2-wrapper .hero-v2 .overlay {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
}
.home-v2-wrapper .hero-v2 .content-v2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding-right: 22%;
  pointer-events: none;
}
.home-v2-wrapper .hero-v2 .content-v2 .logo {
  display: block;
  width: auto;
  height: 118px;
}
.home-v2-wrapper .hero-v2 .content-v2 .below {
  max-width: 540px;
  margin: 28px 0 0;
  font-size: 18px;
  line-height: 1.4;
}
.home-v2-wrapper .hero-v2 .content-v2 .button {
  width: 220px;
  height: 48px;
  margin: 24px 0 0;
  border: 1px solid;
  border-radius: 60px;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
.home-v2-wrapper .hero-v2 .content-v2 .button:hover {
  background: rgba(255, 255, 255, 0.24);
}

@media (prefers-reduced-motion: reduce) {
  .home-wrapper .hero .hero-video-frame {
    transform: none;
  }
  .home-wrapper .hero .hero-video {
    transform: none;
    transition: none;
  }
}
.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.54);
  z-index: 999;
  display: none;
}
.popup-wrapper.show {
  display: block;
}
.popup-wrapper .close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.popup-wrapper .inner-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-wrapper .inner-wrapper .inner-contact {
  position: relative;
  background: white;
  color: white;
  border-radius: 1vw;
  width: 100%;
  max-width: 36vw;
  padding: 3.2vw 3.2vw 2.4vw;
  border: 0.2vw solid;
  overflow: hidden;
}
.popup-wrapper .inner-wrapper .inner-contact p {
  position: relative;
  font-size: 1.32vw;
  line-height: 1.7vw;
}
.popup-wrapper .inner-wrapper .inner-contact p strong {
  font-family: "NarkissBlock";
  display: block;
}
.popup-wrapper .inner-wrapper .inner-contact .two {
  position: relative;
  margin: 0 auto 1vw;
  display: flex;
  align-self: flex-start;
  justify-content: center;
  gap: 1vw;
  transform: translateX(-4%);
  -webkit-transform: translateX(-4%);
}
.popup-wrapper .inner-wrapper .inner-contact .two p.on-right {
  text-align: left;
}
.popup-wrapper .inner-wrapper .inner-contact .two p.on-left {
  font-size: 1.28vw;
}
.popup-wrapper .inner-wrapper .inner-contact .phone {
  direction: ltr;
  text-align: center;
  margin: 0 auto 1vw;
}
.popup-wrapper .inner-wrapper .inner-contact .linkedin {
  direction: ltr;
  text-align: center;
}
.popup-wrapper .inner-wrapper .inner-contact .linkedin a {
  position: relative;
  display: inline-flex;
  gap: 0.2vw;
  align-items: center;
  justify-content: center;
}
.popup-wrapper .inner-wrapper .inner-contact .linkedin a svg {
  display: block;
  height: 2vw;
  width: auto;
}
.popup-wrapper .inner-wrapper .inner-contact .linkedin a svg path {
  fill: white;
}

@media screen and (max-width: 1024px) {
  .home-wrapper .hero .overlay {
    background: rgba(0, 0, 0, 0.2);
  }
  .home-wrapper .hero .shape {
    display: none;
  }
  .home-wrapper .hero .content {
    top: 110px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  .home-wrapper .hero .content .logo {
    width: 260px;
  }
  .home-wrapper .hero .content .below {
    margin: 30px auto 0;
    font-size: 15.4px;
    text-wrap: pretty;
    line-height: 1.4;
    width: calc(100vw - 38px);
    max-width: 328px;
  }
  .home-wrapper .hero .content .m-contact {
    display: block;
    margin: 20px auto 0;
    font-size: 15.4px;
    border: 1.5px solid white;
    border-radius: 60px;
    padding: 8px 0 7px;
    max-width: 98px;
    text-align: center;
    cursor: pointer;
  }
  .home-wrapper .hero .contact-button {
    display: none;
  }
  .home-wrapper .hero .coming-soon {
    font-size: 16px;
    text-align: center;
    right: 20px;
    width: calc(100% - 40px);
    bottom: 80px;
  }
  .home-wrapper .hero .coming-soon .pipe {
    width: 1.5px;
    height: 24px;
    margin: 0 8px;
    transform: translateY(6px);
    -webkit-transform: translateY(6px);
  }
  .popup-wrapper .inner-wrapper .inner-contact {
    border-radius: 12px;
    width: calc(100% - 38px);
    max-width: 320px;
    padding: 30px;
    border: 2px solid;
  }
  .popup-wrapper .inner-wrapper .inner-contact p {
    font-size: 18px;
    line-height: 24px;
  }
  .popup-wrapper .inner-wrapper .inner-contact .two {
    display: block;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    margin: 0 auto 14px;
  }
  .popup-wrapper .inner-wrapper .inner-contact .two p.on-right {
    text-align: center;
  }
  .popup-wrapper .inner-wrapper .inner-contact .two p.on-left {
    display: none;
  }
  .popup-wrapper .inner-wrapper .inner-contact .phone {
    margin: 0 auto 14px;
  }
  .popup-wrapper .inner-wrapper .inner-contact .linkedin a {
    gap: 6px;
  }
  .popup-wrapper .inner-wrapper .inner-contact .linkedin a svg {
    height: 24px;
  }
}
/**********************************
 * Home hero options (A / B / C)
 **********************************/
.hero-option {
  position: relative;
  color: white;
  font-family: "NarkissBlock";
}
.hero-option .button {
  display: inline-block;
  border: 1px solid;
  border-radius: 60px;
  height: 48px;
  line-height: 46px;
  padding: 0 34px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
.hero-option .button:hover {
  background: rgba(255, 255, 255, 0.24);
}
.hero-option .button.solid {
  background: white;
  color: #333333;
  border-color: white;
}
.hero-option .button.solid:hover {
  background: rgba(255, 255, 255, 0.86);
}
.hero-option .button.dark {
  border-color: black;
  color: black;
}
.hero-option .button.dark:hover {
  background: black;
  color: white;
}
.hero-option .stat .num {
  display: block;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0.01em;
  direction: ltr;
}
.hero-option .stat .num .suffix {
  font-size: 22px;
  margin-left: 3px;
  vertical-align: super;
}
.hero-option .stat .label {
  display: block;
  margin-top: 6px;
  font-size: 15.4px;
  font-family: "NarkissBlock";
  opacity: 0.8;
  letter-spacing: 0;
}

/**********************************
 * Option A — Three Arms
 **********************************/
.hero-a {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
  background: white;
  color: black;
  font-family: "NarkissBlock";
  font-weight: 400;
  padding-bottom: 30px;
}
.hero-a .hero-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  width: calc(100% - 136px);
  max-width: 1648px;
  margin: 0 auto;
  padding: clamp(150px, 17.8vh, 230px) 0 clamp(64px, 8.9vh, 120px);
}
.hero-a .hero-intro h1 {
  font-family: "NarkissBlockExtendedBold";
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: 0.01em;
}
.hero-a .hero-intro .subhead {
  margin-top: 8px;
  max-width: 570px;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.4;
}
.hero-a .hero-intro .intro-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 15px;
  max-width: 346px;
}
.hero-a .hero-intro .intro-left .sub {
  font-size: 15.4px;
  line-height: 1.48;
  color: black;
}
.hero-a .hero-intro .intro-left .button {
  margin-top: 14px;
  width: 160px;
  height: 44px;
  line-height: 43px;
  font-family: "NarkissBlock";
  font-size: 15.4px;
  font-weight: 600;
}
.hero-a .arms {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  direction: rtl;
}
.hero-a .arms .arm {
  position: relative;
  flex: 1 1 0;
  overflow: hidden;
  color: white;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hero-a .arms .arm:not(:last-child) {
  border-left: 3px solid rgba(255, 255, 255, 0.22);
}
.hero-a .arms .arm::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  transform-origin: left center;
  animation: arm-cover-reveal 1.1s cubic-bezier(0.76, 0, 0.24, 1) both;
  pointer-events: none;
}
.hero-a .arms .arm:nth-child(1)::after {
  background: #4d9ba1;
  animation-delay: 0.1s;
}
.hero-a .arms .arm:nth-child(2)::after {
  background: #0d6b73;
  animation-delay: 0.24s;
}
.hero-a .arms .arm:nth-child(3)::after {
  background: #16454e;
  animation-delay: 0.38s;
}
.hero-a .arms .arm video {
  -webkit-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
}
.hero-a .arms .arm .arm-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.18) 55%, rgba(0, 0, 0, 0) 100%);
}
.hero-a .arms .arm .arm-overlay::before, .hero-a .arms .arm .arm-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero-a .arms .arm .arm-overlay::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 60%);
}
.hero-a .arms .arm .arm-overlay::before {
  background: rgba(0, 0, 0, 0.34);
}
.hero-a .arms .arm .arm-content {
  position: absolute;
  right: 60px;
  left: 60px;
  bottom: 60px;
}
.hero-a .arms .arm .arm-content .eyebrow {
  display: block;
  width: 36px;
  height: 2px;
  background: white;
}
.hero-a .arms .arm .arm-content .title {
  display: block;
  margin-top: 10px;
  font-family: "NarkissBlockExtendedBold";
  font-size: 44px;
  line-height: 1.14;
}
.hero-a .arms .arm .arm-content .line {
  display: grid;
  grid-template-rows: 0fr;
  margin-top: 6px;
  max-width: 600px;
  font-size: 15.4px;
  line-height: 1.45;
  opacity: 0;
  overflow: hidden;
  transition: grid-template-rows 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease 0.12s;
}
.hero-a .arms .arm .arm-content .line > span {
  min-height: 0;
  overflow: hidden;
}
.hero-a .arms .arm:hover {
  flex-grow: 1.7;
}
.hero-a .arms .arm:hover video {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
}
.hero-a .arms .arm:hover .arm-overlay::after {
  opacity: 1;
}
.hero-a .arms .arm:hover .arm-content .line {
  grid-template-rows: 1fr;
  opacity: 1;
}
.hero-a .arms:hover .arm:not(:hover) .arm-overlay::before {
  opacity: 1;
}
.hero-a .stats-strip {
  display: flex;
  justify-content: center;
  gap: 110px;
  padding: 24px 40px 26px;
  background: white;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.hero-a .stats-strip .stat .num {
  font-family: "NarkissBlockExtendedBold";
  font-size: 32px;
  letter-spacing: 0;
}
.hero-a .stats-strip .stat .num .suffix {
  font-size: 17px;
}

.news-ticker {
  position: relative;
  overflow: hidden;
  padding: 20px 0 19px;
  background: white;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: black;
  font-family: "NarkissBlock";
  font-weight: 400;
}
.news-ticker .ticker-track {
  display: flex;
  width: max-content;
  animation: ticker-move 42s linear infinite;
}
.news-ticker:hover .ticker-track {
  animation-play-state: paused;
}
.news-ticker .ticker-group {
  display: flex;
  align-items: center;
  gap: 44px;
  padding-left: 44px;
  white-space: nowrap;
}
.news-ticker .ticker-group .item {
  font-size: 15.4px;
}
.news-ticker .ticker-group .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: black;
}

@keyframes ticker-move {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}
/**********************************
 * Option B — Motion to Proof
 **********************************/
.hero-b {
  height: 400vh;
}
.hero-b .hb-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  border: 14px solid white;
}
.hero-b .hb-video-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.hero-b .hb-video-frame .hb-video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.66) 100%);
  transition: background 1s ease;
}
.hero-b .hb-phase {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 8vw;
  opacity: 0;
  visibility: hidden;
  transform: translateY(34px);
  transition: opacity 0.7s ease, visibility 0.7s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.hero-b .hb-phase h1 {
  font-size: 60px;
  line-height: 1.14;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.4);
}
.hero-b .hb-phase h2 {
  font-size: 46px;
  line-height: 1.16;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.4);
}
.hero-b .hb-phase .sub {
  margin: 22px auto 0;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.5;
  font-family: "NarkissBlock";
}
.hero-b[data-phase="1"] .hb-phase-1, .hero-b[data-phase="2"] .hb-phase-2, .hero-b[data-phase="3"] .hb-phase-3 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.hero-b[data-phase="2"] .hb-phase-1, .hero-b[data-phase="3"] .hb-phase-1, .hero-b[data-phase="3"] .hb-phase-2 {
  transform: translateY(-34px);
}
.hero-b[data-phase="2"] .hb-video-frame .hb-video-overlay {
  background: rgba(0, 0, 0, 0.62);
}
.hero-b[data-phase="3"] .hb-video-frame {
  transform: scale(1.06);
}
.hero-b[data-phase="3"] .hb-video-frame .hb-video-overlay {
  background: rgba(0, 0, 0, 0.76);
}
.hero-b .scroll-hint {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-family: "NarkissBlock";
  opacity: 0.8;
}
.hero-b .scroll-hint svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: white;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: hb-bounce 1.8s ease-in-out infinite;
}
.hero-b .hb-phase-2 {
  flex-direction: row;
  justify-content: center;
  gap: 7vw;
  text-align: right;
}
.hero-b .hb-phase-2 .hb-map-copy {
  max-width: 440px;
}
.hero-b .hb-phase-2 .hb-map-copy .sub {
  margin-right: 0;
}
.hero-b .hb-phase-2 .hb-map-side {
  position: relative;
}
.hero-b .hb-phase-2 .hb-map-side .map-israel {
  display: block;
  width: 240px;
  height: auto;
}
.hero-b .hb-phase-2 .hb-map-side .map-israel .outline {
  fill: rgba(255, 255, 255, 0.06);
  stroke: rgba(255, 255, 255, 0.7);
  stroke-width: 1.4;
  stroke-linejoin: round;
}
.hero-b .hb-phase-2 .hb-map-side .map-israel .dot {
  transform: translate(var(--x), var(--y));
  cursor: default;
}
.hero-b .hb-phase-2 .hb-map-side .map-israel .dot .core {
  fill: white;
}
.hero-b .hb-phase-2 .hb-map-side .map-israel .dot .pulse {
  fill: none;
  stroke: white;
  stroke-width: 1;
  opacity: 0;
  animation: hb-pulse 2.6s ease-out infinite;
}
.hero-b .hb-phase-2 .hb-map-side .map-israel .dot text {
  font-size: 10px;
  fill: white;
  text-anchor: end;
  font-family: "NarkissBlock";
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero-b .hb-phase-2 .hb-map-side .map-israel .dot:hover text {
  opacity: 1;
}
.hero-b .hb-phase-2 .hb-map-side .map-israel .dot:nth-of-type(1) .pulse {
  animation-delay: 0.45s;
}
.hero-b .hb-phase-2 .hb-map-side .map-israel .dot:nth-of-type(2) .pulse {
  animation-delay: 0.9s;
}
.hero-b .hb-phase-2 .hb-map-side .map-israel .dot:nth-of-type(3) .pulse {
  animation-delay: 1.35s;
}
.hero-b .hb-phase-2 .hb-map-side .map-israel .dot:nth-of-type(4) .pulse {
  animation-delay: 1.8s;
}
.hero-b .hb-phase-2 .hb-map-side .europe-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 60px;
  font-size: 15px;
  font-family: "NarkissBlock";
}
.hero-b .hb-phase-2 .hb-map-side .europe-chip .chip-dots {
  display: inline-flex;
  gap: 4px;
}
.hero-b .hb-phase-2 .hb-map-side .europe-chip .chip-dots i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  animation: hb-blink 1.6s ease-in-out infinite;
}
.hero-b .hb-phase-2 .hb-map-side .europe-chip .chip-dots i:nth-child(2) {
  animation-delay: 0.3s;
}
.hero-b .hb-phase-2 .hb-map-side .europe-chip .chip-dots i:nth-child(3) {
  animation-delay: 0.6s;
}
.hero-b .hb-phase-3 .hb-stats {
  display: flex;
  justify-content: center;
  gap: 90px;
  margin-top: 46px;
}
.hero-b .hb-phase-3 .button {
  margin-top: 52px;
}
.hero-b .hb-progress {
  position: absolute;
  top: 50%;
  left: 34px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero-b .hb-progress .seg {
  width: 3px;
  height: 34px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.24);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.hero-b[data-phase="1"] .hb-progress .seg[data-seg="1"], .hero-b[data-phase="2"] .hb-progress .seg[data-seg="2"], .hero-b[data-phase="3"] .hb-progress .seg[data-seg="3"] {
  background: white;
}

@keyframes hb-pulse {
  0% {
    transform: scale(0.3);
    opacity: 0.9;
  }
  70% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hb-blink {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
@keyframes hb-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
/**********************************
 * Option C — Infrastructure Player
 **********************************/
.hero-c {
  height: 100vh;
  overflow: hidden;
  font-family: "NarkissBlock";
  font-weight: 400;
}
.hero-c .hc-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.38) 40%, rgba(0, 0, 0, 0.3) 100%);
}
.hero-c .grid-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-evenly;
  pointer-events: none;
}
.hero-c .grid-lines span {
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.hero-c .hc-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: calc(100% - 140px);
}
.hero-c .hc-content h1 {
  font-family: "NarkissBlockExtendedBold";
  font-size: 72px;
  line-height: 1.08;
  letter-spacing: 0.005em;
}
.hero-c .hc-content .subhead {
  margin-top: 10px;
  max-width: 630px;
  font-size: 18px;
  line-height: 1.5;
}
.hero-c .hc-content .actions {
  display: flex;
  gap: 16px;
  margin-top: 26px;
}
.hero-c .hc-content .actions .button {
  height: 44px;
  line-height: 43px;
  font-size: 15.4px;
  font-weight: 600;
}
.hero-c .hc-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.hero-c .hc-stats {
  display: flex;
  direction: rtl;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hero-c .hc-stats .stat {
  flex: 1 1 0;
  padding: 26px 20px 24px;
  text-align: center;
}
.hero-c .hc-stats .stat:not(:last-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}
.hero-c .hc-stats .stat .num {
  letter-spacing: 0;
  font-family: "NarkissBlockExtendedBold";
}
.hero-c .news-ticker {
  background: rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: white;
}
.hero-c .news-ticker .ticker-group .dot {
  background: white;
}

/**********************************
 * Mobile
 **********************************/
@media screen and (max-width: 1024px) {
  .hero-option .stat .num {
    font-size: 30px;
  }
  .hero-option .stat .num .suffix {
    font-size: 15px;
  }
  .hero-option .stat .label {
    margin-top: 6px;
    font-size: 12.5px;
  }
  /* A — bands stack, arms stack vertically */
  .hero-a {
    height: auto;
    min-height: 100vh;
  }
  .hero-a .hero-intro {
    display: block;
    width: calc(100% - 40px);
    padding: 116px 0 30px;
  }
  .hero-a .hero-intro h1 {
    font-size: 31px;
  }
  .hero-a .hero-intro .subhead {
    margin-top: 12px;
    font-size: 18px;
  }
  .hero-a .hero-intro .intro-left {
    max-width: none;
    margin-top: 16px;
  }
  .hero-a .hero-intro .intro-left .sub {
    font-size: 15px;
  }
  .hero-a .hero-intro .intro-left .button {
    margin-top: 18px;
    height: 42px;
    line-height: 40px;
    font-size: 15px;
  }
  .hero-a .arms {
    flex-direction: column;
  }
  .hero-a .arms .arm {
    min-height: 190px;
  }
  .hero-a .arms .arm:not(:last-child) {
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }
  .hero-a .arms .arm .arm-content {
    right: 22px;
    left: 22px;
    bottom: 22px;
  }
  .hero-a .arms .arm .arm-content .title {
    font-size: 22px;
  }
  .hero-a .arms .arm .arm-content .line {
    grid-template-rows: 1fr;
    opacity: 1;
    font-size: 14px;
  }
  .news-ticker {
    padding: 13px 0 12px;
  }
  .news-ticker .ticker-group .item {
    font-size: 13.5px;
  }
  .hero-a .stats-strip {
    flex-wrap: wrap;
    gap: 20px 36px;
    padding: 22px 16px 24px;
  }
  .hero-a .stats-strip .stat .num {
    font-size: 26px;
  }
  .hero-a .stats-strip .stat .num .suffix {
    font-size: 14px;
  }
  /* B */
  .hero-b .hb-stage {
    border-width: 8px;
  }
  .hero-b .hb-phase h1 {
    font-size: 34px;
  }
  .hero-b .hb-phase h2 {
    font-size: 27px;
  }
  .hero-b .hb-phase .sub {
    font-size: 15px;
  }
  .hero-b .hb-phase-2 {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  .hero-b .hb-phase-2 .hb-map-copy .sub {
    margin-right: auto;
  }
  .hero-b .hb-phase-2 .hb-map-side .map-israel {
    width: 130px;
    margin: 0 auto;
  }
  .hero-b .hb-phase-2 .hb-map-side .europe-chip {
    margin-top: 12px;
    font-size: 13px;
  }
  .hero-b .hb-phase-3 .hb-stats {
    flex-wrap: wrap;
    gap: 22px 34px;
    margin-top: 30px;
  }
  .hero-b .hb-phase-3 .button {
    margin-top: 30px;
  }
  .hero-b .hb-progress {
    left: 12px;
  }
  /* C */
  .hero-c {
    height: auto;
    min-height: 100vh;
  }
  .hero-c .hc-content {
    height: auto;
    padding: 140px 0 40px;
  }
  .hero-c .hc-content h1 {
    font-size: 40px;
  }
  .hero-c .hc-content .subhead {
    margin-top: 8px;
    font-size: 15px;
  }
  .hero-c .hc-content .actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 22px;
  }
  .hero-c .hc-content .actions .button {
    height: 42px;
    line-height: 40px;
    font-size: 15px;
  }
  .hero-c .hc-bottom {
    position: relative;
  }
  .hero-c .hc-stats {
    flex-wrap: wrap;
  }
  .hero-c .hc-stats .stat {
    flex: 1 1 50%;
    padding: 20px 12px;
  }
  .hero-c .hc-stats .stat:not(:last-child) {
    border-left: 0;
  }
  .hero-c .hc-stats .stat:nth-child(odd) {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }
  .hero-c .hc-stats .stat:nth-child(1), .hero-c .hc-stats .stat:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-b {
    height: auto;
  }
  .hero-b .hb-stage {
    position: relative;
    height: auto;
  }
  .hero-b .hb-phase {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: none;
    min-height: 100vh;
    pointer-events: auto;
  }
  .hero-b .hb-progress,
  .hero-b .scroll-hint {
    display: none;
  }
  .hero-a .arms .arm video,
  .hero-b .hb-video-frame {
    transition: none;
  }
  .hero-a .arms .arm::after {
    display: none;
  }
  .news-ticker .ticker-track {
    animation: none;
  }
}
@keyframes arm-cover-reveal {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
/**********************************
 * Home page sections (shared below all hero options)
 **********************************/
.home-sections {
  position: relative;
  background: white;
  color: black;
  font-family: "NarkissBlock";
  font-weight: 400;
}
.home-sections .section {
  padding: 108px 0;
}
.home-sections .section-head .kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #0d6b73;
}
.home-sections .section-head .kicker::before {
  content: "";
  width: 28px;
  height: 1.5px;
  background: #0d6b73;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.home-sections .section-head h2 {
  margin-top: 8px;
  font-family: "NarkissBlockExtendedBold";
  font-size: 44px;
  line-height: 1.14;
}
.home-sections .section-head.with-action {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.home-sections .button {
  display: inline-block;
  border: 1px solid black;
  border-radius: 60px;
  height: 44px;
  line-height: 43px;
  min-width: 160px;
  padding: 0 30px;
  font-size: 15.4px;
  font-weight: 600;
  color: black;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
.home-sections .button:hover {
  background: black;
  color: white;
}
.home-sections .stat {
  text-align: center;
}
.home-sections .stat .num {
  display: block;
  font-family: "NarkissBlockExtendedBold";
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0;
  direction: ltr;
}
.home-sections .stat .num .suffix {
  font-size: 22px;
  margin-left: 3px;
  vertical-align: super;
}
.home-sections .stat .label {
  display: block;
  margin-top: 6px;
  font-size: 15.4px;
  opacity: 0.8;
}
.home-sections {
  /********** intro (about + counters) **********/
}
.home-sections .section-intro {
  padding: 80px 0 110px;
  text-align: center;
  scroll-margin-top: 80px;
}
.home-sections .section-intro .intro-copy {
  max-width: 836px;
  margin: 0 auto;
}
.home-sections .section-intro .intro-copy .eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #0d6b73;
}
.home-sections .section-intro .intro-copy .eyebrow::before, .home-sections .section-intro .intro-copy .eyebrow::after {
  content: "";
  width: 28px;
  height: 1.5px;
  background: #0d6b73;
  transform: translateY(-1px);
}
.home-sections .section-intro .intro-copy h2 {
  font-family: "NarkissBlockExtendedBold";
  font-size: 50px;
  line-height: 1.14;
}
.home-sections .section-intro .intro-copy p {
  margin-top: 16px;
  font-size: 15.4px;
  line-height: 1.6;
  opacity: 0.82;
  text-wrap: pretty;
}
.home-sections .section-intro .intro-copy .read-more {
  display: none;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  font-size: 15.4px;
  font-weight: 600;
  color: black;
}
.home-sections .section-intro .intro-copy .read-more svg {
  display: block;
  margin-top: -3px;
  transform: scaleX(-1);
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
.home-sections .section-intro .intro-copy .read-more:hover svg {
  transform: scaleX(-1) translateX(3px);
}
.home-sections .section-intro .intro-counters {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 32px;
}
.home-sections .section-intro .intro-counters .ring-counter .ring {
  position: relative;
  width: 210px;
  height: 210px;
  margin: 0 auto;
}
.home-sections .section-intro .intro-counters .ring-counter .ring::before {
  content: "";
  position: absolute;
  inset: 17px;
  border-radius: 50%;
  background: rgba(124, 152, 178, 0.11);
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.home-sections .section-intro .intro-counters .ring-counter .ring svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.home-sections .section-intro .intro-counters .ring-counter .ring svg circle {
  fill: none;
  stroke-width: 4;
}
.home-sections .section-intro .intro-counters .ring-counter .ring svg .track {
  stroke: rgba(0, 0, 0, 0.03);
}
.home-sections .section-intro .intro-counters .ring-counter .ring svg .bar {
  stroke: rgba(0, 0, 0, 0.09);
  stroke-linecap: round;
  stroke-dasharray: 402.2;
  stroke-dashoffset: 402.2;
  transition: stroke-dashoffset 1.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.home-sections .section-intro .intro-counters .ring-counter .ring .num {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "NarkissBlockExtendedBold";
  font-size: 72px;
  color: black;
  line-height: 1;
  direction: ltr;
}
.home-sections .section-intro .intro-counters .ring-counter .ring .num .suffix {
  font-size: 24px;
  margin-left: 2px;
  vertical-align: super;
}
.home-sections .section-intro .intro-counters .ring-counter.is-active .ring .bar {
  stroke-dashoffset: 0;
}
.home-sections .section-intro .intro-counters .ring-counter .label {
  display: block;
  margin-top: 10px;
  font-size: 15.4px;
  font-weight: 600;
  opacity: 1;
}
.home-sections {
  /********** three arms **********/
}
.home-sections .section-arms .arms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 56px;
}
.home-sections .section-arms .arm-card {
  display: block;
  border-top: 0;
  padding-top: 0;
  color: black;
}
.home-sections .section-arms .arm-card .thumb {
  position: relative;
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  margin-bottom: 22px;
}
.home-sections .section-arms .arm-card .thumb video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.home-sections .section-arms .arm-card:hover .thumb video {
  transform: scale(1.05);
}
.home-sections .section-arms .arm-card .index {
  display: block;
  font-size: 15.4px;
  letter-spacing: 0.14em;
  opacity: 0.56;
}
.home-sections .section-arms .arm-card h3 {
  margin-top: 14px;
  font-family: "NarkissBlockExtendedBold";
  font-size: 26px;
  line-height: 1.14;
}
.home-sections .section-arms .arm-card p {
  margin-top: 12px;
  font-size: 15.4px;
  line-height: 1.6;
  opacity: 0.82;
}
.home-sections .section-arms .arm-card .more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-size: 15.4px;
  font-weight: 600;
}
.home-sections .section-arms .arm-card .more svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: black;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
.home-sections .section-arms .arm-card:hover .more svg {
  transform: translateX(-4px);
}
.home-sections {
  /********** map **********/
}
.home-sections .section-map {
  background: rgba(0, 0, 0, 0.04);
  padding-bottom: 64px;
}
.home-sections .section-map .map-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}
.home-sections .section-map .map-copy p {
  margin-top: 24px;
  max-width: 528px;
  font-size: 15.4px;
  line-height: 1.6;
  opacity: 0.82;
  text-wrap: pretty;
}
.home-sections .section-map .map-copy .map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  max-width: 360px;
  margin-top: 34px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  list-style: none;
}
.home-sections .section-map .map-copy .map-legend li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
}
.home-sections .section-map .map-copy .map-legend .swatch {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.home-sections .section-map .map-copy .map-legend .swatch.type-agro {
  background: #0d6b73;
}
.home-sections .section-map .map-copy .map-legend .swatch.type-solar {
  background: #4d9ba1;
}
.home-sections .section-map .map-copy .map-legend .swatch.type-water {
  background: #2c7da0;
}
.home-sections .section-map .map-copy .map-legend .swatch.type-storage {
  background: #7f9da1;
}
.home-sections .section-map .map-copy .map-legend .swatch.type-epc {
  background: #16454e;
}
.home-sections .section-map .map-visual {
  position: relative;
}
.home-sections .section-map .map-visual .map-base {
  position: relative;
}
.home-sections .section-map .map-visual .map-base img {
  display: block;
  width: 150%;
  margin-right: -40%;
  height: auto;
  opacity: 0.24;
  transform: translateY(5%);
}
.home-sections .section-map .map-visual .map-lens {
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  background: white;
  border: 4px solid rgba(255, 255, 255, 0.9);
  outline: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px rgba(0, 0, 0, 0.3);
  transition: all 0.44s ease-out;
}
.home-sections .section-map .map-visual .map-lens:hover {
  z-index: 5;
}
.home-sections .section-map .map-visual .map-lens .inset-label {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 2;
  padding: 5px 14px 3px;
  border-radius: 0;
  background: black;
  color: white;
  font-size: 15.4px;
  font-weight: 600;
}
.home-sections .section-map .map-visual .lens-israel {
  left: 81%;
  top: 54%;
  width: 330px;
  height: 330px;
  z-index: 2;
  background: linear-gradient(160deg, #eaf2fb 0%, #d5e5f5 100%);
}
.home-sections .section-map .map-visual .lens-israel:hover {
  width: 500px;
  height: 500px;
}
.home-sections .section-map .map-visual .lens-israel .israel-map {
  position: absolute;
  left: 50%;
  top: -3%;
  width: 43.2%;
  height: 132%;
  transform: translate(-50%, 4%);
}
.home-sections .section-map .map-visual .lens-israel .israel-map svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 0.6;
  filter: drop-shadow(4px 5px 5px rgba(90, 105, 125, 0.38));
}
.home-sections .section-map .map-visual .lens-israel .israel-map svg path {
  fill: white;
}
.home-sections .section-map .map-visual .lens-europe {
  left: 51%;
  top: 29%;
  width: 280px;
  height: 280px;
  z-index: 1;
}
.home-sections .section-map .map-visual .lens-europe:hover {
  width: 440px;
  height: 440px;
}
.home-sections .section-map .map-visual .lens-europe .lens-canvas {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 620%;
  transform: translate(-55.6%, -41.2%);
}
.home-sections .section-map .map-visual .lens-europe .lens-canvas img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.4;
}
@media screen and (max-width: 1500px) {
  .home-sections .section-map .map-visual .lens-israel {
    width: 320px;
    height: 320px;
  }
  .home-sections .section-map .map-visual .lens-europe {
    width: 240px;
    height: 240px;
  }
}
.home-sections {
  /********** selected projects **********/
}
.home-sections .section-projects .head-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.home-sections .section-projects .slider-arrows {
  display: flex;
  gap: 10px;
}
.home-sections .section-projects .slider-arrows .slider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid black;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
.home-sections .section-projects .slider-arrows .slider-arrow svg {
  width: 8px;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-sections .section-projects .slider-arrows .slider-arrow:hover {
  background: black;
  color: white;
}
.home-sections .section-projects .slider-arrows .slider-arrow:disabled {
  opacity: 0.25;
  pointer-events: none;
}
.home-sections .section-projects .projects-track {
  display: flex;
  gap: 28px;
  margin-top: 56px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.home-sections .section-projects .projects-track::-webkit-scrollbar {
  display: none;
}
.home-sections .section-projects .projects-track .project-card {
  flex: 0 0 calc((100% - 84px) / 4);
  scroll-snap-align: start;
}
.home-sections {
  /********** team image band **********/
}
.home-sections .section-team {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 340px;
  aspect-ratio: 1/0.3;
  padding: 0;
  overflow: hidden;
  color: white;
}
.home-sections .section-team .team-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.72) 100%);
}
.home-sections .section-team .content-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding: 64px 0 36px;
}
.home-sections .section-team .team-copy {
  max-width: 560px;
}
.home-sections .section-team .team-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: white;
}
.home-sections .section-team .team-copy .eyebrow::before {
  content: "";
  width: 28px;
  height: 1.5px;
  background: white;
  transform: translateY(-1px);
}
.home-sections .section-team .team-copy h2 {
  font-family: "NarkissBlockExtendedBold";
  font-size: 44px;
  line-height: 1.14;
}
.home-sections .section-team .team-copy p {
  margin-top: 14px;
  max-width: 530px;
  font-size: 21px;
  line-height: 1.4;
  opacity: 0.92;
  text-wrap: pretty;
}
.home-sections .section-team .team-copy .button {
  margin-top: 28px;
  border-color: white;
  color: white;
}
.home-sections .section-team .team-copy .button:hover {
  background: white;
  color: black;
}
.home-sections {
  /********** process timeline **********/
}
.home-sections .section-process {
  background: white;
}
.home-sections .section-process .process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  margin-top: 64px;
  padding-top: 5px;
}
.home-sections .section-process .process-track::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.14);
}
.home-sections .section-process .process-track::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  height: 1px;
  background: black;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-sections .section-process .step {
  position: relative;
  padding-top: 26px;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-sections .section-process .step .step-dot {
  position: absolute;
  top: -6.5px;
  right: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: black;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.34, 1.6, 0.64, 1);
}
.home-sections .section-process .step .step-dot::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 1.5px solid black;
  opacity: 0;
  transform: scale(0.6);
}
.home-sections .section-process .step .step-num {
  display: block;
  font-size: 14.4px;
  letter-spacing: 0.14em;
  opacity: 1;
}
.home-sections .section-process .step .step-icon {
  display: block;
  margin-top: 16px;
}
.home-sections .section-process .step .step-icon svg {
  display: block;
  width: 40px;
  height: 40px;
  fill: none;
  stroke: #0d6b73;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-sections .section-process .step h3 {
  margin-top: 12px;
  font-family: "NarkissBlockExtendedBold";
  font-size: 24px;
  line-height: 1.14;
}
.home-sections .section-process .step p {
  margin-top: 8px;
  font-size: 14.5px;
  line-height: 1.6;
  opacity: 0.82;
}
.home-sections .section-process .step:nth-child(1) {
  transition-delay: 0.12s;
}
.home-sections .section-process .step:nth-child(1) .step-dot {
  transition-delay: 0s;
}
.home-sections .section-process .step:nth-child(1) .step-dot::after {
  animation-delay: 0.3s;
}
.home-sections .section-process .step:nth-child(2) {
  transition-delay: 0.44s;
}
.home-sections .section-process .step:nth-child(2) .step-dot {
  transition-delay: 0.32s;
}
.home-sections .section-process .step:nth-child(2) .step-dot::after {
  animation-delay: 0.62s;
}
.home-sections .section-process .step:nth-child(3) {
  transition-delay: 0.76s;
}
.home-sections .section-process .step:nth-child(3) .step-dot {
  transition-delay: 0.64s;
}
.home-sections .section-process .step:nth-child(3) .step-dot::after {
  animation-delay: 0.94s;
}
.home-sections .section-process .step:nth-child(4) {
  transition-delay: 1.08s;
}
.home-sections .section-process .step:nth-child(4) .step-dot {
  transition-delay: 0.96s;
}
.home-sections .section-process .step:nth-child(4) .step-dot::after {
  animation-delay: 1.26s;
}
.home-sections .section-process .step:nth-child(5) {
  transition-delay: 1.4s;
}
.home-sections .section-process .step:nth-child(5) .step-dot {
  transition-delay: 1.28s;
}
.home-sections .section-process .step:nth-child(5) .step-dot::after {
  animation-delay: 1.58s;
}
.home-sections .section-process.is-active .process-track::after {
  transform: scaleX(1);
}
.home-sections .section-process.is-active .step {
  opacity: 1;
  transform: translateY(0);
}
.home-sections .section-process.is-active .step .step-dot {
  transform: scale(1);
}
.home-sections .section-process.is-active .step .step-dot::after {
  animation: step-dot-ping 0.8s ease-out forwards;
}
.home-sections {
  /********** news **********/
}
.home-sections .section-news .tag {
  display: inline-block;
  width: fit-content;
  padding: 5px 12px 3px;
  border-radius: 60px;
  background: #0d6b73;
  font-size: 15.4px;
  font-weight: 600;
  color: white;
}
.home-sections .section-news .news-lead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
  margin-top: 48px;
  color: black;
}
.home-sections .section-news .news-lead .thumb {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.home-sections .section-news .news-lead .thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.home-sections .section-news .news-lead .meta {
  display: flex;
  align-items: center;
  gap: 14px;
}
.home-sections .section-news .news-lead .meta .date {
  font-size: 15.4px;
  opacity: 0.82;
  direction: ltr;
}
.home-sections .section-news .news-lead h3 {
  margin-top: 14px;
  max-width: 644px;
  font-family: "NarkissBlockExtendedBold";
  font-size: 36px;
  line-height: 1.24;
}
.home-sections .section-news .news-lead p {
  margin-top: 12px;
  max-width: 440px;
  font-size: 15.4px;
  line-height: 1.6;
  opacity: 0.82;
  text-wrap: pretty;
}
.home-sections .section-news .news-lead .more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  font-size: 15.4px;
  font-weight: 600;
}
.home-sections .section-news .news-lead .more svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: black;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
.home-sections .section-news .news-lead:hover .thumb img {
  transform: scale(1.05);
}
.home-sections .section-news .news-lead:hover .more svg {
  transform: translateX(-4px);
}
.home-sections .section-news .news-list {
  margin-top: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.home-sections .section-news .news-row {
  display: grid;
  grid-template-columns: 124px 84px 150px 1fr auto;
  align-items: center;
  gap: 54px;
  padding: 24px 18px;
  margin: 0 -18px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  color: black;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
.home-sections .section-news .news-row .thumb {
  position: relative;
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.home-sections .section-news .news-row .thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.home-sections .section-news .news-row .date {
  font-size: 15.4px;
  opacity: 0.82;
  direction: ltr;
  text-align: right;
}
.home-sections .section-news .news-row h3 {
  font-family: "NarkissBlockExtendedBold";
  font-size: 24px;
  line-height: 1.3;
  text-wrap: pretty;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
.home-sections .section-news .news-row .arrow svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: black;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
.home-sections .section-news .news-row:hover {
  background: rgba(0, 0, 0, 0.03);
}
.home-sections .section-news .news-row:hover .arrow svg {
  transform: translateX(-4px);
}
.home-sections .section-news .news-row:hover .thumb img {
  transform: scale(1.06);
}
.home-sections {
  /********** career **********/
}
.home-sections .section-career {
  background: rgba(0, 0, 0, 0.04);
}
.home-sections .section-career .career-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  align-items: flex-end;
}
.home-sections .section-career .career-copy .section-head h2 {
  max-width: 320px;
}
.home-sections .section-career .career-copy .jobs-count {
  display: block;
  margin-top: 16px;
  font-size: 15.4px;
  font-weight: 600;
  color: #0d6b73;
}
.home-sections .section-career .career-copy p {
  margin-top: 16px;
  max-width: 396px;
  font-size: 15.4px;
  line-height: 1.6;
  opacity: 0.82;
}
.home-sections .section-career .career-copy .button {
  margin-top: 20px;
}
.home-sections .section-career .jobs-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.home-sections .section-career .job-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 24px 18px;
  margin: 0 -18px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  color: black;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
.home-sections .section-career .job-row h3 {
  font-family: "NarkissBlockExtendedBold";
  font-size: 24px;
  line-height: 1.3;
}
.home-sections .section-career .job-row .meta {
  display: block;
  margin-top: 6px;
  font-size: 15.4px;
  opacity: 0.64;
}
.home-sections .section-career .job-row .more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15.4px;
  font-weight: 600;
  white-space: nowrap;
}
.home-sections .section-career .job-row .more svg {
  margin-top: -2px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: black;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
.home-sections .section-career .job-row:hover {
  background: rgba(0, 0, 0, 0.03);
}
.home-sections .section-career .job-row:hover .more svg {
  transform: translateX(-4px);
}
.home-sections {
  /********** business CTA band **********/
}
.home-sections .cta-band {
  position: relative;
  overflow: hidden;
  background: black;
  color: white;
  padding: 108px 0;
}
.home-sections .cta-band .cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}
.home-sections .cta-band .content-wrapper {
  position: relative;
}
.home-sections .cta-band .cta-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}
.home-sections .cta-band h2 {
  font-family: "NarkissBlockExtendedBold";
  font-size: 44px;
  line-height: 1.14;
}
.home-sections .cta-band p {
  margin-top: 14px;
  font-size: 21px;
  line-height: 1.4;
  opacity: 1;
}
.home-sections .cta-band .button {
  border-color: white;
  color: white;
  flex-shrink: 0;
}
.home-sections .cta-band .button:hover {
  background: white;
  color: black;
}

.project-card {
  display: block;
  color: black;
}
.project-card .thumb {
  position: relative;
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.project-card .thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.project-card h3 {
  margin-top: 20px;
  font-family: "NarkissBlockExtendedBold";
  font-size: 24px;
  line-height: 1.14;
}
.project-card .data {
  display: block;
  margin-top: 10px;
  font-size: 15.4px;
  font-weight: 400;
  opacity: 1;
  direction: rtl;
}
.project-card p {
  margin-top: 10px;
  font-size: 15.4px;
  line-height: 1.6;
  opacity: 0.82;
  text-wrap: pretty;
  width: 84%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.project-card .tags {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.project-card .tags span {
  font-size: 15.4px;
  font-weight: 600;
  border-radius: 60px;
  padding: 5px 13px 3px;
  background: rgba(124, 152, 178, 0.18);
  color: #3d5f6b;
}
.project-card .tags .tag-type.type-agro {
  background: #0d6b73;
  color: white;
}
.project-card .tags .tag-type.type-solar {
  background: #4d9ba1;
  color: white;
}
.project-card .tags .tag-type.type-water {
  background: #2c7da0;
  color: white;
}
.project-card .tags .tag-type.type-storage {
  background: #7f9da1;
  color: white;
}
.project-card .tags .tag-type.type-epc {
  background: #16454e;
  color: white;
}
.project-card:hover .thumb img {
  transform: scale(1.05);
}

.map-dot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 2;
  width: 9px;
  height: 9px;
  margin: -4.5px 0 0 -4.5px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #0d6b73;
  cursor: default;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.map-dot.type-agro {
  background: #0d6b73;
}
.map-dot.type-solar {
  background: #4d9ba1;
}
.map-dot.type-water {
  background: #2c7da0;
}
.map-dot.type-storage {
  background: #7f9da1;
}
.map-dot.type-epc {
  background: #16454e;
}
.map-dot:hover {
  transform: scale(1.35);
}
.map-dot.is-featured {
  width: 13px;
  height: 13px;
  margin: -6.5px 0 0 -6.5px;
  box-shadow: 0 0 0 2.5px white;
}
.map-dot.is-featured::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1.5px solid #0d6b73;
  opacity: 0;
  animation: map-dot-pulse 2.4s ease-out infinite;
  animation-delay: var(--pd, 0s);
}
.map-dot.is-featured.type-solar::after {
  border-color: #4d9ba1;
}
.map-dot.is-featured.type-water::after {
  border-color: #2c7da0;
}
.map-dot.is-featured.type-storage::after {
  border-color: #7f9da1;
}
.map-dot.is-featured.type-epc::after {
  border-color: #16454e;
}

@keyframes step-dot-ping {
  0% {
    opacity: 0.5;
    transform: scale(0.6);
  }
  100% {
    opacity: 0;
    transform: scale(2.2);
  }
}
@keyframes map-dot-pulse {
  0% {
    transform: scale(0.7);
    opacity: 0.9;
  }
  70% {
    transform: scale(1.9);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/**********************************
 * Mobile
 **********************************/
@media screen and (max-width: 1024px) {
  .home-sections .section {
    padding: 56px 0;
  }
  .home-sections .section-head h2 {
    font-size: 28px;
  }
  .home-sections .section-head.with-action {
    display: block;
  }
  .home-sections .section-head.with-action .button {
    margin-top: 22px;
  }
  .home-sections .stat .num {
    font-size: 34px;
  }
  .home-sections .stat .num .suffix {
    font-size: 17px;
  }
  .home-sections .section-arms .arms-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 36px;
  }
  .home-sections .section-map .map-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .home-sections .section-map .map-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
  }
  .home-sections .section-map .map-visual .map-base {
    display: none;
  }
  .home-sections .section-map .map-visual .map-lens {
    position: static;
    transform: none;
  }
  .home-sections .section-map .map-visual .lens-israel,
  .home-sections .section-map .map-visual .lens-israel:hover {
    width: 320px;
    height: 320px;
  }
  .home-sections .section-map .map-visual .lens-europe,
  .home-sections .section-map .map-visual .lens-europe:hover {
    width: 220px;
    height: 220px;
  }
  .home-sections .section-intro .intro-copy h2 {
    font-size: 30px;
  }
  .home-sections .section-intro .intro-counters {
    flex-wrap: wrap;
    gap: 36px 30px;
    margin-top: 48px;
  }
  .home-sections .section-intro .intro-counters .ring-counter {
    flex: 0 0 calc(50% - 15px);
  }
  .home-sections .section-intro .intro-counters .ring-counter .ring {
    width: 120px;
    height: 120px;
  }
  .home-sections .section-intro .intro-counters .ring-counter .ring .num {
    font-size: 27px;
  }
  .home-sections .section-intro .intro-counters .ring-counter .label {
    margin-top: 10px;
  }
  .home-sections .section-team {
    min-height: 60vh;
  }
  .home-sections .section-team .team-copy h2 {
    font-size: 30px;
  }
  .home-sections .section-team .content-wrapper {
    padding: 44px 0;
  }
  .home-sections .section-projects .head-actions {
    margin-top: 22px;
  }
  .home-sections .section-projects .head-actions .button {
    margin-top: 0;
  }
  .home-sections .section-projects .projects-track {
    gap: 20px;
    margin-top: 36px;
  }
  .home-sections .section-projects .projects-track .project-card {
    flex: 0 0 82%;
  }
  .home-sections .section-process .process-track {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-top: 44px;
    padding-top: 0;
    padding-right: 26px;
  }
  .home-sections .section-process .process-track::before, .home-sections .section-process .process-track::after {
    top: 0;
    right: 4px;
    left: auto;
    width: 1px;
    height: 100%;
  }
  .home-sections .section-process .process-track::after {
    transform: scaleY(0);
    transform-origin: center top;
  }
  .home-sections .section-process.is-active .process-track::after {
    transform: scaleY(1);
  }
  .home-sections .section-process .step {
    padding-top: 0;
  }
  .home-sections .section-process .step .step-dot {
    top: 2px;
    right: -26px;
  }
  .home-sections .section-news .news-lead {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 36px;
  }
  .home-sections .section-news .news-lead h3 {
    font-size: 24px;
  }
  .home-sections .section-news .news-row {
    grid-template-columns: auto 1fr;
    gap: 8px 20px;
    padding: 20px 0;
    margin: 0;
  }
  .home-sections .section-news .news-row h3 {
    grid-column: 1/-1;
    font-size: 16px;
  }
  .home-sections .section-news .news-row .thumb,
  .home-sections .section-news .news-row .arrow {
    display: none;
  }
  .home-sections .section-career .career-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .home-sections .cta-band {
    padding: 56px 0;
  }
  .home-sections .cta-band .cta-inner {
    display: block;
  }
  .home-sections .cta-band h2 {
    font-size: 28px;
  }
  .home-sections .cta-band .button {
    margin-top: 26px;
  }
}
/**********************************
 * Projects map tooltip (appended to body by js)
 **********************************/
.map-tooltip {
  position: fixed;
  z-index: 1100;
  min-width: 220px;
  max-width: 310px;
  padding: 18px 22px 19px;
  background: white;
  color: black;
  font-family: "NarkissBlock";
  font-weight: 400;
  text-align: right;
  direction: rtl;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, calc(-100% - 18px)) translateY(5px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.2));
}
.map-tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 12px;
  height: 12px;
  background: white;
  transform: translateX(-50%) rotate(45deg);
}
.map-tooltip .tt-type {
  display: block;
  font-size: 14.4px;
  font-weight: 600;
  color: #0d6b73;
}
.map-tooltip .tt-name {
  display: block;
  margin-top: 1px;
  font-family: "NarkissBlockExtendedBold";
  font-size: 24px;
  line-height: 1.2;
}
.map-tooltip .tt-capacity {
  display: block;
  margin-top: 2px;
  margin-bottom: 4px;
  font-size: 14.4px;
  font-weight: 400;
}
.map-tooltip .tt-status {
  display: block;
  margin-top: 2px;
  font-size: 14.4px;
  opacity: 0.6;
}
.map-tooltip.visible {
  opacity: 1;
  transform: translate(-50%, calc(-100% - 18px));
}
.map-tooltip.static {
  position: absolute;
  z-index: 20;
}
.map-tooltip.below {
  transform: translate(-50%, 24px) translateY(-5px);
}
.map-tooltip.below::after {
  bottom: auto;
  top: -6px;
}
.map-tooltip.below.visible {
  transform: translate(-50%, 24px);
}

@media (prefers-reduced-motion: reduce) {
  .home-sections .section-intro .ring-counter .ring .bar {
    transition: none;
  }
  .home-sections .section-process .step {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .home-sections .section-process .process-track::after {
    transform: scaleX(1);
    transition: none;
  }
}
/**********************************
 * Inner pages - shared elements
 **********************************/
.inner-page .inner-cover {
  padding: 176px 0 64px;
  text-align: center;
}
.inner-page .inner-cover .eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #0d6b73;
}
.inner-page .inner-cover .eyebrow::before, .inner-page .inner-cover .eyebrow::after {
  content: "";
  width: 28px;
  height: 1.5px;
  background: #0d6b73;
  transform: translateY(-1px);
}
.inner-page .inner-cover h1 {
  margin-top: 12px;
  font-family: "NarkissBlockExtendedBold";
  font-size: 64px;
  line-height: 1.1;
}
.inner-page .inner-cover p {
  margin: 18px auto 0;
  max-width: 602px;
  font-size: 21px;
  line-height: 1.4;
  text-wrap: pretty;
}
.inner-page .inner-cover.has-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32vw;
  min-height: 420px;
  padding: 0;
  color: white;
}
.inner-page .inner-cover.has-image .cover-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.inner-page .inner-cover.has-image .cover-media .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.34);
}
.inner-page .inner-cover.has-image .content-wrapper {
  position: relative;
  z-index: 2;
  padding-top: 8%;
}
.inner-page .inner-cover.has-image .eyebrow {
  color: white;
}
.inner-page .inner-cover.has-image .eyebrow::before, .inner-page .inner-cover.has-image .eyebrow::after {
  background: white;
}
.inner-page .inner-stats {
  width: calc(100% - 136px);
  max-width: 1648px;
  margin: 0 auto;
  padding: 48px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}
.inner-page .inner-stats .stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1100px;
  margin: 0 auto;
}
.inner-page .inner-stats .stats-row .stat {
  padding: 10px 0;
}
.inner-page .inner-stats .stats-row .stat:not(:last-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.14);
}
.inner-page .inner-stats .stats-row .stat .num {
  font-size: 54px;
  color: #0d6b73;
}
.inner-page .inner-stats .stats-row .stat .num .suffix {
  font-size: 22px;
}
.inner-page .inner-stats .stats-row .stat .label {
  margin-top: 8px;
  font-weight: 600;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .inner-page .inner-cover {
    padding: 130px 0 44px;
  }
  .inner-page .inner-cover h1 {
    font-size: 38px;
  }
  .inner-page .inner-cover p {
    font-size: 17px;
  }
  .inner-page .inner-cover.has-image {
    height: auto;
    min-height: 0;
    padding: 150px 24px 60px;
  }
  .inner-page .inner-stats {
    padding: 10px 0 40px;
  }
  .inner-page .inner-stats .stats-row {
    grid-template-columns: 1fr 1fr;
    gap: 28px 0;
  }
  .inner-page .inner-stats .stats-row .stat:nth-child(2n) {
    border-left: 0;
  }
}
/**********************************
 * Projects page
 **********************************/
.projects-page {
  /********** map explorer **********/
}
.projects-page .section-explorer {
  background: rgba(0, 0, 0, 0.04);
}
.projects-page .section-explorer .explorer-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.projects-page .section-explorer .view-toggle {
  display: inline-flex;
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 60px;
  background: white;
}
.projects-page .section-explorer .view-toggle .view-btn {
  height: 40px;
  padding: 2px 30px 0;
  border: 0;
  border-radius: 60px;
  background: none;
  font-size: 15.4px;
  font-weight: 600;
  color: black;
  cursor: pointer;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
}
.projects-page .section-explorer .view-toggle .view-btn.active {
  background: black;
  color: white;
}
.projects-page .section-explorer .explorer-count {
  margin-top: 14px;
  font-size: 15.4px;
  font-weight: 600;
  color: #0d6b73;
}
.projects-page .section-explorer .map-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 24px;
  padding-top: 12px;
  list-style: none;
}
.projects-page .section-explorer .map-legend li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
}
.projects-page .section-explorer .map-legend .swatch {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.projects-page .section-explorer .map-legend .swatch.type-agro {
  background: #0d6b73;
}
.projects-page .section-explorer .map-legend .swatch.type-solar {
  background: #4d9ba1;
}
.projects-page .section-explorer .map-legend .swatch.type-water {
  background: #2c7da0;
}
.projects-page .section-explorer .map-legend .swatch.type-storage {
  background: #7f9da1;
}
.projects-page .section-explorer .map-legend .swatch.type-epc {
  background: #16454e;
}
.projects-page .section-explorer .explorer-stage {
  position: relative;
  height: 680px;
  margin-top: 36px;
}
.projects-page .section-explorer .explorer-stage .explorer-view {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.985);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.projects-page .section-explorer .explorer-stage .explorer-view.is-active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.projects-page .section-explorer .explorer-stage .map-dot[data-project] {
  cursor: pointer;
}
.projects-page .section-explorer .explorer-stage .view-israel {
  perspective: 1700px;
}
.projects-page .section-explorer .explorer-stage .israel-map {
  position: relative;
  height: 106%;
  aspect-ratio: 100/305.3;
  transform: rotateX(26deg) rotateZ(-7deg);
  transform-style: preserve-3d;
}
.projects-page .section-explorer .explorer-stage .israel-map svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(14px 22px 18px rgba(90, 105, 125, 0.34));
}
.projects-page .section-explorer .explorer-stage .israel-map svg path {
  fill: white;
}
.projects-page .section-explorer .explorer-stage .europe-frame {
  position: relative;
  width: min(980px, 100%);
  height: 100%;
  overflow: hidden;
  border-radius: 2px;
}
.projects-page .section-explorer .explorer-stage .europe-frame .europe-canvas {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 260%;
  transform: translate(-55.5%, -41.5%);
}
.projects-page .section-explorer .explorer-stage .europe-frame .europe-canvas img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.5;
}
.projects-page {
  /********** filters + full grid **********/
}
.projects-page .inner-cover p {
  max-width: 748px;
}
.projects-page .section-projects-grid {
  padding: 54px 0 108px;
}
.projects-page .section-projects-grid .section-head {
  text-align: center;
}
.projects-page .section-projects-grid .grid-filters {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 36px;
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  text-align: center;
}
.projects-page .section-projects-grid .grid-filters .filter-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.projects-page .section-projects-grid .grid-filters .filter-group .group-label {
  min-width: 52px;
  font-size: 13.5px;
  font-weight: 600;
  opacity: 0.56;
}
.projects-page .section-projects-grid .grid-filters .filter-group .filter-pill {
  padding: 6px 16px 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 60px;
  background: none;
  font-size: 15.4px;
  font-weight: 400;
  color: black;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.projects-page .section-projects-grid .grid-filters .filter-group .filter-pill:hover {
  border-color: black;
}
.projects-page .section-projects-grid .grid-filters .filter-group .filter-pill.active {
  background: black;
  border-color: black;
  color: white;
  font-weight: 600;
}
.projects-page .section-projects-grid .projects-grid-full {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 36px;
  margin-top: 60px;
  align-items: start;
}
.projects-page .section-projects-grid .projects-grid-full .project-card.is-hidden {
  display: none;
}
.projects-page .section-projects-grid .projects-grid-full .project-card.slim {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 32px;
  background: rgba(0, 0, 0, 0.04);
}
.projects-page .section-projects-grid .projects-grid-full .project-card.slim h3 {
  margin-top: 0;
}
.projects-page .section-projects-grid .projects-grid-full .project-card.slim .data:empty {
  display: none;
}
.projects-page .section-projects-grid .projects-grid-full .project-card.slim .tags {
  margin-top: 14px;
}
.projects-page .section-projects-grid .projects-grid-full .project-card.slim.is-hidden {
  display: none;
}
.projects-page .section-projects-grid .grid-empty {
  margin-top: 48px;
  font-size: 17px;
  text-align: center;
  opacity: 0.64;
}

@media screen and (max-width: 1024px) {
  .projects-page .section-explorer .explorer-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .projects-page .section-explorer .map-legend {
    justify-content: flex-start;
    padding-top: 0;
  }
  .projects-page .section-explorer .explorer-stage {
    height: 480px;
  }
  .projects-page .section-projects-grid .grid-filters .filter-group .group-label {
    width: 100%;
  }
  .projects-page .section-projects-grid .projects-grid-full {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-top: 36px;
  }
}
/**********************************
 * About page
 **********************************/
.about-page {
  /********** story: split text + image, facts, roadmap **********/
}
.about-page .section-about-story {
  scroll-margin-top: 90px;
  padding-bottom: 0;
}
.about-page .section-about-story .story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 108px;
  align-items: center;
}
.about-page .section-about-story .story-grid + .story-grid {
  margin-top: 108px;
}
.about-page .section-about-story .story-grid .story-copy .section-head h2 {
  margin-top: 14px;
  font-size: 30px;
  line-height: 1.2;
  max-width: 582px;
  text-wrap: pretty;
}
.about-page .section-about-story .story-grid .story-copy p {
  margin-top: 14px;
  max-width: 574px;
  font-size: 15.4px;
  line-height: 1.6;
  opacity: 0.82;
  text-wrap: pretty;
}
.about-page .section-about-story .story-grid .story-copy p + p {
  margin-top: 14px;
}
.about-page .section-about-story .story-grid.flip .story-copy .section-head h2 {
  margin-top: 0;
  max-width: 572px;
}
.about-page .section-about-story .story-grid .story-media {
  position: relative;
  aspect-ratio: 16/11;
  overflow: hidden;
}
.about-page .section-about-story .story-grid .story-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .section-about-story .fact-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 60px;
  padding-top: 24px;
  padding-left: 64px;
  max-width: 608px;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  list-style: none;
}
.about-page .section-about-story .fact-strip li strong {
  display: block;
  font-family: "NarkissBlockExtendedBold";
  font-size: 24px;
  color: #0d6b73;
}
.about-page .section-about-story .fact-strip li span {
  display: block;
  margin-top: 6px;
  font-size: 15.4px;
  font-weight: 600;
  line-height: 1.45;
}
.about-page .section-about-story .about-roadmap {
  margin-top: 108px;
}
.about-page .section-about-story .about-roadmap .roadmap-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  margin-top: 64px;
  padding-top: 5px;
}
.about-page .section-about-story .about-roadmap .roadmap-track::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.14);
}
.about-page .section-about-story .about-roadmap .roadmap-track::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  height: 1px;
  background: black;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-page .section-about-story .about-roadmap .milestone {
  position: relative;
  padding-top: 26px;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-page .section-about-story .about-roadmap .milestone .milestone-dot {
  position: absolute;
  top: -6.5px;
  right: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: black;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.34, 1.6, 0.64, 1);
}
.about-page .section-about-story .about-roadmap .milestone .milestone-dot::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 1.5px solid black;
  opacity: 0;
}
.about-page .section-about-story .about-roadmap .milestone .year {
  display: block;
  font-family: "NarkissBlockExtendedBold";
  font-size: 30px;
  color: #0d6b73;
}
.about-page .section-about-story .about-roadmap .milestone p {
  margin-top: 10px;
  font-size: 15.4px;
  line-height: 1.6;
  opacity: 0.82;
  text-wrap: pretty;
}
.about-page .section-about-story .about-roadmap .milestone:nth-child(1) {
  transition-delay: 0.12s;
}
.about-page .section-about-story .about-roadmap .milestone:nth-child(1) .milestone-dot {
  transition-delay: 0s;
}
.about-page .section-about-story .about-roadmap .milestone:nth-child(1) .milestone-dot::after {
  animation-delay: 0.3s;
}
.about-page .section-about-story .about-roadmap .milestone:nth-child(2) {
  transition-delay: 0.4s;
}
.about-page .section-about-story .about-roadmap .milestone:nth-child(2) .milestone-dot {
  transition-delay: 0.28s;
}
.about-page .section-about-story .about-roadmap .milestone:nth-child(2) .milestone-dot::after {
  animation-delay: 0.58s;
}
.about-page .section-about-story .about-roadmap .milestone:nth-child(3) {
  transition-delay: 0.68s;
}
.about-page .section-about-story .about-roadmap .milestone:nth-child(3) .milestone-dot {
  transition-delay: 0.56s;
}
.about-page .section-about-story .about-roadmap .milestone:nth-child(3) .milestone-dot::after {
  animation-delay: 0.86s;
}
.about-page .section-about-story .about-roadmap .milestone:nth-child(4) {
  transition-delay: 0.96s;
}
.about-page .section-about-story .about-roadmap .milestone:nth-child(4) .milestone-dot {
  transition-delay: 0.84s;
}
.about-page .section-about-story .about-roadmap .milestone:nth-child(4) .milestone-dot::after {
  animation-delay: 1.14s;
}
.about-page .section-about-story .about-roadmap .milestone:nth-child(5) {
  transition-delay: 1.24s;
}
.about-page .section-about-story .about-roadmap .milestone:nth-child(5) .milestone-dot {
  transition-delay: 1.12s;
}
.about-page .section-about-story .about-roadmap .milestone:nth-child(5) .milestone-dot::after {
  animation-delay: 1.42s;
}
.about-page .section-about-story .about-roadmap .milestone:nth-child(6) {
  transition-delay: 1.52s;
}
.about-page .section-about-story .about-roadmap .milestone:nth-child(6) .milestone-dot {
  transition-delay: 1.4s;
}
.about-page .section-about-story .about-roadmap .milestone:nth-child(6) .milestone-dot::after {
  animation-delay: 1.7s;
}
.about-page .section-about-story .about-roadmap.is-active .roadmap-track::after {
  transform: scaleX(1);
}
.about-page .section-about-story .about-roadmap.is-active .milestone {
  opacity: 1;
  transform: translateY(0);
}
.about-page .section-about-story .about-roadmap.is-active .milestone .milestone-dot {
  transform: scale(1);
}
.about-page .section-about-story .about-roadmap.is-active .milestone .milestone-dot::after {
  animation: step-dot-ping 0.8s ease-out forwards;
}
.about-page {
  /********** partners **********/
}
.about-page .section-partners {
  background: white;
  padding: 136px 0 124px;
}
.about-page .section-partners .section-head {
  text-align: center;
}
.about-page .section-partners .section-head .kicker {
  justify-content: center;
}
.about-page .section-partners .section-head .kicker::after {
  content: "";
  width: 28px;
  height: 1.5px;
  background: #0d6b73;
  transform: translateY(-1px);
}
.about-page .section-partners .partners-lead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 48px;
}
.about-page .section-partners .partners-lead .partner-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 48px;
  background: rgba(0, 0, 0, 0.04);
}
.about-page .section-partners .partners-lead .partner-card img {
  height: 52px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.about-page .section-partners .partners-lead .partner-card img.logo-kalmobil {
  height: 70px;
  margin: -12px 0 -6px;
}
.about-page .section-partners .partners-lead .partner-card p {
  margin-top: 16px;
  max-width: 100%;
  font-size: 15.4px;
  font-weight: 600;
  line-height: 1.6;
  opacity: 1;
}
.about-page .section-partners .partners-marquee {
  margin-top: 64px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to left, transparent, black 10%, black 90%, transparent);
  mask-image: linear-gradient(to left, transparent, black 10%, black 90%, transparent);
}
.about-page .section-partners .partners-marquee .marquee-track {
  display: flex;
  width: max-content;
  animation: partners-marquee 40s linear infinite;
}
.about-page .section-partners .partners-marquee:hover .marquee-track {
  animation-play-state: paused;
}
.about-page .section-partners .partners-marquee .partners-set {
  display: flex;
  align-items: center;
  list-style: none;
}
.about-page .section-partners .partners-marquee .partners-set li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 44px;
}
.about-page .section-partners .partners-marquee .partners-set img {
  max-width: 150px;
  max-height: 54px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.62;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.about-page .section-partners .partners-marquee .partners-set li:hover img {
  filter: none;
  opacity: 1;
}
.about-page {
  /********** vision **********/
}
.about-page .section-vision {
  padding-top: 0;
  padding-bottom: 0;
  scroll-margin-top: 80px;
}
.about-page .section-vision .vision-band {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 480px;
  padding: 90px 0;
  overflow: hidden;
  color: white;
}
.about-page .section-vision .vision-band .band-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .section-vision .vision-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.66) 100%);
}
.about-page .section-vision .vision-band .content-wrapper {
  position: relative;
  z-index: 1;
}
.about-page .section-vision .vision-band .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 600;
}
.about-page .section-vision .vision-band .eyebrow::before {
  content: "";
  width: 28px;
  height: 1.5px;
  background: white;
  transform: translateY(-1px);
}
.about-page .section-vision .vision-band h2 {
  margin-top: 10px;
  max-width: 540px;
  font-family: "NarkissBlockExtendedBold";
  font-size: 44px;
  line-height: 1.16;
}
.about-page .section-vision .vision-band p {
  margin-top: 14px;
  max-width: 806px;
  font-size: 15.4px;
  line-height: 1.6;
  text-wrap: pretty;
}
.about-page .section-vision .vision-band p + p {
  margin-top: 12px;
}
.about-page .section-vision .values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 54px 90px;
  padding: 90px 0 110px;
}
.about-page .section-vision .values-grid .value-card .value-icon {
  display: block;
}
.about-page .section-vision .values-grid .value-card .value-icon svg {
  width: 40px;
  height: 40px;
  color: #0d6b73;
}
.about-page .section-vision .values-grid .value-card h3 {
  margin-top: 20px;
  font-family: "NarkissBlockExtendedBold";
  font-size: 30px;
}
.about-page .section-vision .values-grid .value-card p {
  margin-top: 10px;
  max-width: 554px;
  font-size: 17px;
  line-height: 1.6;
  opacity: 0.82;
  text-wrap: pretty;
}
.about-page {
  /********** team **********/
}
.about-page .section-about-team {
  background: rgba(0, 0, 0, 0.04);
  scroll-margin-top: 80px;
  scroll-margin-top: 80px;
}
.about-page .section-about-team .team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px 28px;
  margin-top: 56px;
}
.about-page .section-about-team .team-card {
  padding: 0;
  border: 0;
  background: none;
  text-align: right;
  cursor: pointer;
}
.about-page .section-about-team .team-card .portrait {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
}
.about-page .section-about-team .team-card .portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about-page .section-about-team .team-card h3 {
  margin-top: 18px;
  font-family: "NarkissBlockExtendedBold";
  font-size: 26px;
}
.about-page .section-about-team .team-card .role {
  display: block;
  margin-top: 0;
  font-size: 15.4px;
  opacity: 0.82;
}
.about-page .section-about-team .team-card:hover .portrait img {
  transform: scale(1.04);
}

@media screen and (max-width: 1024px) {
  .about-page .section-about-story .story-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .about-page .section-about-story .story-grid + .story-grid {
    margin-top: 56px;
  }
  .about-page .section-about-story .story-grid.flip .story-media {
    order: 2;
  }
  .about-page .section-about-story .fact-strip {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 32px;
  }
  .about-page .section-about-story .about-roadmap {
    margin-top: 64px;
  }
  .about-page .section-about-story .about-roadmap .roadmap-track {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-top: 44px;
    padding-top: 0;
    padding-right: 26px;
  }
  .about-page .section-about-story .about-roadmap .roadmap-track::before, .about-page .section-about-story .about-roadmap .roadmap-track::after {
    top: 0;
    right: 4px;
    left: auto;
    width: 1px;
    height: 100%;
  }
  .about-page .section-about-story .about-roadmap .roadmap-track::after {
    transform: scaleY(0);
    transform-origin: center top;
  }
  .about-page .section-about-story .about-roadmap.is-active .roadmap-track::after {
    transform: scaleY(1);
  }
  .about-page .section-about-story .about-roadmap .milestone {
    padding-top: 0;
  }
  .about-page .section-about-story .about-roadmap .milestone .milestone-dot {
    top: 2px;
    right: -26px;
  }
  .about-page .section-partners .partners-lead {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .about-page .section-partners .partners-lead .partner-card {
    padding: 32px 28px;
  }
  .about-page .section-partners .partners-marquee .partners-set li {
    padding: 0 26px;
  }
  .about-page .section-vision .vision-band {
    min-height: 0;
    padding: 64px 0;
  }
  .about-page .section-vision .vision-band h2 {
    font-size: 30px;
  }
  .about-page .section-vision .values-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 56px 0 70px;
  }
  .about-page .section-about-team .team-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 20px;
  }
}
@keyframes partners-marquee {
  to {
    transform: translateX(50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .about-page .section-partners .partners-marquee .marquee-track {
    animation: none;
  }
}
/* --------------------------------------------------
   News page (inner)
-------------------------------------------------- */
.news-page .section-news .news-lead {
  margin-top: 0;
}

.reveal-image {
  position: relative;
  overflow: hidden;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.reveal-image > img,
.reveal-image .ofc {
  transform: scale(1.12);
  transition: transform 1.1s cubic-bezier(0.65, 0, 0.35, 1);
}
.reveal-image.is-revealed {
  clip-path: inset(0);
}
.reveal-image.is-revealed > img,
.reveal-image.is-revealed .ofc {
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-image {
    clip-path: none;
    transition: none;
  }
  .reveal-image > img,
  .reveal-image .ofc {
    transform: none;
    transition: none;
  }
}
/* --------------------------------------------------
   Manual overrides for the scaled desktop range
   (1025px - 1780px).

   Everything else in this range is auto-scaled by
   tools/max-scale.py; rules here are hoisted after the
   generated block, so they take precedence.
-------------------------------------------------- */

/*******************/
html {
  font-size: 10px;
}

body {
  font-family: "NarkissBlock";
  font-size: 10px;
  color: #333333;
  background: #ffffff;
  font-weight: normal;
  font-style: normal;
  direction: rtl;
}

/* max-scale:start (generated - do not edit) */
@media screen and (min-width: 1025px) and (max-width: 1780px) {
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
}
.sr-only {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
}
.container {
  min-height: 100vh;
}
.content-wrapper {
  width: calc(100% - 100.64px);
  max-width: 1219.52px;
  margin: auto;
}
.center-wrapper {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.vimeo-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  top: 50%;
  left: 50%;
}
.vimeo-wrapper video {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  top: 50%;
  left: 50%;
}
.overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.m-t-5 {
  margin-top: 3.7px;
}
.m-t-10 {
  margin-top: 7.4px;
}
.m-t-20 {
  margin-top: 14.8px;
}
.m-t-24 {
  margin-top: 17.76px;
}
.m-t-30 {
  margin-top: 22.2px;
}
.m-t-40 {
  margin-top: 29.6px;
}
.m-r-4 {
  margin-right: 2.96px;
}
.height-10 {
  height: 7.4px;
}
.image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.skip-link:focus,
.skip-link:focus-visible {
  height: auto !important;
  left: 14.8px;
  margin: 0 !important;
  padding: 8.88px 11.84px !important;
  top: 14.8px;
  width: auto !important;
}
.go-up {
  right: 47.36px;
  bottom: 47.36px;
  font-size: 12px;
}
.go-up img {
  width: 11.84px;
  margin-left: 2.96px;
}
.lds-ring {
  left: 0;
  top: -2.96px;
  width: 29.6px;
  height: 29.6px;
}
.lds-ring div {
  width: 20.72px;
  height: 20.72px;
  margin: 3.7px;
  border: 2.96px solid white;
}
.ofc {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ofc img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.img-blocker {
  left: -3.7px;
  top: -3.7px;
  width: calc(100% + 7.4px);
  height: calc(100% + 7.4px);
}
.wpcf7-not-valid-tip {
  font-size: 12px;
  right: 0;
  bottom: -22.2px;
}
.wpcf7-spinner {
  right: calc(100% + 14.8px);
  margin: 0;
  top: 7.4px;
}
.wpcf7 form.sent .wpcf7-response-output {
  padding: 0;
  font-size: 14.8px;
  right: 0;
  margin: 0;
  bottom: -44.4px;
}
.caption-overlay {
  inset: 0;
  background: radial-gradient(ellipse at calc(100% - 13.32px) calc(100% - 7.4px), rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.24) 18%, rgba(0, 0, 0, 0.08) 34%, rgba(0, 0, 0, 0) 50%);
}
header {
  top: 0;
  left: 0;
  width: 100%;
  height: 74px;
}
header .content-wrapper {
  height: 100%;
  width: calc(100% - 100.64px);
}
header .content-wrapper .nav-right {
  gap: 48.84px;
  height: 100%;
}
header .content-wrapper .logo img {
  height: 16.28px;
  width: auto;
}
header .content-wrapper .items {
  gap: 22.2px;
  height: 100%;
  font-size: 14.4px;
}
header .content-wrapper .items > li {
  height: 100%;
}
header .content-wrapper .items > li .menu-label {
  gap: 5.92px;
  padding: 5.92px 0;
}
header .content-wrapper .items > li .menu-label .chevron {
  width: 5.92px;
  height: auto;
}
header .content-wrapper .items > li .dropdown {
  top: 100%;
  right: -16.28px;
  min-width: 162.8px;
  padding: 8.88px 0;
  box-shadow: 0 25.16px 51.8px rgba(0, 0, 0, 0.16);
  clip-path: inset(0 -66.6px -66.6px -66.6px);
  transform: translateY(-5.92px);
}
header .content-wrapper .items > li .dropdown::before {
  right: 0;
  bottom: 100%;
  width: 100%;
  height: 11.84px;
}
header .content-wrapper .items > li .dropdown li {
  padding: 7.4px 16.28px;
}
header .content-wrapper .items > li .dropdown li:hover {
  transform: translateX(-2.22px);
}
header .content-wrapper .panel {
  gap: 17.76px;
  font-size: 16px;
}
header .content-wrapper .panel .langs {
  font-size: 14.4px;
}
header .content-wrapper .panel .langs span {
  margin: 0 2.96px;
}
header .content-wrapper .panel .button {
  border-radius: 44.4px;
  height: 26.64px;
  line-height: 25.9px;
  width: 118.4px;
  font-size: 14.4px;
}
header .mega-backdrop {
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
  backdrop-filter: blur(2.96px);
  -webkit-backdrop-filter: blur(2.96px);
}
header .mega-dropdown {
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 0 25.16px 51.8px rgba(0, 0, 0, 0.16);
  clip-path: inset(0 0 -118.4px 0);
  transform: translateY(-7.4px);
}
header .mega-dropdown .mega-wrapper {
  gap: 2px;
  width: calc(100% - 100.64px);
  max-width: 1219.52px;
  margin: 0 auto;
  padding: 25.16px 0 28.12px;
}
header .mega-dropdown .mega-card .card-overlay {
  inset: 0;
}
header .mega-dropdown .mega-card .card-content {
  right: 14.8px;
  bottom: 14.8px;
  max-width: calc(100% - 29.6px);
}
header .mega-dropdown .mega-card .title {
  font-size: 22.2px;
}
header.scrolled {
  height: 59.2px;
}
.contact-form .fields {
  gap: 4.44px 17.76px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 8.88px 0;
  font-size: 14.4px;
}
.contact-form select {
  background-position: left 2.96px center;
  background-size: 8.14px auto;
  padding-left: 17.76px;
}
.contact-form .button {
  margin-top: 19.24px;
  border-radius: 44.4px;
  height: 32.56px;
  line-height: 32.56px;
  width: 177.6px;
  padding: 0;
  font-size: 14.4px;
}
.site-footer {
  padding: 53.28px 0 23.68px;
}
.site-footer .footer-top {
  gap: 66.6px;
}
.site-footer h3 {
  font-size: 22.2px;
}
.site-footer .footer-form {
  max-width: 562.4px;
}
.site-footer .footer-form form {
  margin-top: 17.76px;
}
.site-footer .footer-info .footer-logo {
  height: 20.72px;
  width: auto;
  margin-top: 5.18px;
}
.site-footer .footer-info p {
  margin-top: 13.32px;
  font-size: 14.4px;
}
.site-footer .footer-info .linkedin {
  margin-top: 13.32px;
  font-size: 14.4px;
  text-underline-offset: 2.22px;
}
.site-footer .footer-nav {
  gap: 51.8px;
}
.site-footer .footer-nav ul {
  margin-top: 0;
}
.site-footer .footer-nav ul li {
  margin-top: 7.4px;
  font-size: 14.4px;
}
.site-footer .footer-bottom {
  gap: 22.2px;
  margin-top: 47.36px;
  padding-top: 16.28px;
  font-size: 14.4px;
}
.site-footer .footer-bottom .legal {
  gap: 16.28px;
}
.site-footer .footer-bottom .langs span {
  margin: 0 2.96px;
}
.contact-popup {
  inset: 0;
  padding: 29.6px;
}
.contact-popup .popup-backdrop {
  inset: 0;
  backdrop-filter: blur(2.96px);
  -webkit-backdrop-filter: blur(2.96px);
}
.contact-popup .popup-inner {
  width: min(843.6px, 100%);
  max-height: calc(100vh - 59.2px);
  box-shadow: 0 29.6px 88.8px rgba(0, 0, 0, 0.3);
}
.contact-popup .popup-close {
  top: 10.36px;
  right: 10.36px;
  left: auto;
  width: 22.2px;
  height: 22.2px;
}
.contact-popup .popup-close svg {
  width: 12.58px;
  height: 12.58px;
}
.contact-popup .popup-body {
  padding: 41.44px 47.36px 34.04px;
}
.contact-popup .popup-body h3 {
  font-size: 32.56px;
}
.contact-popup .popup-body .popup-sub {
  margin-top: 2.96px;
  font-size: 14.4px;
}
.contact-popup .popup-body .contact-form {
  margin-top: 19.24px;
}
.contact-popup .popup-body .popup-details {
  gap: 5.92px 14.8px;
  margin-top: 51.8px;
  padding: 0;
  font-size: 14.4px;
}
.contact-popup .popup-body .popup-details .name {
  width: 100%;
  font-size: 14.8px;
}
.contact-popup .popup-body .popup-details a.linkedin {
  text-underline-offset: 2.22px;
}
.contact-popup .popup-media {
  min-height: 100%;
}
.contact-popup .popup-media img {
  inset: 0;
  width: 100%;
  height: 100%;
}
.project-popup .popup-body {
  padding: 47.36px 47.36px 41.44px;
}
.project-popup .popup-body h3 {
  font-size: 32.56px;
}
.project-popup .popup-body .project-desc {
  margin-top: 7.4px;
  width: 80%;
  font-size: 14.4px;
}
.project-popup .popup-body .project-stats {
  gap: 26.64px;
  margin-top: 35.52px;
  padding-top: 17.76px;
}
.project-popup .popup-body .project-stats .stat .value {
  font-size: 17.76px;
}
.project-popup .popup-body .project-stats .stat .label {
  margin: 0 0 4.44px;
  font-size: 14.4px;
}
.project-popup .popup-body .project-timeline {
  margin-top: 17.76px;
  font-size: 14.4px;
}
.project-popup .popup-body .popup-tags {
  gap: 5.92px;
  margin: 10.36px 0 17.76px;
}
.project-popup .popup-body .popup-tags .tag {
  padding: 3.7px 11.1px 2.22px;
  border-radius: 44.4px;
  font-size: 14.4px;
}
.project-popup .popup-media .media-slides {
  inset: 0;
}
.project-popup .popup-media .media-slides img {
  inset: 0;
  width: 100%;
  height: 100%;
}
.project-popup .popup-media .media-arrows {
  right: 14.8px;
  bottom: 14.8px;
  gap: 5.92px;
}
.project-popup .popup-media .media-arrows .media-arrow {
  width: 28.12px;
  height: 28.12px;
  padding: 0;
  backdrop-filter: blur(2.96px);
  -webkit-backdrop-filter: blur(2.96px);
}
.project-popup .popup-media .media-arrows .media-arrow svg {
  width: 5.18px;
  height: auto;
}
.team-popup .popup-inner {
  width: min(769.6px, 100%);
}
.team-popup .popup-body {
  padding: 47.36px 47.36px 41.44px;
}
.team-popup .popup-body h3 {
  font-size: 26.64px;
}
.team-popup .popup-body .member-role {
  margin-top: 4.44px;
  font-size: 17px;
}
.team-popup .popup-body .member-bio {
  margin-top: 17.76px;
  padding-top: 17.76px;
  font-size: 14.4px;
}
.home-wrapper {
  height: 600vh;
}
.home-wrapper .hero {
  top: 0;
  height: 100vh;
  border: 10.36px solid white;
}
.home-wrapper .hero .hero-video-frame {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-wrapper .hero .shape {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
}
.home-wrapper .hero .content {
  left: 50%;
  top: 50%;
}
.home-wrapper .hero .content .logo {
  width: 30vw;
  height: auto;
  margin: 0 auto;
}
.home-wrapper .hero .content .below {
  margin: 1.8vw auto 0;
  font-size: 1.32vw;
  max-width: 46vw;
}
.home-wrapper .hero .contact-button {
  top: 2.8vw;
  left: 2.8vw;
  font-size: 1.24vw;
  border-radius: 44.4px;
  padding: 0.4vw 1.4vw;
}
.home-wrapper .hero .coming-soon {
  bottom: 2.8vw;
  right: 2.8vw;
  font-size: 1.24vw;
}
.home-wrapper .hero .coming-soon .pipe {
  width: 0.1vw;
  height: 1.4vw;
  margin: 0 0.4vw;
}
.home-wrapper .hero .content-v2 {
  height: 90%;
  padding-right: 118.4px;
  height: 114%;
  padding-right: 22%;
}
.home-wrapper .hero .content-v2 .logo {
  width: auto;
  height: 87.32px;
}
.home-wrapper .hero .content-v2 .below {
  margin: 20.72px 0 0;
  font-size: 18px;
  max-width: 399.6px;
}
.home-wrapper .hero .content-v2 .button {
  margin: 17.76px 0 0;
  border-radius: 44.4px;
  height: 35.52px;
  line-height: 34.04px;
  font-size: 18px;
  max-width: 162.8px;
}
.home-v2-wrapper {
  height: 100vh;
}
.home-v2-wrapper .hero-v2 {
  height: 100%;
  border: 10.36px solid white;
}
.home-v2-wrapper .hero-v2 .shape {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
}
.home-v2-wrapper .hero-v2 .video-stripes {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-v2-wrapper .hero-v2 .video-stripes .video-stripe {
  height: 100%;
}
.home-v2-wrapper .hero-v2 .video-stripes .video-stripe video {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-v2-wrapper .hero-v2 .content-v2 {
  height: 100%;
  padding-right: 22%;
}
.home-v2-wrapper .hero-v2 .content-v2 .logo {
  width: auto;
  height: 87.32px;
}
.home-v2-wrapper .hero-v2 .content-v2 .below {
  max-width: 399.6px;
  margin: 20.72px 0 0;
  font-size: 18px;
}
.home-v2-wrapper .hero-v2 .content-v2 .button {
  width: 162.8px;
  height: 35.52px;
  margin: 17.76px 0 0;
  border-radius: 44.4px;
  font-size: 18px;
  line-height: 34.04px;
}
.popup-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup-wrapper .close {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popup-wrapper .inner-wrapper {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popup-wrapper .inner-wrapper .inner-contact {
  width: 100%;
  max-width: 36vw;
  padding: 3.2vw 3.2vw 2.4vw;
}
.popup-wrapper .inner-wrapper .inner-contact p {
  font-size: 1.32vw;
}
.popup-wrapper .inner-wrapper .inner-contact .two {
  margin: 0 auto 1vw;
  gap: 1vw;
}
.popup-wrapper .inner-wrapper .inner-contact .two p.on-left {
  font-size: 1.28vw;
}
.popup-wrapper .inner-wrapper .inner-contact .phone {
  margin: 0 auto 1vw;
}
.popup-wrapper .inner-wrapper .inner-contact .linkedin a {
  gap: 0.2vw;
}
.popup-wrapper .inner-wrapper .inner-contact .linkedin a svg {
  height: 2vw;
  width: auto;
}
.hero-option .button {
  border-radius: 44.4px;
  height: 35.52px;
  line-height: 34.04px;
  padding: 0 25.16px;
  font-size: 18px;
}
.hero-option .stat .num {
  font-size: 32.56px;
}
.hero-option .stat .num .suffix {
  font-size: 16.28px;
  margin-left: 2.22px;
}
.hero-option .stat .label {
  margin-top: 4.44px;
  font-size: 14.4px;
}
.hero-a {
  height: 100vh;
  padding-bottom: 22.2px;
}
.hero-a .hero-intro {
  gap: 44.4px;
  width: calc(100% - 100.64px);
  max-width: 1219.52px;
  margin: 0 auto;
  padding: clamp(111px, 17.8vh, 170.2px) 0 clamp(47.36px, 8.9vh, 88.8px);
}
.hero-a .hero-intro h1 {
  font-size: 53.28px;
}
.hero-a .hero-intro .subhead {
  margin-top: 5.92px;
  max-width: 421.8px;
  font-size: 15.54px;
}
.hero-a .hero-intro .intro-left {
  padding-top: 11.1px;
  max-width: 256.04px;
}
.hero-a .hero-intro .intro-left .sub {
  font-size: 14.4px;
}
.hero-a .hero-intro .intro-left .button {
  margin-top: 10.36px;
  width: 118.4px;
  height: 32.56px;
  line-height: 31.82px;
  font-size: 14.4px;
}
.hero-a .arms {
  min-height: 0;
}
.hero-a .arms .arm:not(:last-child) {
  border-left: 2.22px solid rgba(255, 255, 255, 0.22);
}
.hero-a .arms .arm::after {
  inset: 0;
}
.hero-a .arms .arm .arm-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-a .arms .arm .arm-overlay::before, .hero-a .arms .arm .arm-overlay::after {
  inset: 0;
}
.hero-a .arms .arm .arm-content {
  right: 44.4px;
  left: 44.4px;
  bottom: 44.4px;
}
.hero-a .arms .arm .arm-content .eyebrow {
  width: 26.64px;
  height: 2px;
}
.hero-a .arms .arm .arm-content .title {
  margin-top: 7.4px;
  font-size: 32.56px;
}
.hero-a .arms .arm .arm-content .line {
  margin-top: 4.44px;
  max-width: 444px;
  font-size: 14.4px;
}
.hero-a .arms .arm .arm-content .line > span {
  min-height: 0;
}
.hero-a .stats-strip {
  gap: 81.4px;
  padding: 17.76px 29.6px 19.24px;
}
.hero-a .stats-strip .stat .num {
  font-size: 23.68px;
}
.hero-a .stats-strip .stat .num .suffix {
  font-size: 17px;
}
.news-ticker {
  padding: 14.8px 0 14.06px;
}
.news-ticker .ticker-track {
  width: max-content;
}
.news-ticker .ticker-group {
  gap: 32.56px;
  padding-left: 32.56px;
}
.news-ticker .ticker-group .item {
  font-size: 14.4px;
}
.news-ticker .ticker-group .dot {
  width: 2.96px;
  height: 2.96px;
}
.hero-b {
  height: 400vh;
}
.hero-b .hb-stage {
  top: 0;
  height: 100vh;
  border: 10.36px solid white;
}
.hero-b .hb-video-frame {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-b .hb-video-frame .hb-video-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-b .hb-phase {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 8vw;
  transform: translateY(25.16px);
}
.hero-b .hb-phase h1 {
  font-size: 44.4px;
  text-shadow: 0 2px 22.2px rgba(0, 0, 0, 0.4);
}
.hero-b .hb-phase h2 {
  font-size: 34.04px;
  text-shadow: 0 2px 22.2px rgba(0, 0, 0, 0.4);
}
.hero-b .hb-phase .sub {
  margin: 16.28px auto 0;
  max-width: 414.4px;
  font-size: 18px;
}
.hero-b[data-phase="2"] .hb-phase-1, .hero-b[data-phase="3"] .hb-phase-1, .hero-b[data-phase="3"] .hb-phase-2 {
  transform: translateY(-25.16px);
}
.hero-b .scroll-hint {
  bottom: 25.16px;
  left: 50%;
  gap: 5.92px;
  font-size: 14px;
}
.hero-b .scroll-hint svg {
  width: 14.8px;
  height: 14.8px;
}
.hero-b .hb-phase-2 {
  gap: 7vw;
}
.hero-b .hb-phase-2 .hb-map-copy {
  max-width: 325.6px;
}
.hero-b .hb-phase-2 .hb-map-copy .sub {
  margin-right: 0;
}
.hero-b .hb-phase-2 .hb-map-side .map-israel {
  width: 177.6px;
  height: auto;
}
.hero-b .hb-phase-2 .hb-map-side .map-israel .dot text {
  font-size: 10px;
}
.hero-b .hb-phase-2 .hb-map-side .europe-chip {
  gap: 7.4px;
  margin-top: 13.32px;
  padding: 7.4px 13.32px;
  border-radius: 44.4px;
  font-size: 15px;
}
.hero-b .hb-phase-2 .hb-map-side .europe-chip .chip-dots {
  gap: 2.96px;
}
.hero-b .hb-phase-2 .hb-map-side .europe-chip .chip-dots i {
  width: 3.7px;
  height: 3.7px;
}
.hero-b .hb-phase-3 .hb-stats {
  gap: 66.6px;
  margin-top: 34.04px;
}
.hero-b .hb-phase-3 .button {
  margin-top: 38.48px;
}
.hero-b .hb-progress {
  top: 50%;
  left: 25.16px;
  gap: 7.4px;
}
.hero-b .hb-progress .seg {
  width: 2.22px;
  height: 25.16px;
  border-radius: 2.22px;
}
.hero-c {
  height: 100vh;
}
.hero-c .hc-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-c .grid-lines {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-c .grid-lines span {
  width: 1px;
  height: 100%;
}
.hero-c .hc-content {
  height: calc(100% - 103.6px);
}
.hero-c .hc-content h1 {
  font-size: 53.28px;
}
.hero-c .hc-content .subhead {
  margin-top: 7.4px;
  max-width: 466.2px;
  font-size: 18px;
}
.hero-c .hc-content .actions {
  gap: 11.84px;
  margin-top: 19.24px;
}
.hero-c .hc-content .actions .button {
  height: 32.56px;
  line-height: 31.82px;
  font-size: 14.4px;
}
.hero-c .hc-bottom {
  left: 0;
  bottom: 0;
  width: 100%;
}
.hero-c .hc-stats {
  backdrop-filter: blur(7.4px);
  -webkit-backdrop-filter: blur(7.4px);
}
.hero-c .hc-stats .stat {
  padding: 19.24px 14.8px 17.76px;
}
.hero-c .news-ticker {
  backdrop-filter: blur(7.4px);
  -webkit-backdrop-filter: blur(7.4px);
}
.home-sections .section {
  padding: 79.92px 0;
}
.home-sections .section-head .kicker {
  gap: 7.4px;
  font-size: 14.8px;
}
.home-sections .section-head .kicker::before {
  width: 20.72px;
  height: 1.5px;
}
.home-sections .section-head h2 {
  margin-top: 5.92px;
  font-size: 32.56px;
}
.home-sections .section-head.with-action {
  gap: 29.6px;
}
.home-sections .button {
  border-radius: 44.4px;
  height: 32.56px;
  line-height: 31.82px;
  min-width: 118.4px;
  padding: 0 22.2px;
  font-size: 14.4px;
}
.home-sections .stat .num {
  font-size: 32.56px;
}
.home-sections .stat .num .suffix {
  font-size: 16.28px;
  margin-left: 2.22px;
}
.home-sections .stat .label {
  margin-top: 4.44px;
  font-size: 14.4px;
}
.home-sections .section-intro {
  padding: 59.2px 0 81.4px;
  scroll-margin-top: 59.2px;
}
.home-sections .section-intro .intro-copy {
  max-width: 618.64px;
  margin: 0 auto;
}
.home-sections .section-intro .intro-copy .eyebrow {
  gap: 7.4px;
  margin-bottom: 7.4px;
  font-size: 14.8px;
}
.home-sections .section-intro .intro-copy .eyebrow::before, .home-sections .section-intro .intro-copy .eyebrow::after {
  width: 20.72px;
  height: 1.5px;
}
.home-sections .section-intro .intro-copy h2 {
  font-size: 37px;
}
.home-sections .section-intro .intro-copy p {
  margin-top: 11.84px;
  font-size: 14.4px;
}
.home-sections .section-intro .intro-copy .read-more {
  gap: 6.66px;
  margin-top: 14.8px;
  font-size: 14.4px;
}
.home-sections .section-intro .intro-copy .read-more svg {
  margin-top: -2.22px;
}
.home-sections .section-intro .intro-copy .read-more:hover svg {
  transform: scaleX(-1) translateX(2.22px);
}
.home-sections .section-intro .intro-counters {
  gap: 20.72px;
  margin-top: 23.68px;
}
.home-sections .section-intro .intro-counters .ring-counter .ring {
  width: 155.4px;
  height: 155.4px;
  margin: 0 auto;
}
.home-sections .section-intro .intro-counters .ring-counter .ring::before {
  inset: 12.58px;
  box-shadow: rgb(204, 219, 232) 2.22px 2.22px 4.44px 0px inset, rgba(255, 255, 255, 0.5) -2.22px -2.22px 4.44px 1px inset;
}
.home-sections .section-intro .intro-counters .ring-counter .ring svg {
  width: 100%;
  height: 100%;
}
.home-sections .section-intro .intro-counters .ring-counter .ring .num {
  inset: 0;
  font-size: 53.28px;
}
.home-sections .section-intro .intro-counters .ring-counter .ring .num .suffix {
  font-size: 17.76px;
  margin-left: 2px;
}
.home-sections .section-intro .intro-counters .ring-counter .label {
  margin-top: 7.4px;
  font-size: 14.4px;
}
.home-sections .section-arms .arms-grid {
  gap: 29.6px;
  margin-top: 41.44px;
}
.home-sections .section-arms .arm-card {
  padding-top: 0;
}
.home-sections .section-arms .arm-card .thumb {
  margin-bottom: 16.28px;
}
.home-sections .section-arms .arm-card .thumb video {
  inset: 0;
  width: 100%;
  height: 100%;
}
.home-sections .section-arms .arm-card .index {
  font-size: 14.4px;
}
.home-sections .section-arms .arm-card h3 {
  margin-top: 10.36px;
  font-size: 19.24px;
}
.home-sections .section-arms .arm-card p {
  margin-top: 8.88px;
  font-size: 14.4px;
}
.home-sections .section-arms .arm-card .more {
  gap: 5.92px;
  margin-top: 13.32px;
  font-size: 14.4px;
}
.home-sections .section-arms .arm-card .more svg {
  width: 13.32px;
  height: 13.32px;
}
.home-sections .section-arms .arm-card:hover .more svg {
  transform: translateX(-2.96px);
}
.home-sections .section-map {
  padding-bottom: 47.36px;
}
.home-sections .section-map .map-grid {
  gap: 51.8px;
}
.home-sections .section-map .map-copy p {
  margin-top: 17.76px;
  max-width: 390.72px;
  font-size: 14.4px;
}
.home-sections .section-map .map-copy .map-legend {
  gap: 8.88px 17.76px;
  max-width: 266.4px;
  margin-top: 25.16px;
  padding: 17.76px 0 0;
}
.home-sections .section-map .map-copy .map-legend li {
  gap: 5.92px;
  font-size: 13.5px;
}
.home-sections .section-map .map-copy .map-legend .swatch {
  width: 7.4px;
  height: 7.4px;
}
.home-sections .section-map .map-visual .map-base img {
  width: 150%;
  margin-right: -40%;
  height: auto;
}
.home-sections .section-map .map-visual .map-lens {
  border: 2.96px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 37px 74px -14.8px rgba(50, 50, 93, 0.25), 0 22.2px 44.4px -22.2px rgba(0, 0, 0, 0.3);
}
.home-sections .section-map .map-visual .map-lens .inset-label {
  left: 50%;
  bottom: 14.8px;
  padding: 3.7px 10.36px 2.22px;
  font-size: 14.4px;
}
.home-sections .section-map .map-visual .lens-israel {
  left: 81%;
  top: 54%;
  width: 244.2px;
  height: 244.2px;
}
.home-sections .section-map .map-visual .lens-israel:hover {
  width: 370px;
  height: 370px;
}
.home-sections .section-map .map-visual .lens-israel .israel-map {
  left: 50%;
  top: -3%;
  width: 43.2%;
  height: 132%;
}
.home-sections .section-map .map-visual .lens-israel .israel-map svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(2.96px 3.7px 3.7px rgba(90, 105, 125, 0.38));
}
.home-sections .section-map .map-visual .lens-europe {
  left: 51%;
  top: 29%;
  width: 207.2px;
  height: 207.2px;
}
.home-sections .section-map .map-visual .lens-europe:hover {
  width: 325.6px;
  height: 325.6px;
}
.home-sections .section-map .map-visual .lens-europe .lens-canvas {
  left: 50%;
  top: 50%;
  width: 620%;
}
.home-sections .section-map .map-visual .lens-europe .lens-canvas img {
  width: 100%;
  height: auto;
}
.home-sections .section-projects .head-actions {
  gap: 14.8px;
}
.home-sections .section-projects .slider-arrows {
  gap: 7.4px;
}
.home-sections .section-projects .slider-arrows .slider-arrow {
  width: 32.56px;
  height: 32.56px;
  padding: 0;
}
.home-sections .section-projects .slider-arrows .slider-arrow svg {
  width: 5.92px;
  height: auto;
}
.home-sections .section-projects .projects-track {
  gap: 20.72px;
  margin-top: 41.44px;
}
.home-sections .section-projects .projects-track .project-card {
  flex: 0 0 calc((100% - 62.16px) / 4);
}
.home-sections .section-team {
  min-height: 251.6px;
  padding: 0;
}
.home-sections .section-team .team-overlay {
  inset: 0;
}
.home-sections .section-team .content-wrapper {
  padding: 47.36px 0 26.64px;
}
.home-sections .section-team .team-copy {
  max-width: 414.4px;
}
.home-sections .section-team .team-copy .eyebrow {
  gap: 7.4px;
  margin-bottom: 5.92px;
  font-size: 14.8px;
}
.home-sections .section-team .team-copy .eyebrow::before {
  width: 20.72px;
  height: 1.5px;
}
.home-sections .section-team .team-copy h2 {
  font-size: 32.56px;
}
.home-sections .section-team .team-copy p {
  margin-top: 10.36px;
  max-width: 392.2px;
  font-size: 15.54px;
}
.home-sections .section-team .team-copy .button {
  margin-top: 20.72px;
}
.home-sections .section-process .process-track {
  gap: 23.68px;
  margin-top: 47.36px;
  padding-top: 3.7px;
}
.home-sections .section-process .process-track::before {
  top: 3.7px;
  right: 0;
  left: 0;
  height: 1px;
}
.home-sections .section-process .process-track::after {
  top: 3.7px;
  right: 0;
  left: 0;
  height: 1px;
}
.home-sections .section-process .step {
  padding-top: 19.24px;
  transform: translateY(16.28px);
}
.home-sections .section-process .step .step-dot {
  top: -4.81px;
  right: 0;
  width: 10.36px;
  height: 10.36px;
}
.home-sections .section-process .step .step-dot::after {
  inset: -2px;
}
.home-sections .section-process .step .step-num {
  font-size: 14.4px;
}
.home-sections .section-process .step .step-icon {
  margin-top: 11.84px;
}
.home-sections .section-process .step .step-icon svg {
  width: 29.6px;
  height: 29.6px;
}
.home-sections .section-process .step h3 {
  margin-top: 8.88px;
  font-size: 17.76px;
}
.home-sections .section-process .step p {
  margin-top: 5.92px;
  font-size: 14.5px;
}
.home-sections .section-news .tag {
  width: fit-content;
  padding: 3.7px 8.88px 2.22px;
  border-radius: 44.4px;
  font-size: 14.4px;
}
.home-sections .section-news .news-lead {
  gap: 47.36px;
  margin-top: 35.52px;
}
.home-sections .section-news .news-lead .thumb img {
  inset: 0;
  width: 100%;
  height: 100%;
}
.home-sections .section-news .news-lead .meta {
  gap: 10.36px;
}
.home-sections .section-news .news-lead .meta .date {
  font-size: 14.4px;
}
.home-sections .section-news .news-lead h3 {
  margin-top: 10.36px;
  max-width: 476.56px;
  font-size: 26.64px;
}
.home-sections .section-news .news-lead p {
  margin-top: 8.88px;
  max-width: 325.6px;
  font-size: 14.4px;
}
.home-sections .section-news .news-lead .more {
  gap: 5.92px;
  margin-top: 16.28px;
  font-size: 14.4px;
}
.home-sections .section-news .news-lead .more svg {
  width: 14.8px;
  height: 14.8px;
}
.home-sections .section-news .news-lead:hover .more svg {
  transform: translateX(-2.96px);
}
.home-sections .section-news .news-list {
  margin-top: 29.6px;
}
.home-sections .section-news .news-row {
  grid-template-columns: 91.76px 62.16px 111px 1fr auto;
  gap: 39.96px;
  padding: 17.76px 13.32px;
  margin: 0 -13.32px;
}
.home-sections .section-news .news-row .thumb img {
  inset: 0;
  width: 100%;
  height: 100%;
}
.home-sections .section-news .news-row .date {
  font-size: 14.4px;
}
.home-sections .section-news .news-row h3 {
  font-size: 17.76px;
}
.home-sections .section-news .news-row .arrow svg {
  width: 14.8px;
  height: 14.8px;
}
.home-sections .section-news .news-row:hover .arrow svg {
  transform: translateX(-2.96px);
}
.home-sections .section-career .career-grid {
  gap: 66.6px;
}
.home-sections .section-career .career-copy .section-head h2 {
  max-width: 236.8px;
}
.home-sections .section-career .career-copy .jobs-count {
  margin-top: 11.84px;
  font-size: 14.4px;
}
.home-sections .section-career .career-copy p {
  margin-top: 11.84px;
  max-width: 293.04px;
  font-size: 14.4px;
}
.home-sections .section-career .career-copy .button {
  margin-top: 14.8px;
}
.home-sections .section-career .job-row {
  gap: 23.68px;
  padding: 17.76px 13.32px;
  margin: 0 -13.32px;
}
.home-sections .section-career .job-row h3 {
  font-size: 17.76px;
}
.home-sections .section-career .job-row .meta {
  margin-top: 4.44px;
  font-size: 14.4px;
}
.home-sections .section-career .job-row .more {
  gap: 5.92px;
  font-size: 14.4px;
}
.home-sections .section-career .job-row .more svg {
  margin-top: -2px;
  width: 13.32px;
  height: 13.32px;
}
.home-sections .section-career .job-row:hover .more svg {
  transform: translateX(-2.96px);
}
.home-sections .cta-band {
  padding: 79.92px 0;
}
.home-sections .cta-band .cta-overlay {
  inset: 0;
}
.home-sections .cta-band .cta-inner {
  gap: 44.4px;
}
.home-sections .cta-band h2 {
  font-size: 32.56px;
}
.home-sections .cta-band p {
  margin-top: 10.36px;
  font-size: 15.54px;
}
.project-card .thumb img {
  inset: 0;
  width: 100%;
  height: 100%;
}
.project-card h3 {
  margin-top: 14.8px;
  font-size: 17.76px;
}
.project-card .data {
  margin-top: 7.4px;
  font-size: 14.4px;
}
.project-card p {
  margin-top: 7.4px;
  font-size: 14.4px;
  width: 84%;
}
.project-card .tags {
  gap: 5.92px;
  margin-top: 11.84px;
}
.project-card .tags span {
  font-size: 14.4px;
  border-radius: 44.4px;
  padding: 3.7px 9.62px 2.22px;
}
.map-dot {
  left: var(--x);
  top: var(--y);
  width: 6.66px;
  height: 6.66px;
  margin: -3.33px 0 0 -3.33px;
  padding: 0;
}
.map-dot.is-featured {
  width: 9.62px;
  height: 9.62px;
  margin: -4.81px 0 0 -4.81px;
  box-shadow: 0 0 0 1.85px white;
}
.map-dot.is-featured::after {
  inset: -2.96px;
}
.map-tooltip {
  min-width: 162.8px;
  max-width: 229.4px;
  padding: 13.32px 16.28px 14.06px;
  transform: translate(-50%, calc(-100% - 13.32px)) translateY(3.7px);
  filter: drop-shadow(0 13.32px 29.6px rgba(0, 0, 0, 0.2));
}
.map-tooltip::after {
  left: 50%;
  bottom: -4.44px;
  width: 8.88px;
  height: 8.88px;
}
.map-tooltip .tt-type {
  font-size: 14.4px;
}
.map-tooltip .tt-name {
  margin-top: 1px;
  font-size: 17.76px;
}
.map-tooltip .tt-capacity {
  margin-top: 2px;
  margin-bottom: 2.96px;
  font-size: 14.4px;
}
.map-tooltip .tt-status {
  margin-top: 2px;
  font-size: 14.4px;
}
.map-tooltip.visible {
  transform: translate(-50%, calc(-100% - 13.32px));
}
.map-tooltip.below {
  transform: translate(-50%, 17.76px) translateY(-3.7px);
}
.map-tooltip.below::after {
  bottom: auto;
  top: -4.44px;
}
.map-tooltip.below.visible {
  transform: translate(-50%, 17.76px);
}
.inner-page .inner-cover {
  padding: 130.24px 0 47.36px;
}
.inner-page .inner-cover .eyebrow {
  gap: 8.88px;
  font-size: 14.8px;
}
.inner-page .inner-cover .eyebrow::before, .inner-page .inner-cover .eyebrow::after {
  width: 20.72px;
  height: 1.5px;
}
.inner-page .inner-cover h1 {
  margin-top: 8.88px;
  font-size: 47.36px;
}
.inner-page .inner-cover p {
  margin: 13.32px auto 0;
  max-width: 445.48px;
  font-size: 15.54px;
}
.inner-page .inner-cover.has-image {
  height: 32vw;
  min-height: 310.8px;
  padding: 0;
}
.inner-page .inner-cover.has-image .cover-media {
  inset: 0;
}
.inner-page .inner-cover.has-image .cover-media .overlay {
  inset: 0;
}
.inner-page .inner-cover.has-image .content-wrapper {
  padding-top: 8%;
}
.inner-page .inner-stats {
  width: calc(100% - 100.64px);
  max-width: 1219.52px;
  margin: 0 auto;
  padding: 35.52px 0;
}
.inner-page .inner-stats .stats-row {
  max-width: 814px;
  margin: 0 auto;
}
.inner-page .inner-stats .stats-row .stat {
  padding: 7.4px 0;
}
.inner-page .inner-stats .stats-row .stat .num {
  font-size: 39.96px;
}
.inner-page .inner-stats .stats-row .stat .num .suffix {
  font-size: 16.28px;
}
.inner-page .inner-stats .stats-row .stat .label {
  margin-top: 5.92px;
}
.projects-page .section-explorer .explorer-head {
  gap: 29.6px;
}
.projects-page .section-explorer .view-toggle {
  padding: 2.96px;
  border-radius: 44.4px;
}
.projects-page .section-explorer .view-toggle .view-btn {
  height: 29.6px;
  padding: 2px 22.2px 0;
  border-radius: 44.4px;
  font-size: 14.4px;
}
.projects-page .section-explorer .explorer-count {
  margin-top: 10.36px;
  font-size: 14.4px;
}
.projects-page .section-explorer .map-legend {
  gap: 8.88px 17.76px;
  padding-top: 8.88px;
}
.projects-page .section-explorer .map-legend li {
  gap: 5.92px;
  font-size: 13.5px;
}
.projects-page .section-explorer .map-legend .swatch {
  width: 7.4px;
  height: 7.4px;
}
.projects-page .section-explorer .explorer-stage {
  height: 503.2px;
  margin-top: 26.64px;
}
.projects-page .section-explorer .explorer-stage .explorer-view {
  inset: 0;
}
.projects-page .section-explorer .explorer-stage .view-israel {
  perspective: 1258px;
}
.projects-page .section-explorer .explorer-stage .israel-map {
  height: 106%;
}
.projects-page .section-explorer .explorer-stage .israel-map svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(10.36px 16.28px 13.32px rgba(90, 105, 125, 0.34));
}
.projects-page .section-explorer .explorer-stage .europe-frame {
  width: min(725.2px, 100%);
  height: 100%;
}
.projects-page .section-explorer .explorer-stage .europe-frame .europe-canvas {
  left: 50%;
  top: 50%;
  width: 260%;
}
.projects-page .section-explorer .explorer-stage .europe-frame .europe-canvas img {
  width: 100%;
  height: auto;
}
.projects-page .inner-cover p {
  max-width: 553.52px;
}
.projects-page .section-projects-grid {
  padding: 39.96px 0 79.92px;
}
.projects-page .section-projects-grid .grid-filters {
  gap: 10.36px;
  margin-top: 26.64px;
  padding: 0;
}
.projects-page .section-projects-grid .grid-filters .filter-group {
  gap: 5.92px;
}
.projects-page .section-projects-grid .grid-filters .filter-group .group-label {
  min-width: 38.48px;
  font-size: 13.5px;
}
.projects-page .section-projects-grid .grid-filters .filter-group .filter-pill {
  padding: 4.44px 11.84px 2.96px;
  border-radius: 44.4px;
  font-size: 14.4px;
}
.projects-page .section-projects-grid .projects-grid-full {
  gap: 35.52px 26.64px;
  margin-top: 44.4px;
}
.projects-page .section-projects-grid .projects-grid-full .project-card.slim {
  padding: 22.2px 23.68px;
}
.projects-page .section-projects-grid .projects-grid-full .project-card.slim h3 {
  margin-top: 0;
}
.projects-page .section-projects-grid .projects-grid-full .project-card.slim .tags {
  margin-top: 10.36px;
}
.projects-page .section-projects-grid .grid-empty {
  margin-top: 35.52px;
  font-size: 17px;
}
.about-page .section-about-story {
  scroll-margin-top: 66.6px;
  padding-bottom: 0;
}
.about-page .section-about-story .story-grid {
  gap: 79.92px;
}
.about-page .section-about-story .story-grid + .story-grid {
  margin-top: 79.92px;
}
.about-page .section-about-story .story-grid .story-copy .section-head h2 {
  margin-top: 10.36px;
  font-size: 22.2px;
  max-width: 430.68px;
}
.about-page .section-about-story .story-grid .story-copy p {
  margin-top: 10.36px;
  max-width: 424.76px;
  font-size: 14.4px;
}
.about-page .section-about-story .story-grid .story-copy p + p {
  margin-top: 10.36px;
}
.about-page .section-about-story .story-grid.flip .story-copy .section-head h2 {
  margin-top: 0;
  max-width: 423.28px;
}
.about-page .section-about-story .story-grid .story-media img {
  inset: 0;
  width: 100%;
  height: 100%;
}
.about-page .section-about-story .fact-strip {
  gap: 23.68px;
  margin-top: 44.4px;
  padding-top: 17.76px;
  padding-left: 47.36px;
  max-width: 449.92px;
}
.about-page .section-about-story .fact-strip li strong {
  font-size: 17.76px;
}
.about-page .section-about-story .fact-strip li span {
  margin-top: 4.44px;
  font-size: 14.4px;
}
.about-page .section-about-story .about-roadmap {
  margin-top: 79.92px;
}
.about-page .section-about-story .about-roadmap .roadmap-track {
  gap: 20.72px;
  margin-top: 47.36px;
  padding-top: 3.7px;
}
.about-page .section-about-story .about-roadmap .roadmap-track::before {
  top: 3.7px;
  right: 0;
  left: 0;
  height: 1px;
}
.about-page .section-about-story .about-roadmap .roadmap-track::after {
  top: 3.7px;
  right: 0;
  left: 0;
  height: 1px;
}
.about-page .section-about-story .about-roadmap .milestone {
  padding-top: 19.24px;
  transform: translateY(16.28px);
}
.about-page .section-about-story .about-roadmap .milestone .milestone-dot {
  top: -4.81px;
  right: 0;
  width: 10.36px;
  height: 10.36px;
}
.about-page .section-about-story .about-roadmap .milestone .milestone-dot::after {
  inset: -2px;
}
.about-page .section-about-story .about-roadmap .milestone .year {
  font-size: 22.2px;
}
.about-page .section-about-story .about-roadmap .milestone p {
  margin-top: 7.4px;
  font-size: 14.4px;
}
.about-page .section-partners {
  padding: 100.64px 0 91.76px;
}
.about-page .section-partners .section-head .kicker::after {
  width: 20.72px;
  height: 1.5px;
}
.about-page .section-partners .partners-lead {
  gap: 20.72px;
  margin-top: 35.52px;
}
.about-page .section-partners .partners-lead .partner-card {
  padding: 32.56px 35.52px;
}
.about-page .section-partners .partners-lead .partner-card img {
  height: 38.48px;
  width: auto;
  max-width: 100%;
}
.about-page .section-partners .partners-lead .partner-card img.logo-kalmobil {
  height: 51.8px;
  margin: -8.88px 0 -4.44px;
}
.about-page .section-partners .partners-lead .partner-card p {
  margin-top: 11.84px;
  max-width: 100%;
  font-size: 14.4px;
}
.about-page .section-partners .partners-marquee {
  margin-top: 47.36px;
}
.about-page .section-partners .partners-marquee .marquee-track {
  width: max-content;
}
.about-page .section-partners .partners-marquee .partners-set li {
  padding: 0 32.56px;
}
.about-page .section-partners .partners-marquee .partners-set img {
  max-width: 111px;
  max-height: 39.96px;
}
.about-page .section-vision {
  padding-top: 0;
  padding-bottom: 0;
  scroll-margin-top: 59.2px;
}
.about-page .section-vision .vision-band {
  min-height: 355.2px;
  padding: 66.6px 0;
}
.about-page .section-vision .vision-band .band-bg {
  inset: 0;
  width: 100%;
  height: 100%;
}
.about-page .section-vision .vision-band::after {
  inset: 0;
}
.about-page .section-vision .vision-band .eyebrow {
  gap: 8.88px;
  font-size: 14.8px;
}
.about-page .section-vision .vision-band .eyebrow::before {
  width: 20.72px;
  height: 1.5px;
}
.about-page .section-vision .vision-band h2 {
  margin-top: 7.4px;
  max-width: 399.6px;
  font-size: 32.56px;
}
.about-page .section-vision .vision-band p {
  margin-top: 10.36px;
  max-width: 596.44px;
  font-size: 14.4px;
}
.about-page .section-vision .vision-band p + p {
  margin-top: 8.88px;
}
.about-page .section-vision .values-grid {
  gap: 39.96px 66.6px;
  padding: 66.6px 0 81.4px;
}
.about-page .section-vision .values-grid .value-card .value-icon svg {
  width: 29.6px;
  height: 29.6px;
}
.about-page .section-vision .values-grid .value-card h3 {
  margin-top: 14.8px;
  font-size: 22.2px;
}
.about-page .section-vision .values-grid .value-card p {
  margin-top: 7.4px;
  max-width: 409.96px;
  font-size: 17px;
}
.about-page .section-about-team {
  scroll-margin-top: 59.2px;
  scroll-margin-top: 59.2px;
}
.about-page .section-about-team .team-grid {
  gap: 35.52px 20.72px;
  margin-top: 41.44px;
}
.about-page .section-about-team .team-card {
  padding: 0;
}
.about-page .section-about-team .team-card .portrait img {
  inset: 0;
  width: 100%;
  height: 100%;
}
.about-page .section-about-team .team-card h3 {
  margin-top: 13.32px;
  font-size: 19.24px;
}
.about-page .section-about-team .team-card .role {
  margin-top: 0;
  font-size: 14.4px;
}
.news-page .section-news .news-lead {
  margin-top: 0;
}
html {
  font-size: 10px;
}
body {
  font-size: 10px;
}
}
/* max-scale:end */

/* max-scale:overrides (hoisted from source) */
@media screen and (min-width: 1025px) and (max-width: 1780px) {
  .content-wrapper,
  header .content-wrapper,
  header .mega-dropdown .mega-wrapper,
  .hero-a .hero-intro {
    width: calc(100% - 160px);
    max-width: 1540px;
  }
  header.scrolled {
    height: 66px;
  }
  header .content-wrapper .panel .button {
    width: 140px;
    height: 30px;
    line-height: 30px;
  }
  .hero-a .hero-intro .intro-left {
    max-width: 330px;
  }
  .hero-a .hero-intro .intro-left .button {
    width: 140px;
  }
  .hero-a .arms .arm .arm-content {
    right: 40px;
    left: 40px;
    bottom: 40px;
  }
  .hero-a .arms .arm .arm-content .title {
    font-size: 30px;
  }
  .home-sections .section-head .kicker {
    font-size: 15.4px;
  }
  .home-sections .section-head h2 {
    font-size: 34px;
  }
  .home-sections .section-intro .intro-copy {
    max-width: 782px;
  }
  .home-sections .section-intro .intro-copy h2 {
    font-size: 34px;
  }
  .home-sections .section-map .map-copy .map-legend {
    max-width: 340px;
  }
  .home-sections .section-map .map-copy .map-legend li {
    font-size: 13.2px;
  }
  .home-sections .section-map .map-copy .map-legend .swatch {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  .project-card h3 {
    font-size: 18px;
  }
  .project-card .tags span {
    font-size: 13.2px;
  }
  .project-popup .popup-body h3 {
    font-size: 30px;
  }
  .project-popup .popup-body .popup-tags .tag {
    font-size: 13.2px;
  }
  .contact-popup .popup-inner {
    width: min(1000px, 100%);
  }
  .contact-popup .popup-body h3 {
    font-size: 34px;
  }
  .contact-popup .popup-close {
    width: 26px;
    height: 26px;
  }
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    padding: 10px 0;
  }
  .contact-form select {
    padding-left: 17.76px;
  }
  .contact-form .button {
    width: 160px;
    height: 34px;
    line-height: 34px;
  }
  .hero-a .hero-intro .intro-left .button,
  .home-sections .button {
    height: 34px;
    line-height: 34px;
  }
  .home-sections .button {
    min-width: 140px;
  }
  .site-footer h3 {
    font-size: 24px;
  }
  .inner-page .inner-cover .eyebrow {
    font-size: 15.4px;
  }
  .inner-page .inner-cover h1 {
    font-size: 48px;
  }
  .inner-page .inner-cover p {
    font-size: 15.4px;
  }
  .about-page .section-about-story .story-grid .story-copy .section-head h2 {
    font-size: 24px;
    max-width: 465px;
  }
  .about-page .section-about-story .story-grid .story-copy p {
    max-width: 504px;
  }
  .about-page .section-about-story .fact-strip {
    max-width: 510px;
  }
  .about-page .section-about-story .about-roadmap .milestone .year {
    font-size: 24px;
  }
  .about-page .section-about-team .team-card h3 {
    font-size: 21px;
  }
  .about-page .section-about-team .team-card .role {
    margin-top: 0;
  }
  .about-page .section-vision .vision-band .eyebrow {
    font-size: 15.4px;
  }
  .about-page .section-vision .vision-band h2 {
    font-size: 34px;
  }
  .about-page .section-vision .vision-band p {
    max-width: 574px;
  }
  .about-page .section-vision .values-grid .value-card h3 {
    font-size: 21px;
  }
  .about-page .section-vision .values-grid .value-card p {
    font-size: 15.4px;
  }
  .team-popup .popup-body h3 {
    font-size: 30px;
  }
  .team-popup .popup-body .member-role {
    font-size: 15.4px;
  }
  .project-popup .popup-body .project-stats {
    gap: 30px;
  }
  .projects-page .section-projects-grid .grid-filters .filter-group {
    gap: 8px;
  }
  .projects-page .section-projects-grid .grid-filters .filter-group .filter-pill {
    padding: 4px 16px 3px;
  }
  .home-sections .section-news .tag {
    font-size: 13.2px;
  }
  .home-sections .section-news .news-lead h3 {
    font-size: 24px;
  }
  .home-sections .section-news .news-row h3 {
    font-size: 18px;
  }
  .home-sections .section-career .job-row h3 {
    font-size: 18px;
  }
  .home-sections .section-process .step h3 {
    font-size: 18px;
  }
  .home-sections .section-team .team-copy h2 {
    font-size: 34px;
  }
  .home-sections .cta-band h2 {
    font-size: 34px;
  }
}
