h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Encode Sans', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

.h1 {
  font-family: 'Encode Sans', sans-serif;
  color: #2d3031;
  font-size: 32px;
  font-weight: 900;
}

.paragraph {
  max-width: none;
  font-family: 'Encode Sans', sans-serif;
  color: #2d3031;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.headline {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 200px;
  padding-bottom: 73px;
  background-position: 0% 0%;
  background-size: cover;
}

.container-max-600 {
  max-width: 600px;
}

.button-default {
  margin-top: 0px;
  padding: 8px 16px;
  border-radius: 20px;
  background-color: #ef9e43;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.34);
  font-family: 'Encode Sans', sans-serif;
  color: #fff;
  text-align: left;
  letter-spacing: 1.4px;
}

.button-default:hover {
  background-color: #fff;
  color: #ef9e43;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 70px;
  max-height: 70px;
  max-width: none;
  margin-top: 30px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-bottom-right-radius: 20px;
  background-color: transparent;
  color: #565c5f;
}

.brand {
  position: relative;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 50px;
  margin-top: 10px;
  margin-right: 23px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  -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;
  background-position: 0% 50%;
  background-size: 110px 50px;
  background-repeat: no-repeat;
}

.nav-link-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  font-family: 'Encode Sans', sans-serif;
  color: #565c5f;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.nav-link-normal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding-right: 13px;
  padding-left: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Encode Sans', sans-serif;
  color: #565c5f;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.container-max-1230 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  max-width: 1206px;
  margin-right: 24px;
  margin-left: 24px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.15);
}

.section-txt-box {
  margin-bottom: 30px;
}

.right-menu {
  position: static;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  clear: none;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  text-align: left;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1230px;
  max-width: 1230px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-default-menu {
  margin-top: 0px;
  margin-left: 13px;
  padding: 8px 16px;
  border-radius: 20px;
  background-color: #ef9e43;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.34);
  font-family: 'Encode Sans', sans-serif;
  color: #fff;
  text-align: left;
  letter-spacing: 1.4px;
}

.button-default-menu:hover {
  background-color: #fff;
  color: #ef9e43;
}

.nav-link-lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 26px;
  padding-right: 13px;
  padding-left: 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Encode Sans', sans-serif;
  color: #565c5f;
  font-size: 12px;
  font-weight: 500;
}

.section-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.links-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  max-height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.active-menu-element {
  padding-right: 13px;
  padding-left: 13px;
}

.menu-active-line {
  position: relative;
  top: -12px;
  width: 100%;
  height: 1.5px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #ef9e43;
}

.arrow-down {
  position: relative;
  top: -19px;
  width: 8px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  background-image: url('../../images/path-20-copy.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.video-section {
  width: 100%;
  height: 120%;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../../images/1-bg-v-3-rectangle-mask2x.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.image {
  display: inline-block;
  max-width: none;
  text-align: left;
}

.container-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 960px;
  margin-top: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.text-img-section {
  max-width: 1280px;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.div-block-2 {
  height: auto;
  max-width: 408px;
  margin-right: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading {
  margin-top: 0px;
  font-family: 'Encode Sans', sans-serif;
  color: #222626;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.6px;
}

.paragraph-2 {
  margin-bottom: 0px;
  font-family: 'Encode Sans', sans-serif;
  color: #222626;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.image-2 {
  position: static;
  height: auto;
  border-bottom-right-radius: 20px;
}

.container-content-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 637px;
  max-width: 960px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.three-items-col {
  max-width: 1280px;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  margin-right: 75px;
  -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;
}

.image-3 {
  position: absolute;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  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: 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;
}

.heading-2 {
  font-family: 'Encode Sans', sans-serif;
  color: #222626;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.heading-3 {
  font-family: 'Encode Sans', sans-serif;
  color: #222626;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.heading-4 {
  font-family: 'Encode Sans', sans-serif;
  color: #222626;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.paragraph-3 {
  font-family: 'Encode Sans', sans-serif;
  color: #222626;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.container-content2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 960px;
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-copy {
  display: none;
  max-width: 480px;
  margin-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-7 {
  display: block;
  max-height: 70px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.title-section {
  max-width: 100%;
  min-height: 440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 200px;
  padding-bottom: 129px;
  background-color: #ebebeb;
}

.container-max-798 {
  max-width: 798px;
}

.heading-5 {
  font-size: 44px;
  line-height: 54px;
  letter-spacing: 2.93px;
}

.review-headline-section {
  max-width: 960px;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.heading-center {
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Encode Sans', sans-serif;
  color: #222626;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.6px;
}

.container-content6-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 960px;
  margin-top: auto;
  padding-top: 100px;
  padding-bottom: 120px;
  -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;
}

.text-block-6sect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 602px;
  margin-right: auto;
  margin-bottom: 50px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.quote-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 324px;
  max-height: 324px;
  max-width: 100%;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebebeb;
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.heading-6 {
  font-family: 'Encode Sans', sans-serif;
  font-size: 32px;
  line-height: 42px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 2px;
}

.container-max-938 {
  max-width: 938px;
}

.text-img-more-section {
  max-width: 1280px;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.paragraph-8 {
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-family: 'Encode Sans', sans-serif;
  color: #222626;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.txt-text-img-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  margin-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.img-block {
  height: auto;
  max-width: 408px;
  margin-right: 70px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.features-section {
  max-width: 100%;
  min-height: 440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ebebeb;
}

.text-block-9sect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 660px;
  margin-right: 60px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}

.heading-left {
  margin-top: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Encode Sans', sans-serif;
  color: #222626;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1.6px;
}

.container-max-960 {
  max-width: 960px;
}

.paragraph-9 {
  margin-bottom: 0px;
  padding-bottom: 5px;
  font-family: 'Encode Sans', sans-serif;
  color: #222626;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.txt-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 263px;
  margin-right: auto;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom-right-radius: 18px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.img-block-screen-shadow {
  height: auto;
  max-width: none;
  margin-right: 13px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
}

.txt-block-9-without-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 263px;
  margin-right: auto;
  padding: 10px 0px 0px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom-right-radius: 18px;
  background-color: transparent;
}

.line---gray {
  width: 60px;
  height: 2px;
  margin-bottom: 0px;
  background-color: #dedad8;
}

.txt-block-8-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: transparent;
}

.section---features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.line---orange {
  width: 60px;
  height: 2px;
  margin-bottom: 4px;
  background-color: #ef9e43;
}

.wide-swiper-section {
  max-width: 1280px;
  min-height: 440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.press-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 305px;
  min-width: 305px;
  margin-right: 20px;
  padding: 32px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom-right-radius: 18px;
  background-color: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
}

.paragraph-extra-small {
  margin-bottom: 0px;
  padding-bottom: 11px;
  font-family: 'Encode Sans', sans-serif;
  color: #888989;
  font-size: 11px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1.1px;
}

.section---press {
  position: relative;
  right: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-10sect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 660px;
  margin-right: 0px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}

.paragraph-10 {
  margin-bottom: 0px;
  padding-bottom: 5px;
  font-family: 'Encode Sans', sans-serif;
  color: #222626;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2px;
}

.link-10 {
  margin-bottom: -13px;
  padding-bottom: 0px;
  font-family: 'Encode Sans', sans-serif;
  color: #ef9e43;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 6px;
}

.arrow-link {
  margin-left: 17px;
  padding-left: 0px;
}

.link-block {
  margin-top: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-decoration: none;
}

.pagination-section-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 602px;
  margin: 0px auto auto;
  -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;
}

.active-page {
  margin-top: 0px !important;
  margin-bottom: auto !important;
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
  font-family: 'Encode Sans', sans-serif !important;
  color: #565c5f !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-align: center !important;
  letter-spacing: 0.87px !important;
}

.inactive-page {
  margin-top: 0px;
  margin-bottom: auto;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Encode Sans', sans-serif;
  color: #888989;
  font-size: 8px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.87px;
}

.our-partners-section {
  max-width: 100%;
  min-height: 370px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ebebeb;
}

.container-sect-11 {
  max-width: 960px;
}

.text-block-11sect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 660px;
  margin-right: auto;
  margin-bottom: 30px;
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}

.section-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo-partner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100px;
  -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;
}

.headline-button-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 324px;
  max-height: 324px;
  max-width: 100%;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebebeb;
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer {
  max-width: 100%;
  min-height: 215px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #2d3031;
}

.menu-links-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1112px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #333;
  text-align: right;
}

.link-block-footer {
  margin-left: 42px;
  text-decoration: none;
}

.link-block-footer:hover {
  color: #ef9e43;
}

.link-footer {
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'Encode Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-footer:hover {
  color: #ef9e43;
}

.footer-2nd-section {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.footer-right {
  position: static;
  right: 0%;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.footer-left {
  position: static;
  left: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.footer-1nd-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -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-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.logo-white-footer {
  margin-right: 60px;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Encode Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: left;
  letter-spacing: 2.4px;
}

.address-paragraph {
  margin-right: 40px;
  font-family: 'Encode Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2.4px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-social {
  margin-left: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-decoration: none;
}

.footer-social:hover {
  color: #ef9e43;
}

.image-4 {
  display: inline-block;
}

.socials-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 195px;
  -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;
}

.line-footer {
  width: 195px;
  height: 2px;
  margin-top: 4px;
  background-color: #ef9e43;
}

.page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -10px;
}

.page-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 10px;
}

.arrow-link-gray-right {
  margin-left: 0px;
  padding-left: 0px;
}

.arrow-link-gray-left {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.link-block-2 {
  margin-right: 28px;
}

.review-block-bg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 676px;
  height: 100%;
  min-height: 285px;
  padding: 38px 20px 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Encode Sans', sans-serif;
  color: #ef9e43;
  font-size: 14px;
  letter-spacing: 4px;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Encode Sans', sans-serif;
  color: #2d3031;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 3px;
}

.paragraph-11 {
  font-family: 'Encode Sans', sans-serif;
  color: #2d3031;
  font-weight: 300;
}

.image-5 {
  position: relative;
  left: 0px;
  top: 0px;
  margin-right: 0px;
}

.pagination-section-orange {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 602px;
  margin: 160px auto 0px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  align-self: center;
}

.active-page-orange {
  margin-top: 0px !important;
  margin-bottom: auto !important;
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
  font-family: 'Encode Sans', sans-serif !important;
  color: #ef9e43 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-align: center !important;
  letter-spacing: 0.87px !important;
}

.inactive-page2 {
  margin-top: 0px;
  margin-bottom: auto;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Encode Sans', sans-serif;
  color: #dedad8;
  font-size: 8px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.87px;
}

.arrow-link-orange-left {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.arrow-link-orange-right {
  margin-left: 0px;
  padding-left: 0px;
}

.right-section-review {
  max-width: 468px;
  margin-top: 32px;
}

.left-section-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 149px;
  margin-right: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 58px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-7 {
  opacity: 1;
}

.heading-10 {
  font-family: 'Encode Sans', sans-serif;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: 3.82px;
}

.follow-us {
  margin-right: 33px;
  font-family: 'Encode Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.video-section-small {
  width: 960px;
  height: 120%;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/1-bg-v-3-rectangle-mask2x.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.headline-short-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 324px;
  max-height: 324px;
  max-width: 100%;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/22x.png');
  background-size: cover;
}

.headline-short-img-centertxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 324px;
  max-height: 324px;
  max-width: 100%;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/22x.png');
  background-size: cover;
  text-align: center;
}

/* .headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 324px;
  max-height: 324px;
  max-width: 100%;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
} */
.gray-bg {
  background-image: none;
  background-color: #ebebeb !important;
}

.white-bg {
  background-image: none;
  background-color: white !important;
}

.orange-bg {
  background-image: none;
  background-color: #ef9e43 !important;
}

.our-partners-sectiona {
  max-width: 100%;
  min-height: 370px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.three-items-col white-bg {
  max-width: 100%;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.div-block-11 {
  margin-right: 16px;
  text-align: center;
}

.three-items-col gray-bg {
  max-width: 100%;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ebebeb;
}

.container-content-first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 960px;
  margin-top: auto;
  padding-top: 100px;
  padding-bottom: 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.review-headline-sectiona {
  max-width: 100%;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ebebeb;
}

.left-text-img-more-section {
  max-width: 1280px;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.img-block-right {
  height: auto;
  max-width: 408px;
  margin-right: 0px;
  margin-left: 70px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.txt-block-8-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: transparent;
}

.text-img-more-sectionb {
  max-width: 100%;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ebebeb;
}

.right-text-img-more-section {
  max-width: 100%;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ebebeb;
}

@media screen and (max-width: 991px) {
  .headline {
    max-width: 100%;
  }

  .navbar {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-active {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link-normal {
    -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;
  }

  .container-max-1230 {
    position: static;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: 720px;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -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;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom-right-radius: 0px;
  }

  .right-menu {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 252px;
    margin-right: auto;
    margin-left: auto;
    clear: none;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -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;
    text-align: left;
  }

  .nav-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: auto;
    display: block;
    width: 720px;
    height: auto;
    max-height: none;
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom-right-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
  }

  .button-default-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link-lang {
    -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;
  }

  .section-navbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -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;
  }

  .links-menu {
    position: relative;
    height: auto;
    max-height: none;
    min-width: auto;
    margin-top: 10px;
    clear: none;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .left-menu {
    position: static;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .active-menu-element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-active-line {
    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;
  }

  .menu-button {
    display: block;
    width: 70px;
    height: 70px;
    max-height: 70px;
    max-width: 70px;
    margin-left: auto;
    padding: 0px;
    -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-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: transparent;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .arrow-down {
    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;
  }

  .video-section {
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-content {
    height: auto;
    max-width: 100%;
    min-height: 380px;
    padding: 60px 40px;
  }

  .text-img-section {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-2 {
    height: auto;
    max-width: 50%;
  }

  .image-2 {
    height: auto;
    max-width: 100%;
  }

  .container-content-video {
    height: 380px;
    max-width: 100%;
  }

  .three-items-col {
    height: auto;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-content2 {
    height: auto;
    max-width: 100%;
    padding: 60px 40px;
  }

  .div-block-copy {
    display: none;
    max-width: 50%;
  }

  .title-section {
    height: auto;
    max-width: none;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .container-max-798 {
    max-width: none;
    padding-right: 24px;
    padding-left: 24px;
  }

  .review-headline-section {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-content6-section {
    height: auto;
    max-width: 100%;
    padding: 100px 40px;
  }

  .text-block-6sect {
    max-width: 80%;
  }

  .quote-section {
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 324px;
  }

  .container-max-938 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .text-img-more-section {
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .txt-text-img-section {
    max-width: 50%;
  }

  .img-block {
    height: auto;
    max-width: 50%;
  }

  .features-section {
    max-width: none;
    min-height: 440px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-block-9sect {
    max-width: 100%;
    margin-right: 0px;
  }

  .container-max-960 {
    max-width: none;
    padding-right: 24px;
    padding-left: 24px;
  }

  .txt-block-9 {
    max-width: none;
    margin-bottom: 10px;
  }

  .img-block-screen-shadow {
    height: auto;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .txt-block-9-without-bg {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .txt-block-8-right {
    max-width: 50%;
  }

  .section---features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wide-swiper-section {
    max-width: none;
    min-height: 440px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .press-block {
    max-width: none;
    margin-bottom: 10px;
  }

  .section---press {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-block-10sect {
    max-width: 100%;
    margin-right: 0px;
  }

  .pagination-section-gray {
    max-width: 50%;
  }

  .our-partners-section {
    max-width: none;
    min-height: 440px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-sect-11 {
    max-width: none;
    padding-right: 24px;
    padding-left: 24px;
  }

  .text-block-11sect {
    max-width: 100%;
    margin-right: 0px;
  }

  .section-partners {
    -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;
  }

  .headline-button-section {
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 324px;
    background-size: auto 100%;
  }

  .footer {
    max-width: none;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .menu-links-footer {
    max-width: none;
    padding-right: 24px;
    padding-left: 24px;
  }

  .footer-2nd-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-1nd-section {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .logo-white-footer {
    margin-bottom: 20px;
  }

  .address-footer {
    display: block;
    clear: none;
  }

  .div-block-9 {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .review-block-bg {
    min-width: auto;
  }

  .image-5 {
    margin-right: 16px;
  }

  .pagination-section-orange {
    position: absolute;
    max-width: none;
    margin-top: 170px;
    margin-bottom: auto;
    margin-left: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .left-section-review {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .close-mobile {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: none;
    width: 21px;
    height: 21px;
    margin-left: 25px;
  }

  .menu-mobile {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: block;
    width: 21px;
    height: 21px;
    margin-left: 25px;
  }

  .div-block-10 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .image-7 {
    max-width: 30%;
  }

  .image-8 {
    max-width: 30%;
  }

  .image-9 {
    max-width: 30%;
  }

  .video-section-small {
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .headline-short-img {
    max-width: 100%;
  }

  .headline-short-img-centertxt {
    max-width: 100%;
  }

  .headlinec {
    max-width: 100%;
  }

  .headlined {
    max-width: 100%;
  }

  .our-partners-sectiona {
    max-width: none;
    min-height: 440px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .three-items-col white-bg {
    height: auto;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .three-items-col gray-bg {
    height: auto;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-content-first {
    height: auto;
    max-width: 100%;
    padding: 60px 40px;
  }

  .review-headline-sectiona {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .left-text-img-more-section {
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .img-block-right {
    height: auto;
    max-width: 50%;
  }

  .txt-block-8-left {
    max-width: 50%;
  }

  .right-text-img-more-section {
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .headline {
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .container-max-1230 {
    max-width: 520px;
  }

  .nav-menu {
    width: 520px;
    max-width: 520px;
  }

  .video-section {
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .container-content {
    height: auto;
    margin-top: auto;
    padding: 0px 24px;
    -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-img-section {
    margin-right: auto;
    margin-left: auto;
    padding: 60px 0px;
    background-image: none;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 70%;
    margin: 20px auto;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
  }

  .heading {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .three-items-col {
    margin-right: auto;
    margin-left: auto;
    padding: 60px 0px;
    background-image: none;
  }

  .div-block-3 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .div-block-3-copy {
    width: 100%;
    margin-right: 0px;
  }

  .container-content2 {
    height: auto;
    margin-top: auto;
    padding: 0px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title-section {
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .review-headline-section {
    margin-right: auto;
    margin-left: auto;
    padding: 60px 0px;
    background-image: none;
  }

  .heading-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .container-content6-section {
    height: auto;
    margin-top: auto;
    padding: 0px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-6sect {
    max-width: 100%;
    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;
  }

  .quote-section {
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .container-max-938 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-img-more-section {
    margin-right: auto;
    margin-left: auto;
    padding: 60px 0px;
    background-image: none;
  }

  .txt-text-img-section {
    max-width: 100%;
    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;
  }

  .img-block {
    display: block;
    max-width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .features-section {
    margin-right: auto;
    margin-left: auto;
    padding: 60px 24px;
    background-image: none;
  }

  .text-block-9sect {
    max-width: 100%;
    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;
  }

  .heading-left {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .container-max-960 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .txt-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    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;
  }

  .img-block-screen-shadow {
    display: block;
    max-width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .txt-block-9-without-bg {
    max-width: 100%;
    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;
  }

  .txt-block-8-right {
    max-width: 100%;
    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;
  }

  .section---features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .line---orange {
    margin-bottom: 4px;
    background-color: #ef9e43;
  }

  .wide-swiper-section {
    margin-right: auto;
    margin-left: auto;
    padding: 60px 24px;
    background-image: none;
  }

  .press-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: 20px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .section---press {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
  }

  .text-block-10sect {
    max-width: 100%;
    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;
  }

  .pagination-section-gray {
    max-width: 100%;
    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;
  }

  .active-page {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .inactive-page {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .our-partners-section {
    margin-right: auto;
    margin-left: auto;
    padding: 60px 24px;
    background-image: none;
  }

  .container-sect-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-11sect {
    max-width: 100%;
    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;
  }

  .section-partners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .headline-button-section {
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .footer {
    margin-right: auto;
    margin-left: auto;
    padding: 60px 24px;
    background-image: none;
  }

  .menu-links-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-2nd-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-1nd-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-9 {
    margin-bottom: 20px;
  }

  .review-block-bg {
    width: 500px;
    padding-bottom: 38px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .pagination-section-orange {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 30px;
    max-width: 100%;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .active-page-orange {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .inactive-page2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .right-section-review {
    margin-bottom: 40px;
  }

  .left-section-review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video-section-small {
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .headline-short-img {
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .headline-short-img-centertxt {
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .headlinec {
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .headlined {
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .our-partners-sectiona {
    margin-right: auto;
    margin-left: auto;
    padding: 60px 24px;
    background-image: none;
  }

  .three-items-col white-bg {
    margin-right: auto;
    margin-left: auto;
    padding: 60px 0px;
    background-image: none;
  }

  .div-block-11 {
    text-align: left;
  }

  .three-items-col gray-bg {
    margin-right: auto;
    margin-left: auto;
    padding: 60px 0px;
    background-image: none;
  }

  .container-content-first {
    height: auto;
    margin-top: auto;
    padding: 0px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .review-headline-sectiona {
    margin-right: auto;
    margin-left: auto;
    padding: 60px 0px;
    background-image: none;
  }

  .left-text-img-more-section {
    margin-right: auto;
    margin-left: auto;
    padding: 60px 0px;
    background-image: none;
  }

  .img-block-right {
    display: block;
    max-width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .txt-block-8-left {
    max-width: 100%;
    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;
  }

  .text-img-more-sectionb {
    margin-right: auto;
    margin-left: auto;
    padding: 60px 0px;
    background-image: none;
  }

  .right-text-img-more-section {
    margin-right: auto;
    margin-left: auto;
    padding: 60px 0px;
    background-image: none;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    text-align: left;
  }

  .headline {
    padding: 180px 24px 100px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .navbar {
    height: 50px;
    max-height: 50px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .brand {
    position: static;
    left: auto;
    display: block;
    width: 66px;
    height: 30px;
    max-height: 30px;
    max-width: 66px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-position: 0% 0%;
    background-size: 66px 30px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    font-family: 'Encode Sans', sans-serif;
    color: #565c5f;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
  }

  .nav-link-normal {
    margin-right: auto;
    margin-left: auto;
  }

  .container-max-1230 {
    width: 100%;
    height: 50px;
    max-width: none;
  }

  .nav-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: auto;
    max-width: none;
    min-width: auto;
    margin-right: 24px;
    margin-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .links-menu {
    width: auto;
    min-width: auto;
    margin-top: 10px;
  }

  .left-menu {
    height: 30px;
    max-height: 30px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .menu-button {
    position: static;
    right: 0px;
    display: block;
    width: 50px;
    height: 50px;
    max-height: 50px;
    max-width: 50px;
    margin-right: 0px;
    margin-left: auto;
    padding: 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-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
    color: transparent;
    text-align: left;
  }

  .menu-button.w--open {
    background-color: transparent;
    background-image: none;
  }

  .icon {
    position: static;
    display: none;
    overflow: visible;
    width: 50px;
    height: 50px;
    margin: auto;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    background-image: url('../images/group.svg');
    background-position: 50% 50%;
    background-size: 25px 19px;
    background-repeat: no-repeat;
    color: transparent;
    text-align: center;
  }

  .video-section {
    height: auto;
    padding-right: 24px;
    padding-bottom: 0px;
    padding-left: 24px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .container-content {
    height: auto;
    margin-top: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-img-section {
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 24px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .div-block-2 {
    height: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .image-2 {
    height: auto;
    max-width: 270px;
  }

  .container-content-video {
    height: auto;
    min-height: 290px;
  }

  .three-items-col {
    height: auto;
    min-height: 500px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 24px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .container-content2 {
    height: auto;
    margin-top: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-copy {
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }

  .title-section {
    min-height: auto;
    padding: 60px 24px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .container-max-798 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-5 {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 29px;
    line-height: 39px;
    text-align: center;
  }

  .review-headline-section {
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 24px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .container-content6-section {
    height: auto;
    margin-top: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-6sect {
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }

  .quote-section {
    padding: 60px 20px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .heading-6 {
    font-size: 24px;
    line-height: 34px;
  }

  .container-max-938 {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-img-more-section {
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 24px 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .txt-text-img-section {
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .img-block {
    height: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .features-section {
    padding: 60px 24px;
    background-image: none;
  }

  .text-block-9sect {
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }

  .txt-block-9 {
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .img-block-screen-shadow {
    height: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .txt-block-9-without-bg {
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .txt-block-8-right {
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }

  .wide-swiper-section {
    padding: 60px 24px;
    background-image: none;
  }

  .press-block {
    max-width: 100%;
    min-width: 260px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: auto;
    padding-right: 20px;
  }

  .text-block-10sect {
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }

  .paragraph-10 {
    font-size: 18px;
  }

  .pagination-section-gray {
    max-width: 100%;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
  }

  .our-partners-section {
    padding: 60px 24px;
    background-image: none;
  }

  .text-block-11sect {
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }

  .logo-partner-block {
    width: 100%;
    height: 100px;
  }

  .headline-button-section {
    padding: 60px 20px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .footer {
    padding: 60px 24px;
    background-image: none;
  }

  .link-block-footer {
    margin-bottom: 25px;
  }

  .footer-2nd-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer-right {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer-1nd-section {
    -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;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .div-block-9 {
    margin-bottom: 20px;
  }

  .review-block-bg {
    width: 290px;
  }

  .image-5 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .pagination-section-orange {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 20px;
    max-width: 100%;
    margin: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .right-section-review {
    position: static;
    margin-bottom: 40px;
    font-family: 'Encode Sans', sans-serif;
  }

  .left-section-review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .close-mobile {
    display: none;
    margin-top: 16px;
    margin-left: 16px;
  }

  .menu-mobile {
    margin-top: 15px;
    margin-left: 16px;
  }

  .utility-page-content {
    width: 300px;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: 20px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-7 {
    position: relative;
    max-width: 30%;
  }

  .heading-10 {
    font-size: 28px;
  }

  .image-8 {
    position: relative;
    max-width: 30%;
  }

  .image-9 {
    position: relative;
    max-width: 30%;
  }

  .video-section-small {
    height: auto;
    padding-right: 24px;
    padding-bottom: 0px;
    padding-left: 24px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .headline-short-img {
    padding: 180px 24px 100px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .headline-short-img-centertxt {
    padding: 180px 24px 100px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .headlinec {
    padding: 180px 24px 100px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .headlined {
    padding: 180px 24px 100px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .our-partners-sectiona {
    padding: 60px 24px;
    background-image: none;
  }

  .three-items-col white-bg {
    height: auto;
    min-height: 500px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 24px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .three-items-col gray-bg {
    height: auto;
    min-height: 500px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 24px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .container-content-first {
    height: auto;
    margin-top: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .review-headline-sectiona {
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 24px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .left-text-img-more-section {
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 24px 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .img-block-right {
    height: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .txt-block-8-left {
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }

  .text-img-more-sectionb {
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 24px 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .right-text-img-more-section {
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 24px 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }
}

