body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 44px;
  line-height: 52px;
  font-weight: 900;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: grey;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

p {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: grey;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

a {
  padding-bottom: 5px;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 200ms ease, color 200ms ease;
  font-family: Roboto, sans-serif;
  color: grey;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  box-shadow: inset 0 -2px 0 0 #000;
  color: #000;
}

img {
  display: inline-block;
  max-width: 100%;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.hero {
  position: relative;
  left: auto;
  z-index: 18;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-right: 200px;
  padding-bottom: 0vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('https://img.ice.co.il/giflib/ice/sections/farbman/images/63c961a8d6212b6686cac770_63c960e322d70395de1f46f1_scott-webb-268893-unsplash.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: repeat;
  background-attachment: fixed;
}

.hero.pages {
  height: 70vh;
  justify-content: center;
}

.wrapper-title {
  position: relative;
  z-index: 3;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: 0vw;
  margin-bottom: 0px;
  margin-left: 0vw;
  padding-right: 60px;
  padding-left: 0vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-size: 16px;
  -o-object-fit: fill;
  object-fit: fill;
}

.vertical {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 900;
  display: flex;
  overflow: hidden;
  width: 6vw;
  height: 100vh;
  padding-top: 0vh;
  padding-bottom: 0vh;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  border: 1px none #000;
}

.link {
  position: relative;
  display: flex;
  height: auto;
  padding: 0px;
  justify-content: center;
  align-items: center;
  flex: 1;
  border-style: none;
  transform: rotate(-90deg);
  font-family: Roboto, sans-serif;
  color: #9b9b9b;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  background-image: none;
}

.link.w--current {
  position: relative;
  text-decoration: line-through;
}

.section {
  position: relative;
  top: 100vh;
  display: flex;
  height: 100vh;
  padding-right: 0vw;
  padding-left: 0vw;
  justify-content: space-between;
  background-color: #dcdee0;
}

.section.main {
  top: 0vh;
  display: block;
  width: auto;
  height: auto;
  min-height: 100vh;
  padding-right: 200px;
  flex-direction: column;
  border-top: 5px solid #fff;
  border-bottom: 5px none #cf9400;
}

.section.main.hide {
  display: none;
}

.vertical-social {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 30;
  display: flex;
  width: 10vw;
  height: 100vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-h1 {
  position: relative;
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #000;
  font-size: 14vh;
  line-height: 16vh;
  font-weight: 400;
}

.main-h1.bold {
  font-weight: 900;
}

.main-h1.bold.home {
  margin-top: 0px;
  padding-right: 0em;
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  color: #152637;
  font-size: 9em;
  line-height: 0.75em;
  font-weight: 800;
  letter-spacing: -5px;
  text-transform: none;
}

.main-h1.home {
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  color: #152637;
  font-size: 8em;
  line-height: 0.85em;
  font-weight: 300;
  letter-spacing: -5px;
}

.paragraph {
  width: auto;
  margin-bottom: 30px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #9b9b9b;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.paragraph.bolder {
  width: 55vw;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
}

.column {
  overflow: hidden;
  flex: 1;
  border: 1px none #000;
}

.column._100vh {
  display: flex;
  overflow: visible;
  width: 50%;
  min-height: 100vh;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 30px;
  justify-content: center;
  align-items: flex-start;
  flex: 0 0 auto;
  background-color: hsla(0, 0%, 100%, 0.85);
  color: #fff;
}

.column._100vh:hover {
  background-color: hsla(0, 0%, 100%, 0.87);
  opacity: 1;
}

.column._100vh.column-00 {
  width: 60%;
  background-color: transparent;
}

.column.background-image {
  overflow: visible;
  background-image: url('https://img.ice.co.il/giflib/ice/sections/farbman/images/2-1.jpg'), url('https://img.ice.co.il/giflib/ice/sections/farbman/images/63c961a8d6212b6686cac770_63c960e322d70395de1f46f1_scott-webb-268893-unsplash.jpg');
  background-position: 50% 0%, 50% 100%;
  background-size: cover, cover;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.column.background-image.stage-2 {
  background-image: url('https://img.ice.co.il/giflib/ice/sections/farbman/images/5.jpg'), url('https://img.ice.co.il/giflib/ice/sections/farbman/images/63c961a8d6212b6686cac770_63c960e322d70395de1f46f1_scott-webb-268893-unsplash.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: cover, cover;
  background-repeat: repeat, repeat;
  background-attachment: fixed, scroll;
}

.column.background-image.stage00 {
  background-image: url('https://img.ice.co.il/giflib/ice/sections/farbman/images/63c961a8d6212b6686cac770_63c960e322d70395de1f46f1_scott-webb-268893-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

.column.background-image.column-02 {
  display: flex;
  justify-content: flex-end;
  background-image: url('https://img.ice.co.il/giflib/ice/sections/farbman/images/5.jpg'), url('https://img.ice.co.il/giflib/ice/sections/farbman/images/2-1.jpg'), url('https://img.ice.co.il/giflib/ice/sections/farbman/images/63c961a8d6212b6686cac770_63c960e322d70395de1f46f1_scott-webb-268893-unsplash.jpg');
  background-position: 100% 50%, 50% 0%, 50% 100%;
  background-size: cover, cover, cover;
  background-repeat: no-repeat, no-repeat, repeat;
  background-attachment: scroll, fixed, scroll;
}

.column.background-image.column003 {
  background-image: url('https://img.ice.co.il/giflib/ice/sections/farbman/images/1-1.jpg'), url('https://img.ice.co.il/giflib/ice/sections/farbman/images/63c961a8d6212b6686cac770_63c960e322d70395de1f46f1_scott-webb-268893-unsplash.jpg');
  background-position: 50% 50%, 50% 100%;
  background-size: cover, cover;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.column.background-image.column004 {
  display: flex;
  justify-content: flex-end;
  background-image: url('https://img.ice.co.il/giflib/ice/sections/farbman/images/4-4.jpg'), url('https://img.ice.co.il/giflib/ice/sections/farbman/images/63c961a8d6212b6686cac770_63c960e322d70395de1f46f1_scott-webb-268893-unsplash.jpg');
  background-position: 0% 50%, 50% 100%;
  background-size: cover, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.column.background-image.column005 {
  background-image: url('https://img.ice.co.il/giflib/ice/sections/farbman/images/55.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.column.background-image.column006 {
  display: flex;
  justify-content: flex-end;
  background-image: url('https://img.ice.co.il/giflib/ice/sections/farbman/images/6.jpg'), url('https://img.ice.co.il/giflib/ice/sections/farbman/images/2-1.jpg'), url('https://img.ice.co.il/giflib/ice/sections/farbman/images/63c961a8d6212b6686cac770_63c960e322d70395de1f46f1_scott-webb-268893-unsplash.jpg');
  background-position: 100% 50%, 50% 0%, 50% 100%;
  background-size: cover, cover, cover;
  background-repeat: no-repeat, no-repeat, repeat;
  background-attachment: scroll, fixed, scroll;
}

.column.background-image.column007 {
  background-image: url('https://img.ice.co.il/giflib/ice/sections/farbman/images/77.jpg'), url('https://img.ice.co.il/giflib/ice/sections/farbman/images/63c961a8d6212b6686cac770_63c960e322d70395de1f46f1_scott-webb-268893-unsplash.jpg');
  background-position: 50% 50%, 50% 100%;
  background-size: cover, cover;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.column.background-image.column008 {
  display: flex;
  justify-content: flex-end;
  background-image: url('https://img.ice.co.il/giflib/ice/sections/farbman/images/תמונה-שלב-8-PIXABAY.jpg'), url('https://img.ice.co.il/giflib/ice/sections/farbman/images/2-1.jpg'), url('https://img.ice.co.il/giflib/ice/sections/farbman/images/63c961a8d6212b6686cac770_63c960e322d70395de1f46f1_scott-webb-268893-unsplash.jpg');
  background-position: 50% 50%, 50% 0%, 100% 50%;
  background-size: cover, cover, auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-attachment: scroll, fixed, scroll;
}

.column.about {
  display: flex;
  overflow: visible;
  width: 50%;
  height: auto;
  min-height: 100vh;
  padding-left: 15vw;
  align-items: center;
  flex: 0 0 auto;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}

.column.about:hover {
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 1;
}

.home-subhead {
  display: flex;
  width: auto;
  margin-top: 0px;
  justify-content: flex-start;
  align-items: center;
}

.hr {
  width: 35px;
  height: 1px;
  margin-top: 12px;
  margin-right: 30px;
  background-color: #9b9b9b;
}

.hr.mail {
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 50px;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 38px;
  line-height: 48px;
}

.h2.mail {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
}

.h2.white {
  margin-bottom: 45px;
  color: #fff;
  font-size: 24px;
}

.h2.contact {
  width: 40vw;
  text-align: center;
}

._w-h1 {
  position: relative;
  overflow: hidden;
  padding-right: 0em;
}

._w-link {
  display: flex;
  margin-top: 20px;
  padding-bottom: 2px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom-style: none;
  transition: color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #636363;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

._w-link:hover {
  color: #000;
}

._w-link.social {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.line-hover {
  overflow: hidden;
  width: 100%;
  height: 2px;
  margin-top: 3px;
  background-color: #ddd;
}

.project-info {
  position: relative;
  z-index: 17;
  display: flex;
  padding-right: 20px;
  padding-bottom: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.project-info.head {
  left: 0vw;
  align-items: flex-start;
}

.icon-social {
  display: flex;
  width: 45px;
  height: 45px;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
  border-bottom-style: none;
  border-radius: 100px;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Icomoon;
  color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.icon-social:hover {
  background-color: #4d4d4d;
  color: #fff;
}

.fill-hover {
  width: 100%;
  height: 2px;
  background-color: #000;
}

.section-2 {
  position: relative;
  top: 70vh;
  width: 100vw;
  height: auto;
  float: none;
}

.wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 2px none #000;
  background-color: #fff;
}

.wrapper.contact {
  padding-top: 20vh;
  padding-bottom: 20vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  background-color: #f8f8f8;
}

.wrapper.center {
  padding-right: 5vw;
  padding-left: 5vw;
  flex-direction: column;
  justify-content: center;
}

.wrapper.center.form {
  min-height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  justify-content: flex-start;
}

.wrapper.center.form.base {
  padding-bottom: 30vh;
}

.wrapper.center.form.base.hide {
  display: none;
}

.wrapper.about {
  background-image: url('https://img.ice.co.il/giflib/ice/sections/farbman/images/001.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-4 {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 6vw;
  height: auto;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-right: 5vw;
  padding-left: 5vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  flex: 1;
}

.main-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

._w-title {
  display: flex;
  width: 100vw;
  height: 70vh;
  margin-bottom: 150px;
  padding-right: 5vw;
  padding-left: 5vw;
  flex-direction: column;
  justify-content: flex-end;
}

.wide-background {
  width: 100vw;
  height: 100vh;
  margin-bottom: 10%;
  background-color: #657580;
}

.wide-background._01 {
  background-image: url('https://img.ice.co.il/giflib/ice/sections/farbman/images/5b109a993a8396648e723c7a_screen-001.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-10 {
  display: flex;
  margin-bottom: 30px;
}

.wrapper-info {
  display: flex;
  padding-top: 20vh;
  padding-bottom: 20vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.wrapper-info.about {
  width: 100%;
  padding-top: 5vh;
  padding-bottom: 5vh;
  border-bottom: 1px none #e4e4e4;
}

.wrapper-info.contact {
  padding-top: 0vh;
  padding-bottom: 0vh;
}

.wrapper-vertical-nav {
  z-index: 900;
  border-right-style: solid;
  border-right-color: #ddd;
}

.light {
  margin-top: 20px;
  font-family: 'Varela Round', sans-serif;
  color: #9b9b9b;
  font-size: 12px;
}

.div-block-14 {
  display: flex;
  margin-top: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wrapper-list-links {
  display: flex;
  width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.div-block-16 {
  margin-bottom: 40px;
}

.wrap-content {
  width: 40vw;
  padding-top: 20px;
  padding-right: 5vw;
}

.wrap-content.links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.field {
  height: 60px;
  margin-bottom: 45px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff #bbb;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 22px;
}

.div-block-18 {
  width: 30vw;
  margin-right: 10vw;
  flex: 0 auto;
}

.button {
  padding: 25px 55px;
  background-color: #000;
  transition: background-color 400ms ease, box-shadow 400ms ease, color 400ms ease;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 18px;
}

.button:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 3px #000;
  color: #000;
}

.link-block-2 {
  position: relative;
  display: flex;
  height: 60%;
  justify-content: center;
  align-items: center;
  border-bottom-style: none;
  color: #9b9b9b;
  text-decoration: none;
}

.link-block-2:hover {
  text-decoration: line-through;
}

.link-block-2.w--current {
  flex: 1;
  border-right: 2px none #000;
  border-bottom-style: none;
  box-shadow: inset 5px 0 0 0 rgba(250, 25, 25, 0.5);
  text-decoration: none;
}

.container {
  padding-top: 50px;
}

.body {
  background-color: #f0f0f0;
}

.div-block-20 {
  display: block;
  margin-bottom: 10px;
  padding: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.div-block-24 {
  display: flex;
  margin-top: 0px;
  justify-content: space-between;
}

.link-block-3 {
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  border: 1px none #e7e5e5;
  border-radius: 0px;
  transition: all 200ms ease;
  color: #9b9b9b;
  font-size: 12px;
  text-decoration: none;
}

.link-block-3:hover {
  background-color: #f8f8f8;
  box-shadow: inset 0 0 0 2px #000;
  color: #272727;
}

.image-8 {
  height: 23px;
  margin-bottom: 10px;
}

.heading-6 {
  margin-bottom: 50px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #c3c3c3;
  font-size: 32px;
  line-height: 66px;
}

.bold {
  color: #161616;
}

.text-block-3 {
  line-height: 16px;
  text-align: center;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  display: flex;
  width: 260px;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.alt-next {
  margin-bottom: 20px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #9b9b9b;
  font-size: 24px;
  line-height: 60px;
  font-weight: 400;
}

.div-block-25 {
  display: flex;
  width: 100vw;
  height: 20vh;
  justify-content: space-between;
}

.navbar {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  padding: 5vh 5vw 0vh;
  background-color: transparent;
}

.brand {
  display: flex;
  height: 90px;
  align-items: center;
  border-bottom: 1px none #000;
  box-shadow: none;
}

.brand:hover {
  border-bottom-style: none;
  box-shadow: none;
}

.brand.w--current {
  box-shadow: none;
}

.brand.w--current:hover {
  box-shadow: none;
}

.link-nav {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px 0px 5px;
  box-shadow: none;
  transition: color 200ms ease, box-shadow 200ms ease;
  font-family: Roboto, sans-serif;
  color: grey;
  font-size: 16px;
  font-weight: 400;
}

.link-nav:hover {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.5);
  color: #000;
}

.link-nav.w--current {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.5);
  color: #000;
}

.signature {
  margin-top: 50px;
  margin-bottom: 100px;
}

.div-block-26 {
  display: flex;
  width: 90%;
  padding-top: 90px;
  padding-bottom: 90px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-2 {
  display: block;
  height: 60vh;
  justify-content: center;
  background-color: #f3f3f3;
}

.div-block-27 {
  width: 100%;
  height: auto;
  padding-right: 5vw;
  padding-left: 5vw;
  border-top: 1px none #dbdbdb;
  background-color: #fafafa;
}

.small-p {
  color: #b8b8b8;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.logo-footer {
  margin-bottom: 30px;
}

.nav-menu {
  display: flex;
  padding-top: 4vh;
  padding-bottom: 2vh;
  float: right;
  align-items: center;
}

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: block;
  width: 60px;
  margin-right: 180px;
  margin-bottom: 40px;
  margin-left: auto;
  border-top: 2px none #e2a62b;
  background-color: transparent;
  color: #daa520;
}

.number {
  position: relative;
  margin-bottom: 0px;
  margin-left: 0px;
  float: none;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: grey;
  font-size: 70px;
  line-height: 60px;
  font-weight: 400;
}

.number.zero {
  z-index: 3;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 10px 0px;
  border-left: 5px solid #daa520;
  background-color: #daa520;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
}

.number.zero.number1 {
  background-color: #f0d694;
}

.number.zero.number2 {
  background-color: #edcf82;
}

.number.zero.number3 {
  background-color: #ebc870;
}

.number.zero.number4 {
  background-color: #e8c15e;
}

.number.zero.number5 {
  background-color: #e6ba4c;
}

.number.zero.number6 {
  background-color: #e3b33b;
}

.number.zero.number7 {
  background-color: #e0ac29;
}

.big-link {
  margin-bottom: 10px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #000;
  font-size: 50px;
  line-height: 80px;
}

.proj_body-wrap {
  width: 90vw;
  text-align: center;
}

._w-form {
  min-height: 400px;
}

.proj_body {
  text-align: left;
}

.proj_body h2 {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.proj_body p {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.proj_body h4 {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.proj_body figure {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  clear: none;
}

.proj_body figcaption {
  margin-bottom: 20px;
  color: grey;
}

.next-project {
  padding: 5vw;
}

.project-link {
  box-shadow: inset 0 -2px 0 0 hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.project-link:hover {
  box-shadow: inset 0 -2px 0 0 #fff;
  color: #fff;
}

.paragraph-2 {
  margin-bottom: 0px;
}

.project-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 15px;
  border-right: 5px none #daa520;
  border-bottom: 1px none #152637;
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  color: #152637;
  font-size: 2.5em;
  line-height: 1em;
}

.project-description {
  margin-bottom: 30px;
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  color: #242424;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
}

.image-licensing {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 24px;
}

.footer-links {
  margin-right: 20px;
  margin-bottom: 20px;
}

.body-2 {
  padding-right: 0px;
  direction: rtl;
  text-align: right;
}

.paragraph-3 {
  position: static;
  margin-bottom: 0em;
  padding-right: 0em;
  font-family: 'Open Sans', sans-serif;
  color: #daa520;
  font-size: 1.25em;
  font-weight: 600;
}

.text-span {
  font-weight: 300;
}

.text-span-2 {
  font-weight: 800;
}

.html-embed {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
}

.left-navigation1 {
  position: fixed;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  display: flex;
  width: 200px;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #c0cff8;
  background-image: url('https://img.ice.co.il/giflib/ice/sections/farbman/images/63c961a8d6212b6686cac770_63c960e322d70395de1f46f1_scott-webb-268893-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.nav-menu-5 {
  display: block;
  width: 100%;
  float: none;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  flex: 1 0 auto;
}

.nav-link {
  display: flex;
  width: 100%;
  max-width: none;
  padding: 15px 15px 15px 10px;
  justify-content: flex-start;
  border-bottom: 0px none hsla(0, 0%, 100%, 0.15);
  border-radius: 1px;
  box-shadow: none;
  transition: color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #152637;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}

.nav-link:hover {
  box-shadow: none;
  color: #e2a62b;
}

.nav-link.w--current {
  padding-right: 15px;
  background-color: #daa520;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
}

.nav-link.current.w--current {
  padding-right: 15px;
  background-color: #daa520;
  color: #fff;
}

.nav-link.numfberc1.w--current {
  background-color: #f0d694;
}

.nav-link.numberc2.w--current {
  background-color: #edcf82;
}

.nav-link.numberc3.w--current {
  background-color: #ebc870;
}

.nav-link.numberc4.w--current {
  background-color: #e8c15e;
}

.nav-link.numberc5.w--current {
  background-color: #e6ba4c;
}

.nav-link.numberc6.w--current {
  background-color: #e3b33b;
}

.nav-link.numberc7.w--current {
  background-color: #e0ac29;
}

.text-span-3 {
  padding-left: 5px;
  font-size: 18px;
  font-weight: 600;
}

.section-3 {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 3;
  width: 100%;
  height: 70px;
  background-color: hsla(0, 0%, 100%, 0.27);
}

.div-block-28 {
  display: flex;
  margin-right: -20px;
  margin-bottom: 20px;
  padding-right: 0px;
  align-items: center;
}

.stripe {
  position: fixed;
  left: 0px;
  right: 200px;
  z-index: 21;
  width: 10px;
  height: 100%;
  background-color: #daa520;
}

.linkblock {
  display: flex;
  height: 50px;
  padding-bottom: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  box-shadow: none;
  transition-property: none;
}

.linkblock:hover {
  box-shadow: none;
}

.text-block-4 {
  display: flex;
  height: 100%;
  min-height: 100%;
  margin-left: 10px;
  padding-right: 8px;
  padding-left: 8px;
  justify-content: center;
  align-items: center;
  align-self: auto;
  border-left: 2px solid #daa520;
  font-family: Exo, sans-serif;
  color: #daa520;
  font-size: 24px;
  line-height: 1em;
  font-weight: 500;
}

.div-block-29 {
  display: flex;
  padding-top: 20px;
  padding-bottom: 0px;
  justify-content: center;
  align-items: center;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.text-block-5 {
  display: flex;
  width: auto;
  max-width: 150px;
  justify-content: center;
  align-items: center;
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  color: #152637;
  font-size: 18px;
  font-weight: 400;
}

.link-2 {
  display: flex;
  max-width: 170px;
  padding-bottom: 0px;
  justify-content: center;
  align-items: stretch;
  border-bottom: 0px none #000;
  box-shadow: none;
  transition-property: none;
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  color: #152637;
  font-size: 16px;
}

.link-2:hover {
  background-color: #daa520;
  color: #fff;
  font-weight: 500;
}

.text-span-4 {
  display: flex;
  margin-left: 8px;
  padding-left: 8px;
  justify-content: center;
  align-items: center;
  border-left: 3px solid #daa520;
  background-color: #fff;
  font-family: Exo, sans-serif;
  color: #daa520;
  font-size: 25px;
  line-height: 1em;
}

.text-span-4:hover {
  padding-right: 0px;
  background-color: #fff;
  color: #daa520;
}

.link-block-4 {
  position: static;
}

.list-item {
  padding-bottom: 10px;
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  color: #242424;
  font-size: 16px;
  font-weight: 500;
}

.list {
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  color: #242424;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
}

.link-block-5 {
  position: static;
  left: 20px;
  top: 10px;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  padding-bottom: 0px;
  justify-content: flex-start;
  align-items: center;
  box-shadow: none;
  transition-property: none;
}

.link-block-5:hover {
  box-shadow: none;
}

.link-block-5.ice-logo-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 3;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: auto;
}

.image-9 {
  display: block;
  width: 130px;
}

.image-9.ice-logo {
  width: 70px;
  margin-bottom: auto;
  margin-left: auto;
}

.image-9.ice-logo.logo-2 {
  width: 40px;
}

.image-9.logo-21 {
  width: 90px;
}

.text-block-6 {
  margin-left: 10px;
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  color: #152637;
  font-size: 16px;
  font-weight: 700;
}

.container-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.div-block-30 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  background-image: url('https://img.ice.co.il/giflib/ice/sections/farbman/images/bg-layer2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.6;
  mix-blend-mode: hard-light;
}

.hero-header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 20;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-bottom: auto;
  padding: 5px 220px 5px 20px;
  align-self: stretch;
  background-color: hsla(0, 0%, 100%, 0.8);
  color: hsla(0, 0%, 100%, 0.8);
}

.hero-header.hearo-mobile {
  display: none;
}

.hero-header.hearo-mobile.footer-hero {
  position: static;
  display: flex;
}

.project-logo {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.6) 50%, hsla(0, 0%, 100%, 0));
}

.text-block-7 {
  width: 100%;
  max-width: 500px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border-radius: 10px;
  background-color: transparent;
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  color: #0a0a22;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: 400;
  text-align: center;
}

.text-span-5 {
  font-weight: 700;
}

.image-10 {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.section-4 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-4 {
  width: auto;
  padding-left: 25px;
  clear: right;
  align-self: flex-end;
  background-image: url('https://img.ice.co.il/giflib/ice/sections/farbman/images/pdf-download-3388.png');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: none;
  direction: rtl;
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.html-embed-2 {
  margin-right: auto;
  margin-left: auto;
}

.html-embed-2.share-mobile {
  display: none;
}

.div-block-31 {
  position: relative;
  z-index: 6;
  margin-bottom: 20px;
  text-align: center;
}

.text-block-8 {
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  color: #0a0a22;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.link-5 {
  position: relative;
  z-index: 10;
  box-shadow: none;
  transition-property: none;
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  color: #0a0a22;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}

.image-11 {
  width: 70px;
}

.paragraph-4 {
  margin-bottom: 0px;
  font-family: 'IBM Plex Sans Hebrew', sans-serif;
  color: #242424;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.html-embed-3 {
  margin-bottom: 20px;
  align-self: flex-end;
}

@media screen and (max-width: 991px) {
  a {
    margin-bottom: 20px;
  }

  .hero {
    z-index: 0;
    padding-right: 0px;
    padding-left: 0px;
    justify-content: flex-start;
    background-position: 100% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .wrapper-title {
    width: 100vw;
  }

  .vertical {
    width: 100vw;
    height: 20vh;
    padding: 0vh 10vw;
    flex-direction: row;
    justify-content: space-between;
  }

  .link {
    transform: none;
  }

  .section.main {
    padding-right: 0px;
    justify-content: flex-start;
    border-top-width: 3px;
    border-top-color: #dbdbdb;
  }

  .main-h1 {
    font-size: 84px;
    line-height: 80px;
  }

  .main-h1.bold {
    font-size: 84px;
    line-height: 80px;
  }

  .main-h1.bold.home {
    line-height: 15vh;
  }

  .main-h1.home {
    font-size: 18vh;
    line-height: 15vh;
  }

  .paragraph.bolder {
    width: auto;
    margin-bottom: 0px;
  }

  .column._100vh {
    width: auto;
    padding-right: 0vw;
    padding-left: 0vw;
    background-color: hsla(0, 0%, 100%, 0.9);
  }

  .column._100vh:hover {
    background-color: hsla(0, 0%, 100%, 0.9);
  }

  .column._100vh.column-00 {
    width: 100%;
    background-color: hsla(0, 0%, 100%, 0.85);
  }

  .column.background-image {
    background-image: url('https://img.ice.co.il/giflib/ice/sections/farbman/images/2-1.jpg'), url('https://img.ice.co.il/giflib/ice/sections/farbman/images/63c961a8d6212b6686cac770_63c960e322d70395de1f46f1_scott-webb-268893-unsplash.jpg');
    background-position: 50% 0%, 50% 100%;
    background-size: cover, cover;
    background-repeat: no-repeat, repeat;
    background-attachment: fixed, scroll;
  }

  .column.background-image.column-02 {
    display: block;
  }

  .column.background-image.column004 {
    display: block;
  }

  .column.background-image.column006 {
    display: block;
  }

  .column.background-image.column008 {
    display: block;
    background-position: 0px 0px, 50% 0%, 100% 50%;
    background-size: auto, cover, cover;
    background-repeat: repeat, no-repeat, no-repeat;
  }

  .column.about {
    width: auto;
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .home-subhead {
    width: 50vw;
  }

  .project-info {
    width: 100%;
    padding: 0vh 20px 15px 40px;
  }

  .project-info.head {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .wrapper {
    flex-direction: column-reverse;
  }

  .wrapper.center.form {
    padding-left: 70px;
  }

  ._w-title {
    margin-bottom: 5vh;
  }

  .wrapper-list-links {
    width: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .wrap-content {
    width: 100%;
  }

  .div-block-18 {
    width: auto;
  }

  .div-block-26 {
    width: auto;
  }

  .div-block-27 {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .big-link {
    font-size: 40px;
    line-height: 40px;
  }

  .project-description {
    margin-bottom: 40px;
    padding-right: 10px;
    font-weight: 500;
  }

  .html-embed {
    margin-top: 10px;
  }

  .left-navigation1 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    z-index: 50;
    width: 100%;
    height: auto;
    float: none;
    justify-content: flex-start;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
  }

  .nav-menu-5 {
    width: 50%;
    margin-top: 50px;
    background-color: #daa520;
  }

  .nav-link {
    margin-bottom: 0px;
    padding-left: 13px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
  }

  .nav-link:hover {
    color: #2e2f3d;
  }

  .nav-link.w--current {
    background-color: #fff;
    color: #daa520;
  }

  .nav-link.current {
    background-color: #fff;
    color: #daa520;
    font-weight: 700;
  }

  .nav-link.current:hover {
    color: #152637;
  }

  .hamburger-button {
    display: block;
    padding: 10px;
    justify-content: center;
    align-items: center;
    -ms-grid-row-align: auto;
    align-self: auto;
    color: #152637;
    font-size: 30px;
    line-height: 1em;
  }

  .hamburger-button:hover {
    background-color: #daa520;
    color: #fff;
  }

  .hamburger-button.w--open {
    z-index: 5;
    background-color: #daa520;
    color: #fff;
  }

  .stripe {
    right: 0px;
  }

  .link-block-5 {
    z-index: 15;
    margin-bottom: 0px;
  }

  .link-block-5.ice-logo-wrapper {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .image-9 {
    width: 130px;
  }

  .image-9.ice-logo {
    width: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-block-30 {
    background-position: 80% 50%;
    background-size: auto 100%;
    opacity: 0.55;
  }

  .hero-header {
    display: none;
    padding-top: 60px;
  }

  .hero-header.hearo-mobile {
    position: static;
    display: flex;
    padding: 10px;
    justify-content: flex-start;
    align-items: center;
    flex: auto;
  }

  .hero-header.hearo-mobile.footer-hero {
    padding-right: 20px;
    padding-left: 20px;
  }

  .project-logo {
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 50%, hsla(0, 0%, 100%, 0));
  }

  .link-3 {
    padding-left: 30px;
    align-self: flex-end;
    border: 1px none #000;
    background-image: url('https://img.ice.co.il/giflib/ice/sections/farbman/images/pdf-download-3388.png');
    background-position: 0px 0px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    box-shadow: none;
    outline-color: #000;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
    font-family: 'IBM Plex Sans Hebrew', sans-serif;
    color: #000;
    font-weight: 700;
  }

  .html-embed-2.share-mobile {
    position: static;
    left: 0px;
    top: 100%;
    display: block;
    text-align: center;
  }

  .paragraph-4 {
    margin-bottom: 0px;
    font-family: 'IBM Plex Sans Hebrew', sans-serif;
    color: #242424;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .hero.pages {
    padding-left: 40px;
    text-align: center;
  }

  .wrapper-title {
    padding-right: 20px;
    font-size: 12px;
  }

  .section.main {
    padding-right: 0px;
  }

  .vertical-social {
    position: relative;
    width: 100%;
    height: 30vh;
    flex-direction: row;
    justify-content: space-around;
    background-color: #fff;
  }

  .main-h1.bold.home {
    font-size: 8em;
    line-height: 0.75em;
  }

  .main-h1.home {
    margin-top: 0px;
    font-size: 7em;
    line-height: 1em;
  }

  .paragraph.bolder {
    width: auto;
  }

  .column._100vh {
    width: 100%;
    min-height: auto;
    background-color: hsla(0, 0%, 100%, 0.75);
    font-size: 10px;
  }

  .column._100vh:hover {
    background-color: hsla(0, 0%, 100%, 0.75);
  }

  .column._100vh.column-00 {
    width: 100%;
  }

  .column.background-image {
    width: 100%;
    flex: 0 auto;
  }

  .column.about {
    width: 100%;
  }

  .home-subhead {
    width: 100%;
  }

  .project-info {
    padding-top: 0vh;
  }

  .project-info.head {
    padding-left: 0px;
  }

  .wrapper.center {
    padding-right: 40px;
    padding-left: 40px;
  }

  ._w-title {
    margin-bottom: 5vh;
  }

  .wrapper-list-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-20 {
    flex-direction: column;
    align-items: center;
  }

  .navbar {
    display: block;
    padding-top: 5vh;
    padding-right: 5vw;
    padding-left: 5vw;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .brand {
    height: auto;
  }

  .brand.w--current {
    height: auto;
    margin-bottom: 0px;
  }

  .nav-menu {
    padding-top: 0vh;
    padding-bottom: 0vh;
  }

  .big-link {
    font-size: 30px;
    line-height: 30px;
  }

  .project-description {
    font-weight: 500;
  }

  .paragraph-3 {
    line-height: 1em;
  }

  .nav-link.current {
    background-color: #daa520;
    color: #fff;
  }

  .list {
    padding-left: 20px;
  }

  .link-block-5 {
    width: 130px;
  }

  .link-block-5.logo-2-c {
    width: auto;
  }

  .text-block-6 {
    margin-left: 5px;
    font-size: 12px;
  }

  .div-block-30 {
    opacity: 0.35;
  }

  .hero-header.hearo-mobile.footer-hero {
    padding-left: 10px;
  }

  .project-logo {
    width: auto;
  }

  .text-block-7 {
    width: 90%;
    font-size: 16px;
  }

  .image-10 {
    max-width: 400px;
  }

  .link-5 {
    font-size: 30px;
    line-height: 30px;
  }

  .image-11 {
    width: 50px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .hero {
    padding-right: 0px;
    padding-left: 0px;
    justify-content: center;
    align-items: center;
    background-position: 50% 50%;
    background-size: 200% 100%;
    background-repeat: no-repeat;
    font-size: 12px;
  }

  .hero.pages {
    text-align: center;
  }

  .wrapper-title {
    padding-right: 5px;
  }

  .vertical-social {
    position: relative;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    height: 60px;
    background-color: #fff;
  }

  .main-h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .main-h1.bold {
    font-size: 60px;
    line-height: 50px;
  }

  .main-h1.bold.home {
    font-size: 7em;
    line-height: 0.75em;
  }

  .main-h1.home {
    font-size: 6em;
    line-height: 1em;
  }

  .paragraph.bolder {
    width: auto;
    font-size: 30px;
    line-height: 40px;
  }

  .column._100vh {
    padding: 20px 20px 10px 15px;
    background-color: hsla(0, 0%, 100%, 0.85);
  }

  .column._100vh:hover {
    background-color: hsla(0, 0%, 100%, 0.8);
  }

  .column._100vh.column-00 {
    padding-right: 20px;
    padding-left: 10px;
  }

  .column.background-image {
    width: 100%;
    flex: 0 auto;
  }

  .column.about {
    padding: 60px 40px;
  }

  .home-subhead {
    width: auto;
    font-size: 12px;
  }

  .h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .h2.mail {
    font-size: 24px;
  }

  .h2.contact {
    width: auto;
  }

  ._w-h1 {
    font-size: 10px;
  }

  .project-info {
    padding: 0px;
  }

  .project-info.head {
    margin-bottom: 0px;
    padding: 50px 40px;
  }

  .wrapper {
    flex: 0 0 auto;
  }

  .wrapper.center {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .wrapper.center.form {
    padding-right: 40px;
    padding-left: 40px;
  }

  ._w-title {
    margin-bottom: 5vh;
  }

  .wrapper-info {
    flex-direction: column;
  }

  .wrapper-info.about {
    padding-right: 40px;
    padding-left: 40px;
    flex-direction: column;
  }

  .wrapper-info.contact {
    flex-direction: column;
  }

  .wrap-content {
    width: auto;
  }

  .div-block-18 {
    width: auto;
  }

  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block-24 {
    flex-direction: column;
  }

  .heading-6 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .alt-next {
    font-size: 20px;
    line-height: 40px;
  }

  .navbar {
    padding-top: 2vh;
    flex-direction: column;
    text-align: center;
  }

  .brand {
    width: 100%;
    height: 80px;
    padding-left: 0px;
    float: none;
    justify-content: center;
  }

  .brand.w--current {
    height: 80px;
    padding-left: 0px;
    float: none;
    justify-content: center;
  }

  .div-block-27 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .nav-menu {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    justify-content: space-between;
  }

  .big-link {
    font-size: 20px;
    line-height: 20px;
  }

  .project-title {
    padding-right: 8px;
  }

  .project-description {
    padding-right: 0px;
    font-size: 15px;
  }

  .left-navigation1 {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-menu-5 {
    height: 100vh;
    min-height: 100vh;
  }

  .div-block-28 {
    font-size: 8px;
  }

  .list {
    padding-right: 30px;
    padding-left: 10px;
  }

  .link-block-5 {
    left: 10px;
    width: 120px;
  }

  .image-9 {
    width: 100%;
  }

  .image-9.ice-logo {
    width: 50px;
  }

  .text-block-6 {
    font-size: 10px;
  }

  .div-block-30 {
    background-position: 80% 50%;
    background-size: cover;
    opacity: 0.3;
  }

  .hero-header.hearo-mobile {
    padding-right: 5px;
  }

  .hero-header.hearo-mobile.footer-hero {
    padding-right: 20px;
    padding-left: 10px;
  }

  .project-logo {
    width: auto;
    padding-right: 10px;
  }

  .text-block-7 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
  }

  .image-10 {
    max-width: 260px;
  }

  .link-4 {
    font-size: 14px;
  }
}

