@import url("https://p.e.innovationisrael.org.il/ping_font");
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body#interestListsTy,
body#interestLists {
  font-family: "ping", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
body#interestListsTy main,
body#interestLists main {
  direction: rtl;
  background-image: url("https://image.e.innovationisrael.org.il/lib/fe2c11737364047e731c74/m/1/b7339874-fb48-4639-9ed0-048bb0d8c7a4.png");
  background-repeat: no-repeat;
  min-height: 400px;
  background-size: auto 100%;
  text-align: right;
}
@media (min-width: 992px) {
  body#interestListsTy main,
  body#interestLists main {
    min-height: 312px;
  }
}
body#interestListsTy .wrapper,
body#interestLists .wrapper {
  margin: 0 15px;
}
@media (min-width: 992px) {
  body#interestListsTy .wrapper,
  body#interestLists .wrapper {
    display: flex;
    min-height: inherit;
    justify-content: left;
    align-items: center;
    margin-left: 10%;
  }
}
body#interestListsTy .row,
body#interestLists .row {
  width: 100%;
  padding-top: 20px;
}
@media (min-width: 992px) {
  body#interestListsTy .row,
  body#interestLists .row {
    max-width: 1400px;
    display: flex;
    justify-content: center;
    justify-content: left;
    gap: 10px;
    padding-top: 0;
  }
}

body#interestListsTy .row {
  justify-content: center;
}
body#interestListsTy h1 {
  color: #fff;
}

body#interestLists select,
body#interestLists input {
  font-family: inherit;
}
body#interestLists .h_l {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
  clip: rect(1px, 1px, 1px, 1px); /*maybe deprecated but we need to support legacy browsers */
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%); /*modern browsers, clip-path works inwards from each corner*/
  white-space: nowrap; /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}
body#interestLists .btn {
  display: inline-block;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}
body#interestLists small {
  visibility: hidden;
  transition: visibility 0.3s linear, opacity 0.3s linear;
  opacity: 0;
}
body#interestLists small.error {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.3s linear, opacity 0.3s linear;
  padding: 5px 24px 0;
  font-size: 12px;
}
body#interestLists .int_item {
  flex: 1;
  width: 100%;
  color: white;
}
@media (min-width: 992px) {
  body#interestLists .int_text {
    flex: 0 1 601px;
  }
}
body#interestLists .int_text > * {
  font-weight: 700;
}
body#interestLists .int_text p {
  font-size: clamp(1.563rem, 1.203rem + 1.534vw, 1.875rem);
}
body#interestLists .int_text p br {
  display: none;
}
@media (min-width: 1200px) {
  body#interestLists .int_text p br {
    display: block;
  }
}
body#interestLists .int_text h1 {
  font-size: clamp(1.563rem, 0.197rem + 5.828vw, 2.75rem);
}
body#interestLists .int_form form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: right;
  justify-content: center;
}
@media (min-width: 992px) {
  body#interestLists .int_form {
    flex: 0 1 515px;
  }
}
body#interestLists .int_form .selectItem {
  margin-bottom: 34px;
}
body#interestLists .dropdown {
  position: relative;
}
body#interestLists .dropdown .btn {
  margin-top: 0.5em;
  background-color: #fff;
  text-align: right;
  color: #000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body#interestLists .dropdown .btn.error {
  border: 2px solid #c23934;
}
body#interestLists .dropdown .btn .dropdown_toggle {
  transition: transform 0.15s linear;
}
body#interestLists .dropdown .btn .dropdown_toggle.show {
  transition: transform 0.15s linear;
  transform: rotate(180deg);
}
body#interestLists .dropdownMenu {
  width: 100%;
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  max-height: 200px;
  overflow: auto;
}
body#interestLists .dropdownMenu ul {
  text-align: right;
}
body#interestLists .dropdownMenu li label {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
body#interestLists .dropdownMenu li label input {
  margin-left: 4px;
}
body#interestLists .dropdownMenu.show {
  display: block;
}
body#interestLists .formItems {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
body#interestLists .formItems .inputItem {
  width: 100%;
}
body#interestLists .formItems .inputItem input {
  width: 100%;
  background: transparent;
  outline: none;
  border: none;
  color: #fff;
  font-size: 1.125rem;
  padding: 20px 4px;
  border-bottom: 1px solid #fff;
}
@media (min-width: 576px) {
  body#interestLists .formItems .inputItem input {
    padding: 20px 20px 20px 4px;
  }
}
body#interestLists .formItems .inputItem input.error {
  border-bottom: 1px solid #c23934;
}
body#interestLists .formItems .inputItem input::-moz-placeholder {
  color: inherit;
  font-size: 1rem;
  white-space: pre-wrap;
}
body#interestLists .formItems .inputItem input::placeholder {
  color: inherit;
  font-size: 1rem;
  white-space: pre-wrap;
}
@media (min-width: 576px) {
  body#interestLists .formItems .inputItem input::-moz-placeholder {
    font-size: 1.25rem;
  }
  body#interestLists .formItems .inputItem input::placeholder {
    font-size: 1.25rem;
  }
}
body#interestLists .formItems .btn {
  border: 1px solid #fff;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: block;
}/*# sourceMappingURL=style.css.map */