height: 170px;body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

.body {
  font-family: Avenirnext, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 26px;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-bottom: 90px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-right: 43px;
  padding-left: 43px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navbar.hide {
  display: none;
}

.brand {
  position: absolute;
  left: 30px;
  bottom: 0px;
  z-index: 3;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button {
  position: absolute;
  right: 30px;
  bottom: 0px;
  z-index: 3;
  height: 46px;
  padding-top: 10px;
  padding-right: 23px;
  padding-left: 23px;
  border-radius: 30px;
  background-color: #0082ff;
  font-weight: 900;
}

.button.mobile {
  display: none;
}

.button.form {
  position: static;
  margin-top: 24px;
  background-color: #9655ff;
}

.button.purp {
  z-index: 9;
  background-color: #9655ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button.purp:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.button.azure {
  z-index: 9;
  background-color: #00c8ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button.azure:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.flex {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex.top {
  z-index: 999;
}

.heading {
  margin-top: 20vh;
  font-size: 8vw;
  line-height: 7vw;
  font-weight: 900;
}

.heading.event {
  margin-top: 220px;
}

.heading.org {
  margin-bottom: 60px;
  color: #000;
}

.heading.newstitile {
  margin-top: 0vh;
}

.heading.no-marg {
  margin-top: 0vh;
}

._1200 {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

._1200.relative {
  position: relative;
}

._1200._95 {
  width: 95%;
}

._1200.news-space {
  margin-top: 100px;
}

.blue-dot {
  float: left;
  color: #0082ff;
  font-size: 8vw;
  line-height: 7vw;
}

.blue-dot.purp {
  float: left;
  color: #9655ff;
  line-height: 91px;
}

.blue-dot.azur-color {
  color: #00c8ff;
}

.blue-dot.white {
  color: #fff;
}

.blue-dot.green {
  margin-right: 16px;
  color: #00c8ff;
}

.blue-dot.black {
  color: #000;
}

.icon {
  display: block;
  width: 28px;
  margin-right: auto;
  margin-bottom: -10px;
  margin-left: auto;
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/dots.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
}

.paragraph {
  margin-bottom: -18px;
  color: #000;
  font-size: 12px;
}

.menu-button {
  padding: 22px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/backmenu.svg');
  background-position: 50% 7%;
  background-size: 55px 70px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.menu-button.w--open {
  background-color: transparent;
}

.footer {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}

.footer-icon {
  width: 15px;
  height: 15px;
  margin-right: 14px;
  float: left;
}

.footer-info-wrap {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.image {
  float: left;
}

.footer-logo {
  margin-right: 70px;
  float: left;
}

.social-box {
  position: absolute;
  right: 0px;
  bottom: 0px;
  float: right;
}

.social-icon {
  margin-left: 24px;
}

.paragraph-4 {
  display: inline-block;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.sroll {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-left: -11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 12px;
}

.sroll.arrowbold {
  font-weight: 900;
}

.arrow {
  display: block;
  margin-top: 6px;
}

.faq {
  padding-top: 90px;
  padding-bottom: 90px;
}

.head-90 {
  margin-top: -15px;
  margin-right: 30px;
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  font-size: 90px;
  line-height: 91px;
  font-weight: 900;
}

.head-90.white {
  margin-top: 0px;
  line-height: 97px;
}

.head-90.white.space {
  margin-bottom: 56px;
}

.head-90.shorter {
  -webkit-flex-basis: 465px;
  -ms-flex-preferred-size: 465px;
  flex-basis: 465px;
}

.head-90.shorter.nicetxt {
  margin-bottom: 20px;
}

.head-90.shorter.white {
  line-height: 91px;
}

.head-90.box {
  color: #fff;
}

.head-90.shorter-2 {
  margin-top: 0px;
  -webkit-flex-basis: 465px;
  -ms-flex-preferred-size: 465px;
  flex-basis: 465px;
}

.head-90.line-space {
  line-height: 98px;
}

.anser {
  margin-bottom: 60px;
}

.question {
  color: #0082ff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
}

.questions-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.questions-box.purp {
  height: 520px;
  padding: 29px;
  -webkit-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  background-color: #9655ff;
  color: #fff;
}

.flex-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-big.event.old {
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.nav-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  border-bottom: 1px solid #dfdfdf;
  background-color: #fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  text-align: center;
}

.nav-link {
  display: inline-block;
  margin: 5px 15px;
}

.nav-link.login {
  position: absolute;
  right: 230px;
  bottom: 0px;
  text-decoration: underline;
}

.logo-line {
  width: 104px;
  height: 9.5px;
  margin-top: 1px;
  margin-left: 1.5px;
  background-color: #0082ff;
}

.logo-line.purp {
  background-color: #9655ff;
}

.logo-line.azure {
  background-color: #00c8ff;
}

.logo-dot {
  position: absolute;
  top: 14px;
  right: -12px;
  bottom: 0px;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #0082ff;
}

.logo-dot.purp {
  background-color: #9655ff;
}

.logo-dot.azure {
  background-color: #00c8ff;
}

.blue {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  min-height: 500px;
  padding-top: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0082ff;
  color: #fff;
}

.big-txt {
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
}

.big-txt.move {
  padding-left: 20px;
}

.txt {
  border-left: 1px none #000;
  line-height: 26px;
}

.txt.more-space {
  height: 100px;
  max-width: 333px;
  margin-top: 45px;
}

.txt.nice-box {
  display: inline-block;
  min-width: 82px;
}

.txt.auto {
  height: auto;
}

.txt.movie {
  height: 150px;
}

.education {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span {
  color: #9655ff;
}

.smaller-line {
  width: 440px;
  height: 22px;
  margin-top: -14px;
  background-color: #9655ff;
}

.half {
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}

.acor {
  cursor: pointer;
}

.acor-line {
  width: 40px;
  height: 8px;
  margin-top: 7px;
  margin-bottom: 12px;
  background-color: #fff;
}

.close-btn {
  position: fixed;
  top: 0px;
  right: 0px;
  padding: 30px;
  background-color: transparent;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.hs-input {
  height: 46px;
  margin-bottom: 0px;
  border: 1px solid #dfdfdf;
  font-size: 16px;
}

.hs-input.big {
  height: 132px;
}

.form-block {
  width: 90%;
  max-width: 460px;
  padding: 20px;
}

.form {
  display: -ms-grid;
  display: grid;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto minmax(46px, 1fr) auto auto auto auto;
  grid-template-rows: auto minmax(46px, 1fr) auto auto auto auto;
}

.field-label {
  margin-bottom: 30px;
  color: #000;
  font-size: 30px;
  font-weight: 900;
}

.close-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95vh;
  min-height: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.collection-item {
  position: relative;
  margin-top: 140px;
}

.collection-list-wrapper {
  margin-bottom: 130px;
}

.big-day {
  display: inline-block;
  margin-right: 9px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
}

.month {
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
}

.date-box {
  display: inline-block;
  margin-right: 20px;
  float: left;
  text-align: center;
}

.date-box.push {
  float: left;
}

.dash {
  display: inline-block;
  width: 16px;
  height: 6px;
  margin-top: 16px;
  margin-right: 18px;
  float: left;
  background-color: #000;
}

.location {
  margin-bottom: 0px;
  clear: both;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

.event-name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 900;
}

.det-txt {
  margin-bottom: 30px;
  line-height: 30px;
}

.meetinig-btn {
  height: 47px;
  padding: 10px 27px 9px;
  border-radius: 100px;
  background-color: #9655ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.meetinig-btn:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.event-pic {
  width: 40vw;
  height: 27vw;
  max-height: 312px;
  max-width: 512px;
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/logo.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.event-pic.purp {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  background-color: #9655ff;
  background-image: none;
  -webkit-transform: translate(8%, 12%);
  -ms-transform: translate(8%, 12%);
  transform: translate(8%, 12%);
}

.event-line {
  width: 136px;
  height: 15px;
  margin-top: 10px;
  margin-bottom: 40px;
  background-color: #9655ff;
}

.event-txt-box {
  margin-top: 81px;
  -webkit-box-flex: 40%;
  -webkit-flex: 40%;
  -ms-flex: 40%;
  flex: 40%;
}

.event-pic-side {
  margin-right: 85px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.underline {
  float: left;
  border-bottom: 22px solid #9655ff;
}

.underline.main {
  display: inline-block;
  margin-top: 12px;
  border-bottom-color: #0082ff;
  text-indent: -7px;
}

.comp-sec {
  position: relative;
  z-index: 3;
  display: block;
  height: 90vh;
  min-height: 600px;
  padding-top: 22vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.smaller-underline {
  float: left;
  border-bottom: 22px solid #00c8ff;
}

.smaller-underline.white {
  border-color: #000;
  border-left-style: none;
  border-left-width: 1px;
  text-indent: -5px;
}

.smaller-underline.green {
  border-bottom-color: #00c8ff;
}

.smaller-underline.black {
  border-bottom-color: #000;
}

.azur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 700px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00c8ff;
  color: #fff;
}

.half-box {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.text-span-5 {
  float: left;
}

.text-span-8 {
  margin-left: 4px;
}

.awards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blue-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 50vw;
  max-height: 543px;
  max-width: 543px;
  margin-right: 50px;
  padding-bottom: 40px;
  padding-left: 50px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #0082ff;
}

.flex-blue-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt-side {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.award-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 129px;
  height: 50px;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.award-logo.enlight {
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/enlightED_logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.award-logo.ie-uni {
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.team {
  padding-top: 90px;
}

.text-span-9 {
  margin-right: 30px;
  float: left;
}

.name {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  padding-top: 0px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
}

.name.last {
  display: inline-block;
  margin-top: -9px;
  margin-right: 6px;
}

.deg {
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
}

.paragraph-5 {
  font-size: 18px;
}

.profile-pic {
  width: 40vw;
  height: 40vw;
  max-height: 323px;
  max-width: 323px;
  margin-bottom: 24px;
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/logo.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.collection-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
}

.bio-txt {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2em;
  column-gap: 2em;
}

.collection-list-wrapper-2 {
  margin-top: 60px;
  margin-bottom: 90px;
}

.text-block {
  display: none;
}

.empty-state {
  padding: 0px;
}

.text-block-2 {
  display: none;
}

.empty-state-2 {
  padding: 0px;
}

.ani-per {
  display: inline-block;
  margin-top: 0px;
  margin-left: 10px;
  font-size: 110px;
  line-height: 91px;
  font-weight: 900;
}

.ani-agi {
  margin-top: 0px;
  font-size: 150px;
  line-height: 152px;
  font-weight: 900;
}

.ani-sca {
  margin-top: 0px;
  font-size: 150px;
  line-height: 152px;
  font-weight: 900;
}

.ani-nim {
  margin-top: 0px;
  font-size: 150px;
  line-height: 152px;
  font-weight: 900;
}

.ani-dee {
  margin-top: 0px;
  font-size: 150px;
  line-height: 152px;
  font-weight: 900;
}

.ani-sen {
  margin-top: 0px;
  font-size: 150px;
  line-height: 152px;
  font-weight: 900;
}

.why {
  position: relative;
  width: 100%;
  height: 2600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.black-bar {
  height: 3px;
  margin-top: 40px;
  background-color: #000;
}

.orenge-bar {
  width: 100%;
  height: 3px;
  background-color: #ff5a00;
}

.scrollpart {
  position: relative;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.why-tabs {
  padding-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-size: 26px;
  font-weight: 900;
}

.why-tabs.w--current {
  background-color: transparent;
  color: #ff5a00;
}

.orenge-ball {
  position: absolute;
  top: -14px;
  width: 22px;
  height: 22px;
  border-radius: 100px;
  background-color: #ff5a00;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.why-head {
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
}

.why-head.color {
  margin-top: -13px;
  padding-right: 15px;
  opacity: 0;
  -webkit-transform: translate(0px, -27px);
  -ms-transform: translate(0px, -27px);
  transform: translate(0px, -27px);
  color: #ff5a00;
}

.whybox {
  position: relative;
  display: inline-block;
  width: 25%;
  padding-top: 20px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.whybox._1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.why-txt {
  height: 100px;
  margin-top: -15px;
  padding-right: 15px;
  opacity: 0;
}

.tabs {
  display: none;
}

.why-flex {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.why-mobile {
  position: relative;
  display: none;
  width: 100%;
  height: 3000px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nice {
  display: block;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  margin-right: 20px;
  -webkit-flex-basis: 480px;
  -ms-flex-preferred-size: 480px;
  flex-basis: 480px;
}

.big-orange-line {
  width: 187px;
  height: 22px;
  margin-top: 41px;
  background-color: #ff5a00;
}

.small-orange-line {
  display: inline-block;
  width: 53px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 0px;
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/V.svg');
  background-position: 0px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.columns {
  margin-top: 30px;
}

.testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-js-box {
  display: none;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prev {
  height: 100px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: transparent;
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/Path-8-Copy.svg');
  background-position: 50% 50%;
  background-size: auto 50px;
  background-repeat: no-repeat;
}

.slidernew {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  direction: ltr;
}

.kesher-box-wrap {
  display: block;
  width: 300px;
  height: 354px;
  margin: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1e2834;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.kesher-box-wrap:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}

.collection-list-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.collection-item-10 {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  opacity: 0.6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.collection-item-10:hover {
  opacity: 1;
  -webkit-transform: scale(1.11);
  -ms-transform: scale(1.11);
  transform: scale(1.11);
}

.collection-item-10.center {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.next {
  height: 100px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: transparent;
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/Path-8.svg');
  background-position: 50% 50%;
  background-size: auto 50px;
  background-repeat: no-repeat;
}

.quat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 280px;
  padding-top: 12px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00c8ff;
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/merc.svg');
  background-position: 25px 17px;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #fff;
  text-align: left;
}

.qname {
  margin-top: -35px;
  margin-bottom: -1px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
}

.qtitile {
  margin-bottom: 0px;
  font-size: 18px;
}

.qlocation {
  font-size: 18px;
  font-weight: 900;
}

.collection-flex {
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

.heading-2 {
  margin-bottom: 31px;
  font-size: 30px;
  line-height: 41px;
  font-weight: 900;
  text-align: center;
}

._1400 {
  display: block;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

._1400.relative {
  position: relative;
}

._1400._95 {
  width: 95%;
}

.slider {
  height: 360px;
  background-color: transparent;
}

.slide {
  width: 33%;
}

.slide-nav {
  display: none;
}

.mask {
  padding-right: 80px;
  padding-left: 80px;
}

.icon-2 {
  color: #000;
}

.icon-3 {
  color: #000;
}

.slick-slide {
  opacity: 0.6;
}

.slick-center {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ancor {
  position: relative;
  top: -80px;
  z-index: 999999;
  width: 100px;
  height: 10px;
}

.text-block-3 {
  display: none;
}

.empty-state-3 {
  padding: 0px;
}

.movies {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.movie-box {
  position: relative;
  margin-bottom: 61px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  text-align: center;
}

.movie-box:hover {
  -webkit-filter: none;
  filter: none;
}

.movie-box.hide {
  display: none;
}

.html-embed {
  display: inline-block;
  width: 1292px;
  height: 60vh;
  margin-right: auto;
  margin-left: auto;
  background-color: #0082ff;
}

.whitetext {
  display: inline-block;
  color: #fff;
}

.tile {
  display: block;
  margin-bottom: 14px;
  font-size: 90px;
  font-weight: 900;
}

.html-embed-2 {
  display: none;
  height: 691px;
  margin-right: auto;
  margin-left: auto;
  background-color: #0082ff;
}

.slider-2 {
  height: 100vh;
}

.html-embed-3 {
  width: 100%;
  max-width: 500px;
  min-width: 320px;
  padding-right: 15px;
  padding-left: 15px;
}

.div-block-2 {
  display: none;
}

.h2-display {
  height: 100px;
  margin-top: 1px;
  background-color: #2b6186;
  color: #000;
  font-size: 90px;
  line-height: 90px;
  font-weight: 600;
}

.image-2 {
  display: block;
  max-width: 80%;
  margin-top: 32px;
}

.image-3 {
  display: block;
}

.image-4 {
  display: block;
}

.image-5 {
  display: block;
}

.ani-per-copy {
  display: inline-block;
  margin-top: 0px;
  float: left;
  border-bottom: 1.4vw solid #0082ff;
  font-size: 8vw;
  line-height: 7vw;
  font-weight: 900;
  text-indent: -7px;
}

.ani-per-copy.hide {
  display: none;
}

.text-block-4 {
  display: inline-block;
  font-size: 12px;
}

.div-block-3 {
  position: relative;
  display: block;
  width: 90%;
  max-width: 1200px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 17px;
  padding-bottom: 17px;
}

.cta-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Avenirnext, sans-serif;
  font-weight: 400;
}

.hs-button {
  height: 46px;
  margin-top: 20px;
  padding-right: 23px;
  padding-left: 23px;
  border-radius: 30px;
  background-color: #9655ff;
  color: #fff;
  font-weight: 900;
}

.hs-button.mobile {
  display: none;
}

.hs-button.form {
  position: static;
  margin-top: 24px;
  background-color: #9655ff;
}

.hs-button.purp {
  z-index: 9;
  background-color: #9655ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hs-button.purp:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.hs-button.azure {
  z-index: 9;
  background-color: #00c8ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hs-button.azure:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.form-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto minmax(46px, 1fr) auto auto auto auto;
  grid-template-rows: auto minmax(46px, 1fr) auto auto auto auto;
}

.form-title {
  font-weight: 900;
}

.more-space {
  max-width: 333px;
  padding-top: 10px;
}

.scrollmovies {
  top: 0px;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.movcontainer {
  position: relative;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.mov-track {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400vw;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.movieslide {
  top: 0px;
  display: block;
  height: 100vh;
  min-height: 700px;
  background-color: transparent;
}

.why-ancor {
  position: absolute;
  padding-top: 7px;
  padding-bottom: 7px;
}

.why-ancor._1 {
  top: 0%;
}

.why-ancor._2 {
  top: 20%;
}

.why-ancor._3 {
  top: 45%;
}

.why-ancor._4 {
  top: 60%;
}

.navbar-wrap {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navbar-wrap.hide {
  display: none;
}

.blue-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  height: 200vh;
  min-height: 1300px;
  background-color: #0082ff;
}

.text-span-10 {
  margin-left: 5px;
}

.ani-head {
  color: #0082ff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.nav-link-side {
  width: 120px;
  margin-right: 0px;
  margin-left: 9px;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 4px;
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/black.svg');
  background-position: 4px 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: transparent;
  font-size: 14px;
  text-align: left;
}

.nav-link-side:hover {
  opacity: 0.49;
  color: #000;
}

.nav-link-side.w--current {
  padding-right: 0px;
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/32_132.png');
  background-size: 10px;
  color: transparent;
}

.nav-link-side.link {
  padding-left: 19px;
  text-decoration: none;
}

.nav-link-side.hide {
  display: none;
}

.collection-test {
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

.ani-box {
  position: relative;
  width: 100%;
  height: 260px;
  max-width: 240px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
}

.ani-box:hover {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  -webkit-filter: none;
  filter: none;
  color: #0082ff;
}

.ani-box._2 {
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/5bd565925d02ac8254040459_ezgif.com-video-to-gif.jpg');
}

.ani-box._2:hover {
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/5bd565925d02ac8254040459_ezgif.com-video-to-gif.gif');
}

.ani-box._3 {
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/1.jpg');
}

.ani-box._3:hover {
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/11.gif'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/11.gif'), linear-gradient(180deg, transparent, transparent);
}

.ani-box._4 {
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/5bd1dfc467efa46198c927dc_ezgif.com-video-to-gif-1.jpg');
}

.ani-box._4:hover {
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/5bd1dfc467efa46198c927dc_ezgif.com-video-to-gif-1.gif');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.popups {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
}

.bubble {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  display: block;
  width: 70px;
  height: 70px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .21);
  border-radius: 100px;
  background-color: #0082ff;
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/5bfce04aa99a683a87a372f2_megaphone.svg');
  background-position: 50% 50%;
  background-size: 47px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Fontawesome webfont', sans-serif;
  cursor: pointer;
}

.bubble:hover {
  z-index: 6;
  background-color: #0082ff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .31);
  -webkit-filter: brightness(89%);
  filter: brightness(89%);
}

.bubble._2 {
  position: fixed;
  top: 116px;
  right: 33px;
  bottom: 34px;
}

.text-block-5 {
  display: none;
}

.empty-state-4 {
  padding: 0px;
}

.link-block {
  position: relative;
  display: inline-block;
  max-width: 300px;
  padding: 30px 20px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .36);
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 hsla(0, 0%, 100%, .14);
  color: #000;
  text-decoration: none;
}

.close-bubble {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999999;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  color: #000;
  font-size: 14px;
  cursor: pointer;
}

.collection-item-11 {
  position: relative;
  z-index: 7;
  margin: 20px;
}

.col-pop {
  display: none;
}

.button-2 {
  position: absolute;
  right: 30px;
  bottom: 0px;
  z-index: 3;
  height: 46px;
  padding-right: 23px;
  padding-left: 23px;
  border-radius: 30px;
  background-color: #0082ff;
  font-weight: 900;
}

.button-2.mobile {
  display: none;
}

.nav-menu-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.logo-dot-2 {
  position: absolute;
  top: 14px;
  right: -12px;
  bottom: 0px;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #0082ff;
}

.logo-line-2 {
  width: 104px;
  height: 9.5px;
  margin-top: 1px;
  margin-left: 1.5px;
  background-color: #0082ff;
}

.menu-button-2 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.menu-button-2.w--open {
  background-color: transparent;
}

.navbar-mobile {
  display: block;
  padding-right: 43px;
  padding-left: 43px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

._1200-test {
  display: block;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

._1200-test.relative {
  position: relative;
}

._1200-test._95 {
  width: 95%;
}

.txt-mov {
  height: 100px;
  border-left: 1px none #000;
}

.txt-mov.more-space {
  height: 100px;
  max-width: 333px;
  margin-top: 45px;
}

.txt-mov.nice-box {
  display: inline-block;
  min-width: 82px;
}

.txt-mov.auto {
  height: auto;
}

.txt-mov.movie {
  height: 150px;
}

.full-screen {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
}

.year {
  display: inline-block;
  margin-top: -14px;
  margin-left: 13px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.rich-text-block {
  float: none;
}

.rich-text-block p {
  margin-bottom: 10px;
}

.rich-text-block h6 {
  margin-top: -7px;
  margin-left: 25px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.rich-text-block ul {
  padding-left: 21px;
}

.rich-text-block strong {
  font-size: 21px;
  line-height: 29px;
}

.empty-state-5 {
  display: block;
  background-color: transparent;
}

.awards-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  margin-top: 14px;
}

.image-7 {
  max-width: 85%;
}

.circleani {
  display: block;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/ezgif.com-video-to-gif.jpg');
  background-position: 50% 50%;
  background-size: contain;
  -webkit-filter: brightness(106%);
  filter: brightness(106%);
}

.circleani._2 {
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/ezgif.com-video-to-gif-1.jpg');
  background-position: 50% 50%;
  background-size: 222px;
  background-repeat: no-repeat;
}

.circleani._3 {
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/ezgif.com-video-to-gif-2.jpg');
  background-position: 50% 50%;
  background-size: 300px;
}

.circleani._4 {
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/ezgif.com-video-to-gif-3.jpg');
  background-position: 50% 50%;
  background-size: 300px;
}

.circleani.ani1 {
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/ani1.gif');
}

.circleani.ani2 {
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/ani2.gif');
  background-position: 50% 50%;
  background-size: 222px;
}

.circleani.ani3 {
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/ani3.gif');
  background-position: 50% 50%;
  background-size: 280px;
}

.circleani.ani4 {
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/ani4.gif');
  background-position: 50% 50%;
  background-size: 280px;
}

.circleanimai {
  display: none;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
}

.circleanimai.ani2 {
  display: block;
}

.circwarp {
  display: block;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
}

.the-comp {
  display: block;
  height: auto;
  padding-top: 60px;
  padding-bottom: 55px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00c8ff;
  color: #fff;
}

.image-8 {
  position: fixed;
  z-index: 9;
  width: 10px;
}

.close-bubble {
  font-family: 'Fontawesome webfont', sans-serif;
}

.news {
  padding-top: 48px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.award-winning {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 30px;
  margin-bottom: 80px;
}

.collection-item-12 {
  position: relative;
  height: 69px;
  max-height: 70px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.award {
  display: block;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
  text-align: center;
}

.collection-list-wrapper-3 {
  display: inline-block;
  height: 70px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.award-link {
  width: 90%;
  height: 70px;
  min-width: 60px;
  background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.collection-list-wrapper-4 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block-2 {
  height: 70px;
  min-width: 70px;
}

.collection-list-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.collection-item-13 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.slide-nav-2 {
  display: none;
}

.slider-3 {
  width: 100%;
  height: auto;
  max-height: 543px;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
  background-color: transparent;
}

.icon-4 {
  color: #000;
}

.icon-5 {
  color: #000;
}

.news-box-head {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
}

.news-box-head.white {
  margin-top: 0px;
  line-height: 97px;
}

.news-box-head.white.space {
  margin-bottom: 56px;
}

.news-box-head.shorter {
  -webkit-flex-basis: 465px;
  -ms-flex-preferred-size: 465px;
  flex-basis: 465px;
}

.news-box-head.box {
  color: #fff;
}

.news-box-head.shorter-2 {
  margin-bottom: 130px;
  -webkit-flex-basis: 465px;
  -ms-flex-preferred-size: 465px;
  flex-basis: 465px;
}

.blue-box-new {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35vw;
  height: 35vw;
  max-height: 400px;
  max-width: 400px;
  margin-right: 50px;
  margin-left: 50px;
  padding-right: 50px;
  padding-bottom: 40px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #0082ff;
}

.box-date {
  color: #fff;
}

.link-2 {
  color: #000;
}

.paragraph-8 {
  padding-right: 40px;
}

.txt-side-box {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.right-arrow {
  max-height: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.left-arrow {
  height: auto;
  max-height: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.js-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mask-2 {
  height: auto;
}

.team-txt {
  padding-left: 40px;
}

.underline-new {
  display: inline-block;
  border-bottom: 22px solid #ff5a00;
  text-indent: -4px;
}

.underline-new.blue-line {
  border-bottom-color: #0082ff;
}

.heading-90 {
  margin-bottom: 30px;
  font-size: 90px;
  line-height: 91px;
  font-weight: 900;
}

.heading-90.pading {
  margin-bottom: 60px;
  padding-right: 20px;
  padding-left: 20px;
}

.text-span-12 {
  display: inline-block;
  border-bottom: 22px solid #00c8ff;
}

.text-span-13 {
  display: inline-block;
  border-bottom: 22px solid #ff5a00;
}

.flex-movie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.head-dot {
  color: #0082ff;
}

.text-span-14 {
  display: inline-block;
  border-bottom: 22px solid #ff5a00;
}

.text-span-15 {
  color: #00c8ff;
}

.text-span-16 {
  color: #0082ff;
}

.text-span-17 {
  display: inline-block;
  border-bottom: 22px solid #0082ff;
}

.text-span-19 {
  color: #ff5a00;
}

.text-span-20 {
  display: inline-block;
  border-bottom: 22px solid #9655ff;
}

.text-span-21 {
  color: #000;
}

.text-span-22 {
  display: inline-block;
  border-bottom: 22px solid #000;
}

.text-span-23 {
  display: inline-block;
  border-bottom: 22px solid #000;
}

.text-span-24 {
  color: #000;
}

.text-span-25 {
  margin-left: 8px;
}

.slide-2 {
  height: auto;
}

@media (max-width: 991px) {
.ani-per-copy {
    height: 12.3vw;
  }
  .header {
    min-height: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .brand {
    z-index: 1;
    margin-bottom: 15px;
  }
  .brand.w--current {
    margin-bottom: 15px;
  }
  .button {
    margin-bottom: 15px;
  }
  .flex {
    height: 75px;
    background-color: #fff;
  }
  .heading {
    margin-top: 0vh;
    font-size: 11vw;
    line-height: 11vw;
  }
  .heading.event {
    margin-top: 60px;
  }
  .heading.org {
    margin-bottom: 0px;
    font-size: 11vw;
  }
  ._1200._95 {
    width: 90%;
  }
  .blue-dot.purp {
    line-height: 13vw;
  }
  .footer-info-wrap {
    margin-left: 25%;
  }
  .footer-logo {
    position: absolute;
  }
  .social-box {
    position: static;
    margin-top: 20px;
    margin-left: 25%;
    float: none;
  }
  .faq {
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .head-90 {
    margin-bottom: 70px;
    font-size: 11vw;
    line-height: 11vw;
  }
  .head-90.white {
    margin-bottom: 40px;
    line-height: 12vw;
  }
  .head-90.line {
    margin-bottom: 0px;
  }
  .head-90.shorter {
    margin-top: 1px;
  }
  .head-90.shorter.mobile-hide {
    display: none;
  }
  .head-90.shorter.nicetxt {
    margin-bottom: 20px;
  }
  .head-90.shorter.white {
    line-height: 11vw;
  }
  .head-90.box {
    margin-bottom: 0px;
  }
  .head-90.shorter-2 {
    margin-right: -2px;
    margin-bottom: 57px;
  }
  .head-90.line-space {
    margin-bottom: 30px;
  }
  .anser {
    margin-bottom: 40px;
  }
  .questions-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .questions-box.purp {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .flex-big {
    display: block;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .flex-big.event {
    max-width: 380px;
  }
  .flex-big.comp {
    padding-top: 0px;
  }
  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
  }
  .nav-link.login {
    position: static;
  }
  .blue {
    display: block;
    height: auto;
    margin-bottom: 30px;
    padding: 199px 26px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .txt {
    height: auto;
  }
  .txt.more-space {
    height: auto;
    margin-top: 5px;
  }
  .education {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .smaller-line {
    width: 54vw;
    height: 3vw;
    margin-top: -1vw;
  }
  .collection-item {
    display: block;
    width: 100%;
    max-width: 380px;
    margin-top: 30px;
    margin-left: 40px;
  }
  .collection-list-wrapper {
    margin-bottom: 60px;
  }
  .big-day {
    margin-bottom: 0px;
  }
  .date-box {
    margin-right: 10px;
  }
  .dash {
    margin-top: 17px;
    margin-right: 6px;
  }
  .location {
    display: inline-block;
  }
  .meetinig-btn {
    margin-top: 15px;
  }
  .event-line {
    margin-bottom: 20px;
  }
  .event-txt-box {
    margin-top: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .nati-box {
    display: block;
    clear: left;
  }
  .underline {
    border-bottom: 3.2vw solid #9655ff;
    line-height: 11vw;
  }
  .comp-sec {
    height: auto;
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .smaller-underline {
    border-bottom-width: 3.2vw;
  }
  .smaller-underline.white {
    margin-left: 0px;
  }
  .azur {
    display: block;
    height: auto;
    padding-top: 126px;
    padding-bottom: 67px;
  }
  .half-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .awards {
    height: auto;
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .blue-box {
    width: 60vw;
    height: 60vw;
    max-height: none;
    max-width: none;
    margin-bottom: 32px;
    padding-bottom: 4vw;
    padding-left: 5vw;
  }
  .flex-blue-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .team {
    padding-top: 80px;
  }
  .name {
    margin-right: 10px;
  }
  .deg {
    font-size: 18px;
  }
  .collection-item-2 {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bio-txt {
    margin-top: 14px;
    padding-left: 0px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .ani-per {
    font-size: 11vw;
    line-height: 11vw;
  }
  .ani-agi {
    font-size: 15vw;
    line-height: 16vw;
  }
  .ani-sca {
    font-size: 15vw;
    line-height: 16vw;
  }
  .ani-nim {
    font-size: 15vw;
    line-height: 16vw;
  }
  .ani-dee {
    font-size: 15vw;
    line-height: 16vw;
  }
  .ani-sen {
    font-size: 15vw;
    line-height: 16vw;
  }
  .why {
    display: none;
  }
  .orenge-ball {
    left: -30px;
    top: 0px;
  }
  .why-head.color {
    margin-bottom: 23px;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .whybox {
    width: 44%;
    margin-right: 20px;
    margin-bottom: 30px;
    padding-top: 0px;
  }
  .why-txt {
    height: auto;
    opacity: 1;
  }
  .why-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .why-mobile {
    display: block;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .nice {
    height: auto;
    padding-top: 80px;
    padding-bottom: 16px;
  }
  .big-orange-line {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .small-orange-line {
    margin-top: -5px;
    margin-right: -10px;
    margin-bottom: 20px;
    float: left;
  }
  .testimonials {
    height: auto;
    min-height: 0px;
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .prev {
    display: none;
  }
  .slidernew {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .kesher-box-wrap {
    width: 200px;
    height: 280px;
    border-style: none;
  }
  .collection-list-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .collection-item-10 {
    margin-bottom: 43px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 450px;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px;
    opacity: 1;
  }
  .collection-item-10:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .next {
    display: none;
  }
  .collection-flex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  ._1400._95 {
    width: 90%;
  }
  .movies {
    width: 90%;
    height: auto;
    padding-top: 26px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .movie-box {
    margin-bottom: 34px;
  }
  .h2-display {
    font-size: 64px;
    line-height: 64px;
  }
  .ani-per-copy {
    border-bottom-width: 2vw;
    font-size: 11vw;
    line-height: 11vw;
  }
  .navbar-2 {
    display: none;
  }
  .collection-test {
    overflow: auto;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ani-box {
    background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/ezgif.com-vide.gif');
    -webkit-filter: none;
    filter: none;
  }
  .ani-box._2 {
    background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/ezgif.com-video-to-gif_1.gif');
  }
  .ani-box._3 {
    background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/ezgif.com-video-to-gif.gif');
  }
  .ani-box._4 {
    background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/ezgif.com-video-to-gif-1.gif');
  }
  .bubble {
    position: fixed;
  }
  .close-bubble {
    width: 20px;
    height: 20px;
    margin: 8px;
    background-size: contain;
  }
  .button-2 {
    z-index: 1;
  }
  .menu-button-2 {
    margin-bottom: 15px;
  }
  ._1200-test._95 {
    width: 90%;
  }
  .txt-mov {
    height: auto;
  }
  .txt-mov.more-space {
    height: auto;
    margin-top: 5px;
  }
  .circleanimai {
    background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/ani1.gif'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/ani1.gif'), linear-gradient(180deg, transparent, transparent);
  }
  .circleanimai._2 {
    background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/ani2.gif');
    background-size: 222px;
  }
  .circleanimai._3 {
    background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/ani3.gif');
  }
  .circleanimai._4 {
    background-image: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/images/ani4.gif');
  }
  .the-comp {
    height: auto;
  }
  .news {
    height: auto;
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .award-winning {
    display: block;
    height: auto;
  }
  .award {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .collection-list-wrapper-3 {
    width: 100%;
  }
  .award-link {
    background-position: 0px 50%;
  }
  .collection-list-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .collection-item-13 {
    text-align: left;
  }
  .slider-3 {
    height: 40vw;
    max-height: 400px;
  }
  .news-box-head.white {
    margin-bottom: 40px;
    line-height: 12vw;
  }
  .news-box-head.line {
    margin-bottom: 0px;
  }
  .news-box-head.shorter.mobile-hide {
    display: none;
  }
  .news-box-head.shorter.nicetxt {
    margin-bottom: 20px;
  }
  .news-box-head.box {
    margin-bottom: 0px;
  }
  .news-box-head.shorter-2 {
    margin-right: -2px;
    margin-bottom: 57px;
  }
  .blue-box-new {
    width: 40vw;
    height: 40vw;
    max-height: 400px;
    max-width: 400px;
    margin-right: 20px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .paragraph-8 {
    padding-right: 27px;
    font-size: 16px;
    line-height: 24px;
  }
  .mask-2 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .team-txt {
    margin-bottom: 75px;
    padding-left: 0px;
  }
  .underline-new.blue-line {
    border-bottom-width: 3.2vw;
  }
  .heading-90.pading {
    font-size: 11vw;
    line-height: 11vw;
  }
  .text-span-12 {
    border-bottom-width: 3.2vw;
  }
  .flex-movie {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-span-14 {
    border-bottom-width: 3.2vw;
  }
  .text-span-17 {
    border-bottom-width: 3.2vw;
  }
  .text-span-18 {
    display: inline-block;
    border-bottom: 3.2vw solid #ff5a00;
  }
  .text-span-20 {
    border-bottom-width: 3.2vw;
  }
  .text-span-22 {
    border-bottom-width: 3.2vw;
  }
}

@media (max-width: 767px) {
  .body {
    font-size: 16px;
    line-height: 24px;
  }
  .brand {
    left: 8px;
  }
  .button {
    display: none;
  }
  .button.mobile {
    position: static;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .button.form {
    display: block;
  }
  .flex {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .heading.event {
    margin-top: 70px;
  }
  .blue-dot.green {
    margin-right: 10px;
  }
  .menu-button {
    left: 0px;
    top: 0px;
    right: 0px;
  }
  .footer {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer-info-wrap {
    margin-left: 0%;
  }
  .footer-logo {
    position: static;
    display: block;
    margin-bottom: 30px;
    float: none;
  }
  .social-box {
    margin-left: 0%;
  }
  .faq {
    margin-top: 30px;
    padding-top: 0px;
    padding-bottom: 1px;
  }
  .head-90 {
    margin-bottom: 45px;
  }
  .head-90.shorter-2 {
    margin-right: -9px;
    margin-bottom: -33px;
  }
  .head-90.line-space {
    margin-bottom: 30px;
    line-height: 13vw;
  }
  .anser {
    margin-bottom: 20px;
  }
  .question {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 28px;
  }
  .questions-box.purp {
    height: auto;
    padding: 37px;
  }
  .flex-big {
    padding-top: 0px;
  }
  .flex-big.comp {
    padding-top: 0px;
  }
  .nav-link {
    display: block;
    margin: 9px 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .blue {
    margin-bottom: 3px;
    padding-top: 114px;
  }
  .big-txt {
    font-size: 22px;
    line-height: 30px;
  }
  .txt {
    line-height: 24px;
  }
  .txt.nice-box {
    height: auto;
    margin-bottom: 24px;
  }
  .txt.auto {
    width: 100%;
  }
  .collection-item {
    margin-top: 71px;
  }
  .big-day {
    font-size: 22px;
    line-height: 30px;
  }
  .month {
    font-size: 22px;
    line-height: 30px;
  }
  .dash {
    width: 11px;
    height: 5px;
    margin-top: 13px;
  }
  .location {
    font-size: 16px;
    line-height: 24px;
  }
  .event-name {
    font-size: 16px;
    line-height: 24px;
  }
  .event-txt-box {
    margin-top: 38px;
  }
  .comp-sec {
    padding-top: 115px;
  }
  .smaller-underline.white {
    text-indent: -4px;
  }
  .blue-box {
    padding-bottom: 20px;
    padding-left: 30px;
  }
  .flex-blue-box {
    display: block;
    text-align: center;
  }
  .team {
    padding-top: 50px;
  }
  .text-span-9 {
    margin-right: 23px;
  }
  .name {
    font-size: 22px;
    line-height: 30px;
  }
  .deg {
    font-size: 16px;
  }
  .paragraph-5 {
    font-size: 16px;
  }
  .profile-pic {
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .collection-item-2 {
    padding-bottom: 36px;
  }
  .bio-txt {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .orenge-ball {
    width: 16px;
    height: 16px;
  }
  .why-head.color {
    margin-top: -7px;
    font-size: 22px;
    line-height: 30px;
  }
  .whybox {
    width: 100%;
  }
  .nice {
    min-height: 0px;
    margin-top: 40px;
    padding-top: 0px;
    padding-bottom: 2px;
  }
  .small-orange-line {
    margin-top: -7px;
  }
  .testimonials {
    min-height: 0px;
  }
  .collection-item-10 {
    -webkit-flex-basis: 341px;
    -ms-flex-preferred-size: 341px;
    flex-basis: 341px;
  }
  .quat {
    font-size: 16px;
    line-height: 20px;
  }
  .qname {
    font-size: 22px;
  }
  .qtitile {
    font-size: 16px;
  }
  .qlocation {
    font-size: 16px;
  }
  .collection-flex {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .movies {
    margin-top: 30px;
  }
  .movie-box {
    margin-bottom: 10px;
  }
  .h2-display {
    font-size: 48px;
    line-height: 48px;
  }
  .cta-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .hs-button.mobile {
    position: static;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .hs-button.form {
    display: block;
  }
  .more-space {
    margin-bottom: 30px;
    padding-top: 0px;
  }
  .nice-text {
    min-height: 60px;
  }
  .navbar-wrap {
    display: none;
  }
  .ani-head {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 30px;
  }
  .collection-test {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .bubble {
    right: 8px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background-size: auto 22px;
  }
  .button-2 {
    display: none;
  }
  .button-2.mobile {
    position: static;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .nav-menu-2 {
    border-bottom: 1px solid #0082ff;
  }
  .menu-button-2 {
    left: 0px;
    top: 0px;
    right: 0px;
    margin-bottom: 15px;
  }
  .navbar-mobile {
    display: block;
  }
  .txt-mov.nice-box {
    height: auto;
    margin-bottom: 24px;
  }
  .txt-mov.auto {
    width: 100%;
  }
  .year {
    margin-top: -27px;
    margin-left: 14px;
    font-size: 16px;
    line-height: 24px;
  }
  .rich-text-block h6 {
    margin-left: 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .rich-text-block strong {
    font-size: 22px;
    line-height: 30px;
  }
  .div-block-5 {
    text-align: center;
  }
  .the-comp {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .news {
    min-height: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .collection-list-7 {
    margin-right: 9px;
    margin-left: 9px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .award-winning {
    margin-bottom: 41px;
  }
  .collection-item-12 {
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .award {
    font-size: 22px;
    line-height: 30px;
  }
  .collection-list-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .collection-item-13 {
    margin-top: 6px;
    margin-right: 15px;
    margin-bottom: 6px;
  }
  .slider-3 {
    height: auto;
    max-height: none;
  }
  .news-box-head {
    font-size: 22px;
    line-height: 30px;
  }
  .news-box-head.shorter-2 {
    margin-right: -9px;
    margin-bottom: -33px;
  }
  .blue-box-new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    height: 260px;
    margin-right: auto;
    margin-bottom: 43px;
    margin-left: auto;
    padding: 0px 20px;
    text-align: left;
  }
  .paragraph-8 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .right-arrow {
    max-height: 262px;
  }
  .left-arrow {
    max-height: 262px;
  }
  .team-txt {
    margin-bottom: 0px;
    text-align: center;
  }
  .heading-90.pading {
    padding-right: 60px;
  }
  .text-span-23 {
    border-bottom-width: 2.2vw;
  }
}

@media (max-width: 479px) {
  .header {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .heading.event {
    padding-right: 24px;
    padding-left: 24px;
  }
  ._1200.full {
    width: 100%;
  }
  .blue-dot {
    margin-left: 8px;
  }
  .blue-dot.azur-color {
    margin-left: 2px;
  }
  .paragraph-3 {
    line-height: 22px;
  }
  .head-90.white {
    margin-top: 50px;
    font-size: 15vw;
    line-height: 18vw;
  }
  .head-90.shorter.nicetxt {
    margin-top: 60px;
  }
  .head-90.shorter.white {
    margin-top: 30px;
  }
  .head-90.line-space {
    margin-bottom: 21px;
  }
  .anser {
    margin-bottom: 23px;
  }
  .flex-big {
    margin-bottom: 10px;
    padding-top: 0px;
  }
  .flex-big.event {
    display: block;
  }
  .nav-link {
    margin: 0px 7px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .blue {
    padding-top: 122px;
    padding-bottom: 20px;
  }
  .education {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .close-btn {
    position: absolute;
  }
  .hs-input {
    margin-bottom: 12px;
  }
  .form-block {
    width: 100%;
    margin-top: 80px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .form {
    display: block;
    -ms-grid-rows: auto minmax(46px, 1fr) auto auto auto auto auto;
    grid-template-rows: auto minmax(46px, 1fr) auto auto auto auto auto;
  }
  .close-back {
    display: block;
  }
  .collection-item {
    margin-top: 30px;
    margin-left: 0px;
  }
  .month {
    margin-bottom: 0px;
    line-height: 40px;
  }
  .dash {
    margin-top: 18px;
  }
  .location {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
  }
  .event-name {
    font-size: 20px;
    line-height: 31px;
  }
  .det-txt {
    line-height: 28px;
  }
  .meetinig-btn {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .event-pic {
    width: 80vw;
    height: 52vw;
  }
  .event-line {
    width: 120px;
    height: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .event-txt-box {
    margin-top: 40px;
    margin-left: 0px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nati-box {
    display: block;
  }
  .underline.main {
    text-indent: -2px;
  }
  .comp-sec {
    padding-top: 105px;
  }
  .smaller-underline.white {
    text-indent: -0.5vw;
  }
  .blue-box {
    padding-bottom: 13px;
    padding-left: 20px;
  }
  .award-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .team {
    padding-top: 80px;
  }
  .text-span-9 {
    margin-right: 13px;
  }
  .name {
    display: block;
  }
  .deg {
    display: block;
  }
  .paragraph-5 {
    margin-top: 2px;
  }
  .profile-pic {
    width: 60vw;
    height: 60vw;
  }
  .collection-item-2 {
    padding-bottom: 49px;
  }
  .collection-list-wrapper-2 {
    margin-top: 50px;
    margin-bottom: 22px;
  }
  .why-head.color {
    margin-bottom: 26px;
  }
  .small-orange-line {
    margin-bottom: -11px;
  }
  .testimonials {
    height: auto;
  }
  .collection-item-10 {
    -webkit-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
  }
  ._1400.full {
    width: 100%;
  }
  .ancor {
    height: 1px;
  }
  .movies {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .movie-box {
    min-height: 100px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .h2-display {
    font-size: 42px;
    line-height: 42px;
  }
  .image-2 {
    max-width: 100%;
  }
  .image-3 {
    max-width: 100%;
  }
  .image-4 {
    max-width: 100%;
  }
  .image-5 {
    max-width: 100%;
  }
  .movies-txt-box {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .ani-per-copy {
    height: 8.5vw;
    margin-top: -2px;
  }
  .cta-body {
    display: block;
    padding-top: 85px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .form-copy {
    display: block;
    -ms-grid-rows: auto minmax(46px, 1fr) auto auto auto auto auto;
    grid-template-rows: auto minmax(46px, 1fr) auto auto auto auto auto;
  }
  .nice-text {
    min-height: 0px;
    margin-bottom: 20px;
    margin-left: 44px;
  }
  .bubble {
    top: auto;
    right: 8px;
    bottom: 20px;
  }
  .close-bubble {
    padding: 0px 15px 11px 11px;
    font-size: 20px;
    text-align: right;
  }
  .collection-item-11 {
    margin-right: 8px;
  }
  .button-2.mobile {
    padding-top: 11px;
  }
  ._1200-test.full {
    width: 100%;
  }
  .year {
    margin-top: -8px;
    margin-bottom: 1px;
    line-height: 40px;
  }
  .the-comp {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .news {
    min-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .collection-item-12 {
    margin-top: 9px;
    margin-bottom: 9px;
    -webkit-flex-basis: 29%;
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%;
  }
  .award {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .award-link {
    position: relative;
    width: auto;
    height: 50px;
    min-width: 80px;
  }
  .collection-list-8 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .collection-item-13 {
    margin: 0px 10px;
    text-align: center;
  }
  .icon-4 {
    margin-right: 0px;
    font-size: 18px;
  }
  .icon-5 {
    margin-left: 0px;
    font-size: 18px;
  }
  .news-box-head.white {
    margin-top: 50px;
    font-size: 15vw;
    line-height: 18vw;
  }
  .blue-box-new {
    margin-bottom: 26px;
  }
  .paragraph-8 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#fname.w-node-77fee01ee8f6-2bfb9b8f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#lname.w-node-77fee01ee8f9-2bfb9b8f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#email.w-node-43f5795a01c2-2bfb9b8f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#role.w-node-d7224e499fcd-2bfb9b8f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#Institution.w-node-c69e4caf8715-2bfb9b8f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#Message.w-node-8f4f92c0c567-2bfb9b8f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-77fee01ee8fa-2bfb9b8f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

@font-face {
  font-family: 'Avenirnext';
  src: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/AvenirNext-Heavy.woff2') format('woff2'), url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/AvenirNext-Heavy.eot') format('embedded-opentype'), url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/AvenirNext-Heavy.woff') format('woff'), url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/AvenirNext-Heavy.svg') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/AvenirNext-UltraLight.woff2') format('woff2'), url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/AvenirNext-UltraLight.eot') format('embedded-opentype'), url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/AvenirNext-UltraLight.woff') format('woff'), url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/AvenirNext-UltraLight.svg') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/AvenirNext-DemiBold.woff2') format('woff2'), url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/AvenirNext-DemiBold.eot') format('embedded-opentype'), url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/AvenirNext-DemiBold.woff') format('woff'), url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/AvenirNext-DemiBold.svg') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/AvenirNext-Bold.woff2') format('woff2'), url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/AvenirNext-Bold.eot') format('embedded-opentype'), url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/AvenirNext-Bold.woff') format('woff'), url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/AvenirNext-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/AvenirNext-Medium.woff2') format('woff2'), url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/AvenirNext-Medium.eot') format('embedded-opentype'), url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/AvenirNext-Medium.woff') format('woff'), url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/AvenirNext-Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/AvenirNext-Regular.woff2') format('woff2'), url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/AvenirNext-Regular.eot') format('embedded-opentype'), url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/AvenirNext-Regular.woff') format('woff'), url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/AvenirNext-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fontawesome webfont';
  src: url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/fontawesome-webfont.woff2') format('woff2'), url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('https://s3.eu-central-1.amazonaws.com/sense-education.bagelstudio.co.il/fonts/fontawesome-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}