* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 1024px) and (max-width: 1399px) {
  html {
    font-size: 8px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1700px) {
  html {
    font-size: 9px;
  }
}

body {
  margin: 0;
  padding: 0;
  direction: rtl;
  overflow-x: hidden;
}
body.home {
  position: relative;
}

main {
  margin: 0;
}

a {
  color: #044E81;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}

.decorative-image {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.hidden {
  display: none;
}

@media (max-width: 1023px) {
  .desktop {
    display: none !important;
  }
}

.mobile {
  display: none;
}
@media (max-width: 1023px) {
  .mobile {
    display: initial;
  }
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 2rem 0;
}
.video-container:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.elementor-g-recaptcha {
  display: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.expertise-wrapper {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  padding: 3rem 0;
}
@media (max-width: 1023px) {
  .expertise-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.expertise-wrapper .expertise-item p {
  color: #044E81;
  font-weight: 600;
  padding: 0 3rem;
}
.expertise-wrapper .expertise-item p::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #17afb0;
  width: 50%;
  margin: 1em auto 0;
}

.tips-wrapper li.tip-item {
  color: #044E81;
}

@media (max-width: 1023px) {
  .indexed-article--wrapper {
    flex-direction: column;
  }
}
.indexed-article--wrapper .indexed-article--content .indexed-article--menu {
  max-width: 60rem;
}
.indexed-article--wrapper .indexed-article--content .indexed-article--menu ol {
  display: none;
}
.indexed-article--wrapper .indexed-article--content .indexed-article--menu .table-of-content {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  border: 1px solid #044e81;
  padding: 1.4rem 2rem;
  justify-content: space-between;
  cursor: pointer;
}
.indexed-article--wrapper .indexed-article--content .indexed-article--menu .table-of-content:after {
  content: "";
  background-image: url(/wp-content/uploads/2022/11/arrow-down-barak.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  height: 1.4rem;
  width: 2rem;
  display: inline-block;
}
.indexed-article--wrapper .indexed-article--content .indexed-article--menu .table-of-content.active:after {
  transform: scale(-1);
}
.featured-posts-container {
  margin-top: 12rem;
}
.featured-posts-container > p {
  text-align: center;
  font-weight: 600;
  font-size: 3.4rem;
}
.featured-posts-container .featured-posts-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 1023px) {
  .featured-posts-container .featured-posts-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.featured-posts-container .featured-posts-wrapper .featured-post-item .img-wrapper {
  position: relative;
  padding-top: 66%;
}
.featured-posts-container .featured-posts-wrapper .featured-post-item .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-post .footer-form {
  visibility: hidden;
}

.menu-trigger {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .menu-trigger {
    justify-content: flex-start;
  }
}
.menu-trigger .lines {
  transition: 0.6s all ease;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.4rem;
  cursor: pointer;
}
.menu-trigger .lines div:nth-child(1) {
  width: 3rem;
  height: 2px;
  background-color: #044E81;
}
.menu-trigger .lines div:nth-child(2) {
  width: 2.6rem;
  height: 2px;
  background-color: #044E81;
}
.menu-trigger .lines div:nth-child(3) {
  width: 2.2rem;
  height: 2px;
  background-color: #044E81;
}
.menu-trigger .lines.active {
  transform: rotate(270deg);
}

.menu-wrapper {
  display: none;
  position: fixed;
  top: 20rem;
  width: 32rem;
  left: 4rem;
  border-radius: 0 20px 20px 20px;
  background-color: #ffffff;
  transition: all 0.4s ease;
  z-index: 9999999;
  padding: 2rem 0;
  box-shadow: 0px 29px 83px rgba(0, 0, 0, 0.1215686275);
  transform: scale(0.7);
}
@media (max-width: 1023px) {
  .menu-wrapper {
    width: 100%;
    height: 100vh;
    left: 0;
    overflow: auto;
  }
}
.menu-wrapper.active {
  transform: scale(1);
  top: 11rem;
}
@media (max-width: 1023px) {
  .menu-wrapper.active {
    top: 8.5rem;
  }
}
.menu-wrapper .menu-trigger {
  color: #c4c4c4;
  position: absolute;
  right: 4rem;
  top: 5rem;
  font-size: 10rem;
  font-weight: 300;
}
.menu-wrapper .menu .header-logo {
  text-align: center;
}
.menu-wrapper .menu .header-logo img {
  width: 33%;
}
@media (max-width: 1023px) {
  .menu-wrapper .menu .header-logo {
    display: none;
  }
}
.menu-wrapper .menu ul {
  padding: 0;
}
.menu-wrapper .menu ul li {
  list-style: none;
  padding: 1rem 0;
}
.menu-wrapper .menu ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 0 1rem;
  gap: 2rem;
  font-family: "Noto Sans Hebrew", sans-serif;
}
.menu-wrapper .menu ul .sub-menu {
  display: none;
}
.menu-wrapper .menu .menu-item-has-children a:after {
  content: url("/wp-content/uploads/2022/11/arrow-down-barak.svg");
  position: absolute;
  left: 5rem;
}
.menu-wrapper .menu .menu-item-has-children a.active::after {
  content: url("/wp-content/uploads/2022/11/arrow-up-barak.svg");
}
.menu-wrapper .menu .menu-item-has-children .sub-menu a:after {
  display: none;
}
.menu-wrapper .menu .menu-item-has-children ul li {
  padding: 1rem 7rem;
  margin-top: 0.4rem;
}
.menu-wrapper .menu .menu-item-has-children ul li:hover {
  background: #EBF2F7;
}

.current-menu-item {
  background: #EBF2F7;
}

.indexed-article--sections.accordion div[class*="--section-content"] {
  display: none;
}
.indexed-article--sections.accordion div[class*="--section-content"] p:first-of-type {
  margin-top: 0;
}
.indexed-article--sections.accordion div[class*="--section-content"] p:last-of-type {
  margin-bottom: 0;
}

.indexed-article--section-title h2 {
  text-align: right !important;
}

.article-item-toggle {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.article-item-toggle .far {
  font-size: 2.5rem;
}

@media (max-width: 1023px) {
  .rotating-gallery {
    overflow: hidden;
  }
}
.rotating-gallery--wrapper {
  position: relative;
}
.rotating-gallery--wrapper .yellow-circle {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
}
@media (max-width: 1023px) {
  .rotating-gallery--wrapper .yellow-circle {
    display: none;
  }
}
.rotating-gallery--main {
  position: relative;
  z-index: 9;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (max-width: 1023px) {
  .rotating-gallery--main {
    width: 85vw;
    margin: 0 auto;
  }
}
.rotating-gallery--main-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: end;
}
@media (max-width: 1023px) {
  .rotating-gallery--main-panel:first-child {
    flex: 0.75;
  }
}
.rotating-gallery--main .gallery-top-right,
.rotating-gallery--main .gallery-top-left,
.rotating-gallery--main .gallery-middle-right,
.rotating-gallery--main .gallery-middle,
.rotating-gallery--main .gallery-bottom-right,
.rotating-gallery--main .gallery-bottom-left,
.rotating-gallery--main .gallery-middle-big {
  border-radius: 20px;
  overflow: hidden;
}
.rotating-gallery--main .gallery-top-right > .image-wrapper,
.rotating-gallery--main .gallery-top-left > .image-wrapper,
.rotating-gallery--main .gallery-middle-right > .image-wrapper,
.rotating-gallery--main .gallery-middle > .image-wrapper,
.rotating-gallery--main .gallery-bottom-right > .image-wrapper,
.rotating-gallery--main .gallery-bottom-left > .image-wrapper,
.rotating-gallery--main .gallery-middle-big > .image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
}
.rotating-gallery--main .gallery-top-right > .image-wrapper img,
.rotating-gallery--main .gallery-top-left > .image-wrapper img,
.rotating-gallery--main .gallery-middle-right > .image-wrapper img,
.rotating-gallery--main .gallery-middle > .image-wrapper img,
.rotating-gallery--main .gallery-bottom-right > .image-wrapper img,
.rotating-gallery--main .gallery-bottom-left > .image-wrapper img,
.rotating-gallery--main .gallery-middle-big > .image-wrapper img {
  border-radius: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rotating-gallery--main .gallery-top-right {
  width: 8rem;
  height: 8rem;
  align-self: flex-end;
}
@media (max-width: 1023px) {
  .rotating-gallery--main .gallery-top-right {
    width: 16vw;
    height: 16vw;
  }
}
.rotating-gallery--main .gallery-top-left {
  width: 8rem;
  height: 8rem;
  align-self: flex-start;
}
@media (max-width: 1023px) {
  .rotating-gallery--main .gallery-top-left {
    width: 16vw;
    height: 16vw;
  }
}
.rotating-gallery--main .gallery-bottom-right {
  width: 8rem;
  height: 8rem;
}
@media (max-width: 1023px) {
  .rotating-gallery--main .gallery-bottom-right {
    width: 16vw;
    height: 16vw;
  }
}
.rotating-gallery--main .gallery-bottom-left {
  width: 8rem;
  height: 8rem;
  align-self: flex-start;
}
@media (max-width: 1023px) {
  .rotating-gallery--main .gallery-bottom-left {
    width: 16vw;
    height: 16vw;
  }
}
.rotating-gallery--main .gallery-middle-right {
  width: 16rem;
  height: 16rem;
  align-self: flex-end;
}
@media (max-width: 1023px) {
  .rotating-gallery--main .gallery-middle-right {
    width: 24vw;
    height: 24vw;
  }
}
.rotating-gallery--main .gallery-middle {
  width: 16rem;
  height: 16rem;
  align-self: flex-end;
}
@media (max-width: 1023px) {
  .rotating-gallery--main .gallery-middle {
    width: 24vw;
    height: 24vw;
  }
}
.rotating-gallery--main .gallery-middle-big {
  width: 25rem;
  height: 25rem;
}
.rotating-gallery--main .gallery-middle-big video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .rotating-gallery--main .gallery-middle-big {
    width: 42vw;
    height: 42vw;
  }
}
.rotating-gallery--main .panel-right img,
.rotating-gallery--main .panel-left img,
.rotating-gallery--main .panel-middle img {
  transition: all 0.2s linear;
}
.rotating-gallery--main .panel-left,
.rotating-gallery--main .panel-right {
  flex: 1;
}
.rotating-gallery--main .panel-left {
  align-self: center;
}
.rotating-gallery--main .panel-middle {
  flex: 2;
  align-items: initial;
}
.rotating-gallery--main .bottom-flex {
  display: flex;
  justify-content: space-between;
}
.rotating-gallery--hidden {
  display: none;
}

.line-animation-nadlahon--wrapper {
  position: relative;
}
.line-animation-nadlahon--wrapper .line-paths {
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .line-animation-nadlahon--wrapper .line-paths {
    display: none;
  }
}
.line-animation-nadlahon--wrapper svg.mobile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.line-animation-nadlahon--wrapper .nadlahon-boxes {
  position: absolute;
  top: 3rem;
  left: 0;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 13.5rem;
       column-gap: 13.5rem;
  row-gap: 14.4rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .line-animation-nadlahon--wrapper .nadlahon-boxes {
    position: unset;
    flex-direction: column;
    row-gap: 4rem;
    -moz-column-gap: unset;
         column-gap: unset;
    align-items: center;
  }
}
.line-animation-nadlahon.active .line-animation--path {
  animation: draw 6s ease-in forwards;
}
@media (max-width: 1023px) {
  .line-animation-nadlahon.active .line-animation--path {
    animation: draw 9s ease-in forwards;
    animation-delay: -1s;
  }
}
.line-animation-nadlahon.active .nadlahon-box--1 {
  animation: enlarge 2s ease-in forwards;
  animation-delay: 0.2s;
}
.line-animation-nadlahon.active .nadlahon-box--2 {
  animation: enlarge 2s ease-in forwards;
  animation-delay: 1s;
}
.line-animation-nadlahon.active .nadlahon-box--3 {
  animation: enlarge 2s ease-in forwards;
  animation-delay: 2.5s;
}
@media (max-width: 1023px) {
  .line-animation-nadlahon.active .nadlahon-box--3 {
    animation-delay: 1.7s;
  }
}
.line-animation-nadlahon.active .nadlahon-box--4 {
  animation: enlarge 2s ease-in forwards;
  animation-delay: 4.6s;
}
@media (max-width: 1023px) {
  .line-animation-nadlahon.active .nadlahon-box--4 {
    animation-delay: 2.7s;
  }
}
.line-animation-nadlahon.active .nadlahon-box--5 {
  animation: enlarge 2s ease-in forwards;
  animation-delay: 5.5s;
}
@media (max-width: 1023px) {
  .line-animation-nadlahon.active .nadlahon-box--5 {
    animation-delay: 3.5s;
  }
}

.line-animation--path {
  fill: none;
  stroke: #f5bd22;
  stroke-width: 4px;
  stroke-dasharray: 1800px;
  stroke-dashoffset: 1800px;
}
@media (max-width: 1023px) {
  .line-animation--path {
    stroke-dasharray: 700px;
    stroke-dashoffset: 700px;
  }
}

.nadlahon-box--wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
  background-color: #edf4f9;
  border-radius: 0 2rem 2rem 0;
  width: 30.7rem;
  height: 21.7rem;
}
.nadlahon-box--counter {
  font-family: "Noto Sans Hebrew", Sans-serif;
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translate(-100%, -50%);
  font-size: 7rem;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #17afb0;
}
.nadlahon-box--icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 8rem;
  aspect-ratio: 1/1;
  background-color: #044e81;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nadlahon-box--icon > img {
  width: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.nadlahon-box .content-wrapper {
  font-family: "Noto Sans Hebrew", Sans-serif;
  font-size: 1.8rem;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes enlarge {
  15% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  30% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#line-bar-icons > .e-con-inner > div span.elementor-icon svg {
  animation: pop-up 1s ease-in-out forwards;
}
#line-bar-icons > .e-con-inner > div:nth-child(2) span.elementor-icon.animated-pop-up svg,
#line-bar-icons > .e-con-inner > div:nth-child(2) span.elementor-icon svg {
  animation-delay: 1.8s;
}
#line-bar-icons > .e-con-inner > div:nth-child(3) span.elementor-icon.animated-pop-up svg,
#line-bar-icons > .e-con-inner > div:nth-child(3) span.elementor-icon svg {
  animation-delay: 3.8s;
}
#line-bar-icons > .e-con-inner > div:last-child span.elementor-icon.animated-pop-up svg,
#line-bar-icons > .e-con-inner > div:last-child span.elementor-icon svg {
  animation-delay: 5.6s;
}

.line-bar path {
  stroke-dasharray: 980;
  stroke-dashoffset: -980;
  stroke: #f5bd22;
  stroke-width: 4;
  animation: dash 6s linear infinite;
}
@media (max-width: 1023px) {
  .line-bar path {
    stroke-dashoffset: -1200;
  }
}

#seperated-lines-anim .elementor-icon {
  position: relative;
}
#seperated-lines-anim > .e-con-inner > div:nth-child(1n) div.elementor-icon:after {
  animation-delay: 4s;
}
#seperated-lines-anim > .e-con-inner > div:nth-child(2n) div.elementor-icon:after {
  animation-delay: 8s;
}
#seperated-lines-anim > .e-con-inner > div:nth-child(3n) div.elementor-icon:after {
  animation-delay: 12s;
}
#seperated-lines-anim > .e-con-inner > div:nth-child(4n) div.elementor-icon:after {
  animation-delay: 16s;
}
#seperated-lines-anim > .e-con-inner > div:first-child div.elementor-icon:after {
  animation-timing-function: ease-in;
}
#seperated-lines-anim > .e-con-inner > div:last-child div.elementor-icon:after {
  animation-timing-function: ease-out;
}
#seperated-lines-anim div.elementor-icon {
  position: relative;
}
#seperated-lines-anim div.elementor-icon.animation-steps:after {
  content: "";
  display: inline-block;
  width: 0;
  border-bottom: 3px solid #f5bd22;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(-50%, -50%);
  transition: width 0.2s linear;
  animation: border-dash 4s linear forwards;
}
#seperated-lines-anim .elementor-icon svg.seperated-line path {
  stroke-dasharray: 210;
  stroke-dashoffset: -210;
  stroke: #f5bd22;
  stroke-width: 4;
  animation: dash 7s ease-in-out forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes pop-up {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes border-dash {
  0% {
    width: 0%;
    right: 0;
  }
  100% {
    width: 100%;
    right: -50%;
  }
}
.line-animation-sapir--wrapper {
  position: relative;
}
.line-animation-sapir--wrapper .line-paths {
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .line-animation-sapir--wrapper .line-paths {
    display: none;
  }
}
.line-animation-sapir--wrapper .sapir-boxes {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: stretch;
  -moz-column-gap: 5.5rem;
       column-gap: 5.5rem;
  width: 100%;
  height: 100%;
  padding: 0 4rem;
}
@media (max-width: 1023px) {
  .line-animation-sapir--wrapper .sapir-boxes {
    position: relative;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
}
.line-animation-sapir--wrapper .sapir-boxes svg.mobile {
  position: absolute;
  left: 50%;
}
.line-animation-sapir.active {
  display: block;
}
.line-animation-sapir.active .line-animation--path {
  animation: draw 4s linear forwards;
}

.line-animation--path {
  fill: none;
  stroke: #f5bd22;
  stroke-width: 4px;
  stroke-dasharray: 1800px;
  stroke-dashoffset: 1800px;
}

.sapir-box--wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: start;
  padding: 3rem 2.5rem;
  background-color: #edf4f9;
  border-radius: 2rem;
  width: 30rem;
  height: 23.3rem;
}
.sapir-box--counter {
  font-family: "Noto Sans Hebrew", Sans-serif;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  font-size: 6rem;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #17afb0;
}
.sapir-box .content-wrapper {
  font-family: "Noto Sans Hebrew", Sans-serif;
  font-size: 1.8rem;
}
.sapir-box .content-wrapper h3 {
  position: relative;
  max-width: 16rem;
  font-size: 1.8rem;
  color: #044e81;
  margin: 0 0 3rem;
}
.sapir-box .content-wrapper h3:after {
  content: "";
  display: inline-block;
  width: 15rem;
  height: 0.2rem;
  background-color: #17afb0;
  position: absolute;
  bottom: -1.5rem;
  right: 0;
  transform: translateY(-50%);
}

.sapir-box:nth-child(odd) {
  align-self: flex-end;
}
@media (max-width: 1023px) {
  .sapir-box:nth-child(odd) {
    align-self: unset;
  }
}

.sapir-box:nth-child(even) {
  align-self: flex-start;
}
@media (max-width: 1023px) {
  .sapir-box:nth-child(even) {
    align-self: unset;
  }
}

.startups-accordion--opened-content {
  display: none;
  padding: 5rem 10rem 1rem 1rem;
}
@media (max-width: 1023px) {
  .startups-accordion--opened-content {
    padding: 2rem;
  }
}
.startups-accordion--wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.startups-accordion--wrapper .startups-accordion--item {
  font-family: "Noto Sans Hebrew", "sans-serif";
  background: #ffffff;
  border: 0.5px solid #044e81;
  padding: 2rem 5rem 3rem 5rem;
  border-radius: 20px;
}
@media (max-width: 1023px) {
  .startups-accordion--wrapper .startups-accordion--item {
    padding: 1rem 0;
  }
}
.startups-accordion--wrapper .startups-accordion--item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .startups-accordion--wrapper .startups-accordion--item-wrapper {
    flex-direction: column;
    gap: 2rem;
  }
}
.startups-accordion--wrapper .startups-accordion--item-wrapper .startups-accordion--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
  border-left: 2px solid #edf4f9;
  padding: 1rem 0 1rem 5rem;
}
@media (max-width: 1023px) {
  .startups-accordion--wrapper .startups-accordion--item-wrapper .startups-accordion--title {
    border: 0;
    padding: 0;
  }
}
.startups-accordion--wrapper .startups-accordion--item-wrapper .startups-accordion--title h2 {
  display: block;
  margin: 0;
  font-size: 2rem;
  white-space: nowrap;
}
.startups-accordion--wrapper .startups-accordion--item-wrapper .startups-accordion--title span {
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  width: -moz-max-content;
  width: max-content;
}
.startups-accordion--wrapper .startups-accordion--item-wrapper .startups-accordion--main {
  padding: 0 4rem 0 14rem;
  width: 100%;
}
@media (max-width: 1023px) {
  .startups-accordion--wrapper .startups-accordion--item-wrapper .startups-accordion--main {
    padding: 0 2rem;
  }
}
.startups-accordion--wrapper .startups-accordion--item-wrapper .startups-accordion--main-title {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 1rem;
}
.startups-accordion--wrapper .startups-accordion--item-wrapper .startups-accordion--main-content {
  font-weight: 400;
}
.startups-accordion--wrapper .startups-accordion--item-wrapper .startups-accordion--more-info a {
  display: flex;
  gap: 5rem;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1023px) {
  .startups-accordion--wrapper .startups-accordion--item-wrapper .startups-accordion--more-info a {
    gap: 2rem;
  }
}
.startups-accordion--wrapper .startups-accordion--item-wrapper .startups-accordion--more-info a:hover {
  text-decoration: underline;
}
.startups-accordion--wrapper .startups-accordion--item-wrapper .startups-accordion--more-info a:after {
  display: inline-block;
  content: url(../icons/arrow-down.svg);
}
.startups-accordion--wrapper .startups-accordion--item-wrapper .startups-accordion--more-info a.flip:after {
  transform: rotate(180deg);
}

.nadlan-projects--tabs-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 0 5rem 0;
}
.nadlan-projects--tabs ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 3px solid #bed3e1;
}
@media (max-width: 1023px) {
  .nadlan-projects--tabs ul {
    overflow-x: scroll;
  }
}
.nadlan-projects--tabs ul li {
  font-family: "Noto Sans Hebrew", "sans-serif";
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  padding: 2rem;
}
@media (max-width: 1023px) {
  .nadlan-projects--tabs ul li {
    white-space: nowrap;
  }
}
.nadlan-projects--tabs ul li a.active {
  font-weight: 700;
}
.nadlan-projects--tabs ul li a.active:after {
  content: "";
  display: block;
  border-bottom: 3px solid #17afb0;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, 100%);
}
@media (max-width: 1023px) {
  .nadlan-projects--tabs ul li a.active:after {
    display: none;
  }
}

.nadlan-projects {
  font-family: "Noto Sans Hebrew", "sans-serif";
}
.nadlan-projects--project.active {
  display: block;
}
.nadlan-projects--project-wrapper {
  padding: 0 2rem;
  text-align: center;
}
.nadlan-projects .nadlan-project--title h2 {
  font-weight: 700;
  font-size: 3.5rem;
  margin: 0 0 2.6rem;
}
.nadlan-projects .nadlan-project--gallery {
  position: relative;
  margin: 4rem 0 0 0;
}
.nadlan-projects .nadlan-project--swiper {
  overflow: hidden;
}
.nadlan-projects .nadlan-project--swiper .swiper-slide img {
  aspect-ratio: 450/300;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.nadlan-projects .nadlan-project--swiper .nadlan-button {
  background-image: url(../icons/arrow-down.svg);
}
.nadlan-projects .nadlan-project--swiper .nadlan-button:after {
  display: none;
}
.nadlan-projects .nadlan-project--swiper .nadlan-button.swiper-button-prev {
  transform: rotate(-90deg) translate(0, 100%);
}
.nadlan-projects .nadlan-project--swiper .nadlan-button.swiper-button-next {
  transform: rotate(90deg) translate(0, 100%);
}
.nadlan-projects .nadlan-project--content-wrapper {
  font-size: 2rem;
  font-weight: 400;
  width: 75rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .nadlan-projects .nadlan-project--content-wrapper {
    width: 100%;
  }
}
.nadlan-projects .nadlan-project--info {
  font-size: 2rem;
  list-style: none;
  margin: 3rem 0 0 0;
  padding: 0;
  line-height: 38px;
}
.nadlan-projects .nadlan-project--info li {
  font-weight: 400;
}
.nadlan-projects .nadlan-project--info li span {
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */