html[lang="he"] {
  font-size: 1vw;
  direction: rtl;
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: 0.15rem solid #000 !important;
}
.ac-rtl {
  direction: rtl;
}
body {
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  /* overflow: hidden; */
}
.rubik-100 {
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
strong {
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-weight: 700;
}
svg {
  width: 100%;
  height: 100%;
}
.ac-white {
  color: #fff;
}
.ac-img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.ac-rel-pos {
  position: relative;
  height: 0;
  width: 100%;
}
.ac-container {
  width: 60rem;
  margin: 0 auto;
}
.ac-blue-color {
  color:#224D97;
}
/* End Section Opening */
.ac-show-on-mobile {
  display: none;
}
.ac-hide-on-mobile {
  display: block;
}
a:focus, button:focus, input:focus, textarea:focus, select:focus {
  /* outline:0.15rem solid #fdb927; */
  border:0.15rem solid #fdb927;
}
bdi {
  font-weight: 300;
  font-size: 71%;

}
.ac-gradient-div{
  background: transparent linear-gradient(180deg, #5A7CB4 0%, #5A7CB4D6 55%, #5A7CB400 100%) 0% 0% no-repeat padding-box;
}
.ac-legal-wrapper{
  display: flex;
  justify-content: flex-start;
  height: 3.5vh;
  align-items: center;
  width: 100%;
  padding-right: 1rem;
  border-top: 0.1rem solid #000;
  color: #000;
  font-family: 'Fb Pragmati Wide';
}
.ac-legal-wrapper .ac-legal-txt{
  font-weight: 600;
}
.ac-legal-wrapper .ac-legal-txt-2{
  margin-right: 0.5rem;
}
.ac-legal-wrapper .ac-polution,
.ac-legal-wrapper .ac-safety{
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  width: 1.2rem;
  height: 1.2rem;
  margin: auto 0.3rem;
}
.ac-legal-wrapper .ac-polution-1{
  background-color: #285C2A;
}
.ac-legal-wrapper .ac-safety-5{
  background-color: #2B90CF;
}
.ac-legal-wrapper .ac-safety-8{
  background-color: #405EAB;
}
.ac-legal-wrapper .ac-legal-txt-3{
  margin-right: 1rem;
}
.ac-legal-wrapper .ac-legal-txt-3 a {
  color:#000;
  text-decoration: none;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1023px) {
  .ac-show-on-mobile {
    display: block;
  }
  .ac-hide-on-mobile {
    display: none;
  }
  html[lang="he"] {
    font-size: 2.2vw;
  }
  .ac-container {
    width: 90%;
    margin: 0 auto;
  }
  body {
    overflow: auto;
  }
  .ac-legal-wrapper-mob{
    display: flex;
    justify-content: flex-start;
    height: 4vh;
    align-items: center;
    width: 100%;
    padding-right: 1rem;
    border-top: 0.1rem solid #000;
    color: #000;
  }
  .ac-legal-wrapper-mob .ac-legal-txt{
    font-weight: 600;
  }
  .ac-legal-wrapper-mob .ac-legal-txt-2{
    margin-right: 0.5rem;
  }
  .ac-legal-wrapper-mob .ac-polution,
  .ac-legal-wrapper-mob .ac-safety{
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    width: 1rem;
    height: 1rem;
    margin: auto 0.3rem;
    font-size: 0.8em;
  }
  .ac-polution, .ac-safety {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    width: 1.2rem;
    height: 1.2rem;
    margin: auto 0.3rem;
  }
  .ac-polution-1{
    background-color: #285C2A;
  }
  .ac-safety-5{
    background-color: #2B90CF;
  }
  .ac-safety-8{
    background-color: #405EAB;
  }
  .ac-legal-wrapper-mob .ac-legal-txt-3{
    margin-right: 1rem;
  }
  .ac-legal-wrapper-mob .ac-legal-txt-3 a {
    color:#000;
    text-decoration: none;
  }
}
@media (max-width: 650px) {
  html[lang="he"] {
    font-size: 3.35vw;
  }
}
