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: 'AlmoniNeueRegularAAA-Regular';
}
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;
}
/* 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 #000;
}
@media (max-width: 1023px) {
  .ac-show-on-mobile {
      display: block;
 }
  .ac-hide-on-mobile {
      display: none;
 }
  html[lang="he"] {
    font-size: 1.5vw;
 }
  .ac-container {
      width: 90%;
      margin: 0 auto;
 }
  body {
      overflow: auto;
 }
}
@media (max-width: 650px) {
  html[lang="he"] {
      font-size: 2.8vw;
 }
}
