.body {
  margin-top: 0px;
  padding-top: 0px;
  border-color: red;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: opacity 708ms ease;
  transition: opacity 708ms ease;
  direction: rtl;
  font-family: Rubik, sans-serif;
  line-height: 20%;
  font-weight: 700;
}

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

.heading {
  direction: rtl;
  font-weight: 400;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 550px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -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;
  border-style: none;
  border-width: 1px 1px 0px;
  border-color: #bdbdbd #bdbdbd transparent;
  box-shadow: 1px 1px 3px 0 #d3d3d3;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-color: transparent;
  border-bottom-width: 0px;
  background-color: #f8f8f8;
}

.image {
  position: relative;
  height: 100%;
}

.textarea {
  position: static;
  overflow: auto;
  height: 138px;
  margin-bottom: 13px;
  padding-top: 0px;
  padding-bottom: 0px;
  clear: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 448px;
  margin-bottom: 0px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  direction: rtl;
}

.submit-button {
  padding: 17px 49px;
  border-style: solid;
  border-color: #000;
  border-radius: 5px;
  background-color: #496f8d;
  direction: rtl;
}

.radio-button-field {
  margin-right: 15px;
  padding-left: 0px;
  float: left;
  clear: none;
  direction: rtl;
}

.radio-button {
  float: right;
}

.field-label {
  margin-right: 4px;
  padding-top: 8px;
  padding-right: 17px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 10px;
  padding: 8px 8px 8px 15px;
  -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;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  background-color: #ebebeb;
}

.heading-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  direction: rtl;
  color: #476581;
  font-size: 35px;
  line-height: 36px;
  font-weight: 300;
}

.form {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-field {
  margin-bottom: 12px;
  border-radius: 5px;
  color: #444;
  font-weight: 500;
}

.text-field-2 {
  border-radius: 5px;
  font-weight: 500;
}

.text-block {
  color: #275763;
}

.text-block-2 {
  text-align: center;
}

.div-block-5 {
  width: 100vw;
  height: 100vh;
  padding-top: 50px;
  border-radius: 5px;
  background-color: #ebebeb;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-7 {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

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

.field-label-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #5d5d5d;
  line-height: 128%;
  font-weight: 500;
  text-align: right;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #e2e2e2;
  border-radius: 5px;
  background-color: transparent;
}

.select-field {
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-color: #dfdfdf;
  border-radius: 5px;
  background-color: transparent;
  color: #5f5f5f;
  font-weight: 500;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 33px;
  -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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-11 {
  width: 30%;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px;
  -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;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #eee;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  background-color: transparent;
}

.paragraph {
  height: auto;
  margin-bottom: 9px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d3d3d3;
  color: grey;
  line-height: 20px;
  font-weight: 400;
}

.div-block-14 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-15 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/businessman-2956974_1920.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-16 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  padding-top: auto;
  padding-bottom: 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;
  background-image: -webkit-linear-gradient(270deg, rgba(59, 39, 19, .72), rgba(59, 39, 19, .72)), url('../images/home-office-569153_1920.jpg');
  background-image: linear-gradient(180deg, rgba(59, 39, 19, .72), rgba(59, 39, 19, .72)), url('../images/home-office-569153_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  direction: rtl;
}

.div-block-17 {
  width: 100vw;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 70px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.brand {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
  opacity: 1;
  color: #ccc;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.nav-menu {
  position: static;
  left: 0px;
  margin-top: -9px;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

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

.div-block-19 {
  position: relative;
  display: block;
  width: 90%;
  max-width: 800px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.heading-4 {
  position: relative;
  display: block;
  width: auto;
  max-width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  -webkit-perspective: 715px;
  perspective: 715px;
  color: #fff;
  font-size: 57px;
  line-height: 73px;
  font-weight: 500;
  text-align: center;
}

.div-block-20 {
  display: block;
  width: 100px;
  height: 100px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: #7aa6c3;
}

._1 {
  height: 500px;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.down-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-bottom: 71px;
  margin-left: auto;
}

.image-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.link-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 6%;
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading-5 {
  position: static;
  top: -2px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 6px;
  margin-bottom: 1px;
  margin-left: 1px;
  color: #aaa;
  font-size: 30px;
  line-height: 0px;
  font-weight: 300;
}

.bold-text {
  padding-bottom: 0px;
  line-height: 26%;
}

.div-block-21 {
  position: relative;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-top: -12px;
  margin-right: 13px;
  margin-bottom: 6px;
  padding-right: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-b {
  color: #ccc;
}

.nav-b.w--current {
  color: #759796;
}

.div-block-22 {
  display: block;
  width: 70px;
  height: 4px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  background-color: #759796;
}

.bold-text-2 {
  position: relative;
  top: 0px;
  font-size: 30px;
  font-weight: 100;
}

.div-block-23 {
  display: block;
  width: 70%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading-6 {
  display: block;
  width: 65%;
  max-width: 650px;
  margin-top: 37px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 21px;
  line-height: 36px;
  font-weight: 400;
}

.div-block-24 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  min-height: 300px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #759796;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)), url('../images/header.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)), url('../images/header.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-25 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  max-height: 490px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 350px;
  max-width: 1100px;
  margin-top: 41px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.option-div {
  border-color: #dfb6b6;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 23px;
  padding-left: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-2 {
  color: #a1a1a1;
  font-size: 16px;
  line-height: 166%;
  font-weight: 500;
  text-align: center;
}

.heading-7 {
  color: #757575;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.heading-8 {
  color: #757575;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.heading-9 {
  color: #757575;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.heading-10 {
  padding-top: 11px;
  color: #759796;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 50%;
  max-width: 1050px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 253px;
  margin-top: 30px;
  -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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 400;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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-align: center;
}

.form-block-3 {
  display: block;
  width: 100%;
  margin: 7px auto 0px;
}

.heading-11 {
  margin-top: 31px;
  color: #ffad5d;
  font-size: 49px;
  font-weight: 100;
  text-align: center;
}

.submit-button-2 {
  width: 146px;
  height: 39px;
  border-radius: 100px;
  background-color: #fff;
  color: #759796;
  font-size: 18px;
  font-weight: 700;
}

.submit-button-2:hover {
  background-color: #e79b51;
  color: #fff;
}

.text-field-3 {
  margin-bottom: 0px;
  margin-left: 22px;
  border-radius: 100px;
}

.text-field-4 {
  border-radius: 100px;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 151%;
  text-align: center;
}

.logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #d3d3d3;
}

.link-block-2 {
  position: absolute;
  top: 24px;
  width: 126px;
  height: 27px;
  color: #fff;
}

.link-block-2.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-32 {
  position: relative;
  top: -6px;
  display: block;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 50px;
  margin-top: 52px;
  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;
  border-radius: 160px;
  background-color: #759796;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 17px;
}

.button:hover {
  background-color: #4b706f;
}

.text-block-3 {
  position: fixed;
  left: -38px;
  top: 0px;
  right: 47px;
  bottom: 0px;
  margin-left: -50px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.text-block-4 {
  position: fixed;
  left: -30px;
  top: 50%;
  z-index: 10000;
  margin-top: -1px;
  margin-bottom: 0px;
  padding: 12px 10px 9px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  background-color: #dadada;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #8b8b8b;
  line-height: 0%;
  font-weight: 500;
}

.div-block-33 {
  position: absolute;
  top: 0px;
  right: 0px;
}

.div-block-34 {
  top: 94px;
}

.nav-opacity {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: auto;
  display: block;
  width: 100%;
  height: 65px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
  background-color: #fff;
  opacity: 0;
}

.navbar-opacity-revealer {
  position: absolute;
  top: 61px;
  right: 0px;
  z-index: auto;
  display: block;
  width: 10px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.div-block-35 {
  width: 100%;
  height: auto;
  padding: 35px 29px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  background-color: transparent;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -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;
}

.image-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo {
  margin-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
  opacity: 0.46;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.logo:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.24);
  -ms-transform: scale(1.24);
  transform: scale(1.24);
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 54px;
  padding-bottom: 54px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 0px none #d3d3d3;
  border-bottom: 0px none #ddd;
  background-color: #eee;
  background-image: none;
  background-position: 0px 0px;
}

.div-block-38 {
  display: block;
  width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-4 {
  color: #759796;
  font-size: 15px;
  line-height: 157%;
  font-weight: 500;
}

.div-block-40 {
  width: 25%;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.block-title {
  width: 25%;
  padding-right: 14px;
  padding-left: 23px;
}

.image-5 {
  width: 124px;
  margin-top: 11px;
  margin-left: 33px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 34px;
  border-color: #c9c9c9;
  border-left-style: solid;
  border-left-width: 1px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-5:hover {
  margin-top: 0px;
}

.heading-12 {
  width: 575px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #6d6d6d;
  font-size: 42px;
  line-height: 53px;
  font-weight: 100;
  text-align: right;
}

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

.title-heading {
  margin-bottom: 12px;
  color: #797979;
  font-size: 25px;
  font-weight: 700;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 53px;
  -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;
}

.navbar-opacity-revealer-2 {
  position: absolute;
  top: 61px;
  right: 0px;
  z-index: auto;
  display: block;
  width: 10px;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.navbar-opacity-revealer-2-copy {
  position: absolute;
  top: 61px;
  right: 0px;
  z-index: auto;
  display: block;
  width: 10px;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 12px;
  height: 10px;
}

.div-block-43 {
  position: absolute;
  left: -36px;
  top: 8vh;
  z-index: 100;
  width: 230px;
  height: 230px;
  border-radius: 100%;
  background-color: hsla(0, 0%, 95%, .15);
  opacity: 1;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: hsla(0, 0%, 100%, .48);
}

.heading-13 {
  position: absolute;
  left: 42px;
  top: 3px;
  z-index: 1;
  display: block;
  width: 150px;
  margin: 35px auto auto;
  opacity: 1;
  color: #e79b51;
  font-size: 36px;
  line-height: 39px;
  font-weight: 300;
  text-align: center;
}

.div-block-44 {
  position: relative;
  display: block;
  width: 80vw;
  max-width: 1050px;
  margin: auto;
  padding-top: auto;
  padding-bottom: auto;
  text-align: center;
}

.div-block-45 {
  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;
}

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

.div-block-46 {
  position: absolute;
  left: -76px;
  top: 229px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: hsla(0, 0%, 85%, .1);
  opacity: 0;
}

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

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: transparent;
}

.brand-2 {
  float: right;
}

.nav-menu-2 {
  margin-top: 9px;
  float: left;
}

.container-3 {
  padding-right: 0px;
}

.nav2 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #a3a3a3;
}

.nav2:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #dadada;
}

.nav2.w--current {
  color: #759796;
}

.success-message {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
  background-color: #e79b51;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.error-message {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 100px;
  background-color: #ffcaca;
  color: #c30000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.link-block-3 {
  position: absolute;
  right: 19px;
  bottom: 22px;
}

.image-6 {
  width: 35px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.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: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.body-2 {
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .57), rgba(0, 0, 0, .57)), url('../images/home-office-569153_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .57), rgba(0, 0, 0, .57)), url('../images/home-office-569153_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  direction: rtl;
}

.scc {
  width: 50%;
  background-color: #e79b51;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: auto;
  padding: 12px 12px 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #e79b51;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 18px;
}

.text-block-5 {
  line-height: 0px;
}

.text-block-6 {
  text-align: center;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 35vh;
  -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;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.link-block-4 {
  text-decoration: none;
}

.image-7 {
  margin-top: 14px;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .div-block-2 {
    width: 600px;
    height: 1000px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-3 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-5 {
    height: 100%;
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .select-field {
    margin-right: 19px;
  }
  .div-block-10 {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .paragraph {
    height: auto;
    margin-bottom: 9px;
  }
  .div-block-15 {
    -webkit-box-flex: 0.5;
    -webkit-flex: 0.5 0 auto;
    -ms-flex: 0.5 0 auto;
    flex: 0.5 0 auto;
    background-position: 6px 0px;
    background-size: cover;
  }
  .div-block-16 {
    overflow: hidden;
  }
  .heading-4 {
    z-index: 18000;
    width: 65%;
    margin-top: -90px;
    opacity: 0;
    font-size: 55px;
  }
  .section {
    height: auto;
  }
  .div-block-21 {
    margin-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-b {
    color: #757575;
  }
  .div-block-24 {
    height: auto;
    min-height: 400px;
  }
  .div-block-25 {
    height: auto;
    max-height: 679px;
  }
  .div-block-26 {
    height: auto;
    margin-top: 69px;
    margin-bottom: 53px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-27 {
    width: 50%;
  }
  .div-block-29 {
    margin-top: 10px;
    margin-bottom: 29px;
    -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;
  }
  .form-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-11 {
    margin-top: 53px;
  }
  .text-field-3 {
    margin-top: -2px;
    margin-bottom: 17px;
  }
  .div-block-30 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-3 {
    margin-top: 14px;
    margin-bottom: 25px;
  }
  .text-block-4 {
    z-index: 100000;
  }
  .nav-opacity {
    z-index: auto;
  }
  .navbar-opacity-revealer {
    width: 100px;
    height: 1800px;
    background-color: transparent;
  }
  .div-block-35 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 31px;
    padding-bottom: 31px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #fff;
  }
  .div-block-36 {
    height: 129px;
    max-width: 1000px;
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .logo {
    display: block;
    width: 25%;
    margin: 8px auto;
    padding-right: 16px;
    padding-left: 16px;
    text-align: center;
  }
  .div-block-37 {
    margin-bottom: 0px;
    background-color: #f1f1f1;
  }
  .div-block-41 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .block-title {
    width: 50%;
    padding-right: 48px;
    padding-left: 35px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-5 {
    width: 130px;
    margin-top: 4px;
    padding-top: 0px;
  }
  .heading-12 {
    font-size: 37px;
    line-height: 50px;
  }
  .div-block-42 {
    margin-bottom: 43px;
    padding-right: 31px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navbar-opacity-revealer-2 {
    width: 100px;
    height: 1800px;
    background-color: transparent;
  }
  .navbar-opacity-revealer-2-copy {
    width: 100px;
    height: 1800px;
    background-color: transparent;
  }
  .div-block-43 {
    left: 13px;
    top: 6vh;
    width: 180px;
    height: 180px;
    opacity: 0;
  }
  .heading-13 {
    left: 18px;
    top: -15px;
    font-size: 26px;
    line-height: 32px;
  }
  .div-block-44 {
    width: 95vw;
  }
  .text-span-2 {
    font-size: 47px;
  }
  .div-block-46 {
    left: -2px;
    top: 186px;
    display: block;
    width: 80px;
    height: 80px;
    margin-left: 0px;
  }
  .menu-button {
    margin-left: 41px;
  }
  .navbar-2 {
    z-index: 20000;
  }
  .nav-menu-2 {
    top: 58px;
    z-index: 20000;
    margin-top: 0px;
    float: left;
    text-align: right;
  }
  .menu-button-2 {
    float: left;
  }
  .nav2 {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: justify;
  }
  .nav2.w--current {
    line-height: 10%;
    text-align: right;
  }
  .icon {
    color: #a3a3a3;
  }
  .link-block-3 {
    position: absolute;
    right: 20px;
    bottom: 16px;
  }
  .div-block-47 {
    width: 80%;
  }
  .div-block-48 {
    width: auto;
    height: auto;
    padding: 11px;
  }
  .text-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 27px;
    padding-bottom: 27px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bold-text-3 {
    text-align: center;
  }
  .bold-text-4 {
    line-height: 25px;
    text-align: center;
  }
  .text-block-6 {
    text-align: center;
  }
  .div-block-49 {
    margin-top: 35vh;
  }
}

@media (max-width: 767px) {
  .div-block-2 {
    width: 80vw;
    height: auto;
  }
  .image {
    width: 100%;
    height: auto;
  }
  .div-block-5 {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .select-field {
    margin-right: 14px;
  }
  .div-block-10 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-11 {
    width: 100%;
  }
  .paragraph {
    height: auto;
    margin-bottom: 11px;
  }
  .div-block-15 {
    height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-menu {
    z-index: 1000;
  }
  .heading-4 {
    margin-top: 0px;
    font-size: 50px;
  }
  .nav-b {
    display: block;
    direction: rtl;
    text-align: center;
  }
  .heading-6 {
    width: 80%;
    max-width: 500px;
  }
  .div-block-25 {
    max-height: none;
  }
  .div-block-26 {
    -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-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;
  }
  .div-block-27 {
    width: 80%;
    margin-bottom: 51px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .heading-11 {
    padding-right: 23px;
    padding-left: 23px;
    line-height: 64px;
  }
  .text-block-4 {
    background-color: #dfdfdf;
    color: #a0a0a0;
  }
  .navbar-opacity-revealer {
    height: 2800px;
    color: #2e2e2e;
  }
  .div-block-35 {
    height: auto;
  }
  .div-block-36 {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .logo {
    width: 18%;
    max-width: auto;
    margin: 13px 11px;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-5 {
    width: 150px;
    max-width: none;
    margin-bottom: 31px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-left-style: none;
  }
  .heading-12 {
    width: auto;
    max-width: 575px;
    text-align: center;
  }
  .div-block-42 {
    padding-right: 24px;
    padding-left: 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;
  }
  .navbar-opacity-revealer-2 {
    height: 2800px;
    color: #2e2e2e;
  }
  .navbar-opacity-revealer-2-copy {
    height: 2800px;
    color: #2e2e2e;
  }
  .div-block-43 {
    left: 14px;
    top: 28vh;
    width: 140px;
    height: 140px;
    opacity: 0;
  }
  .heading-13 {
    left: 13px;
    top: 2vh;
    width: 120px;
    margin-top: 0px;
    font-size: 22px;
    line-height: 27px;
  }
  .text-span-2 {
    font-size: 35px;
    line-height: 25px;
  }
  .div-block-46 {
    left: -19px;
    top: 331px;
    bottom: auto;
  }
  .image-6 {
    width: 25px;
  }
  .div-block-48 {
    width: auto;
    padding-right: 23px;
    padding-left: 23px;
  }
}

@media (max-width: 479px) {
  .body {
    margin-top: 0px;
    padding-top: 0px;
  }
  .div-block-2 {
    width: 100vw;
    height: 1000px;
  }
  .div-block-3 {
    height: 100%;
  }
  .submit-button {
    width: 100%;
  }
  .field-label {
    float: none;
    clear: none;
  }
  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-5 {
    height: 800px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-9 {
    -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;
  }
  .select-field {
    margin-right: 0px;
  }
  .div-block-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph {
    height: auto;
    margin-bottom: 10px;
  }
  .div-block-15 {
    background-position: -67px 0px;
    background-size: cover;
  }
  .div-block-16 {
    overflow: hidden;
    min-height: 0px;
    margin-bottom: 22px;
    padding-top: 0px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/home-office-569153_1920.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/home-office-569153_1920.jpg');
    background-position: 0px 0px, -376px 0px;
  }
  .div-block-19 {
    width: 85%;
  }
  .heading-4 {
    z-index: 12000;
    width: 65%;
    opacity: 0;
    font-size: 4vh;
    line-height: 44px;
  }
  .image-2 {
    display: none;
  }
  .div-block-22 {
    margin-top: 12vh;
  }
  .heading-6 {
    margin-top: 15vh;
    font-size: 18px;
    line-height: 24px;
  }
  .div-block-28 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-29 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-11 {
    padding-right: 56px;
    padding-left: 56px;
    line-height: 56px;
  }
  .button {
    width: 125px;
    height: 39px;
    margin-top: 8vh;
  }
  .navbar-opacity-revealer {
    height: 3500px;
  }
  .div-block-36 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo {
    width: 37%;
    margin-right: 14px;
    margin-left: 14px;
  }
  .block-title {
    width: 100%;
  }
  .image-5 {
    margin-left: 0px;
  }
  .heading-12 {
    font-size: 32px;
    line-height: 44px;
  }
  .div-block-42 {
    padding-right: 27px;
    padding-left: 27px;
  }
  .navbar-opacity-revealer-2 {
    height: 3500px;
  }
  .navbar-opacity-revealer-2-copy {
    height: 3500px;
  }
  .div-block-43 {
    left: 25px;
    top: 26vh;
    width: 120px;
    height: 120px;
    opacity: 0;
  }
  .heading-13 {
    left: 5px;
    top: 15%;
    width: 110px;
    font-size: 20px;
    line-height: 21px;
  }
  .div-block-44 {
    height: 80vh;
  }
  .text-span-2 {
    font-size: 32px;
  }
  .div-block-46 {
    left: -6px;
    top: 279px;
    width: 60px;
    height: 60px;
  }
  .navbar-2 {
    z-index: 20000;
  }
  .container-3 {
    position: relative;
    z-index: 20000;
  }
  .image-6 {
    width: 20px;
  }
  .div-block-48 {
    width: 100%;
  }
}

