<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  direction: rtl;
  font-family: Rubik, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  direction: rtl;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

a {
  font-family: Rubik, sans-serif;
  color: #fff;
  text-decoration: none;
}

li {
  font-family: Rubik, sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-align: right;
}

.slide {
  background-color: #d3b3b3;
}

.slide._1 {
  background-image: url('../images/hp-umage-2.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-2 {
  background-image: url('../images/hp-umage-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider {
  height: 93%;
}

.navbar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #ec0d0d;
}

.brand {
  float: left;
}

.left-arrow {
  position: static;
  display: none;
}

.right-arrow {
  position: static;
  display: none;
}

.body {
  direction: ltr;
}

.section {
  width: 100vw;
  height: 100vh;
}

.link---nav {
  font-family: 'Meargenfot webfont', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 1px;
}

.div-block {
  width: 100%;
  height: 50px;
}

.card-paragraph {
  margin-bottom: 0px;
  font-family: 'Meargenfot book webfont', sans-serif;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 400;
}

.style-guide-wrap {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #f3f3f5;
}

.type-column-1 {
  padding-right: 20px;
}

.style-guide-logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0px 0px;
  background-size: 16px;
}

.style-guide-logo-box.cc-light {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
  background-position: 0px 0px;
  background-size: auto;
}

.style-guide-logo-box.cc-dark {
  background-color: #636363;
  background-image: none;
  background-position: 0px 0px;
}

.input {
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:focus {
  border-color: #3898ec;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.columns {
  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;
}

.button {
  height: 44px;
  padding: 0px 20px;
  border-radius: 4px;
  background-color: #3898ec;
  box-shadow: 0 1px 1px 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 43px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.button:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.style-guide-title {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  margin-top: 0px;
  padding-top: 5px;
  padding-left: 18px;
  color: #222;
  font-size: 62px;
  line-height: 44px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.heading {
  direction: rtl;
  font-family: 'Meargenfot webfont', sans-serif;
  font-weight: 700;
  text-transform: none;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.style-guide-label {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #aaa;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.style-guide-label.cc-box {
  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;
}

.style-guide-label-link {
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  text-decoration: none;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.tab-link {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  color: #aaa;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 #333;
  color: #222;
}

.tab-menu {
  padding-right: 5px;
  padding-left: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: inset 0 -1px 0 0 #ccc;
}

.text-block {
  font-size: 20px;
}

.color-block {
  height: 70px;
  margin-top: 30px;
  border-radius: 4px;
  background-color: #ebebeb;
}

.color-block.cc-brand-color-3 {
  background-color: #63ecc0;
}

.color-block.cc-font-color-light {
  background-color: #aaa;
}

.color-block.cc-brand-color-1 {
  background-color: #3898ec;
}

.color-block.cc-brand-color-2 {
  background-color: #c860db;
}

.color-block.cc-dark-grey-2 {
  background-color: #333;
}

.color-block.cc-font-color-dark {
  background-color: #222;
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.color-block.cc-brand-color-4 {
  background-color: #ffb08b;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.success-message {
  border-radius: 4px;
  background-color: rgba(32, 206, 123, 0.1);
  color: #20ce7b;
}

.heading-2 {
  font-family: 'Meargenfot webfont', sans-serif;
  font-weight: 700;
}

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

.heading-3 {
  font-family: 'Meargenfot webfont', sans-serif;
  font-weight: 700;
}

.card-title {
  margin-top: 0px;
  font-weight: 700;
}

.paragraph {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: right;
}

.tab-pane {
  padding: 30px 40px 40px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #f3f3f5;
}

.error-message {
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
  text-align: center;
}

.block-quote {
  font-family: 'Meargenfot webfont', sans-serif;
  font-weight: 700;
}

.style-guide-section {
  position: relative;
  margin: 20px;
  padding: 60px 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  direction: rtl;
  font-size: 16px;
}

.style-guide-content {
  padding-top: 40px;
}

.heading-4 {
  font-family: 'Meargenfot webfont', sans-serif;
}

.mask {
  background-color: transparent;
}

.slide1 {
  background-image: url('../images/hp-umage-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: none;
}

.slide-5 {
  background-image: url('../images/hp-umage-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/hp-umage-3.jpg');
  background-position: 50% 35%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: none;
  filter: none;
}

.slide-7 {
  background-image: url('../images/hd2_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: none;
  filter: none;
}

.slide-8 {
  background-image: url('../images/3-×”×—×™×™×-×”×˜×•×‘×™×.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: none;
  filter: none;
}

.div-block-2 {
  height: 36px;
}

.section-2 {
  height: 100vh;
  direction: ltr;
}

.slider-2 {
  height: 100vh;
  background-color: transparent;
}

.navbar-2 {
  position: absolute;
  width: 100vw;
  height: auto;
  background-color: transparent;
  direction: rtl;
}

.nav-link {
  font-family: 'Varela Round', sans-serif;
}

.body-2 {
  direction: ltr;
  color: transparent;
}

.nav-menu {
  direction: rtl;
  font-family: 'Meargenfot webfont', sans-serif;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 2px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 46px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  font-family: 'Meargenfot webfont', sans-serif;
  color: #fff;
  font-weight: 700;
}

.nav-link-2 {
  color: #fff;
  line-height: 20px;
  font-weight: 700;
}

.div-line {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 90%;
  height: 84%;
  border-bottom: 2px solid #fff;
}

.navbar-3 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  direction: rtl;
}

.div-hp-links-wrapper {
  display: none;
  height: 36px;
  clear: none;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". . . . .";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 2px solid #fff;
  background-color: #3898ec;
  direction: ltr;
  font-family: 'Meargenfot webfont', sans-serif;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.link-call {
  margin-right: 33px;
  margin-left: 20px;
  float: none;
  clear: none;
  color: #fff;
  font-size: 20px;
  text-align: right;
  letter-spacing: 2px;
  text-indent: 0px;
}

.div-hp-links {
  display: block;
  clear: none;
  -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;
  direction: rtl;
}

.navmenu {
  position: static;
  width: auto;
  float: none;
}

.onemenu {
  padding: 17px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 3px;
}

.onemenu:hover {
  background-color: #3898ec;
}

.onemenu.dd {
  padding: 23px;
  color: #fff;
}

.onemenu.dd:hover {
  background-color: transparent;
}

.brand-2 {
  display: none;
  float: left;
  clear: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.dropdownlink {
  text-align: right;
}

.head-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  -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-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 0%;
  direction: rtl;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 0.8em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: 2px 2px 12px #000;
}

.head-title.nz {
  width: 210px;
  height: 210px;
  font-size: 70px;
  text-shadow: none;
}

.head-title._1 {
  margin-left: 20px;
  background-image: none;
}

.head-title._2 {
  background-image: none;
}

.head-title._3 {
  padding: 2px 0px;
  background-image: none;
  text-shadow: 2px 2px 9px #000;
}

.div-warpper_grid {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.div-warpper_grid._4 {
  position: static;
  left: 0%;
  top: auto;
  right: 3%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Meargenfot book webfont', sans-serif;
  text-align: right;
  letter-spacing: 0px;
}

.slide-nav {
  display: block;
}

.dropdownlink-my {
  text-align: right;
}

.container-2 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  float: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-2 {
  margin-right: 10px;
}

.icon-2 {
  margin-right: 0px;
}

.icon-3 {
  margin-right: 0px;
}

.dropdown-toggle {
  padding-top: 17px;
  padding-bottom: 17px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
}

.dropdown-toggle:hover {
  background-color: #3898ec;
}

.dropdowntext {
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 2px;
}

.dropdown-link {
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: right;
  letter-spacing: 2px;
}

.dropdown-link:hover {
  background-color: #3898ec;
}

.dropdown-list {
  background-color: hsla(0, 0%, 86.7%, 0.12);
}

.dropdown-list.w--open {
  background-color: transparent;
}

.div--trio-left-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(56, 152, 236, 0.39);
}

.div-lleft-up {
  width: 33%;
}

.link---up-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-left: 3px none hsla(0, 0%, 100%, 0.29);
  -webkit-transition: background-color 450ms ease;
  transition: background-color 450ms ease;
  color: #3898ec;
}

.link---up-left:hover {
  background-color: #3898ec;
}

.link---up-left.wide {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left-style: none;
}

.fa--up-left {
  margin: 3px 11px;
  font-family: 'Fa solid 900', sans-serif;
  color: #3898ec;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.text-title-up-left {
  font-family: Rubik, sans-serif;
  color: #3898ec;
  font-size: 16px;
  letter-spacing: 1px;
}

.slider-right-arrow {
  display: none;
  font-family: Rubik, sans-serif;
  font-size: 85px;
  font-weight: 900;
}

.slider-right-icon {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
  text-shadow: 1px 1px 15px #000;
}

.slider-right-icon.left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

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

.text-block-3 {
  direction: rtl;
}

.subtitle {
  position: static;
  left: 23%;
  top: 21%;
  right: auto;
  bottom: auto;
  margin-top: 0px;
  margin-left: 0px;
  padding: 8px 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 11px;
  background-color: #3898ec;
  direction: rtl;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 0.9em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.slide-9 {
  background-image: url('../images/_MG_6049.jpg');
  background-position: 50% 33%;
  background-size: cover;
  background-repeat: no-repeat;
  direction: ltr;
}

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

.div-block-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: auto;
  height: auto;
  margin-top: 78px;
  margin-right: 60px;
  margin-left: 30px;
}

.image {
  display: none;
}

.divtxt-img {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-4 {
  width: 80%;
  height: 100%;
  margin-top: 104px;
  font-family: 'Fa 400', sans-serif;
  color: #63ecc0;
  font-size: 38px;
  line-height: 50px;
}

.div-wrapper-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.div-wrapper-text._1 {
  margin-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-wrapper-text._2 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.div-wrapper-text._3 {
  margin-top: 0px;
  margin-right: 0px;
  clear: none;
}

.div-wrapper-text._4 {
  margin-right: 0px;
}

.logo-wrapper {
  position: static;
  top: -24px;
  right: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 148px;
  height: 148px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  float: right;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.logo-wrapper.new {
  position: static;
  margin-top: 57px;
  margin-right: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-4 {
  display: block;
  width: 64px;
  height: 64px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 51%;
  background-color: #fff;
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.slogen-wrapper {
  width: 210px;
  height: 80px;
  margin-top: 70px;
  margin-bottom: 0px;
  margin-left: 40px;
  float: left;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  background-image: url('../images/slogen1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slogen-wrapper.light {
  width: 180px;
  height: 54px;
  margin-left: 38px;
  background-image: url('../images/slogen1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slogen-wrapper.light.responsive {
  position: relative;
}

.slogen-wrapper.dark {
  width: 181px;
  height: 60px;
  margin-top: 70px;
  margin-right: 0px;
  margin-left: 40px;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  background-image: url('../images/slogenLight.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slogen-wrapper.dark._2 {
  margin-left: 101px;
  text-shadow: 1px 2px 5px #000;
}

.logo-text {
  width: 111px;
  height: 48px;
  margin-top: 0px;
  background-image: url('../images/logo-haim.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.logo-text.dark {
  background-image: url('../images/logoText.png');
  background-size: 113px;
}

.logo-text.light {
  background-image: url('../images/logoText_WHITE.png');
  background-size: cover;
}

.grid {
  width: 100%;
  height: 100%;
  float: none;
  clear: none;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
}

.grid-2 {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-wrapper-social-icons {
  position: absolute;
  left: 2%;
  top: auto;
  right: auto;
  bottom: 2%;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
}

.div-social-item {
  width: 64px;
  height: 64px;
  background-color: transparent;
  background-image: url('../images/haimderiArtboard-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-social-item.youtube {
  background-image: url('../images/haimderiArtboard-3-copy-2.png');
  background-size: cover;
}

.div-social-item.mail {
  background-image: url('../images/haimderiArtboard-3-copy.png');
  background-size: cover;
}

.section-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000000;
  display: none;
  -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: #fff;
}

.div-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.slogen-1-modal {
  width: 360px;
  height: 140px;
}

.heading-modal {
  margin-top: 0px;
  direction: rtl;
  color: rgba(0, 0, 0, 0.5);
  font-size: 48px;
  line-height: 1em;
  text-align: center;
}

.heading-modal._1 {
  margin-top: 20px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 40px;
  font-weight: 700;
}

.heading-modal._2 {
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
}

.heading-modal._3 {
  margin-top: 0px;
  direction: rtl;
  color: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 6px;
}

.logo-modal {
  width: 280px;
  height: 240px;
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-span-3 {
  color: #ff0606;
  font-weight: 700;
}

.redbold {
  color: #ff0101;
}

.divclose {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.text-block-5 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-right: 6px;
  font-family: 'Fa 400', sans-serif;
  color: rgba(0, 0, 0, 0.16);
  font-size: 30px;
  line-height: 1.2em;
}

.div-slogen-name-content {
  position: relative;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-vertical-line {
  height: 85%;
  margin-right: 6px;
  border-left: 1px solid #000;
}

.div-vertical-line.right {
  position: static;
}

.link-block {
  cursor: pointer;
}

.div-menu-wrapper {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 14%;
  height: 100vh;
  min-width: 230px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 3px solid #f7070b;
  border-left: 3px solid #fc060a;
  background-color: #000;
  direction: rtl;
}

.div-slider-wrapper {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slide-base {
  height: 100vh;
  background-image: url('../images/hp-umage-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-base._1 {
  background-position: 50% 37%;
}

.slide-base._2 {
  height: 100vh;
  background-image: url('../images/jaffa.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-base._3 {
  background-image: url('../images/hd3.jpg');
  background-size: cover;
}

.slide-base._4 {
  background-image: url('../images/red-nose.jpg');
  background-size: cover;
}

.slider-3 {
  height: 100vh;
}

.navbar-4 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  direction: rtl;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.container-3 {
  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;
}

.nav-menu-2 {
  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-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  direction: ltr;
  text-align: right;
}

.nav-dropdown-link {
  position: static;
  display: block;
  color: #000;
}

.nav-dropdown-link-wrapper {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.menu-text {
  text-align: right;
}

.nav-link-3 {
  position: static;
  width: 100%;
  color: #000;
  text-align: right;
}

.section-3 {
  position: static;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-right: 1px dotted #3798ec;
  border-left: 1px dotted #3798ec;
}

.image-2 {
  margin-bottom: 17px;
  text-align: center;
}

.brand-3 {
  text-align: center;
}

.navbar-5 {
  display: none;
}

.icon-6 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.side-menu-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: none;
  width: 200px;
  height: 100vh;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #d9e6f1;
}

.div-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.menu-accordion-wrapper {
  padding-right: 0px;
  padding-left: 12px;
  direction: rtl;
}

.h3-menu-text {
  margin-top: 10px;
  margin-bottom: 0px;
  direction: ltr;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}

.h3-menu-text.arrow {
  margin-left: 6px;
  font-size: 18px;
}

.accordion-links {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-right: 27px;
  padding-bottom: 6px;
  -webkit-transition: all 300ms cubic-bezier(.77, 0, .175, 1);
  transition: all 300ms cubic-bezier(.77, 0, .175, 1);
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
}

.accordion-links:hover {
  font-weight: 500;
  text-shadow: 1px 0 0 #000;
}

.arrow {
  display: inline-block;
  font-family: 'Fa solid 900', sans-serif;
  font-weight: 400;
}

.links-wrapper {
  overflow: hidden;
}

.menu-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: text-shadow 300ms ease;
  transition: text-shadow 300ms ease;
  color: #3898ec;
  font-size: 18px;
}

.menu-link-block:hover {
  letter-spacing: 0px;
  text-shadow: 1px 1px 0 #000;
}

.one-menu {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  color: #3898ec;
}

.only-menu-wrapper {
  padding-right: 16px;
  direction: rtl;
}

.menu-slogen {
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.social-and-slogen-div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  margin-top: 15px;
}

.all-social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 18px;
  padding-left: 18px;
  -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;
  direction: ltr;
}

.one-social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  margin-left: 4px;
  -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;
  border: 1px solid transparent;
  border-radius: 0%;
  background-color: transparent;
  font-family: 'Fa brands 400', sans-serif;
  color: #3798ec;
  font-size: 24px;
}

._6 {
  font-family: 'Fa solid 900', sans-serif;
}

.body-3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-7 {
  display: none;
}

.icon-8 {
  display: none;
}

.call-me {
  position: fixed;
  left: 1%;
  top: 1%;
  right: auto;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84px;
  height: 84px;
  margin-top: 0px;
  padding: 13px 12px 24px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 50%;
  background-color: #3898ec;
  box-shadow: 0 0 20px 6px hsla(0, 0%, 100%, 0.3);
  text-align: center;
}

.call-me._1 {
  position: fixed;
}

.text-block-7 {
  direction: rtl;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
}

.text-call-me {
  padding-top: 10px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 2.5em;
  line-height: 1.2em;
}

.div-page-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.section-4 {
  position: relative;
  display: block;
  width: 100vw;
  max-width: 1400px;
  margin: 0px auto 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.grid-3 {
  grid-column-gap: 26px;
  grid-template-areas: ".";
  -ms-grid-columns: 2fr 26px 2fr 26px 2fr 26px 2fr 26px 2fr;
  grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.youtube-div {
  margin: 0px;
}

.div-inside-slider {
  padding-right: 32px;
  padding-left: 32px;
}

.slide-10 {
  background-image: url('../images/cinema4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-4 {
  height: 500px;
}

.text-block-8 {
  font-size: 1.1em;
  line-height: 1em;
}

.temp-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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;
}

.thebutton {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-transition: letter-spacing 200ms ease;
  transition: letter-spacing 200ms ease;
  direction: rtl;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}

.thebutton:hover {
  letter-spacing: 3px;
}

.nm-menu-wrapper {
  position: fixed;
  left: auto;
  top: 0%;
  right: 3%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 100vh;
  padding: 45px 2px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: none dotted;
  border-width: 1px;
  border-color: #000;
  background-color: rgba(55, 152, 236, 0.1);
}

.nm-menu-wrapper.left {
  position: fixed;
  left: 3%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding-top: 17px;
  border-right-style: dotted;
  border-left-style: dotted;
}

.nm-menu-wrapper.hp {
  padding: 24px 0px;
  background-color: hsla(0, 0%, 100%, 0.81);
}

.nm-div-logo {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #3798ec;
}

.nm-div-trio-menu {
  display: none;
  padding: 10px 24px;
  -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;
  background-color: #3798ec;
}

.nm-trio-icon {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nm-trio-icon-wrapper {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.text-block-9 {
  margin-top: 5px;
  direction: rtl;
}

.nm-trio-icon-link-block {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: font-size 400ms cubic-bezier(.165, .84, .44, 1);
  transition: font-size 400ms cubic-bezier(.165, .84, .44, 1);
  font-size: 14px;
  letter-spacing: 0.7px;
}

.nm-trio-icon-link-block:hover {
  font-size: 20px;
}

.nm-trio-icon-link-block.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-span-4 {
  font-family: 'Fa solid 900', sans-serif;
  font-size: 15px;
}

.text-span-5 {
  font-family: 'Fa solid 900', sans-serif;
}

.slogen-menu-top {
  display: none;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  background-image: url('../images/Artboard-23x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nm-mobile-menu-wrapper {
  display: none;
}

.container-5 {
  position: static;
}

.text {
  margin-top: 13px;
  margin-bottom: 13px;
  direction: rtl;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: right;
}

.text.tizer {
  margin-top: 37px;
  margin-bottom: 9px;
  color: #3798ec;
  font-weight: 700;
}

.list {
  margin-top: 28px;
  margin-bottom: 28px;
  direction: rtl;
}

.list-item {
  padding-bottom: 13px;
  color: rgba(56, 152, 236, 0.82);
  font-weight: 700;
}

.div-block-all-text {
  margin-top: 28px;
  padding-right: 40px;
  padding-left: 40px;
  direction: rtl;
}

.div-block-left-side {
  width: auto;
  padding-top: 52px;
  border-right: 1px dotted #000;
  border-left: 1px dotted #000;
}

.div-block-youtube {
  margin-right: 8px;
  margin-left: 8px;
}

.link-block-2 {
  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: 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;
}

.h1-inside-pages {
  margin-top: 12px;
  margin-bottom: 24px;
  color: #3898ec;
  font-size: 4.6em;
  line-height: 0.9em;
  font-weight: 700;
  text-align: right;
}

.h1-inside-pages.r {
  text-align: right;
}

.h1-inside-pages.l {
  color: #f8080c;
  text-align: left;
}

.left-column {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  width: 233px;
  height: 100vh;
  margin-top: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px none #000;
  border-left: 1px none #000;
  background-color: transparent;
  direction: rtl;
}

.center-column {
  margin-top: 44px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.center-column.contactpage {
  margin-top: 0px;
}

.right-column {
  position: relative;
  width: 250px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-5 {
  margin-top: 13px;
  margin-bottom: 13px;
  color: #3898ec;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  text-align: right;
}

.div-page-wrapper1 {
  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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-main-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-base {
  display: block;
  margin-top: 48px;
  border-radius: 6px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.div-endor-wrapper {
  padding: 10px 17px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
}

.endor-who {
  margin-bottom: 11px;
  color: #3798ec;
  font-weight: 500;
}

.endor-text {
  color: rgba(51, 51, 51, 0.73);
  font-size: 16px;
  line-height: 19px;
  font-style: normal;
  font-weight: 400;
}

.init {
  position: static;
  display: inline-block;
  padding-left: 10px;
  float: right;
  font-family: 'Fa solid 900', sans-serif;
  color: #3798ec;
  font-size: 32px;
  line-height: 43px;
}

.div-all-endor {
  margin-top: 12px;
}

.h2-gag {
  display: inline-block;
  width: auto;
  padding: 8px 13px;
  float: none;
  clear: none;
  border-radius: 6px;
  background-color: #3798ec;
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}

.watch-youtube-title {
  margin-top: 0px;
  color: #3798ec;
}

.text-span-6 {
  font-family: 'Fa solid 900', sans-serif;
}

.slide-11 {
  background-image: url('../images/cinema3.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/zedek2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-13 {
  background-image: url('../images/zedek5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-14 {
  background-image: url('../images/zedek3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-15 {
  background-image: url('../images/zedek4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-16 {
  background-image: url('../images/butifulLife1_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider7 {
  background-image: url('../images/zedek7.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/cinema7.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-18 {
  background-image: url('../images/cinema2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-19 {
  background-image: url('../images/cinema6.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-20 {
  background-image: url('../images/cinema1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-21 {
  background-image: url('../images/cinema5.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.cinema-credit {
  font-family: Rubik, sans-serif;
  color: #3798ec;
  font-size: 16px;
}

.slide-sadna._1 {
  background-image: url('../images/sadna1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-sadna._2 {
  background-image: url('../images/sadna2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-sadna._3 {
  background-image: url('../images/sadna3.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-sadna._4 {
  background-image: url('../images/sadna4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-mofa {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-mofa._1 {
  background-image: url('../images/butifulLife2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-mofa._2 {
  background-image: url('../images/butifulLife1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-mofa._3 {
  background-image: url('../images/butifulLife9.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-mofa._4 {
  background-image: url('../images/butifulLife8.jpg');
  background-size: cover;
}

.slide-mofa._5 {
  background-image: url('../images/butifulLife11.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-mofa._6 {
  background-image: url('../images/butifulLife10.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-mofa._7 {
  background-image: url('../images/butifulLife7.jpg');
  background-size: cover;
}

.slide-mofa._20 {
  background-image: url('../images/butifulLife14.jpg');
  background-size: cover;
}

.slide-mofa._21 {
  background-image: url('../images/butifulLife13.jpg');
  background-size: cover;
}

.slide-mofa._22 {
  background-image: url('../images/butifulLife12.jpg');
  background-size: cover;
}

.slide-cinema {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-cinema._1 {
  background-image: url('../images/cinema9.jpg');
  background-size: cover;
}

.slide-cinema._2 {
  background-image: url('../images/cinema2.jpg');
  background-size: cover;
}

.slide-cinema._3 {
  background-image: url('../images/cinema3.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-cinema._4 {
  background-image: url('../images/cinema4.jpg');
  background-size: cover;
}

.slide-cinema._5 {
  background-image: url('../images/cinema5.jpg');
  background-size: cover;
}

.slide-cinema._6 {
  background-image: url('../images/cinema6.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-cinema._7 {
  background-image: url('../images/cinema7.jpg');
  background-size: cover;
}

.slide-cinema._8 {
  background-image: url('../images/cinema8.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-jaffa {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-jaffa._1 {
  background-image: url('../images/jaffa1.jpg');
  background-size: cover;
}

.slide-jaffa._2 {
  background-image: url('../images/jaffa2.jpg');
  background-size: cover;
}

.slide-jaffa._3 {
  background-image: url('../images/jaffa3.jpg');
  background-size: cover;
}

.slide-jaffa._4 {
  background-image: url('../images/jaffa4.jpg');
  background-size: cover;
}

.slide-jaffa._5 {
  background-image: url('../images/jaffa5.jpg');
  background-size: cover;
}

.slide-jaffa._6 {
  background-image: url('../images/jaffa6.jpg');
  background-size: cover;
}

.slide-jaffa._7 {
  background-image: url('../images/jaffa7.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.slide-zedek {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-zedek._1 {
  background-image: url('../images/zedek1.jpg');
  background-size: cover;
}

.slide-zedek._2 {
  background-image: url('../images/zedek2.jpg');
  background-size: cover;
}

.slide-zedek._3 {
  background-image: url('../images/zedek3.jpg');
  background-size: cover;
}

.slide-zedek._4 {
  background-image: url('../images/zedek4.jpg');
  background-size: cover;
}

.slide-zedek._5 {
  background-image: url('../images/zedek5.jpg');
  background-size: cover;
}

.slide-zedek._6 {
  background-image: url('../images/zedek6.jpg');
  background-size: cover;
}

.slide-zedek._7 {
  background-image: url('../images/zedek7.jpg');
  background-size: cover;
}

.thanks-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  margin-bottom: 17px;
  margin-left: 8px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-radius: 10px;
  background-color: rgba(56, 152, 236, 0.1);
  direction: rtl;
  font-family: Rubik, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-align: right;
}

.thanks-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  direction: rtl;
  color: #3798ec;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-align: right;
}

.text-block-13 {
  margin-top: auto;
  clear: none;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-align: left;
}

.paragraph-2 {
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 17px;
}

.grid-4 {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.section-5 {
  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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.pr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(0, 0, 0, 0.13);
}

.button-2 {
  margin-top: auto;
}

.tempcont {
  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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.section-6 {
  height: 250px;
}

.link-2 {
  color: #3798ec;
}

.slide-about {
  background-image: url('../images/about2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-about._1 {
  background-image: url('../images/about8.jpg');
  background-size: cover;
}

.slide-about._3 {
  background-image: url('../images/about3.jpg');
  background-size: cover;
}

.slide-about._4 {
  background-image: url('../images/thanks6.jpg');
  background-size: cover;
}

.slide-about._5 {
  background-image: url('../images/thanks5.jpg');
  background-size: cover;
}

.slide-22 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidethanks {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slidethanks._1 {
  background-image: url('../images/thanks7.jpg');
  background-size: cover;
}

.slidethanks._2 {
  background-image: url('../images/thanks4.jpg');
  background-size: cover;
}

.slidethanks._3 {
  background-image: url('../images/thanks2.jpg');
  background-size: cover;
}

.slidethanks._4 {
  background-image: url('../images/thanks3.jpg');
  background-size: cover;
}

.link-list {
  color: #1270c2;
}

.form-block {
  display: none;
  width: 480px;
  margin-top: -45px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.41);
  direction: rtl;
}

.form-details {
  font-family: Rubik, sans-serif;
  color: rgba(51, 51, 51, 0.57);
  font-size: 16px;
}

.div-block-7 {
  height: 90vh;
  background-image: url('../images/contactDeri.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.logos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 41px;
  margin-right: 64px;
  margin-left: 64px;
  -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;
}

.div-logo {
  width: 20%;
  height: 100px;
  margin: 10px 18px;
  border: 1px none #000;
  border-radius: 7px;
  background-image: url('../images/1024px-LogoTevaHeb.svg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.12);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.div-logo._1 {
  background-image: url('../images/1024px-LogoTevaHeb.svg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-logo._2 {
  background-image: url('../images/clalit-500x470.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-logo._3 {
  background-image: url('../images/meirLogo.jpg');
  background-size: cover;
}

.div-logo._4 {
  background-image: url('../images/Main_Logo.jpg');
  background-size: cover;
}

.div-logo._5 {
  background-image: url('../images/796802601000100640360no.jpg');
  background-size: cover;
}

.div-logo._6 {
  background-image: url('../images/histadrut1.jpg');
  background-size: cover;
}

.div-logo._7 {
  background-image: url('../images/LOW.jpg');
  background-size: cover;
}

.div-logo._8 {
  background-image: url('../images/1200px-Sheba.svg.jpg');
  background-size: cover;
}

.div-logo._9 {
  background-image: url('../images/×œ×•×’×•_×¤×ª××œ_×ž×©×•×œ×‘.jpg');
  background-size: cover;
}

.div-logo._10 {
  background-image: url('../images/tnuva.jpg');
  background-size: cover;
}

.div-logo._11 {
  background-image: url('../images/unnamed-7.jpg');
  background-size: cover;
}

.div-logo._12 {
  background-image: url('../images/PtJkdJMu_400x400.jpg');
  background-size: cover;
}

.div-logo._13 {
  background-image: url('../images/IsraelElectric.svg.jpg');
  background-size: cover;
}

.div-logo._14 {
  background-image: url('../images/Harel_Group_Logo.svg.jpg');
  background-size: cover;
}

.div-logo._15 {
  background-image: url('../images/bankhapoalim.jpg');
  background-size: cover;
}

.div-logo._16 {
  background-image: url('../images/leumi.jpg');
  background-size: 90px;
}

.div-logo._17 {
  background-image: url('../images/×¡×ž×™×&nbsp;×¨-×”×§×™×‘×•×¦×™×.jpg');
  background-size: 90px;
}

.div-logo._18 {
  background-image: url('../images/×œ×•×’×•××™×-×œ××™×&nbsp;×˜×¨×&nbsp;×˜-×’×•×“×œ-20037-2.jpg');
  background-size: 90px;
}

.div-logo._19 {
  background-image: url('../images/20120927024611232-bigpicort.jpg');
  background-size: 90px;
}

.div-logo._20 {
  background-image: url('../images/d0ec2a9af34c7f5a78b6ce78d6248edc-lbox-225x225-fff.jpg');
  background-size: 90px;
}

.div-title-logos {
  width: 100%;
  height: 48px;
  margin-right: 32px;
  margin-left: 32px;
}

.logos-title {
  direction: rtl;
  text-align: center;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
}

.bold-text {
  color: rgba(51, 51, 51, 0.6);
}

.bold-text-2 {
  color: rgba(51, 51, 51, 0.6);
}

.bold-text-3 {
  color: rgba(51, 51, 51, 0.6);
}

.div-block-8 {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #177e4c;
  background-image: url('../images/Artboard-2slogen.svg');
  background-position: 50% 50%;
  background-size: 67px 60px;
  background-repeat: no-repeat;
}

.link-block-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
}

.subtitlelink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -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;
}

.form-thanks {
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 27px;
}

.success-message-2 {
  background-color: #3798ec;
}

.text-block-14 {
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.error-message-2 {
  background-color: #f8080c;
}

.div-block-9 {
  position: static;
  width: 480px;
  min-height: 100px;
  margin-top: -49px;
  margin-right: auto;
  margin-left: auto;
  padding: 17px;
  background-color: #d5dce2;
}

.div-block-10 {
  margin-right: 220px;
}

@media (max-width: 991px) {
  .right-arrow {
    display: none;
  }
  .link---nav {
    text-align: right;
  }
  .slide-6 {
    background-position: 14% 35%;
  }
  .menu-button {
    background-color: #fd0606;
    line-height: 20;
  }
  .menu-button.w--open {
    background-color: #3898ec;
  }
  .navmenu {
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.76);
  }
  .onemenu {
    cursor: pointer;
  }
  .onemenu.dd {
    display: block;
  }
  .head-title {
    font-size: 56px;
    letter-spacing: 0px;
  }
  .head-title._1 {
    background-image: none;
    letter-spacing: 0px;
  }
  .head-title._2 {
    letter-spacing: 0px;
  }
  .head-title._3 {
    font-size: 56px;
    letter-spacing: 0px;
  }
  .div-warpper_grid._4 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .icon {
    font-family: Rubik, sans-serif;
    color: #fff;
    font-size: 35px;
  }
  .menu-button-2 {
    height: 100%;
    padding: 10px;
    background-color: transparent;
    color: #000;
    cursor: pointer;
  }
  .menu-button-2.w--open {
    padding: 10px;
    background-color: #3898ec;
    color: #000;
  }
  .text-block-2 {
    display: inline-block;
  }
  .dropdown-toggle {
    position: relative;
    cursor: pointer;
  }
  .dropdowntext {
    margin-top: 6px;
  }
  .dropdown-link {
    padding-right: 40px;
    background-color: #3898ec;
    direction: rtl;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    text-align: right;
  }
  .dropdown {
    position: relative;
    margin-top: 0px;
    text-align: right;
    cursor: pointer;
  }
  .slider-right-arrow {
    font-size: 64px;
  }
  .icon-4 {
    -webkit-transform: rotate(-90deg) rotate(90deg);
    -ms-transform: rotate(-90deg) rotate(90deg);
    transform: rotate(-90deg) rotate(90deg);
  }
  .subtitle {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    font-size: 20px;
  }
  .div-wrapper-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-wrapper-text._1 {
    margin-right: 0px;
    margin-bottom: 72px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .logo-wrapper {
    margin-right: 10px;
  }
  .logo-wrapper.new {
    padding-top: 5px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .slogen-wrapper {
    width: 180px;
    height: 70px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .slogen-wrapper.light {
    width: 155px;
  }
  .slogen-wrapper.light.responsive {
    margin-left: 10px;
  }
  .slogen-wrapper.dark {
    width: 150px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .logo-text {
    width: 120px;
    height: 50px;
    margin-top: 12px;
  }
  .grid-2 {
    grid-row-gap: 16px;
    grid-template-areas: ".";
  }
  .heading-modal {
    font-size: 40px;
  }
  .heading-modal._1 {
    font-size: 36px;
  }
  .logo-modal {
    width: 240px;
    height: 200px;
  }
  .text-block-5 {
    font-size: 30px;
  }
  .div-menu-wrapper {
    display: none;
  }
  .div-slider-wrapper {
    position: static;
    overflow: visible;
    width: 100%;
    height: 100vh;
  }
  .navbar-4 {
    display: none;
  }
  .section-3 {
    display: block;
  }
  .navbar-5 {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #fff;
  }
  .image-3 {
    position: relative;
    top: 0px;
    display: inline-block;
  }
  .image-3.tablet {
    top: 3px;
  }
  .container-4 {
    display: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }
  .mobile-menu-wrapper {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 260px;
    height: 100vh;
    margin-top: 60px;
    background-color: #3898ec;
    cursor: default;
  }
  .menu-button-mobile {
    display: block;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    direction: rtl;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    text-align: right;
  }
  .menu-button-mobile:active {
    letter-spacing: 1px;
  }
  .menu-button-mobile.w--current {
    color: #fff;
    font-weight: 500;
  }
  .icon-5 {
    color: #fff;
  }
  .side-menu-wrapper {
    display: none;
  }
  .all-social-icons {
    margin-top: 29px;
    background-color: transparent;
  }
  .one-social-icon {
    background-color: transparent;
  }
  .call-me {
    z-index: 10;
    margin-top: 51px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .call-me._1 {
    left: auto;
    top: 16%;
    right: 10%;
    bottom: auto;
  }
  .text-block-7 {
    font-size: 1.2em;
  }
  .div-page-wrapper {
    margin-right: 0px;
  }
  .section-4 {
    position: relative;
    margin-top: 0px;
  }
  .div-inside-slider {
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-button-dropdown {
    direction: rtl;
    font-family: Rubik, sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: right;
  }
  .menu-button-dropdown.w--open {
    background-color: #1c67a8;
    font-size: 20px;
  }
  .icon-9 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .thebutton {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .nm-menu-wrapper {
    position: static;
    display: block;
    width: auto;
    height: auto;
  }
  .nm-menu-wrapper.left {
    position: static;
    display: block;
    width: auto;
    height: auto;
    padding-top: 0px;
    padding-right: 21px;
    padding-left: 21px;
    background-color: transparent;
  }
  .nm-menu-wrapper.hp {
    display: none;
  }
  .button-wrapper {
    width: 245px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
  }
  .nm-social-icon-link-block {
    color: #fff;
  }
  .slogen-menu-top {
    position: absolute;
    z-index: 2;
    display: none;
    width: 100vw;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0px 0px 8px;
    background-color: #fff;
    background-image: none;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.24);
  }
  .image-4 {
    width: 245px;
    height: 50px;
    float: left;
  }
  .div-menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 0px;
    float: right;
    -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;
    background-color: #3798ec;
    cursor: pointer;
  }
  .div-block-5 {
    width: 40px;
    height: 8px;
    margin-top: 4px;
    margin-bottom: 4px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .div-block-5._2 {
    width: 36px;
    border-top-color: #fff;
    border-bottom-color: #fff;
  }
  .div-block-5._1 {
    width: 36px;
    border-top-color: #fff;
    border-bottom-color: #fff;
  }
  .nm-mobile-menu-wrapper {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2;
    display: none;
    overflow: hidden;
    width: auto;
    height: auto;
    margin-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #3798ec;
  }
  .text-block-10 {
    font-family: 'Fa brands 400', sans-serif;
    color: #fff;
    font-weight: 400;
  }
  .text-block-10.a {
    font-family: 'Fa solid 900', sans-serif;
  }
  .slide-nav-2 {
    background-color: transparent;
  }
  .div-block-left-side {
    margin-top: 0px;
  }
  .h1-inside-pages {
    margin-bottom: 20px;
    font-size: 4em;
  }
  .left-column {
    position: static;
    width: 100%;
    margin-top: 34px;
    padding-right: 95px;
    padding-left: 95px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }
  .center-column.contactpage {
    margin-right: auto;
    margin-left: auto;
  }
  .right-column {
    position: static;
    display: none;
    width: 40%;
  }
  .div-page-wrapper1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .watch-youtube-title {
    margin-top: 0px;
  }
  .text-span-6 {
    font-family: 'Fa solid 900', sans-serif;
  }
  .div-block-6 {
    position: relative;
    z-index: 100000000;
    background-color: transparent;
  }
  .text-block-11 {
    font-family: 'Fa solid 900', sans-serif;
    color: #fff;
    font-weight: 400;
  }
  .text-block-12 {
    color: #fff;
  }
  .form-block {
    position: relative;
    width: 70vw;
    margin-top: -29px;
    padding-bottom: 56px;
  }
  .div-block-7 {
    width: 100vw;
    margin-top: 60px;
  }
  .submit-button {
    position: absolute;
    left: 2%;
    top: auto;
    right: auto;
    bottom: 3%;
    display: block;
    float: none;
    direction: rtl;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    text-align: left;
  }
  .div-logo {
    width: 26%;
  }
  .div-block-10 {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .slide-6 {
    background-position: 10% 35%;
  }
  .slide-8 {
    background-position: 24% 50%;
  }
  .head-title {
    font-size: 48px;
  }
  .head-title._3 {
    font-size: 48px;
  }
  .div-warpper_grid._4 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slider-right-arrow {
    font-size: 48px;
  }
  .subtitle {
    font-size: 18px;
  }
  .slide-9 {
    background-image: url('../images/_MG_6049.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .image {
    display: none;
  }
  .logo-wrapper.new {
    margin-top: 62px;
    margin-right: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-block-4 {
    width: 50px;
    height: 50px;
  }
  .slogen-wrapper {
    width: 150px;
    height: 60px;
    margin-right: 36px;
    margin-left: 30px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .slogen-wrapper.light {
    width: 100px;
    height: 40px;
  }
  .slogen-wrapper.dark {
    width: 120px;
    height: 39px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    background-image: url('../images/slogenLight.png');
    background-size: cover;
  }
  .slogen-wrapper.dark.light {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    background-image: url('../images/slogen1.png');
    background-size: cover;
  }
  .logo-text {
    width: 110px;
    height: 45px;
    background-image: url('../images/logoText.png');
    background-size: 113px;
  }
  .slogen-1-modal {
    width: 240px;
  }
  .heading-modal {
    font-size: 32px;
  }
  .heading-modal._1 {
    font-size: 28px;
  }
  .logo-modal {
    width: 180px;
    height: 140px;
  }
  .text-block-5 {
    padding-left: 7px;
    font-size: 30px;
  }
  .div-slider-wrapper {
    height: 100vh;
  }
  .slide-base._1 {
    background-position: 30% 0%;
  }
  .slide-base._2 {
    background-position: 37% 0%;
  }
  .section-3 {
    overflow: visible;
    height: 95vh;
  }
  .all-social-icons {
    margin-top: 18px;
  }
  .text-block-7 {
    font-size: 1.2em;
  }
  .div-inside-slider {
    width: 100vw;
  }
  .slider-4 {
    height: 400px;
  }
  .nm-menu-wrapper.left {
    padding-right: 26px;
    padding-left: 26px;
  }
  .div-block-all-text {
    padding-right: 24px;
    padding-left: 24px;
  }
  .h1-inside-pages {
    margin-bottom: 14px;
    font-size: 3.6em;
  }
  .left-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .h2-gag {
    font-size: 20px;
  }
  .text-block-13 {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .form-block {
    width: 80vw;
  }
  .div-block-7 {
    background-repeat: no-repeat;
  }
  .div-logo {
    width: 39%;
  }
}

@media (max-width: 479px) {
  .slide-6 {
    background-position: 38% 35%;
  }
  .slide-7 {
    background-position: 44% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-8 {
    background-position: 51% 50%;
  }
  .brand-2 {
    display: none;
  }
  .head-title {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: -11px;
    margin-bottom: 0px;
    padding: 11px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
  }
  .head-title._1 {
    margin: 0px;
    padding: 0px;
    font-size: 40px;
  }
  .head-title._2 {
    margin-top: 0px;
    padding: 20px 35px;
    line-height: 0.8em;
  }
  .head-title._3 {
    margin-top: 0px;
    font-size: 34px;
  }
  .div-warpper_grid._4 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    -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;
  }
  .text-title-up-left {
    letter-spacing: 0px;
  }
  .slider-right-arrow {
    display: none;
    font-size: 36px;
  }
  .subtitle {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-right: 0px;
    margin-left: 0px;
    background-image: none;
    font-size: 16px;
    text-align: center;
  }
  .slide-9 {
    background-image: url('../images/_MG_6049.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .div-wrapper-text {
    -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;
  }
  .div-wrapper-text._1 {
    margin-right: 13px;
    margin-bottom: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .logo-wrapper {
    top: -61px;
    right: -22px;
    margin-top: 76px;
    float: none;
  }
  .logo-wrapper.new {
    width: 100px;
    margin-top: 53px;
    margin-right: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-block-4 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .slogen-wrapper {
    width: 130px;
    height: 50px;
    margin-right: auto;
    margin-left: 20px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .slogen-wrapper.light.responsive {
    position: relative;
    margin-top: 0px;
  }
  .slogen-wrapper.dark {
    margin-top: 70px;
    margin-left: 0px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .logo-text {
    width: 105px;
    height: 45px;
    margin-right: 8px;
  }
  .grid-2 {
    -ms-grid-columns: 2fr 1fr 2fr;
    grid-template-columns: 2fr 1fr 2fr;
  }
  .div-wrapper-social-icons {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 8%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .slogen-1-modal {
    width: 220px;
  }
  .heading-modal._2 {
    font-size: 20px;
  }
  .heading-modal._3 {
    font-size: 20px;
  }
  .text-block-5 {
    font-size: 30px;
  }
  .slide-base._1 {
    background-position: 29% 0%;
    background-size: cover;
  }
  .slide-base._2 {
    height: 100vh;
    background-position: 37% 0px;
    background-size: cover;
  }
  .navbar-5 {
    display: block;
  }
  .image-3 {
    position: relative;
    top: 13px;
    display: inline-block;
  }
  .image-3.tablet {
    top: 3px;
  }
  .all-social-icons {
    margin-top: 4px;
  }
  .call-me._1 {
    left: 16%;
    top: auto;
    right: auto;
    bottom: 20%;
  }
  .text-block-7 {
    font-size: 1.2em;
  }
  .section-4 {
    overflow: visible;
  }
  .grid-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .div-inside-slider {
    width: 100vw;
  }
  .slider-4 {
    height: 240px;
  }
  .brand-4 {
    padding-left: 0px;
  }
  .thebutton {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .button-wrapper {
    position: static;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .list {
    padding-right: 22px;
    padding-left: 0px;
  }
  .div-block-all-text {
    padding-right: 12px;
    padding-left: 12px;
  }
  .h1-inside-pages {
    margin-bottom: 10px;
    font-size: 2.3em;
    line-height: 0.9em;
  }
  .div-page-wrapper1 {
    width: auto;
  }
  .button-base {
    font-size: 16px;
  }
  .slide-11 {
    width: auto;
  }
  .thanks-h3 {
    font-size: 18px;
  }
  .form-block {
    width: 90vw;
    margin-top: -15px;
  }
  .div-block-7 {
    height: 50vh;
  }
  .logos-wrapper {
    margin-right: 45px;
    margin-left: 45px;
  }
  .div-logo {
    width: 100%;
  }
  .div-title-logos {
    margin-right: 0px;
    margin-left: 0px;
  }
  .link-block-3 {
    display: block;
  }
  .subtitlelink {
    z-index: 10;
  }
}

#w-node-3564ec1a664d-e0f38709 {
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-12dc02e7e402-e0f38709 {
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-0feb8b7e7304-e0f38709 {
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-6d29d89f53e4-e0f38709 {
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-78e9dd33532f-63f3870b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ea22e70fe101-63f3870b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-4acb08c36e11-63f3870b {
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
}

#w-node-995694dc0e0e-63f3870b {
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-span: 4;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c98d8157e5e9-63f3870b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fbc7c09296e1-63f3870b {
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column: 3;
  grid-column-start: 3;
}

#w-node-fbc7c09296e6-63f3870b {
  -ms-grid-row-span: 2;
  grid-row-end: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-fbc7c09296e7-63f3870b {
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-span: 4;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e14541825236-63f3870b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cadfdf424c8f-63f3870b {
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
}

#w-node-cadfdf424c94-63f3870b {
  -ms-grid-row-span: 2;
  grid-row-end: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-cadfdf424c95-63f3870b {
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-span: 4;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-95b86f9f38c9-63f3870b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d0809d97363a-63f3870b {
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-d0809d97363f-63f3870b {
  -ms-grid-row-span: 2;
  grid-row-end: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d0809d973640-63f3870b {
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-span: 4;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-505cc740f178-63f3870b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a4da4ac7ef2b-2a5800ea {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@media screen and (max-width: 991px) {
  #w-node-3564ec1a664d-e0f38709 {
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-12dc02e7e402-e0f38709 {
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-0feb8b7e7304-e0f38709 {
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-6d29d89f53e4-e0f38709 {
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
  #w-node-4acb08c36e11-63f3870b {
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
  #w-node-fbc7c09296e1-63f3870b {
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
  #w-node-cadfdf424c8f-63f3870b {
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
  #w-node-cadfdf424c95-63f3870b {
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-span: 4;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-d0809d97363a-63f3870b {
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-3564ec1a664d-e0f38709 {
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-12dc02e7e402-e0f38709 {
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-0feb8b7e7304-e0f38709 {
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-6d29d89f53e4-e0f38709 {
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-4acb08c36e11-63f3870b {
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-995694dc0e0e-63f3870b {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-span: 4;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-fbc7c09296e1-63f3870b {
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
  #w-node-fbc7c09296e6-63f3870b {
    -ms-grid-row-span: 2;
    grid-row-end: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-fbc7c09296e7-63f3870b {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-span: 4;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-cadfdf424c8f-63f3870b {
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
  #w-node-cadfdf424c94-63f3870b {
    -ms-grid-row-span: 2;
    grid-row-end: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-cadfdf424c95-63f3870b {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-span: 4;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-d0809d97363a-63f3870b {
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-d0809d97363f-63f3870b {
    -ms-grid-row-span: 2;
    grid-row-end: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-d0809d973640-63f3870b {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-span: 4;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-3564ec1a664d-e0f38709 {
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-12dc02e7e402-e0f38709 {
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-0feb8b7e7304-e0f38709 {
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-6d29d89f53e4-e0f38709 {
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-4acb08c36e11-63f3870b {
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-995694dc0e0e-63f3870b {
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 3;
    grid-column-start: 3;
  }
  #w-node-c98d8157e5e9-63f3870b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-fbc7c09296e1-63f3870b {
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
  #w-node-fbc7c09296e6-63f3870b {
    -ms-grid-row-span: 2;
    grid-row-end: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-fbc7c09296e7-63f3870b {
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 3;
    grid-column-start: 3;
  }
  #w-node-e14541825236-63f3870b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-cadfdf424c8f-63f3870b {
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-cadfdf424c94-63f3870b {
    -ms-grid-row-span: 2;
    grid-row-end: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-cadfdf424c95-63f3870b {
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 3;
    grid-column-start: 3;
  }
  #w-node-95b86f9f38c9-63f3870b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-d0809d97363a-63f3870b {
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: end;
    align-self: end;
  }
  #w-node-d0809d97363f-63f3870b {
    -ms-grid-row-span: 2;
    grid-row-end: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-d0809d973640-63f3870b {
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 3;
    grid-column-start: 3;
  }
  #w-node-505cc740f178-63f3870b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Meargenfot webfont';
  src: url('../fonts/meargenfot-black-webfont.eot') format('embedded-opentype'), url('../fonts/meargenfot-black-webfont.woff') format('woff'), url('../fonts/meargenfot-black-webfont.ttf') format('truetype'), url('../fonts/meargenfot-black-webfont.svg') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Meargenfot webfont';
  src: url('../fonts/meargenfot-bold-webfont.eot') format('embedded-opentype'), url('../fonts/meargenfot-bold-webfont.woff') format('woff'), url('../fonts/meargenfot-bold-webfont.ttf') format('truetype'), url('../fonts/meargenfot-bold-webfont.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Meargenfot book webfont';
  src: url('../fonts/meargenfot-book-webfont.eot') format('embedded-opentype'), url('../fonts/meargenfot-book-webfont.woff') format('woff'), url('../fonts/meargenfot-book-webfont.ttf') format('truetype'), url('../fonts/meargenfot-book-webfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Meargenfot webfont';
  src: url('../fonts/meargenfot-light-webfont.eot') format('embedded-opentype'), url('../fonts/meargenfot-light-webfont.woff') format('woff'), url('../fonts/meargenfot-light-webfont.ttf') format('truetype'), url('../fonts/meargenfot-light-webfont.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}</pre></body></html>