@media (min-width: 1200px) {
  .p-xl-6 {
    padding: 4rem !important;
  }
  .px-xl-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-xl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.homePage {
  font-family: "Gilroy";
  font-size: 20px;
  --bs-gutter-x-base: 96px;
}
.homePage.page-template-new-landing footer.footer .row {
  --bs-gutter-x: 1.5rem;
}
@media (max-width: 1700px) {
  .homePage {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .homePage {
    font-size: 16px;
    --bs-gutter-x-base: 50px;
  }
}
@media (max-width: 1024px) {
  .homePage {
    font-size: 16px;
    --bs-gutter-x-base: 30px;
  }
}
@media (max-width: 991px) {
  .homePage {
    --bs-gutter-x-base: 20px;
  }
}
.homePage.overflow {
  overflow: hidden;
}
.homePage .wrapper {
  overflow: hidden;
}
.homePage.page-template-new-landing .container > .row {
  --bs-gutter-x: calc(var(--bs-gutter-x-base) * 2);
}
.homePage .container {
  width: 1920px;
  max-width: 100%;
  --bs-gutter-x: var(--bs-gutter-x-base);
}
.homePage .header {
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  transition: 0.5s;
}
.homePage .header.sticky {
  background: #321879;
}
.homePage .header.bg > .container {
  position: relative;
}
@media (max-width: 991px) {
  .homePage .header.bg > .container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 74px;
    background: #7815F9;
  }
}
.homePage .header .container {
  padding-top: 36px;
  padding-bottom: 12px;
}
@media (max-width: 1199px) {
  .homePage .header .container {
    padding-top: 20px;
  }
}
.homePage .header-user {
  width: 42px;
  height: 42px;
  z-index: 4;
  margin-right: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-radius: 100%;
}
@media (max-width: 1199px) {
  .homePage .header-user {
    margin-right: 20px;
  }
}
.homePage .header-user:hover {
  background-color: #7815F9;
}
.homePage .header-user__menu {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  .homePage .header-user__menu {
    display: none;
  }
}
.homePage .header-user__menu.show {
  opacity: 1;
  pointer-events: auto;
}
.homePage .header-user img {
  width: 21px;
}
.homePage .logo {
  display: inline-block;
  z-index: 3;
}
.homePage .logo img {
  width: 100px;
}
@media (max-width: 767px) {
  .homePage .logo img {
    width: 70px;
  }
}
.homePage .custom-select {
  z-index: 4;
}
.homePage .custom-select .dropdown-toggle {
  color: #fff;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
}
.homePage select:not(.form-control), .homePage .nice-select {
  border: none;
  outline: none !important;
}
.homePage .nice-select {
  float: none;
  border: none;
  min-height: auto;
  text-align: inherit !important;
  font-size: 21px;
  line-height: 24px;
  height: auto;
  padding: 0 24px 0 0;
  box-shadow: none;
  text-transform: uppercase;
  background: transparent;
}
.homePage .nice-select.open:after {
  margin-top: -10px;
  transform: rotate(180deg);
}
.homePage .nice-select:after {
  border: none;
  width: 12px;
  height: 12px;
  background: url(../img/icons/dropdown.svg) no-repeat center;
  background-size: 10.53px;
  right: 0;
  transform: none;
  margin-top: -6px;
  top: 50%;
}
.homePage .nice-select .list {
  padding: 8px;
  min-width: calc(100% + 16px);
  margin-left: -8px;
  border: none;
  background: #FFFFFF;
  border-radius: 0;
  box-shadow: 0px -2px 18px 5px rgba(0, 0, 0, 0.07);
}
.homePage .nice-select .option {
  min-height: auto;
  color: #000;
  line-height: 18px;
  font-size: 16px;
  border-radius: 4px;
  padding: 4px 8px;
}
.homePage .nice-select .option:hover {
  background: rgba(173, 181, 189, 0.1);
}
.homePage .btn {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  border-radius: 175.763px;
}
@media (max-width: 1700px) {
  .homePage .btn {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .homePage .btn {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .homePage .btn {
    width: 100%;
  }
}
.homePage .btn-outline-light {
  background: transparent;
  border: 2px solid rgb(254, 250, 252);
}
.homePage .btn-outline-light:hover {
  background: #fff;
  color: #321879;
}
.homePage .btn-emoji {
  padding: 30px 50px;
}
@media (max-width: 767px) {
  .homePage .btn-emoji {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.homePage .btn-emoji img {
  width: 72px;
  margin-right: 12px;
}
@media (max-width: 1700px) {
  .homePage .btn-emoji img {
    width: 48px;
    margin-right: 16px;
  }
}
.homePage .open-menu {
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 4;
  margin-right: 58px;
  background: none;
  position: relative;
  border: none;
  outline: none;
}
@media (max-width: 1700px) {
  .homePage .open-menu {
    width: 26px;
    height: 26px;
    margin-right: 30px;
  }
}
.homePage .open-menu span {
  height: 2px;
  background: #fff;
  display: block;
  width: 100%;
  position: absolute;
  transition: 0.5s;
}
.homePage .open-menu span:nth-child(1) {
  top: 0;
  right: 0;
}
.homePage .open-menu span:nth-child(2) {
  top: 50%;
  margin-top: -1.5px;
  right: 0;
}
.homePage .open-menu span:nth-child(3) {
  right: 0;
  bottom: 0;
}
.homePage .open-menu.active span:nth-child(1) {
  width: 100%;
  top: 14px;
  transform: rotate(45deg);
}
@media (max-width: 1700px) {
  .homePage .open-menu.active span:nth-child(1) {
    top: 12px;
  }
}
.homePage .open-menu.active span:nth-child(2) {
  opacity: 0;
}
.homePage .open-menu.active span:nth-child(3) {
  bottom: 16px;
  transform: rotate(-45deg);
}
@media (max-width: 1700px) {
  .homePage .open-menu.active span:nth-child(3) {
    bottom: 12px;
  }
}
.homePage .wrap-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  color: #fff;
  padding-top: 180px;
  padding-bottom: 44px;
  height: 100vh;
  background-image: url(../img/bg-menu.jpg);
  background-position: 468px 50%;
  background-size: auto 110vh;
  background-repeat: no-repeat;
  background-color: #321879;
}
@media (max-width: 1700px) {
  .homePage .wrap-menu {
    padding-top: 140px;
  }
}
@media (max-width: 991px) {
  .homePage .wrap-menu {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .homePage .wrap-menu {
    background-position: bottom center;
    background-size: auto 110vw;
    padding-bottom: 434px;
    bottom: auto;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    right: auto;
    width: 100vw;
  }
}
@media (max-width: 767px) {
  .homePage .wrap-menu {
    background-image: url(../img/bg-menu-mob@2x.jpg);
    background-position: bottom center;
    background-size: auto 110vw;
  }
}
.homePage .wrap-menu.active {
  opacity: 1;
  pointer-events: auto;
}
.homePage .wrap-menu.sub {
  background-image: none;
  background-color: #321879;
}
.homePage .wrap-menu .container {
  padding-top: 0;
  padding-bottom: 0;
}
.homePage .wrap-menu__content {
  display: flex;
  width: 66%;
  position: relative;
}
@media (max-width: 991px) {
  .homePage .wrap-menu__content {
    padding-bottom: 0;
    width: 100%;
    flex-direction: column-reverse;
    position: relative;
  }
}
.homePage .wrap-menu__content:before {
  content: "";
  position: absolute;
  background: #7815F9;
  top: -1000px;
  left: -1000px;
  bottom: -1000px;
  right: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .homePage .wrap-menu__content:before {
    bottom: 0;
    right: -1000px;
  }
}
.homePage .wrap-menu__info {
  width: 458px;
  max-width: 60%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .homePage .wrap-menu__info {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
.homePage .wrap-menu .social {
  margin-top: auto;
}
@media (max-width: 991px) {
  .homePage .wrap-menu .social {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 4;
  }
}
.homePage .wrap-menu .social a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.homePage .wrap-menu .social a:hover {
  opacity: 0.8;
}
.homePage .wrap-menu .social a:last-of-type {
  margin-right: 0;
}
.homePage .wrap-menu .social a img {
  height: 25px;
}
.homePage .wrap-menu__subtitle {
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 1px;
}
@media (max-width: 1700px) {
  .homePage .wrap-menu__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .homePage .wrap-menu__subtitle {
    display: none;
  }
}
.homePage .wrap-menu__title {
  font-weight: 400;
  font-size: 64px;
  line-height: 120%;
  margin-bottom: 62px;
}
@media (max-width: 1700px) {
  .homePage .wrap-menu__title {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .homePage .wrap-menu__title {
    display: none;
  }
}
.homePage .wrap-menu__title img {
  width: 98px;
  margin: -16px 0 0 -16px;
}
.homePage .wrap-menu .search {
  position: relative;
}
.homePage .wrap-menu .search form {
  position: relative;
}
.homePage .wrap-menu .search-field {
  display: block;
  width: 100%;
  padding-bottom: 18px;
  font-weight: 300;
  font-size: 1em;
  line-height: 18px;
  padding-right: 40px;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
.homePage .wrap-menu .search-field:active, .homePage .wrap-menu .search-field:focus {
  outline: none;
}
@media (max-width: 991px) {
  .homePage .wrap-menu .search-field {
    font-size: 20px;
  }
}
.homePage .wrap-menu .search input::-webkit-input-placeholder {
  color: #C0C0C0;
}
.homePage .wrap-menu .search input::-moz-placeholder {
  color: #C0C0C0;
}
.homePage .wrap-menu .search input:-moz-placeholder {
  color: #C0C0C0;
}
.homePage .wrap-menu .search input:-ms-input-placeholder {
  color: #C0C0C0;
}
.homePage .wrap-menu .search-submit {
  position: absolute;
  bottom: 18px;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(../img/icons/search.svg) no-repeat center;
  background-size: 32px;
  border: none;
}
.homePage .wrap-menu__item_btn {
  cursor: pointer;
}
.homePage .wrap-menu__list {
  position: relative;
  margin-left: 100px;
  flex: 1;
}
@media (max-width: 1700px) {
  .homePage .wrap-menu__list {
    margin-left: 60px;
  }
}
@media (max-width: 991px) {
  .homePage .wrap-menu__list {
    flex: none;
    width: 100%;
    margin-left: 0;
    position: static !important;
  }
}
.homePage .wrap-menu__list > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: static;
}
.homePage .wrap-menu__list > ul > li {
  padding: 0;
  margin: 0;
  min-height: 78px;
  display: flex;
  align-items: center;
  position: static;
}
@media (max-width: 1700px) {
  .homePage .wrap-menu__list > ul > li {
    min-height: 56px;
  }
}
@media (max-width: 991px) {
  .homePage .wrap-menu__list > ul > li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
.homePage .wrap-menu__list > ul > li > a, .homePage .wrap-menu__list > ul > li > .wrap-menu__item_btn {
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: 0.1s;
  font-family: "Gilroy", "Noto Sans Hebrew", sans-serif;
}
@media (max-width: 1700px) {
  .homePage .wrap-menu__list > ul > li > a, .homePage .wrap-menu__list > ul > li > .wrap-menu__item_btn {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .homePage .wrap-menu__list > ul > li > a, .homePage .wrap-menu__list > ul > li > .wrap-menu__item_btn {
    font-size: 22px;
  }
}
.homePage .wrap-menu__list > ul > li > ul {
  display: none;
  list-style: none;
  padding: 0 0 0 10%;
  margin: 28px 0 0 0;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: calc(100vh - 180px);
  z-index: 8;
  overflow-y: auto;
}
@media (max-width: 1700px) {
  .homePage .wrap-menu__list > ul > li > ul {
    margin-top: 16px;
    padding: 0 0 0 15%;
    width: 120%;
    /* max-height: calc(100vh - 140px); */
  }
}
@media (max-width: 1500px) {
  .homePage .wrap-menu__list > ul > li > ul {
    padding: 0 0 0 20%;
    width: 130%;
  }
}
@media (max-width: 1200px) {
  .homePage .wrap-menu__list > ul > li > ul {
    padding: 0 0 0 20%;
    width: 150%;
  }
}
@media (max-width: 991px) {
  .homePage .wrap-menu__list > ul > li > ul {
    padding: 52px 0 30px 0;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .homePage .wrap-menu__list > ul > li > ul > li:nth-child(even) {
    padding-right: 0;
  }
}
.homePage .wrap-menu__list > ul > li > ul li {
  padding: 0;
  margin: 0 0 15px 0;
}
@media (max-width: 1700px) {
  .homePage .wrap-menu__list > ul > li > ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .homePage .wrap-menu__list > ul > li > ul li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding-right: 24px;
  }
  .homePage .wrap-menu__list > ul > li > ul li ul {
    padding-left: 0;
    margin-top: 10px;
  }
  .homePage .wrap-menu__list > ul > li > ul li ul > li {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .homePage .wrap-menu__list > ul > li > ul li {
    width: 100%;
  }
}
.homePage .wrap-menu__list > ul > li > ul li a {
  font-weight: 300;
  font-size: 22px;
  line-height: 123%;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-family: "Gilroy", "Noto Sans Hebrew", sans-serif;
}
@media (max-width: 1700px) {
  .homePage .wrap-menu__list > ul > li > ul li a {
    font-size: 18px;
  }
}
.homePage .wrap-menu__list > ul > li > ul li a:hover {
  text-decoration: underline;
}
.homePage .wrap-menu__list > ul > li > ul li .sub-menu.wrap-menu__submenu {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.homePage .wrap-menu__list > ul > li:hover > a, .homePage .wrap-menu__list > ul > li:hover > .wrap-menu__item_btn {
  font-style: italic;
  font-weight: 400;
  font-size: 48px;
}
@media (max-width: 1700px) {
  .homePage .wrap-menu__list > ul > li:hover > a, .homePage .wrap-menu__list > ul > li:hover > .wrap-menu__item_btn {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .homePage .wrap-menu__list > ul > li:hover > a, .homePage .wrap-menu__list > ul > li:hover > .wrap-menu__item_btn {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .homePage .wrap-menu__list > ul > li:hover > a, .homePage .wrap-menu__list > ul > li:hover > .wrap-menu__item_btn {
    font-size: 28px;
  }
}
.homePage .wrap-menu__list > ul > li .wrap-menu__item_btn.active {
  font-style: italic;
  font-weight: 400;
  font-size: 48px;
}
@media (max-width: 1700px) {
  .homePage .wrap-menu__list > ul > li .wrap-menu__item_btn.active {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .homePage .wrap-menu__list > ul > li .wrap-menu__item_btn.active {
    font-size: 34px;
  }
}
@keyframes wave {
  0% {
    transform: rotateZ(0deg) translate3d(0, 3%, 0) rotateZ(0deg);
  }
  100% {
    transform: rotateZ(90deg) translate3d(0, 3%, 0) rotateZ(-90deg);
  }
}
@media (max-width: 991px) {
  @keyframes wave {
    0% {
      transform: rotateZ(0deg) translate3d(0, 2%, 0) rotateZ(0deg);
    }
    100% {
      transform: rotateZ(30deg) translate3d(0, 2%, 0) rotateZ(-30deg);
    }
  }
}
.bg-white {
  background: #fff;
}

lottie-player {
  display: inline-block;
}

.dropdown-menu {
  padding: 1rem 1rem 0.5rem;
}
.dropdown-menu li {
  margin-bottom: 0.5rem;
}
.dropdown-menu li:first-child span {
  white-space: nowrap;
  font-weight: 600;
  font-size: 20px;
}
.dropdown-menu li a {
  color: inherit;
}
.dropdown-menu li a.active, .dropdown-menu li a:active {
  background-color: #f7f7f8;
  font-weight: 700;
  color: inherit;
}
@media (max-width: 767px) {
  .dropdown-menu {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    top: auto !important;
  }
}

.screen-darken {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #321879;
  z-index: 10;
  opacity: 0.5;
  position: fixed;
}

.section--faq {
  background: #ede0ff;
  color: #321879;
  padding: clamp(40px, 6vw, 80px) 0 80px;
}
.section--faq .container {
  width: 1302px;
}
.section--faq p:last-child {
  margin: 0;
}
.section--faq .faq {
  margin: 0 auto;
  max-width: 920px;
}
.section--faq .faq-title {
  font-weight: 700;
  font-size: clamp(30px, 4vw, 40px);
  margin-bottom: clamp(40px, 4vw, 55px);
}
.section--faq .faq-subtitle {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: clamp(10px, 4vw, 20px);
}
.section--faq .faq-content {
  margin-bottom: 50px;
}
.section--faq .faq-content:last-child {
  margin-bottom: 0;
}
.section--faq .faq-item {
  border-bottom: 1px solid currentColor;
}
.section--faq .faq-item.active .question svg {
  transform: rotate(180deg);
}
.section--faq .question {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
  justify-content: start;
  font-weight: 500;
  font-size: clamp(20px, 3vw, 25px);
}
.section--faq .question svg {
  width: 16px;
  min-width: 16px;
  transition: 0.4s ease all;
}
.section--faq .answer {
  font-size: 16px;
  padding-bottom: 20px;
}
.section--faq.new-style .faq-subtitle {
  text-align: center;
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.2;
  margin-bottom: clamp(20px, 4vw, 60px);
}
.section--faq.new-style .question {
  justify-content: start;
  font-size: clamp(20px, 3vw, 25px);
  line-height: 1.1;
  padding: clamp(20px, 3vw, 24px) 0 clamp(20px, 3vw, 24px) clamp(20px, 3vw, 24px);
}
.section--faq.new-style .question svg {
  order: -1;
}
.section--faq.new-style .faq-item:last-child {
  border-bottom: 1px solid currentColor;
}/*# sourceMappingURL=custom.css.map */


.homePage .wrapper > p {
	margin: 0;
}