.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  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;
  background-color: #bc5e3e;
  background-image: linear-gradient(63deg, #fff, #fff);
  -webkit-perspective: 0px;
  perspective: 0px;
  overflow-x: hidden;
}

.body.bv {
  background-color: transparent;
  background-image: none;
}

.body.bv.faf {
  height: auto;
  max-height: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-perspective: 0px;
  perspective: 0px;
}

.landing_hero_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-width: 1200px;
  padding-top: 100px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-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-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.img_and_text_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 100vw;
  -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;
}

.headset_wrap {
  width: 50%;
}

.heading_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 40px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.company_name {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #0c151f;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 4px;
}

.client_logo_grid {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 40px;
  grid-auto-flow: row;
  grid-column-gap: 20px;
  grid-row-gap: 53px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo_container {
  width: 100%;
  height: 100px;
  opacity: 0.6;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.logo_container:hover {
  opacity: 1;
}

.logo_container.amazon {
  background-image: url('../images/amazon_logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo_container.dell {
  background-image: url('../images/dell_logo_1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo_container.nytimes {
  background-image: url('../images/NYtimes_logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo_container.amd {
  background-image: url('../images/amd_logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo_container.edf {
  background-image: url('../images/edf_logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo_container.wholefoods {
  background-image: url('../images/wholefoods_logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.main_content_wrap {
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
}

.nav_outter {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px auto;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logo {
  position: relative;
  width: 60px;
  height: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.links_wrap {
  position: relative;
  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;
}

.nav_link {
  position: static;
  overflow: visible;
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-left: 10px;
  padding: 0px 10px;
  border-radius: 4%;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: capitalize;
}

.nav_link.w--current {
  color: #bc5e3e;
}

.nav_inner_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding-top: 0px;
  -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;
}

.scroll_down {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -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;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll_down_text {
  margin-top: 71px;
  font-family: Lato, sans-serif;
  color: #bc5e3e;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.line_wrap {
  position: relative;
  display: block;
  overflow: hidden;
  width: 2px;
  height: 30px;
}

.scroll_line {
  width: 100%;
  height: 100%;
  background-color: #bc5e3e;
}

.hamburger_wrap {
  display: none;
}

.project_section {
  position: relative;
  display: block;
  width: 100vw;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project_desc_body {
  width: 100%;
  max-width: 500px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: rgba(12, 21, 31, 0.8);
  font-size: 16px;
  line-height: 32px;
}

.project_heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 3px;
  font-family: Lato, sans-serif;
  color: #0c151f;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.project_heading.light {
  margin-top: 0px;
  font-weight: 300;
}

.image_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.front_image {
  position: relative;
  z-index: 4;
  max-width: 100%;
}

.project_description_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.back_image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 36%;
  bottom: auto;
  width: 125px;
}

.back_image.boy {
  right: 57%;
  width: 140px;
}

.middle_image {
  position: absolute;
  left: auto;
  top: auto;
  right: 12%;
  bottom: 30%;
  width: 170px;
}

.lightbox_link_play_button {
  position: absolute;
  z-index: 5;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background-color: #bc5e3e;
  background-image: url('../images/play_icon.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.lightbox_link_play_button:hover {
  background-color: #8d472f;
}

.btn_container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  clear: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  color: #0c151f;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.btn_container.top {
  -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-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  letter-spacing: 2px;
}

.image-7 {
  width: 12px;
  margin-top: 2px;
  margin-left: 6px;
  color: #bc5e3e;
}

.see_details {
  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-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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -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-style: none;
  border-width: 1px;
  border-color: #000 #000 #bc5e3e;
  color: #bc5e3e;
  font-size: 16px;
  text-decoration: none;
}

.btn-wraper {
  position: absolute;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-7 {
  font-family: 'Mission gothic', sans-serif;
  color: #0c151f;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
}

.heading-8 {
  font-family: Lato, sans-serif;
  font-size: 72px;
  line-height: 96px;
  font-weight: 700;
}

.link-block {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  color: #0c151f;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

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

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.heading-9 {
  font-family: 'Mission gothic', sans-serif;
  color: #0c151f;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

.heading-10 {
  font-family: Lato, sans-serif;
  color: #0c151f;
  font-size: 32px;
  line-height: 80px;
  font-weight: 400;
}

.div-block-8 {
  width: 50%;
}

.div-block-9 {
  width: 50%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.button {
  width: 100%;
  padding: 20px 40px;
  background-color: #bc5e3e;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-align: center;
}

.div-block-10 {
  height: 4px;
  background-color: #bc5e3e;
}

.button-2 {
  padding-top: 20px;
}

.button-3 {
  margin-top: 40px;
  padding: 20px 40px;
  border-radius: 100px;
  background-color: #bc5e3e;
  font-family: Lato, sans-serif;
  color: #0c151f;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.image-8 {
  width: 50%;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-11 {
  width: 100%;
  min-height: 400px;
  background-image: url('../images/HMD_wip6-1.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.seperater_line {
  width: 60px;
  height: 2px;
  background-color: #bc5e3e;
}

.welcome_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Mission gothic', sans-serif;
  color: #ff4100;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 2px;
}

.heading-12 {
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #0c151f;
  font-size: 40px;
  line-height: 72px;
  font-weight: 700;
  text-transform: none;
}

.hero_landing_section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3efef;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.97)), to(hsla(0, 0%, 100%, 0.97))), url('../images/store_mall_directory-24px.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.97), hsla(0, 0%, 100%, 0.97)), url('../images/store_mall_directory-24px.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 30px;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
  -webkit-perspective: 1294px;
  perspective: 1294px;
  -webkit-transform: perspective(1275px);
  transform: perspective(1275px);
}

.hero_landing_section.black {
  height: 100vh;
  padding-right: 0%;
  padding-bottom: 0px;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: linear-gradient(181deg, #000 24%, transparent);
  background-position: 0px 0px;
}

.hero_landing_section.black.kkk {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 13;
  overflow: hidden;
  width: 100vw;
  height: 150vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.hero_landing_section.hjg {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10%;
  -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;
  background-color: #fff;
  background-image: url('../images/Asset-4.svg'), url('../images/architectural-design-architecture-building-exterior-1707823.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.hero_landing_section.hjg.dgfx {
  height: auto;
  padding-top: 5%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -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: url('../images/Asset-4.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/Asset-4.svg'), linear-gradient(180deg, transparent, transparent);
  background-attachment: scroll, scroll;
}

.hero_landing_section.hjg.dgfx.ccc {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.hero_landing_section.hjg.dgfx.mns {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.hero_landing_section.hjg.ddf {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.goggles_wrap {
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.see_work_button {
  padding: 16px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 40px;
  background-color: #bc5e3e;
  box-shadow: 3px 3px 6px 0 rgba(12, 21, 31, 0.16);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.see_work_button:hover {
  background-color: #8d472f;
  box-shadow: 1px 1px 4px 0 rgba(12, 21, 31, 0.16);
  -webkit-transform: translate(0px, 4px);
  -ms-transform: translate(0px, 4px);
  transform: translate(0px, 4px);
}

.see_work_button.show_on_mobile {
  display: none;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  -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;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta_section_1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cta_header {
  margin-top: 0px;
  font-family: 'Mission gothic', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.div-block-12 {
  width: 1px;
  height: 30px;
  background-color: #0c151f;
}

.section_main_heading {
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #0c151f;
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
}

.section_main_heading.careers_main {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #0c151f;
}

.section_main_heading.about {
  margin-bottom: 20px;
  color: #0c151f;
  text-align: left;
}

.section_main_heading.works_heading {
  margin-bottom: 10px;
  color: #0c151f;
}

.cta_btn {
  padding: 16px 40px;
  border-radius: 24px;
  background-color: #ff4100;
  box-shadow: 3px 3px 6px 0 rgba(12, 21, 31, 0.16);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Mission gothic', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.cta_btn:hover {
  background-color: #8d472f;
  box-shadow: 1px 1px 4px 0 rgba(12, 21, 31, 0.16);
  -webkit-transform: translate(0px, 4px);
  -ms-transform: translate(0px, 4px);
  transform: translate(0px, 4px);
}

.cta_btn.show_on_mobile {
  display: none;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.text_column {
  padding-right: 0px;
  padding-left: 0px;
}

.image_column {
  padding-right: 0px;
  padding-left: 0px;
}

.footer_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 20px;
  -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;
  background-color: transparent;
}

.white_circle {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: #fff;
}

.white_circle.phone {
  background-image: url('../images/phone.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.white_circle.address {
  background-image: url('../images/tool_tip.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.white_circle.email {
  background-image: url('../images/mail.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.columns-4 {
  width: 100%;
  margin-bottom: 100px;
}

.contact_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 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;
}

.contact_heading {
  font-family: 'Mission gothic', sans-serif;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
}

.text-block-8 {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.link {
  font-family: Lato, sans-serif;
  color: rgba(12, 21, 31, 0.8);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.footer_links {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: rgba(12, 21, 31, 0.8);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
}

.footer_links:hover {
  color: #bc5e3e;
}

.link-3 {
  font-family: Lato, sans-serif;
  color: rgba(12, 21, 31, 0.8);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.social_btns_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 20px 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright_text {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Lato, sans-serif;
  color: rgba(12, 21, 31, 0.69);
  font-size: 14px;
  text-align: center;
}

.social_btn {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 100%;
  background-color: #bc5e3e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.social_btn.facebook {
  background-image: url('../images/facebook-letter-logo-1.svg');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.social_btn.facebook:hover {
  background-color: #3b5998;
}

.social_btn.twitter {
  background-image: url('../images/twitter-logo-silhouette-3.svg');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.social_btn.twitter:hover {
  background-color: #38a1f3;
}

.social_btn.instagram {
  background-image: url('../images/instagram-logo-2.svg');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.social_btn.instagram:hover {
  background-color: #833ab4;
}

.social_btn.linkedin {
  background-image: url('../images/linkedin-letters.svg');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.social_btn.linkedin:hover {
  background-color: #0077b5;
}

.body-2 {
  background-color: #f7f0e7;
}

.slider_section {
  width: 100vw;
  min-height: 500px;
}

.slide {
  width: 100%;
  height: 100%;
}

.div-block-13 {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: auto;
}

.slider {
  height: 100%;
}

.mask {
  height: 100%;
  min-height: 500px;
}

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

.mask-2 {
  height: 100%;
}

.project_slider {
  height: 500px;
}

.icon {
  width: 40px;
  height: 40px;
  padding-bottom: 10px;
  border-radius: 100%;
  background-color: #fff;
  color: #bc5e3e;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  -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: 4px;
}

.slider_button {
  width: 50px;
  height: 50px;
  border-style: none;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(12, 21, 31, 0.17);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.slider_button.right {
  border-style: none;
  background-image: url('../images/right_arrow_red.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 6px 0 rgba(12, 21, 31, 0.16);
}

.slider_button.right:hover {
  background-color: #bc5e3e;
  background-image: url('../images/right_arrow_left.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.slider_button.right.team_btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.slider_button.left {
  border-style: none;
  background-image: url('../images/left_arow_red.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 6px 0 rgba(12, 21, 31, 0.17);
}

.slider_button.left:hover {
  background-color: #bc5e3e;
  background-image: url('../images/left_arow_right.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  -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: 4px;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 1200px;
  padding: 10px 20px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  width: 60px;
  height: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar {
  width: 100vw;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 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: 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;
}

.heading-14 {
  width: 100%;
  font-family: 'Mission gothic', sans-serif;
  color: #0c151f;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.project_title {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #0c151f;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
}

.heading_and_body_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  font-size: 16px;
}

.columns-5 {
  width: 100%;
}

.paragraph-2 {
  font-family: Lato, sans-serif;
  color: rgba(12, 21, 31, 0.8);
  font-size: 16px;
  line-height: 32px;
}

.details_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.details_block.hide {
  display: none;
}

.text-block-9 {
  margin-right: 0px;
  font-family: Lato, sans-serif;
  color: #0c151f;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
}

.text-block-9.hide {
  display: none;
}

.details_text_dynamic {
  margin-left: 10px;
  font-family: Lato, sans-serif;
  color: rgba(12, 21, 31, 0.8);
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase;
}

.details_text_dynamic.hide {
  display: none;
}

.orange_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 1px;
  margin-bottom: 30px;
  background-color: #bc5e3e;
}

.video_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: 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 {
  margin-bottom: 0px;
}

.previous_next_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 1200px;
  padding: 40px 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-4 {
  font-family: Lato, sans-serif;
  color: #bc5e3e;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.link-5 {
  font-family: Lato, sans-serif;
  color: #bc5e3e;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

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

.btn-posnawr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60px;
  height: 60px;
  -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-style: none;
  border-width: 2px;
  border-color: #bc5e3e;
  border-radius: 100%;
  background-color: #bc5e3e;
  color: #bc5e3e;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
}

.text-block-10 {
  text-decoration: none;
}

.jelly {
  position: relative;
  z-index: 2;
  width: 0px;
  height: 0px;
  border-radius: 100%;
  background-color: #8d472f;
}

.jelly:hover {
  width: 60px;
  height: 60px;
}

.lightbox-link {
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #bc5e3e;
}

.carousel_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project_grid_item {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 65px;
  padding: 0px 15px;
}

.body-4 {
  background-color: #f7f0e7;
}

.collection-list {
  display: block;
  margin-right: -10px;
  margin-left: -10px;
  -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;
}

.next {
  width: 60px;
  height: 60px;
  margin-top: 20px;
  border-style: none;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('../images/right_arrow_red.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.project_thumbnail_image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 350px;
  margin: 0px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay {
  position: relative;
  z-index: 1;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 21, 31, 0.63);
}

.heading-16 {
  position: absolute;
  left: 0%;
  top: 25%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}

.project_info_block {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  -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;
}

.mini_white_icon {
  width: 20px;
  margin-right: 6px;
}

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

.read_project {
  position: absolute;
  left: auto;
  top: auto;
  right: 25px;
  bottom: -31px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #bc5e3e;
  background-image: url('../images/eye.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  box-shadow: 0 0 27px 0 rgba(12, 21, 31, 0.3);
}

.heading-17 {
  display: block;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #0c151f;
  font-size: 24px;
  line-height: 32px;
}

.paragraph-3 {
  font-family: Lato, sans-serif;
  color: rgba(12, 21, 31, 0.8);
  font-size: 16px;
  line-height: 24px;
}

.page-count {
  font-family: Lato, sans-serif;
  color: #0c151f;
}

.collection-item {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Mission gothic', sans-serif;
  color: #0c151f;
  font-weight: 400;
}

.all_projects_link {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Lato, sans-serif;
  color: rgba(12, 21, 31, 0.8);
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.all_projects_link:hover {
  color: #bc5e3e;
}

.all_projects_link.w--current {
  color: #bc5e3e;
  text-decoration: underline;
}

.heading-18 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Mission gothic', sans-serif;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1px;
}

.calendar_icon {
  width: 18px;
  margin-right: 5px;
}

.text-block-12 {
  margin-left: 0px;
  font-family: Lato, sans-serif;
  color: #0c151f;
}

.bold-text {
  font-family: 'Font Awesome';
  font-weight: 400;
}

.bold-text-2 {
  font-family: 'Font Awesome';
}

.see_project_text {
  font-size: 18px;
  line-height: 24px;
}

.body-5 {
  background-color: #f7f0e7;
}

.image-wrapper {
  display: block;
  overflow: hidden;
  width: 400px;
  height: 400px;
}

.team_photos_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 10px;
  -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;
}

.content_block {
  width: 50%;
  height: 700px;
}

.link-block-2 {
  width: 50px;
}

.link-block-2.w--current {
  height: 50px;
  background-color: #bc5e3e;
}

.link-block-3 {
  width: 50px;
}

.link-block-3.w--current {
  height: 50px;
  background-color: #0c151f;
}

.image-10 {
  height: 400px;
}

.slider_mask {
  position: relative;
  overflow: hidden;
  width: 500px;
  height: 500px;
}

.row_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 500px;
  height: 500px;
}

.image_1 {
  position: relative;
  overflow: scroll;
  width: 500px;
  height: 500px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.person_container {
  position: relative;
  overflow: visible;
  height: 300px;
  border-radius: 4px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.16);
  cursor: default;
}

.collection-list-2 {
  width: 100%;
}

.collection-list-wrapper {
  width: 100%;
  margin-top: 40px;
}

.collection-item-2 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.white_background {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  padding: 10px 20px;
  -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-radius: 0px 0px 4px 4px;
  background-color: #fff;
}

.team_member_name {
  font-family: 'Mission gothic', sans-serif;
  color: #0c151f;
  line-height: 24px;
  font-weight: 700;
}

.text-block-13 {
  font-family: Lato, sans-serif;
  color: rgba(12, 21, 31, 0.8);
  font-size: 12px;
  line-height: 16px;
}

.link-block-4 {
  width: 30px;
  height: 30px;
  margin-right: 2px;
  margin-left: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #0c151f;
  border-radius: 100%;
}

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

.tab-link-tab-1 {
  width: 60px;
  height: 60px;
}

.tab-link-tab-2 {
  width: 60px;
}

.tab-link-tab-2.w--current {
  height: 60px;
}

.image_link {
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 4px;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.37;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.image_link:hover {
  opacity: 1;
}

.image_link.w--current {
  opacity: 1;
}

.image_link._1 {
  margin-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.image_link._3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
}

.image_link._2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
}

.image-11 {
  height: 300px;
}

.image-12 {
  height: 300px;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -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;
}

.text_and_down_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-16 {
  width: 30px;
  height: 30px;
  background-image: url('../images/caret-down.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-list {
  width: 100%;
}

.dropdown-list.w--open {
  width: 400px;
}

.div-block-17 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #0c151f;
}

.reveal_bio_btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.reveal_bio_btn:hover {
  opacity: 0.64;
}

.dot_1 {
  width: 6px;
  height: 6px;
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 100px;
  background-color: #0c151f;
}

.bio_wrapper {
  position: absolute;
  left: 0%;
  top: 80%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: none;
  min-width: 200px;
  padding: 10px 20px;
  -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;
  border-radius: 4px;
  background-color: #f7f0e7;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.paragraph-4 {
  font-family: Lato, sans-serif;
  color: #0c151f;
  font-size: 16px;
  line-height: 32px;
}

.member_social {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-left: 0px;
  border-radius: 100%;
  background-color: #bc5e3e;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

.member_social:hover {
  background-color: #8d472f;
}

.member_social.facebook_team {
  background-image: url('../images/facebook-letter-logo-1.svg');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.member_social.twitter_team {
  background-image: url('../images/twitter-logo-silhouette-3.svg');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.member_social.linkedin_team {
  background-image: url('../images/linkedin-letters.svg');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.dot_2 {
  width: 6px;
  height: 6px;
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 100px;
  background-color: #0c151f;
}

.dot_3 {
  width: 6px;
  height: 6px;
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 100px;
  background-color: #0c151f;
}

.div-block-18 {
  width: 30px;
  height: 30px;
  background-image: url('../images/arrow-point-to-right.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.bold-text-3 {
  line-height: 0px;
}

.careers_section {
  position: relative;
  display: none;
  width: 100vw;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-19 {
  font-family: 'Mission gothic', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
}

.section_special_heading {
  margin-top: 0px;
  font-family: 'Mission gothic', sans-serif;
  color: #0c151f;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.section_special_heading.careers {
  color: #0c151f;
}

.section_special_heading.card_heading {
  position: absolute;
  left: 20px;
  top: 20px;
  right: auto;
  bottom: auto;
  color: #0c151f;
}

.section_special_heading.team_heading {
  display: block;
  color: #0c151f;
}

.body_text {
  font-family: Lato, sans-serif;
  color: rgba(12, 21, 31, 0.8);
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.body_text.about_body {
  font-size: 16px;
  text-align: left;
}

.body_text.card_text {
  width: 100%;
  text-align: left;
}

.body_text.jobs {
  margin-bottom: 100px;
}

.link-7 {
  display: inline-block;
  padding-bottom: 0px;
  border-bottom: 1px none rgba(12, 21, 31, 0.8);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: rgba(12, 21, 31, 0.8);
  text-decoration: underline;
}

.link-7:hover {
  border-bottom-style: none;
  border-bottom-color: #bc5e3e;
  color: #bc5e3e;
}

.paragraph-5 {
  font-family: Lato, sans-serif;
  color: rgba(12, 21, 31, 0.8);
  font-size: 20px;
  line-height: 32px;
}

.heading-20 {
  font-family: Lato, sans-serif;
  color: #0c151f;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3 {
  width: 100vw;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 40px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 500px;
  -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: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.services_section {
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.column-9 {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.service_image_1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -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: url('../images/services_1.svg');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.column-10 {
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-14 {
  position: relative;
  left: 20px;
  top: 20px;
  font-family: 'Mission gothic', sans-serif;
  color: #0c151f;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 2px;
}

.service_image_2 {
  position: relative;
  height: 500px;
  background-image: url('../images/services_2.svg');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
}

.card_heading {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-bottom: 40px;
  font-family: 'Mission gothic', sans-serif;
  color: #0c151f;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 2px;
}

.big_white_circle {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.big_white_circle.e_com {
  border-radius: 4px;
  background-color: #fff;
  background-image: url('../images/services_1.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.service_image_3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -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: url('../images/services_3.svg');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
}

.cms_joblink_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 10px;
  -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-bottom: 1px solid rgba(12, 21, 31, 0.1);
  font-family: Lato, sans-serif;
  color: #0c151f;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.text-block-15 {
  margin-top: 0px;
  margin-right: auto;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.arrow {
  width: 30px;
  height: 30px;
}

.button-4 {
  border-radius: 40px;
  background-color: #bc5e3e;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

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

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

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

.heading-22 {
  font-family: Lato, sans-serif;
  text-align: center;
}

.collection-list-wrapper-2 {
  margin-top: 20px;
}

.services_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -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;
  border-right: 1px solid hsla(0, 0%, 100%, 0.14);
  background-color: transparent;
}

.services_column.uno {
  border-right-style: none;
  background-color: #30567e;
}

.services_column.dos {
  border-right-style: none;
  background-color: #395d83;
}

.services_column.tres {
  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;
  border-right-style: none;
  background-color: #376290;
}

.services_icon {
  width: 80px;
  height: 80px;
  border: 1px none #fff;
  border-radius: 0%;
}

.services_icon.e_commerce {
  background-image: url('../images/integrations.svg');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.services_icon.training {
  background-image: url('../images/training-01.svg');
  background-position: 50% 50%;
  background-size: 110px;
  background-repeat: no-repeat;
}

.services_icon.sales {
  background-image: url('../images/sales-01.svg');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.text-block-16 {
  margin-top: 10px;
  font-family: 'Mission gothic', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 1px;
}

.cta_section_alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cta_btn_alt {
  padding: 16px 40px;
  background-color: #2e547d;
  box-shadow: 3px 3px 6px 0 rgba(12, 21, 31, 0.16);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.cta_btn_alt:hover {
  background-color: #233f5e;
  box-shadow: 1px 1px 4px 0 rgba(12, 21, 31, 0.16);
  -webkit-transform: translate(0px, 4px);
  -ms-transform: translate(0px, 4px);
  transform: translate(0px, 4px);
}

.cta_btn_alt.show_on_mobile {
  display: none;
}

.lines_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 6px;
  -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;
  background-color: transparent;
}

.body-6 {
  background-color: #f7f0e7;
}

.columns-7 {
  position: relative;
  width: 100%;
  height: 100%;
}

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

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-6 {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  color: rgba(12, 21, 31, 0.8);
  font-size: 18px;
  line-height: 32px;
}

.heading-23 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.text-block-17 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Mission gothic', sans-serif;
  color: rgba(12, 21, 31, 0.53);
  font-size: 16px;
  text-transform: uppercase;
}

.team_slider {
  width: 100%;
}

.team_lightobox {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.link-block-5 {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.collection-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 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;
}

.next-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

.link-block-6 {
  position: absolute;
  left: 20px;
  top: 20px;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background-color: rgba(12, 21, 31, 0.53);
  background-image: url('../images/left_arow_right.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.link-block-6:hover {
  background-color: #0c151f;
}

.pagination {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.collection-list-wrapper-3 {
  width: 100%;
}

.link-block-7 {
  width: 100%;
  height: 100px;
  border-radius: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

.link-block-7:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.link-block-7.w--current {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.collection-item-4 {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.social_block_cms {
  margin-top: 60px;
  padding-top: 0px;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-member {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 400px;
  -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;
  border-radius: 4px;
  box-shadow: 1px 1px 6px 0 rgba(12, 21, 31, 0.03);
  text-decoration: none;
}

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

.text-block-18 {
  font-family: 'Mission gothic', sans-serif;
  color: #0c151f;
  font-size: 18px;
  line-height: 24px;
}

.text-block-19 {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: rgba(12, 21, 31, 0.8);
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.text-block-20 {
  margin-left: 5px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.body-7 {
  background-color: #f7f0e7;
}

.form-section {
  display: block;
  width: 100vw;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form_field {
  height: 50px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 0px 10px 0px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 4px;
  background-color: #f8f3ed;
  font-family: Lato, sans-serif;
  color: #0c151f;
  font-size: 16px;
}

.form_field:active {
  border-color: #bc5e3e;
}

.form_field:focus {
  border-color: #bc5e3e;
}

.form_field::-webkit-input-placeholder {
  font-family: Lato, sans-serif;
  color: #747a80;
  font-size: 16px;
}

.form_field:-ms-input-placeholder {
  font-family: Lato, sans-serif;
  color: #747a80;
  font-size: 16px;
}

.form_field::-ms-input-placeholder {
  font-family: Lato, sans-serif;
  color: #747a80;
  font-size: 16px;
}

.form_field::placeholder {
  font-family: Lato, sans-serif;
  color: #747a80;
  font-size: 16px;
}

.form_field.name {
  margin-bottom: 0px;
  padding-left: 12px;
  border-style: solid;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
}

.text-field-2 {
  margin-bottom: 20px;
}

.textarea {
  margin-bottom: 20px;
}

.form_container {
  width: 100%;
  padding: 20px 0px;
  border-radius: 4px;
}

.column-13 {
  padding-left: 0px;
}

.div-block-25 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: -20px;
  margin-left: -20px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(12, 21, 31, 0.92);
}

.link-8 {
  margin-right: 5px;
  margin-left: 5px;
  font-family: Lato, sans-serif;
  color: #fff;
  text-decoration: none;
}

.text-block-21 {
  color: #fff;
}

.field-label {
  padding-left: 5px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 400;
}

.column-14 {
  padding-right: 0px;
}

.textarea-2 {
  height: 150px;
  max-height: 150px;
  min-height: 150px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 4px;
  background-color: #f8f3ed;
  font-family: Lato, sans-serif;
  color: #0c151f;
  font-size: 16px;
}

.textarea-2:active {
  border-color: #bc5e3e;
}

.textarea-2:focus {
  border-color: #bc5e3e;
  font-family: Lato, sans-serif;
  color: #0c151f;
  font-size: 16px;
}

.textarea-2::-webkit-input-placeholder {
  color: rgba(12, 21, 31, 0.57);
}

.textarea-2:-ms-input-placeholder {
  color: rgba(12, 21, 31, 0.57);
}

.textarea-2::-ms-input-placeholder {
  color: rgba(12, 21, 31, 0.57);
}

.textarea-2::placeholder {
  color: rgba(12, 21, 31, 0.57);
}

.submit-button {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 24px;
  background-color: #bc5e3e;
  box-shadow: 3px 3px 6px 0 rgba(12, 21, 31, 0.16);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  cursor: pointer;
}

.submit-button:hover {
  background-color: #8d472f;
  box-shadow: 1px 1px 4px 0 rgba(12, 21, 31, 0.16);
  -webkit-transform: translate(0px, 4px);
  -ms-transform: translate(0px, 4px);
  transform: translate(0px, 4px);
}

.columns-8 {
  overflow: visible;
}

.column-15 {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.column-16 {
  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;
  -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-24 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #0c151f;
}

.text-block-22 {
  font-family: Lato, sans-serif;
  color: #0c151f;
  font-size: 18px;
  font-weight: 700;
}

.social_btns_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-2 {
  display: none;
  width: 100vw;
  max-width: 1200px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-2 {
  position: fixed;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  box-shadow: 1px 1px 6px 0 #cbcbcb;
  padding: 10px 0;
}

.logo_link {
  position: fixed;
  left: 10%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 0px 5px 5px 0px;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.logo_link:hover {
  opacity: 0.7;
}

.logo_link.w--current {
  width: 75px;
  height: 75px;
}

.nav_item {
  position: relative;
  z-index: 1;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #0c151f;
  text-decoration: none;
  cursor: pointer;
}

.nav_item:hover {
  color: #bc5e3e;
}


.image-13 {
  padding-left: 20px;
}

.div-block-26 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  max-width: 1280px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
  background-color: transparent;
}

.div-block-26.hjc {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-25 {
  font-family: Lato, sans-serif;
  color: #0c151f;
  font-size: 40px;
  line-height: 56px;
}

.client_logo {
  width: 80px;
  height: 80px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.grid-2 {
  width: 100%;
  height: auto;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.color_logo {
  width: 100%;
  height: 100px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.color_logo:hover {
  opacity: 0.6;
}

.color_logo.amazon {
  background-image: url('../images/Amazon_logo_1.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.color_logo.dell {
  background-image: url('../images/Dell_logo.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.color_logo.whole_foods {
  background-image: url('../images/Whole_Foods_Market_logo.svg');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.color_logo.vertiv {
  background-image: url('../images/Vertiv_logo-1.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.color_logo.nytimes {
  background-image: url('../images/NewYorkTimes.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.color_logo.nxp {
  background-image: url('../images/NXP-Logo.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.color_logo.concordia {
  background-image: url('../images/logo__ctx--horiz-reverse-1.svg');
  background-position: 50% 50%;
  background-size: 120px;
  background-repeat: no-repeat;
}

.color_logo.edf {
  background-image: url('../images/edf-01.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.color_logo.amd {
  background-image: url('../images/AMD_Logo-1.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.color_logo.edf {
  background-image: url('../images/edf-01.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.color_logo.here {
  background-image: url('../images/here.svg');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
}

.color_logo.poolcorp {
  background-image: url('../images/poolcorp-big.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.color_logo.kenmore {
  background-image: url('../images/kenmore-logo-svg-vector.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.text-block-25 {
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #0c151f;
  font-size: 16px;
  font-weight: 400;
}

.div-block-28 {
  width: 100%;
}

.orange_heading {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 4px;
  font-family: Lato, sans-serif;
  color: #bc5e3e;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-transform: none;
}

.form {
  display: block;
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.input_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  border-radius: 4px;
}

.input_icon {
  width: 50px;
  height: 50px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #e5cbc2;
}

.input_icon.email {
  background-color: #bc5e3e;
  background-image: url('../images/contact.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.input_icon.avatar {
  background-color: #bc5e3e;
  background-image: url('../images/user.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.div-block-29 {
  width: 50px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #bc5e3e;
  background-image: url('../images/light-bulb.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 30%;
  text-transform: capitalize;
}

.section-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-top: 60px;
  padding-bottom: 60px;
  -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-gradient(linear, left top, left bottom, from(rgba(46, 84, 125, 0.22)), to(rgba(46, 84, 125, 0.22))), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-image: linear-gradient(180deg, rgba(46, 84, 125, 0.22), rgba(46, 84, 125, 0.22)), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.div-block-30 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 6px;
  background-color: rgba(188, 94, 62, 0.48);
}

.columns-9 {
  width: 100%;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  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;
  -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;
  font-family: Lato, sans-serif;
  color: #0c151f;
  text-align: center;
  text-transform: uppercase;
}

.field-label-2 {
  margin-left: 3px;
}

.label {
  font-family: Lato, sans-serif;
  color: #0c151f;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}

.recaptcha {
  margin-top: 40px;
  -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;
}

.radio-button-field {
  margin-bottom: 20px;
}

.radio-button-label {
  font-family: Lato, sans-serif;
  color: rgba(12, 21, 31, 0.8);
  font-size: 16px;
}

.checkbox-field {
  margin-bottom: 20px;
}

.checkbox-label {
  color: #0c151f;
  font-size: 13px;
  font-weight: 400;
}

.checkbox {
  background-color: #f7f0e7;
}

.checkbox:active {
  background-color: #f6b6a0;
}

.div-block-31 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 0;
  width: 25vw;
  height: 25vh;
  background-image: url('../images/dot.svg');
  background-position: 50% 50%;
  background-size: 20px;
  opacity: 0.12;
}

.badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding: 0px 12px;
  -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;
  border-radius: 3px;
}

.heading-26 {
  font-family: 'Mission gothic', sans-serif;
  color: #0c151f;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  text-transform: none;
}

.contact_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact_left {
  width: 100%;
  max-width: 568px;
  min-height: 500px;
}

.heading-27 {
  font-family: 'Mission gothic', sans-serif;
  color: #0c151f;
  font-size: 48px;
  line-height: 1;
  text-transform: none;
}

.text-block-26 {
  font-family: Lato, sans-serif;
  color: #0c151f;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

.contact_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 72px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #ddd;
}

.link-9 {
  font-family: Lato, sans-serif;
  color: #0c151f;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.contact_method {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-27 {
  padding: 4px 12px;
  background-color: #bc5e3e;
}

.badge_text {
  margin-bottom: 24px;
  padding: 4px 12px;
  border-radius: 3px;
  background-color: rgba(188, 94, 62, 0.1);
  font-family: Lato, sans-serif;
  color: #bc5e3e;
  line-height: 24px;
  font-weight: 700;
}

.column-19 {
  padding-right: 10px;
  padding-left: 0px;
}

.column-20 {
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-28 {
  margin-top: 5px;
  color: rgba(12, 21, 31, 0.64);
}

.logo_box {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 1200px;
  padding: 10px 20px 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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.logo_nav_box {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_nav_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px none #ddd;
}

.footer_link {
  padding-bottom: 8px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-32 {
  width: 1px;
  height: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #ff4100;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -73px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.dots_left {
  position: absolute;
  left: -20%;
  top: 50%;
  bottom: 0%;
  z-index: 99999;
  width: 25vw;
  height: 25vh;
  background-image: url('../images/dot_1.svg');
  background-position: 0px 0px;
  background-size: 15px;
  background-attachment: scroll;
  opacity: 0.15;
}

.dots_right {
  position: absolute;
  left: auto;
  top: 75%;
  right: -20%;
  bottom: auto;
  width: 25vw;
  height: 25vh;
  background-image: url('../images/dot_1.svg');
  background-position: 0px 0px;
  background-size: 15px;
  background-attachment: scroll;
  opacity: 0.1;
}

.link-block-9 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 0px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(188, 94, 62, 0.1);
  text-decoration: none;
}

.div-block-34 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 60px;
  height: 60px;
  background-color: #bc5e3e;
  background-image: url('../images/right_arrow_left.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.17);
}

.text-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #bc5e3e;
  font-size: 16px;
  font-weight: 700;
}

.inner_line {
  width: 20%;
  height: 6px;
}

.inner_line.red {
  background-color: #bc5e3e;
}

.inner_line.blue {
  background-color: #2e547d;
}

.preloading_container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f0e7;
}

.loading_dots_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -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;
}

.loading_dot1 {
  width: 12px;
  height: 12px;
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 20px;
  background-color: #0c151f;
}

.loading_dot2 {
  width: 12px;
  height: 12px;
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 20px;
  background-color: #0c151f;
}

.loading_dot3 {
  width: 12px;
  height: 12px;
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 20px;
  background-color: #0c151f;
}

.loading_dot4 {
  width: 12px;
  height: 12px;
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 20px;
  background-color: #0c151f;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.text-block-30 {
  margin-top: 20px;
  font-family: 'Mission gothic', sans-serif;
  color: #0c151f;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: none;
}

.html-embed {
  color: #8d472f;
}

.tv-container {
  position: relative;
  display: block;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: red;
  background-image: linear-gradient(331deg, red, #e47575);
}

.tv-container.fsf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
}

.tv-container.fsf.transp {
  height: auto;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
  background-image: none;
}

.html-embed-2 {
  position: absolute;
  left: 0%;
  top: 40px;
  right: 0%;
  bottom: 0%;
  display: none;
}

.image-14 {
  top: 80px;
  overflow: hidden;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  margin-top: -30px;
  margin-left: -17px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.44)), to(rgba(228, 0, 0, 0.38)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.44), rgba(228, 0, 0, 0.38));
}

.heading-28 {
  font-family: Lato, sans-serif;
  color: #0c151f;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.success-message {
  background-color: transparent;
  color: #bc5e3e;
  text-transform: none;
}

.error-message {
  text-transform: none;
}

.image-15 {
  margin-bottom: 10px;
}

.image-16 {
  margin-bottom: 10px;
}

.image-17 {
  margin-bottom: 10px;
}

.team-member__social-link {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 100px;
  background-color: #bc5e3e;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.team-member__social-link.facebook {
  background-image: url('../images/facebook-letter-logo-1.svg');
}

.team-member__social-link.linkedin {
  background-image: url('../images/linkedin-letters.svg');
}

.heading-29 {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 38px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.heading-29.dad {
  margin-top: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: red;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 2px;
}

.heading-29.dad.fwad {
  margin-top: 0px;
  font-family: 'Champagne & limousines', sans-serif;
  color: #000;
  font-size: 86px;
  line-height: 86px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: lowercase;
  text-shadow: none;
}

.heading-29.dad.mmm {
  font-size: 84px;
}

.heading-29.dad.mmm.huyt {
  margin-top: 10px;
}

.heading-29.hkhk {
  margin-top: 10px;
  font-family: Minimal, sans-serif;
  color: #000;
  font-size: 24px;
  text-align: center;
  letter-spacing: 2px;
}

.heading-29.dadrt {
  color: #fff;
  font-size: 48px;
  line-height: 0.6em;
}

.heading-29.dadrt.mnmn {
  color: red;
}

.heading-29.dadrt.mnmn.vv {
  font-size: 42px;
}

.heading-29.dadrt.dfg {
  font-family: 'Neotericâˆ demo version', sans-serif;
  color: #000;
  font-size: 42px;
}

.heading-29.dadrt.hgjhf {
  color: #000;
}

.heading-29.dadrt.mnk {
  margin-bottom: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

.div-block-35 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-top: 3px none #000;
  background-color: #000;
  background-image: url('../images/giphy-2.gif');
  background-size: cover;
  box-shadow: -16px 12px 20px -6px #000;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: translate3d(0px, 0px, -276px) scale(0.7) rotateX(-6deg) rotateY(46deg) rotateZ(0deg) perspective(2000px);
  transform: translate3d(0px, 0px, -276px) scale(0.7) rotateX(-6deg) rotateY(46deg) rotateZ(0deg) perspective(2000px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.background-video-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 500px;
  height: 300px;
  margin-top: 0px;
  border-top: 1px none #000;
  background-color: transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.background-video-2.dadf {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  height: 100vh;
  margin-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.background-video-2.hgg {
  box-shadow: 10px 17px 9px -4px #000;
  -webkit-transform: rotateX(0deg) rotateY(23deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(23deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.paragraph-7 {
  width: 300px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: lowercase;
}

.paragraph-7.colour {
  position: relative;
  z-index: 8;
  margin-left: 0px;
  padding-left: 0px;
  font-family: Minimal, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.paragraph-7.colour.v {
  margin-left: 100px;
  padding-top: 20px;
  border-top: 1px none #b80000;
  border-right: 1px solid #b90606;
  font-family: 'Megan june', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 3px;
}

.paragraph-7.colour.v.frtg {
  margin-top: 20px;
  padding-top: 10px;
  color: #000;
  font-size: 24px;
}

.paragraph-7.colour.v.frtg.fh {
  width: auto;
  margin-right: 20px;
  margin-left: 20px;
  border-right-style: none;
  color: #fff;
  font-size: 18px;
}

.paragraph-7.colour.v.frtg.nmb {
  border-right-style: none;
  color: #fff;
}

.paragraph-7.colour.v.ghjg {
  margin-left: 0px;
  padding: 20px;
  border-right-style: none;
  background-color: rgba(0, 0, 0, 0.63);
  color: #fff;
  text-align: center;
}

.paragraph-7.colour.fsf {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
}

.div-block-36 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 220px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hand-man-measurement-2100583.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-36.rwr {
  overflow: hidden;
  height: 900px;
  min-width: auto;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.div-block-36.rwr.nb {
  background-image: linear-gradient(261deg, #fff, hsla(0, 0%, 100%, 0.91) 56%, #fff), url('../images/Asset-3.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.div-block-36.fsg {
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/architecture-auditorium-boxes-1544947.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-36.fsg.bj {
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.div-block-36.fsg.bj.hhf {
  overflow: hidden;
  height: auto;
  background-color: #000;
  background-image: none;
  background-size: auto;
}

.div-block-36.fsg.bj.hhf.dafg {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.94)), to(rgba(0, 0, 0, 0.8))), url('../images/Asset-2_1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.8)), url('../images/Asset-2_1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.div-block-36.fsg.bj.hhf.bjk {
  padding-top: 60px;
}

.div-block-36.fsg.bj.hbm {
  z-index: 0;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.div-block-36.fsg.bj.hbm.ccc {
  overflow: visible;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-36.fsg.bj.hbm.bmg {
  -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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-36.fsg.fg {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
}

.div-block-36.fsg.fg.fff {
  overflow: hidden;
  padding-left: 10%;
  -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;
  background-color: #fff;
  background-image: linear-gradient(297deg, #e9404a, #eb5833);
  background-size: auto;
  background-attachment: scroll;
}

.div-block-36.fsg.fg.fff.sas {
  height: auto;
  padding-top: 5%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.86)), to(hsla(0, 0%, 100%, 0.86)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.86), hsla(0, 0%, 100%, 0.86));
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
}

.div-block-36.fsg.fg.fff.sas.gytf {
  display: none;
}

.div-block-36.fsg.fg.fff.sas.hhh {
  overflow: visible;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.div-block-36.fsg.fg.fff.bjnb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0%;
  background-image: linear-gradient(297deg, #e9404a, #eb5833);
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.div-block-36.fsg.fg.fff.bjnb:hover {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)), linear-gradient(297deg, #e9404a, #eb5833);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.div-block-36.fsg.fg.hjj {
  overflow: hidden;
  height: 100vh;
  padding-top: 0%;
  padding-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.95)), to(hsla(0, 0%, 100%, 0.95))), url('../images/architectural-design-architecture-building-2096578.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.95), hsla(0, 0%, 100%, 0.95)), url('../images/architectural-design-architecture-building-2096578.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.div-block-36.fsg.fg.hjj.mm {
  z-index: 0;
   background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/business-growth.jpg'); 
   background-image: linear-gradient(180deg, transparent, transparent), url('../images/business-growth.jpg'); 
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.div-block-36.fsg.fg.hjj.mm.monjh {
  display: none;
}

.div-block-36.fsg.fg.hjj.mm.mobile {
  display: none;
}

.div-block-36.fsg.fg.fcgc {
  background-image: url('../images/auto-automobile-automotive-441607.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-36.fsg.fg.fcgc.hmgk {
  padding-left: 10%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  background-image: url('../images/auto-automobile-automotive-441607.jpg');
  background-position: 0px 0px;
}

.div-block-36.fsg.fg.dad {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  background-color: #fff;
}

.div-block-36.fsg.fg.dad.nb {
  overflow: hidden;
  height: auto;
  padding-top: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  background-color: #fff;
  background-image: linear-gradient(216deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.98));
  cursor: default;
}

.div-block-36.fsg.fg.dad.nb.sa {
  background-image: none;
}

.div-block-36.fsg.fg.fgg {
  overflow: hidden;
  height: auto;
  padding-top: 10%;
  padding-bottom: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: linear-gradient(245deg, #000, rgba(24, 21, 21, 0.94)), url('../images/Asset-2_1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-36.fsg.fg.bjb {
  overflow: hidden;
  height: auto;
  padding-top: 10%;
  background-image: none;
}

.div-block-36.fsg.fg.bjb.ingf {
  overflow: hidden;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 10%;
  background-image: linear-gradient(177deg, #000 36%, rgba(0, 0, 0, 0.59)), url('../images/live-panel-discussion.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.div-block-36.fsg.fg.bjb.ingf.nmn {
  padding-top: 10%;
  background-image: linear-gradient(359deg, rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0.97)), url('../images/Asset-4_1.png');
  background-size: auto, cover;
}

.div-block-36.fsg.fg.bjb.ingf.fag {
  position: -webkit-sticky;
  position: sticky;
  top: -308px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 5%;
  -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;
  background-image: none;
  background-position: 0px 0px;
}

.div-block-36.fsg.fg.bjb.dfaf {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/Asset-4_2.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-36.fsg.mmj {
  height: 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;
  background-color: #000;
  background-image: url('../images/abstract-architecture-art-3026839.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

.div-block-36.fsg.mmj.jof {
  padding-top: 33px;
  background-image: linear-gradient(236deg, rgba(60, 60, 60, 0.77), rgba(0, 0, 0, 0.61) 49%, transparent), url('../images/architecture-blue-sky-buildings-1876262.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.image-18 {
  position: relative;
  z-index: 8;
}

.div-block-37 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50vw;
  height: 100vh;
  border-radius: 0px;
  background-color: transparent;
}

.div-block-38 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 200px;
  -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: 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-39 {
  overflow: hidden;
  width: 50%;
  height: 100%;
}

.heading-30 {
  margin-left: 10px;
}

.div-block-40 {
  position: relative;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 3px;
  margin-right: 60px;
  margin-left: 0px;
  padding: 28px 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-19 {
  max-width: none;
  margin-left: 0px;
}

.div-block-41 {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
}

.image-20 {
  border-right: 1px none red;
  border-bottom: 1px none red;
}

.div-block-42 {
  position: relative;
  z-index: 8;
  margin-left: 40px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  text-align: center;
}

.div-block-43 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100vw;
  height: 250px;
  background-color: #000;
}

.div-block-43.jtopleft {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 300px;
  height: 300px;
  background-color: red;
  box-shadow: 0 1px 20px 2px #000;
}

.div-block-43.jtopleft.gt {
  left: 43%;
  top: 196px;
  right: -9px;
  bottom: -31%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(maroon)), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.17)), to(hsla(0, 0%, 100%, 0.17)));
  background-image: linear-gradient(180deg, red, maroon), linear-gradient(180deg, hsla(0, 0%, 100%, 0.17), hsla(0, 0%, 100%, 0.17));
  box-shadow: 0 1px 20px 2px #000;
  opacity: 1;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-44 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-31 {
  position: absolute;
  background-color: transparent;
  opacity: 1;
  -webkit-transform: rotateX(-40deg) rotateY(26deg) rotateZ(20deg);
  transform: rotateX(-40deg) rotateY(26deg) rotateZ(20deg);
  font-family: Lato, sans-serif;
  color: rgba(0, 0, 0, 0.96);
  font-size: 20em;
  font-weight: 300;
  text-align: left;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.heading-31.fff {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: 'Megan june', sans-serif;
  color: rgba(0, 0, 0, 0.17);
  line-height: 1em;
  text-transform: uppercase;
}

.heading-31.fff.fsf {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  overflow: visible;
  font-family: 'Coolvetica rg', sans-serif;
  color: rgba(34, 1, 1, 0.09);
  font-size: 30em;
  line-height: 0.8em;
  font-weight: 400;
  text-transform: lowercase;
}

.heading-31.fff.fsf.njh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border: 1px none #000;
  background-image: none;
  background-position: 0px 0px;
  font-family: 'Coolvetica rg', sans-serif;
  color: rgba(255, 0, 0, 0.07);
  text-transform: lowercase;
}

.heading-31.fff.fsf.hero {
  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;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: rgba(34, 1, 1, 0.07);
  font-size: 18em;
  line-height: 1em;
  text-transform: lowercase;
}

.heading-31.fff.fsf.hero:hover {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: 10px;
  text-transform: lowercase;
}

.heading-31.fff.vgg {
  width: 100vw;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: rgba(207, 42, 42, 0.3);
  font-weight: 400;
  text-transform: lowercase;
}

.div-block-45 {
  position: relative;
  left: 44px;
  top: 0%;
  right: 11%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 300px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: transparent;
  background-image: url('../images/Asset-3.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #000;
}

.div-block-45.gfhj {
  background-image: none;
}

.div-block-45.ggfg {
  background-position: 50% 50%;
  background-size: 400px;
}

.image-21 {
  margin-right: -61px;
  box-shadow: 0 1px 19px 4px #000;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-21.nbnmb {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-22 {
  position: relative;
  margin-right: -51px;
  box-shadow: 1px 1px 20px 0 #000;
}

.image-23 {
  box-shadow: -1px 0 20px 0 #000;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.image-23.nbv {
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: none;
}

.div-block-46.jg {
  width: 85px;
  height: 75px;
  margin-left: 40px;
}

.div-block-47 {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1400px;
  -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;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.div-block-47.ghgj {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-24 {
  position: absolute;
  left: 104px;
}

.div-block-48 {
  width: 600px;
  height: 500px;
  background-image: url('../images/Asset-1.png');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: -13px -2px 5px 4px rgba(0, 0, 0, 0.62);
  -webkit-transform: rotateX(0deg) rotateY(31deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(31deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-25 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.div-block-49 {
  display: none;
  background-image: url('../images/Asset-4_1.png');
  -webkit-transform: rotateX(0deg) rotateY(9deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(9deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.text-span {
  color: red;
}

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

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

.heading-32 {
  display: none;
  margin-right: 40px;
  font-family: Lato, sans-serif;
  font-size: 56px;
  line-height: 64px;
}

.text-span-3 {
  color: red;
  font-weight: 400;
}

.heading-33 {
  margin-left: -22px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 14px;
}

.heading-33.bl {
  color: #000;
}

.heading-33.vsv {
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding-top: 6px;
  text-align: center;
  letter-spacing: 30px;
  text-transform: uppercase;
}

.heading-33.vsv.daddfs {
  margin-top: 0px;
}

.heading-33.vsv.daddfs.hdj {
  margin-bottom: 0px;
}

.heading-33.vsv.dad {
  margin-bottom: 0px;
}

.heading-33.vsv.ooo {
  color: #000;
}

.heading-33.vsv.ooo.kolf {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 40px;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
}

.heading-33.vsv.ooo.kolf.gfd.nhgfc {
  display: block;
}

.heading-33.vsv.ooo.hvh {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 10px;
}

.heading-33.vsv.vjhg {
  margin-right: 40px;
  text-align: left;
}

.heading-33.vsv.fytf {
  margin-bottom: 0px;
}

.heading-33.vsv.vsdv {
  margin-bottom: 0px;
  letter-spacing: 10px;
}

.heading-33.vsv.gtyf {
  margin-bottom: 20px;
}

.heading-33.vsv.hut.dfaf {
  margin-bottom: 0px;
}

.heading-34 {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 10px;
  border-top: 1px none #fff;
  font-family: Montserrat, sans-serif;
  color: #ccb041;
  font-size: 24px;
  line-height: 32px;
  font-weight: 200;
  text-align: center;
}

.div-block-51 {
  border-radius: 20px;
}

.image-26 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-left: -69px;
}

.image-26._1 {
  left: -15px;
  top: 55px;
  margin-left: 0px;
}

.image-26._2 {
  left: 5%;
  top: 16%;
}

.image-26._3 {
  left: 7%;
  top: 26%;
}

.image-26._4 {
  left: 113px;
  top: 93px;
}

.image-26._5 {
  left: 146px;
  top: 137px;
}

.image-26._6 {
  left: 104px;
  top: 109px;
}

.image-26.text {
  font-family: Inconsolata, monospace;
  font-size: 18px;
}

.div-block-52 {
  position: absolute;
  left: 19%;
  top: 30%;
  right: 24%;
  bottom: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotateX(43deg) rotateY(20deg) rotateZ(-29deg) translate(29%, -186px) scale(1.5);
  transform: rotateX(43deg) rotateY(20deg) rotateZ(-29deg) translate(29%, -186px) scale(1.5);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-53 {
  display: none;
  margin-left: 40px;
  padding: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
}

.heading-35 {
  margin-left: 20px;
  color: red;
  font-weight: 400;
  letter-spacing: 1px;
}

.heading-35.line {
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px none #e00000;
  border-bottom: 1px solid #fd0000;
}

.heading-35.vh {
  position: relative;
  z-index: 12;
  margin-left: 0px;
  color: #fff;
}

.text-span-4 {
  display: inline-block;
  color: #000;
  line-height: 44px;
}

.heading-36 {
  margin-top: 10px;
  margin-left: 0px;
  padding-top: 10px;
  border-top: 1px solid red;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  font-family: 'Neotericâˆ demo version', sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 42px;
  line-height: 32px;
  font-weight: 100;
  letter-spacing: 2px;
}

.heading-36.mn {
  margin-bottom: 0px;
  padding-top: 19px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #000;
  font-size: 56px;
  text-transform: uppercase;
}

.heading-36.mn.daf {
  margin-top: 10px;
  padding-top: 31px;
  padding-left: 15px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 86px;
  letter-spacing: 25px;
  text-transform: uppercase;
}

.heading-36.mn.daf.sas {
  padding-top: 1px;
  color: #000;
  line-height: 86px;
  text-align: center;
}

.heading-36.mn.daf.faf {
  color: #fff;
}

.heading-36.mn.daf.jhfjh {
  color: #fff;
}

.heading-36.mn.blaa {
  color: #000;
}

.heading-36.mn.dss {
  font-family: 'Nineteenth (personal use)', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.heading-36.mn.fjf {
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: #000;
  font-family: Adam, sans-serif;
  color: #fff;
}

.heading-36.mn.drets {
  color: #fff;
}

.heading-36.gj {
  position: relative;
  z-index: 9;
  margin-right: -70px;
  margin-left: -70px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Adam, sans-serif;
  color: #000;
  text-transform: uppercase;
}

.heading-36.dad {
  position: relative;
  z-index: 4;
  margin-right: -50px;
  margin-left: -50px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Adam, sans-serif;
  color: #000;
  text-transform: uppercase;
}

.heading-36.daf {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.8);
}

.heading-36.daf.nn {
  padding-bottom: 0px;
  border-top-style: none;
  font-family: 'Megan june', sans-serif;
  color: #0c151f;
  font-size: 48px;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.heading-36.hero {
  position: relative;
  font-family: Adam, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-36.czx {
  position: relative;
  z-index: 5;
  border-top-style: none;
  font-family: Adam, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 24px;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.heading-36.czx.mmowrv {
  margin-bottom: 20px;
  margin-left: 40px;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}

.heading-36.fef {
  margin-bottom: 21px;
  border-top-style: none;
  font-family: 'Megan june', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  text-align: left;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.heading-36.fef.n {
  color: rgba(255, 255, 255, 0.8);
}

.heading-36.fasfa {
  font-family: Adam, sans-serif;
  color: #000;
  text-transform: uppercase;
}

.heading-36.fasfa.fj {
  background-color: #000;
  color: rgba(255, 255, 255, 0.8);
}

.heading-36.fasfa.ffff {
  position: relative;
  z-index: 10;
  margin-left: 60px;
}

.heading-36.fasfa.ffff.ccc {
  margin-right: 20px;
  margin-left: 10px;
  font-family: Adam, sans-serif;
  font-size: 24px;
  text-transform: capitalize;
}

.heading-36.fasfa.ffff.ccc.csv {
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-36.fasfa.ffff.iuyt {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-family: 'Megan june', sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.heading-36.fqf {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: 'Megan june', sans-serif;
  line-height: 42px;
  text-transform: uppercase;
}

.heading-36.ffqf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top-style: none;
  border-top-color: #e7c129;
  font-family: Lato, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 400;
}

.heading-36.ffqf.vbvhj {
  border-top-style: none;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: rgba(0, 0, 0, 0.86);
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.heading-36.ffqf.vbvhj.jbg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.heading-36.ffqf.nv {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.text-span-5 {
  margin-top: 0px;
  padding-top: 10px;
  border-top: 1px none red;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #f80000;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  text-transform: lowercase;
}

.text-span-5.frg {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Adam, sans-serif;
  color: #fff;
  font-size: 56px;
  font-weight: 400;
}

.text-span-5.frg.hjgkj {
  color: #fff;
}

.text-span-5.faf {
  margin-top: 17px;
  padding-top: 0px;
  padding-left: 5px;
  font-family: 'Megan june', sans-serif;
  color: rgba(255, 60, 60, 0.66);
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.text-span-5.faf.gth {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  font-family: 'Megan june', sans-serif;
  color: rgba(0, 0, 0, 0.66);
  font-weight: 400;
}

.text-span-5.faf.bmn {
  margin-bottom: 0px;
}

.text-span-5.grg {
  position: relative;
  z-index: 9;
  font-family: 'Megan june', sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.text-span-5.dasd {
  padding-top: 0px;
  font-family: Adam, sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.text-span-5.dasd.nb {
  color: #fff;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 49px;
  -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;
  border-radius: 11px;
  background-color: #000;
}

.div-block-54.ccc {
  background-color: #fff;
}

.div-block-54.m {
  position: absolute;
  left: auto;
  top: 80%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 100vh;
  max-width: none;
  margin-top: 0px;
  padding: 20px 0%;
  -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;
  border-radius: 0px;
  background-color: transparent;
  background-image: linear-gradient(204deg, rgba(0, 0, 0, 0.88), #000), url('../images/Asset-3_1.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, contain;
  box-shadow: none;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  -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-55.gkgk {
  margin-top: 0%;
}

.div-block-55.gkgk.fhgf {
  width: 1200px;
  max-width: 1200px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
  flex-wrap: wrap;
  margin-top: 50px;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.div-block-57 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-right: 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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 1px none #000;
  text-decoration: none;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -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: 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-58.sas {
  position: relative;
  z-index: 6;
  width: 80vw;
  margin-top: 10%;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-decoration: none;
}

.image-27 {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.div-block-59 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -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-perspective: 2000px;
  perspective: 2000px;
}

.div-block-60 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.div-block-60.smas {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.heading-37 {
  color: #e9e9e9;
  font-size: 24px;
  font-weight: 400;
}

.text-span-6 {
  padding-top: 1px;
  color: red;
  line-height: 65px;
  letter-spacing: 10px;
}

.text-block-31 {
  margin-top: 10px;
  margin-left: 318px;
  font-size: 24px;
}

.textan {
  position: absolute;
  left: -0.34375px;
  font-family: 'Coolvetica rg', sans-serif;
  font-size: 24px;
}

.textan.up {
  left: 24.65625px;
  top: -57.375px;
  font-size: 10px;
  font-weight: 400;
}

.textan.frt {
  left: -129.34375px;
  top: 144.125px;
  font-size: 16px;
  font-weight: 400;
}

.textan.frt.image-26 {
  margin-left: 20px;
}

.textan.side {
  left: -94.34375px;
  top: 174.078125px;
  margin-top: 32px;
  padding-left: 5px;
  border-bottom: 1px none #000;
  border-left: 1px solid red;
  font-family: Inconsolata, monospace;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
}

.textan.side.rt {
  left: 182.65625px;
  font-size: 10px;
}

.textan.side.rt.fs {
  left: 73.65625px;
  top: -49.921875px;
  font-size: 10px;
}

.textan.side.rt.fs.hjkh {
  left: -2.34375px;
  top: 22.078125px;
  font-size: 10px;
}

.textan.side.rt.faf {
  left: 74.65625px;
  top: 347.078125px;
}

.textan.side.rt.faf.fafg {
  left: 160.65625px;
  top: 43.078125px;
  z-index: 9;
}

.textan.side.rt.faf.hff {
  left: -37.34375px;
  top: 316.078125px;
}

.textan.side.rt.faf.hff.hkjg {
  left: -16.34375px;
  top: 202.078125px;
}

.textan.side.rt.faf.koi {
  left: 90.65625px;
  top: 222.078125px;
  z-index: 8;
}

.textan.side.rt.ghjk {
  left: 208.65625px;
  top: 211.078125px;
}

.heading-38 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
}

.image-28 {
  position: absolute;
  left: 57px;
  top: -2.921875px;
}

.image-29 {
  border-bottom: 1px none #686807;
}

.div-block-61 {
  -webkit-perspective: 1510px;
  perspective: 1510px;
  -webkit-transform: perspective(902px);
  transform: perspective(902px);
}

.div-block-61.bjh {
  margin-top: 0px;
}

.image-30 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image-31 {
  position: absolute;
  left: -18.78125px;
  top: 54px;
}

.image-32 {
  position: absolute;
  left: 51.21875px;
  top: 103px;
}

.image-33 {
  position: absolute;
  left: 54px;
}

.image-34 {
  position: absolute;
  left: 54.21875px;
  top: 127px;
}

.div-block-62 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.description {
  padding-top: 12px;
  padding-right: 7px;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.description.ff {
  margin-bottom: 0px;
  padding-bottom: 11px;
  font-size: 16px;
  font-weight: 500;
}

.button-5 {
  margin-top: 9px;
  margin-bottom: 9px;
  padding: 17px 54px;
  border-radius: 10px;
  background-color: #939bb4;
  font-size: 17px;
  cursor: pointer;
}

.button-5:hover {
  background-color: #46495f;
}

.columns-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-feature-item {
  padding: 49px 21px;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  text-align: center;
  cursor: crosshair;
}

.app-feature-item:hover {
  border-bottom: 1px solid #000;
  background-color: #fff;
  box-shadow: 15px -2px 0 0 #e40808;
}

.samll {
  padding-top: 27px;
  font-family: 'Megan june', sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.column-22 {
  display: -ms-grid;
  display: grid;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-3 {
  color: #939bb4;
  font-size: 34px;
  font-weight: 600;
}

.link-10 {
  display: block;
  color: #46495f;
  text-decoration: none;
}

.link-10.flinks {
  padding-bottom: 7px;
}

.div-block-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.credits {
  margin-top: 19px;
  color: #939bb4;
  font-size: 12px;
  font-weight: 300;
}

.container-4 {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.s50 {
  height: 60px;
}

.div-block-63 {
  margin-top: 60px;
}

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

.image-36 {
  position: absolute;
  left: 4%;
  top: 5%;
  right: auto;
  bottom: auto;
  z-index: 16;
  padding: 18px 20px;
  border-radius: 11px;
  background-color: rgba(0, 0, 0, 0.59);
  background-image: none;
  box-shadow: 8px 8px 12px -6px #000;
}

.image-36._23 {
  left: 0%;
  top: 0%;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 50px;
  padding-right: 5%;
  padding-left: 10%;
  -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-radius: 0px;
  background-color: #fff;
  background-image: linear-gradient(88deg, #ea5133, #ca3d2c 54%, #e94049);
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.image-36.ree {
  z-index: 17;
  padding: 14px 29px;
  border-radius: 14px;
  background-color: #fff;
  background-image: url('../images/Asset-5.png');
  background-size: contain;
  box-shadow: none;
}

.div-block-65 {
  position: absolute;
  left: auto;
  top: 5%;
  right: 5%;
  bottom: auto;
  z-index: 13;
}

.div-block-66 {
  position: absolute;
  left: 5%;
  top: 19%;
  right: auto;
  bottom: 0%;
  z-index: 14;
  width: 1px;
  height: 150px;
  background-color: #fff;
}

.div-block-66.jfds {
  background-color: red;
}

.div-block-66.jfds.hu {
  left: 87%;
}

.div-block-66.jfds.vn {
  left: 0%;
  top: 0%;
  z-index: 0;
  width: 50%;
  height: 100%;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
}

.div-block-66.jfds.vn.gfd {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
  background-image: none;
}

.div-block-66.kol {
  left: auto;
  top: 0%;
  right: 5%;
  bottom: 0%;
}

.div-block-67 {
  position: absolute;
  left: 0%;
  top: 44%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 37px;
  -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;
  background-color: transparent;
}

.div-block-68.fg {
  margin-top: 0px;
}

.div-block-68.gdg {
  margin-top: 0px;
  padding-left: 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;
}

.div-block-68.gdg.juyh {
  position: relative;
  z-index: 2;
  overflow: visible;
  height: auto;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-68.fss {
  margin-top: 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: 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-68.fss.nn {
  position: relative;
  z-index: 3;
  width: 80%;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 50vw;
  padding: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0%;
  background-color: #0f0f0f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(57%, #270202), color-stop(103%, #000));
  background-image: linear-gradient(180deg, #000, #270202 57%, #000 103%);
}

.div-block-69._12 {
  max-height: 500px;
  padding-right: 5%;
  padding-left: 5%;
  /* background-color: #161616; */
  /* background-image: linear-gradient(98deg, rgba(2, 2, 2, 0.09), #100), url('../images/Asset-14.svg'); */
  /* background-position: 0px 0px, 200px 50%; */
  /* background-size: auto, 500px; */
  /* background-repeat: repeat, no-repeat; */
}

.div-block-69._12.mnn {
  background-attachment: scroll, fixed;
}

.div-block-69._12.mmz {
  position: relative;
  z-index: 5;
  width: 250px;
  height: 250px;
  margin-top: 5%;
  margin-right: 10px;
  margin-left: 10px;
  padding: 37px 0%;
  -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;
  border-style: solid;
  border-width: 2px;
  /* border-color: #740000; */
  border-radius: 0px;
  /* background-color: hsla(0, 0%, 100%, 0.92); */
  background-image: none;
  background-position: 0px 0px;
  box-shadow: none;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: translate(0px, 0px) perspective(2000px);
  transform: translate(0px, 0px) perspective(2000px);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
}

.div-block-69._12.mmz:hover {
  -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;
  background-color: transparent;
  background-image: linear-gradient(264deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.92)), url('../images/Asset-1_1.png');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, cover;
}

.heading-40 {
  padding-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Adam, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0 50px;
}

.heading-40.dw {
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom-style: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1em;
  letter-spacing: 0px;
}

.heading-40.dw.jjh {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.heading-40.dw.nb {
  padding-left: 20px;
  text-align: left;
}

.heading-40.dw.nnbm {
  color: #fff;
  line-height: 18px;
}

.heading-40.bnm {
  font-weight: 400;
}

.heading-40.nmb {
}

.div-block-70 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0% 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.paragraph-8 {
  display: none;
  font-family: 'Coolvetica rg', sans-serif;
  color: #fff;
  font-size: 0.8em;
  letter-spacing: 3px;
}

.div-block-71 {
  position: relative;
  z-index: 10;
}

.text-block-32 {
  margin-right: 25px;
  margin-left: 25px;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  font-family: Adam, sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.text-block-32:hover {
  font-size: 20px;
  letter-spacing: 5px;
}

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

.button-6 {
  margin-top: 0px;
  margin-right: 0px;
  padding: 10px 36px;
  border-radius: 50px;
  background-color: #b83e3e;
  box-shadow: 2px 4px 8px -5px #000;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 18px;
}

.button-6.fwf {
  border-radius: 8px;
  background-image: linear-gradient(79deg, #775f00, #000);
}

.div-block-73 {
  position: relative;
  z-index: 16;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  min-width: auto;
  padding-right: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-74 {
  position: absolute;
  left: -2%;
  top: 39%;
  right: auto;
  bottom: 39%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #131010;
}

.heading-41 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: 'Megan june', sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 20px;
}

.image-38 {
  max-width: none;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #000;
}

.div-block-76.cccc {
  height: 250px;
}

.div-block-77.n {
  color: #fff;
}

.div-block-78 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 33px;
  padding-left: 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 11px;
  background-color: rgba(12, 12, 12, 0.72);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.96)), to(rgba(0, 0, 0, 0.96))), url('../images/Asset-4.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.96)), url('../images/Asset-4.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
}

.div-block-78.jhl {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.form-block-2 {
  position: relative;
  z-index: 15;
  margin-bottom: 40px;
  padding: 38px;
  border-radius: 10px;
  box-shadow: 1px 1px 20px 0 #000;
}

.form-block-2.bxb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-block-2.vbv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-bottom: 20px;
  padding: 39px 52px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #6f1414;
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0.67);
  box-shadow: -1px 1px 20px 0 #000;
}

.form-block-2.vbv.asc {
  width: 350px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 8px;
  box-shadow: -1px 1px 12px 0 #000;
}

.field-label-3 {
  font-family: 'Megan june', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.field-label-3.gf {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 10px;
}

.field-label-3.gf.faf {
  margin-top: 0%;
  margin-left: 0px;
  font-size: 14px;
  letter-spacing: 5px;
}

.field-label-3.gf.gt {
  letter-spacing: 5px;
}

.field-label-3.bvn {
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 40px;
  font-family: Adam, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.field-label-3.bvn.cvbn {
  margin-right: 10px;
  margin-left: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.text-field-3 {
  height: 25px;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #0c151f;
  border-radius: 0px;
  background-color: transparent;
}

.text-field-3.ccb {
  border-bottom-color: #e7c129;
  color: #fff;
}

.text-field-4 {
  height: 25px;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #000;
  border-radius: 0px;
  background-color: transparent;
}

.text-field-4.hfdd {
  border-bottom-color: #e7c129;
  color: #fff;
}

.submit-button-2 {
  margin-top: 20px;
  border-radius: 14px;
  background-color: #fff;
  font-family: 'Megan june', sans-serif;
  color: red;
  font-size: 18px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.submit-button-2.faf {
  margin-top: 40px;
  border-radius: 6px;
  background-color: #e7c129;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

.submit-button-2.bm {
  margin-top: 0px;
  margin-left: 0px;
  padding: 7px 22px;
  border-radius: 7px;
  background-color: #bd0a0a;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.submit-button-2.bm.ff {
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
  font-family: Oswald, sans-serif;
}

.form-2 {
  width: auto;
  margin-right: 40px;
}

.form-2.cvbc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: auto;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-2.nb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-79 {
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-79.fhgf {
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 22px;
  margin-left: 22px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-80.efw {
  position: relative;
  z-index: 7;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.div-block-80.efw.mnv {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 0;
  overflow: visible;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-80.efw.bv {
  width: 1260px;
  -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;
}

.image-39 {
  position: relative;
  top: 0px;
  width: 600px;
  margin: 18px 10px;
  -webkit-transition: all 1000ms cubic-bezier(.135, .814, .25, 1);
  transition: all 1000ms cubic-bezier(.135, .814, .25, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-39:hover {
  width: 600px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image-39.da {
  /* width: 400px; */
  /* margin-right: 0px; */
  /* margin-left: 0px; */
}

.image-39.da.ghjg {
  width: 600px;
}

.image-39.kkiop {
  width: auto;
}

.image-39.uyrk {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}


.image-39.uyrk.faf {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
}

.image-39.uyrk.gc {
  width: 45%;
}

.image-39.hgf {
  width: 600px;
}

.div-block-81 {
  position: absolute;
  left: 5%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  margin-right: 10%;
  padding: 67px 28px 84px;
  -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;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #665f26;
  border-radius: 0px 0px 19px 19px;
  background-color: #090806;
}

.video-2 {
  width: 90vw;
  height: 300px;
}

.html-embed-3 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 17;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 80vh;
  margin-top: 0px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #8f840d;
  margin:auto;
}

.html-embed-3.abjd {
  position: absolute;
  left: 22%;
  top: 40%;
  right: auto;
  bottom: 0%;
  z-index: 3;
  width: 500px;
}

.paragraph-9 {
  display: none;
  width: 400px;
  margin: 0px 0px 0px 5%;
  font-family: Edition, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.3em;
  letter-spacing: 1px;
}

.div-block-82 {
  display: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.text-span-7 {
  display: block;
  margin-top: 14px;
  padding-top: 7px;
  border-top: 1px solid #ddd;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #e7c129;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 20px;
}

.text-span-7.jhg {
  font-size: 12px;
}

.text-span-7.dgd {
  font-size: 12px;
}

.italic-text {
  color: #fff;
}

.paragraph-10 {
  width: 50vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Megan june', sans-serif;
  color: #f8f8f8;
  font-size: 18px;
  line-height: 38px;
  font-style: normal;
  text-align: left;
  letter-spacing: 3px;
  text-transform: capitalize;
}

.paragraph-10.fsdg {
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-10.gjhd {
  position: absolute;
  left: 35%;
  top: 38%;
  right: 35%;
  bottom: 38%;
}

.paragraph-10.cacas {
  width: 400px;
  text-align: justify;
}

.paragraph-10.cacas.hghg {
  width: 60vw;
}

.paragraph-10.koiuj {
  margin-bottom: 0px;
  margin-left: 40px;
  text-align: justify;
}

.paragraph-10.ffr {
  width: 300px;
}

.paragraph-10.ffr.koih {
  text-align: justify;
}

.paragraph-10.ffr.nmj {
  width: 500px;
  margin-top: 25px;
  text-align: justify;
}

.div-block-84 {
  width: 30px;
  margin-top: 0px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.image-40 {
  -webkit-transform: translate(62px, 0px);
  -ms-transform: translate(62px, 0px);
  transform: translate(62px, 0px);
}

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

.div-block-86 {
  position: absolute;
  left: 25%;
  top: 50%;
  right: auto;
  bottom: 0%;
  z-index: 3;
  width: 1px;
  background-color: #999324;
}

.div-block-86._2345 {
  left: 50%;
  right: 50%;
}

.div-block-86._2345.erw {
  left: auto;
  top: 50%;
  right: 25%;
  bottom: 0%;
}

.div-block-87 {
  position: relative;
  z-index: 7;
  background-color: #000;
}

.div-block-87.hgg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 10%;
  margin-bottom: 10%;
  margin-left: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -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: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
}

.image-41 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.image-41.mghg {
  margin-bottom: 0px;
}

.image-41.gtgf {
  margin-top: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.paragraph-11 {
  width: 300px;
}

.div-block-88 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.div-block-89 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-89.dfee {
  margin-left: 0px;
}

.heading-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.heading-42.suv {
  margin-top: 0px;
  padding-top: 9px;
  border-top: 1px solid #e7c129;
  color: #e7c129;
  font-size: 18px;
  line-height: 24px;
}

.heading-42.suv.gytf {
  font-size: 14px;
}

.heading-42.lokpp {
  color: #ffd323;
}

.heading-42.hyt {
  font-size: 16px;
}

.div-block-90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 150px;
  max-width: 450px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-90.daf {
  overflow: visible;
  width: auto;
  height: auto;
  max-width: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-90.dds {
  overflow: visible;
}

.div-block-90.dds.fyd {
  height: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-90.dds.fyd.daf {
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-90.dds.fyd.vd {
  margin-top: 10px;
}

.div-block-90.vert {
  overflow: auto;
}

.div-block-90.full {
  position: relative;
  overflow: auto;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.div-block-91 {
  width: 150px;
  min-width: 150px;
  margin-right: 19px;
  margin-left: 19px;
  border-radius: 20px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  -webkit-transition: all 1000ms cubic-bezier(.14, .574, .25, 1);
  transition: all 1000ms cubic-bezier(.14, .574, .25, 1);
}

.div-block-91:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-block-91.afsf {
  width: 300px;
  min-width: 300px;
}

.div-block-91.ugg {
  width: auto;
  min-width: auto;
}

.image-42 {
  padding: 7px;
  border-radius: 0%;
  background-color: #fff;
}

.div-block-92 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 150px;
  margin: 20px 43px;
  -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-style: solid none none;
  border-width: 1px;
  border-color: transparent;
  border-radius: 0%;
  background-color: transparent;
  background-image: none;
  font-weight: 400;
}

.div-block-93 {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 0%;
  margin-bottom: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.div-block-93.fdg {
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-93.ff {
  margin-bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0.82))), url('../images/Asset-3_1.png');
  background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.82)), url('../images/Asset-3_1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
  background-attachment: scroll, fixed;
}

.div-block-93.ff.rev {
  background-image: linear-gradient(9deg, #000, rgba(0, 0, 0, 0.87)), url('../images/Asset-3_1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
  background-attachment: scroll, fixed;
}

.div-block-93.dggf {
  background-image: linear-gradient(21deg, #000, rgba(0, 0, 0, 0.88)), url('../images/Asset-3_1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
  background-attachment: scroll, fixed;
}

.div-block-93.guyg {
  width: 80%;
  margin-bottom: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-33 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.text-block-33.feat {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.text-block-33.feat.poiud {
  font-size: 18px;
  letter-spacing: 3px;
}

.text-block-33.bmnb {
  text-decoration: none;
}

.text-span-8 {
  font-family: Caviardreams, sans-serif;
  color: #e7c129;
  font-size: 2em;
  line-height: 1em;
  font-weight: 200;
  letter-spacing: 1px;
}

.text-span-9 {
  color: #e7c129;
  font-size: 48px;
}

.div-block-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0%;
  -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-95 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: -60px;
  -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: 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-43 {
  background-color: transparent;
  -webkit-transform: translate3d(0px, 0px, 19px) perspective(725px) rotateX(-77deg) rotateY(6deg) rotateZ(3deg);
  transform: translate3d(0px, 0px, 19px) perspective(725px) rotateX(-77deg) rotateY(6deg) rotateZ(3deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-96 {
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-perspective: 1392px;
  perspective: 1392px;
  -webkit-transform: perspective(1235px);
  transform: perspective(1235px);
}

.image-44 {
  margin-top: 142px;
  margin-left: 50px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-block-97 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: 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: url('../images/Asset-3.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-97.czv {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.video-3 {
  z-index: 4;
  width: 800px;
  margin-bottom: -150px;
}

.html-embed-4 {
  position: relative;
  width: 600px;
  height: 350px;
}

.html-embed-4.vcgg {
  width: 40vw;
  height: 340px;
  margin-left: 40px;
}

.div-block-98 {
  position: relative;
  z-index: 5;
  margin-bottom: 0px;
}

.div-block-99 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 6;
}

.heading-43 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 5px;
}

.heading-43.fasf {
  line-height: 24px;
}

.div-block-100 {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-decoration: none;
}

.div-block-101 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-101.fhfh {
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.div-block-102.fasf {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-103 {
  margin-left: 40px;
}

.div-block-104 {
  margin-top: 0px;
}

.div-block-105 {
  margin-top: 0px;
}

.image-45 {
  position: absolute;
  left: auto;
  top: auto;
  right: 66%;
  bottom: 0%;
  z-index: 4;
}

.image-46 {
  position: absolute;
  left: auto;
  top: auto;
  right: 36%;
  bottom: -13%;
  z-index: 3;
}

.image-47 {
  position: absolute;
  left: auto;
  top: auto;
  right: 53%;
  bottom: 18%;
  z-index: 2;
}

.div-block-106 {
  position: fixed;
  left: auto;
  top: 6%;
  right: 6%;
  bottom: auto;
  z-index: 13;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #ffd102;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(54%, #534820), to(#5c4b0a));
  background-image: linear-gradient(180deg, #000, #534820 54%, #5c4b0a);
}

.div-block-107 {
  position: relative;
  z-index: 17;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  padding-top: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -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;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0.99))), url('../images/2753801.jpg');
  background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.99)), url('../images/2753801.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.body-8 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-48 {
  margin-right: 5%;
}

.div-block-108 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-top: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.div-block-108.fsff {
  padding-top: 100px;
  padding-bottom: 0%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

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

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

.div-block-112 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 16;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: 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-perspective: 2000px;
  perspective: 2000px;
}

.div-block-113 {
  position: fixed;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #da3a34;
}

.div-block-113.tre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  background-color: #000;
}

.div-block-114 {
  position: relative;
  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-115 {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #fff;
}

.div-block-115:hover {
  border-radius: 100%;
}

.div-block-115.lkhl {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  margin-left: 20px;
}

.div-block-115.gfgh {
  width: 0px;
  height: 3px;
  margin-top: 40px;
  border-radius: 0%;
}

.div-block-116 {
  width: 300px;
}

.div-block-117 {
  position: relative;
  height: 250px;
  margin-bottom: 20px;
  border-radius: 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#301010), to(#301010));
  background-image: linear-gradient(180deg, #301010, #301010);
}

.div-block-118 {
  height: 250px;
}

.heading-44 {
  font-family: 'Coolvetica rg', sans-serif;
}

.heading-44.fjkg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-49 {
  position: absolute;
  left: 0%;
  top: -21%;
  right: 0%;
  bottom: 0%;
  max-width: none;
  float: none;
}

.image-49.daf {
  -webkit-transform: rotate(169deg);
  -ms-transform: rotate(169deg);
  transform: rotate(169deg);
}

.image-49.daf.left {
  left: 44%;
  right: -15%;
  z-index: 1;
  -webkit-transform: rotate(-66deg);
  -ms-transform: rotate(-66deg);
  transform: rotate(-66deg);
}

.image-49.nug {
  left: auto;
  top: -60px;
  right: 19%;
  bottom: 0%;
}

.image-49.left {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-49.left.fgg {
  left: 38%;
  right: -9%;
  -webkit-transform: rotate(129deg);
  -ms-transform: rotate(129deg);
  transform: rotate(129deg);
}

.paragraph-12 {
  position: relative;
  z-index: 4;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  font-family: 'Coolvetica rg', sans-serif;
  color: #3a1508;
  font-size: 18px;
}

.image-50 {
  position: relative;
  z-index: -1;
}

.div-block-119 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 12%;
  bottom: 0%;
  width: 20px;
}

.div-block-120 {
  position: absolute;
  left: auto;
  top: 50%;
  right: 10%;
  bottom: 50%;
  width: auto;
}

.heading-45 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  font-family: Adam, sans-serif;
  font-size: 56px;
}

.div-block-121 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-121.xxx {
  position: relative;
  z-index: 4;
  width: 80%;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-51 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-122 {
  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-123 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.div-block-124 {
  position: relative;
  top: 0px;
  overflow: hidden;
  height: 1300px;
  margin-top: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-124:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-block-125 {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  -o-object-fit: fill;
  object-fit: fill;
}

.image-52 {
  margin-right: 10px;
  margin-left: 10px;
}

.image-53 {
  margin-left: 9px;
}

.div-block-126 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  margin-bottom: 40px;
  padding: 16px 16px 15%;
  -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-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(54%, #1a1919), to(#1d1d1d)), -webkit-gradient(linear, left top, left bottom, from(rgba(48, 46, 46, 0.5)), to(rgba(48, 46, 46, 0.5)));
  background-image: linear-gradient(180deg, #000, #1a1919 54%, #1d1d1d), linear-gradient(180deg, rgba(48, 46, 46, 0.5), rgba(48, 46, 46, 0.5));
}

.div-block-126.fj {
  padding-bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-127 {
  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-128 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

.image-54 {
  margin-left: 0px;
}

.heading-60 {
  position: relative;
  z-index: 21;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.social-icon-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: 0px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.social-icon-circle.fdx {
  width: 32px;
  height: 32px;
}

.footer-3-para {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -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;
  border-left: 1px solid #8b1d1d;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
}

.heading-59 {
  width: 220px;
  margin-top: 0px;
  padding-top: 5px;
  border-top: 1px solid #fff;
  font-family: 'PT Sans', sans-serif;
  color: #ec6c6c;
  font-size: 16px;
  line-height: 18px;
  text-transform: capitalize;
}

.heading-59.bmv {
  margin-bottom: 0px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #000;
  color: #000;
  font-size: 14px;
}

.heading-59.bmv.dasd {
  position: relative;
  z-index: 0;
  text-align: center;
}

.footer-3-line {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #491313;
  color: red;
}

.footer-3-wrap {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin-top: 40px;
  padding-top: 5%;
  padding-right: 29px;
  padding-left: 29px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px 10px 0px 0px;
  background-color: hsla(0, 0%, 100%, 0.83);
  background-image: url('../images/Asset-4.svg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: none;
}

.columns-11 {
  margin-bottom: 10px;
}

.footer-3-copywrite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px solid #000;
  font-family: 'Nineteenth (personal use)', sans-serif;
  color: #631010;
  font-weight: 500;
}

.footer-3-button {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.social-icon-wrap-2 {
  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-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.link-block-28 {
  position: absolute;
}

.link-header {
  margin-bottom: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}

.link-header.hj {
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}

.footer-3-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-3-col.mn {
  overflow: hidden;
  -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: 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: left;
}

.heading-61 {
  margin-top: 0px;
  margin-right: 20px;
  font-family: 'Changa One', Impact, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.row-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 20px;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-link-footer {
  display: block;
  margin-bottom: 11px;
  color: hsla(0, 0%, 100%, 0.69);
  text-decoration: none;
}

.text-link-footer.gjg {
  font-family: 'PT Sans', sans-serif;
  color: #000;
  text-transform: capitalize;
}

.f03_column_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.div-block-187 {
  position: relative;
  z-index: 27;
  margin-top: 20px;
  padding-top: 40px;
  padding-right: 0px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.7);
}

.image-78 {
  margin-top: 0px;
  box-shadow: none;
}

.image-96 {
  display: none;
}

.footer-3-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: 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;
}

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

.image-97 {
  margin-left: 20px;
}

.know {
  margin-top: 0px;
  font-family: 'Neotericâˆ demo version', sans-serif;
  color: #949494;
  font-size: 24px;
  text-align: center;
}

.div-block-194 {
  text-decoration: none;
}

.div-block-195 {
  position: fixed;
  left: auto;
  top: 5%;
  right: 5%;
  bottom: auto;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-style: none;
  border-width: 3px;
  border-color: #e7c129;
  border-radius: 100%;
  background-color: #302e2e;
}

.div-block-196 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -500px;
  z-index: 105;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -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;
  background-color: #000;
  background-image: linear-gradient(100deg, rgba(0, 0, 0, 0.95), #444300), url('../images/Asset-2_1.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, 150px;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 -1px 20px 0 #000;
}

.div-block-196.up {
  bottom: 0px;
  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-transform: translate(0px, 500px);
  -ms-transform: translate(0px, 500px);
  transform: translate(0px, 500px);
}

.image-102 {
  margin-right: 10px;
}

.image-102.fag {
  display: block;
}

.div-block-197 {
  text-decoration: none;
}

.div-block-197.nl {
  padding-left: 40px;
  border-left: 1px solid #e7c129;
}

.div-block-198 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.div-block-199 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15;
}

.div-block-200 {
  background-color: transparent;
  background-image: linear-gradient(109deg, #473808, #e7c129, #000 0);
}

.div-block-201 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100px;
  margin-top: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.heading-62 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 18px;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.div-block-202 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-203 {
  margin-left: 0px;
}

.div-block-204 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  -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;
}

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

.div-block-206 {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-104 {
  margin-left: 20px;
}

.image-105 {
  padding: 4px;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #fff;
}

.div-block-207 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-34 {
  color: #fff;
}

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

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

.div-block-209.xac {
  margin: 20px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-13 {
  display: none;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  color: #090808;
  font-size: 14px;
  text-align: justify;
  letter-spacing: 1px;
}

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

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

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

.div-block-213 {
  overflow: hidden;
  width: 100vw;
}

.text-span-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  font-size: 8px;
  line-height: 8px;
}

.image-107 {
  max-width: none;
  margin-right: -165px;
  margin-left: -165px;
}

.text-span-11 {
  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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 12px;
  line-height: 10px;
  text-transform: lowercase;
}

.text-block-35 {
  position: relative;
  z-index: 16;
  margin-top: 10px;
  text-decoration: underline;
}

.div-block-214 {
  position: relative;
}

.image-108 {
  border-style: solid;
  border-width: 1px;
  border-color: #bc5e3e;
}

.image-109 {
  max-width: none;
  margin-right: -176px;
  margin-left: -176px;
}

.image-110 {
  max-width: none;
  margin-right: -67px;
  margin-left: -52px;
}

.image-111 {
  max-width: none;
  margin-right: -58px;
  margin-left: -42px;
}

.image-112 {
  max-width: none;
  margin-right: -74px;
  margin-left: -71px;
}

.image-113 {
  max-width: none;
}

.link-11 {
  font-family: Oswald, sans-serif;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.image-114 {
  margin-right: 60px;
}

.text-span-12 {
  position: relative;
  display: inline-block;
  color: #0c151f;
}

.div-block-216 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 18;
}

.div-block-217 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -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-218 {
  width: 50%;
}

.video-4 {
  border-radius: 20px;
}

.video-5 {
  border-radius: 20px;
}

.div-block-219 {
  width: 30%;
  height: 5px;
  background-color: #e7c129;
}

.image-115 {
  position: absolute;
  left: 39%;
  top: auto;
  right: auto;
  bottom: 29%;
}

.div-block-220 {
  bottom: -500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.image-116 {
  display: none;
}

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

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

.div-block-225 {
  padding: 40px 42px;
  background-color: #161616;
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(0deg);
  -ms-transform: translate(0px, 0px) scale(1, 1) rotate(0deg);
  transform: translate(0px, 0px) scale(1, 1) rotate(0deg);
}

html.w-mod-js *[data-ix="slide"] {
  -webkit-transform: translate(-1000px, 0px);
  -ms-transform: translate(-1000px, 0px);
  transform: translate(-1000px, 0px);
}

html.w-mod-js *[data-ix="slide-3"] {
  -webkit-transform: translate(0px, 500px);
  -ms-transform: translate(0px, 500px);
  transform: translate(0px, 500px);
}

html.w-mod-js *[data-ix="slide-2"] {
  -webkit-transform: translate(-1000px, 0px);
  -ms-transform: translate(-1000px, 0px);
  transform: translate(-1000px, 0px);
}

html.w-mod-js *[data-ix="wait-intro"] {
  opacity: 1;
  -webkit-transform: translate(0%, 100%);
  -ms-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
}

html.w-mod-js *[data-ix="logo"] {
  -webkit-transform: translate3d(0px, 0px, 26px);
  transform: translate3d(0px, 0px, 26px);
}

@media screen and (max-width: 991px) {
  .landing_hero_section {
    display: block;
    width: auto;
    height: auto;
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .img_and_text_wrap {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }
  .headset_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .heading_wrap {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    -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;
  }
  .company_name {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: left;
  }
  .client_logo_grid {
    grid-auto-flow: column;
    grid-template-areas: "." "Area";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .main_content_wrap {
    display: block;
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav_outter {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 999;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .links_wrap {
    display: none;
  }
  .nav_link {
    width: 100%;
    height: auto;
    padding-bottom: 0px;
    font-size: 22px;
  }
  .nav_inner_wrap {
    position: static;
    padding-top: 0px;
  }
  .scroll_down {
    display: none;
  }
  .hamburger_wrap {
    position: relative;
    z-index: 999;
    display: block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    -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;
  }
  .line_1 {
    position: absolute;
    left: 0%;
    top: 18px;
    right: 0%;
    bottom: auto;
    width: 35px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #0c151f;
  }
  .line_2 {
    position: absolute;
    left: 0%;
    top: 28px;
    right: 0%;
    bottom: auto;
    width: 35px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #0c151f;
  }
  .line3 {
    position: absolute;
    left: 0%;
    top: 38px;
    right: 0%;
    bottom: auto;
    width: 35px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #0c151f;
  }
  .project_section {
    display: block;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .project_desc_body {
    display: block;
    -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: left;
  }
  .project_heading {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }
  .project_heading.light {
    display: block;
    -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: left;
  }
  .image_wrap {
    margin-top: 0px;
    padding-top: 100px;
  }
  .project_description_wrapper {
    -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;
  }
  .back_image {
    width: 100px;
  }
  .middle_image {
    width: 120px;
  }
  .btn_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -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;
  }
  .reverse_on_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .heading-12 {
    text-align: center;
  }
  .hero_landing_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100vh;
    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;
  }
  .hero_landing_section.hjg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .goggles_wrap {
    margin-top: 60px;
  }
  .columns-3 {
    display: block;
  }
  .see_work_button {
    display: inline-block;
  }
  .see_work_button.show_on_mobile {
    display: block;
    text-align: center;
  }
  .column-2 {
    -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;
  }
  .cta_section_1 {
    width: 100vw;
  }
  .cta_btn {
    display: block;
  }
  .cta_btn.show_on_mobile {
    display: block;
    text-align: center;
  }
  .social_btns_wrap {
    padding-bottom: 20px;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .details_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .details_text_dynamic {
    margin-left: 0px;
  }
  .column-6 {
    padding-bottom: 40px;
  }
  .orange_line {
    margin-bottom: 20px;
  }
  .carousel_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .white_background {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-15 {
    margin-top: 10px;
  }
  .column-7 {
    padding-left: 0px;
  }
  .section-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .columns-6 {
    display: block;
    -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;
  }
  .cms_joblink_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cta_btn_alt {
    display: block;
  }
  .cta_btn_alt.show_on_mobile {
    display: block;
    text-align: center;
  }
  .link-block-7 {
    height: 60px;
  }
  .container-2 {
    position: relative;
    display: block;
    width: 100vw;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -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;
  }
  .navbar-2 {
    position: relative;
    display: none;
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
  }
  .logo_link {
    width: 75px;
    height: 75px;
    margin-left: 0px;
    padding-right: 18px;
    padding-bottom: 0px;
    padding-left: 18px;
    background-image: none;
  }
  .logo_link.w--current {
    margin-left: 0px;
  }
  .nav_item {
    margin-right: 0px;
    padding-left: 0px;
    border-style: none;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.09);
    background-color: #000;
  }
  .image-13 {
    position: relative;
  }
  .text-block-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 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;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .icon-3 {
    text-align: center;
  }
  .menu-button-2 {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    height: 75px;
    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: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: transparent;
    font-family: Lato, sans-serif;
    color: #0c151f;
  }
  .menu-button-2.w--open {
    border: 1px none #000;
    background-color: rgba(188, 94, 62, 0.1);
    color: #bc5e3e;
  }
  .div-block-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  
  .nav_item_full_width {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
  .column-18 {
    display: block;
    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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact_section {
    -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;
  }
  .contact_right {
    width: 100%;
    margin-top: 60px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-left-style: none;
  }
  .footer_container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dots_right {
    right: 0%;
  }
  .div-block-36.rwr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 0%;
  }
  .div-block-36.fsg.bj {
    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;
  }
  .div-block-36.fsg.fg.fff {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-36.fsg.fg.hjj {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-36.fsg.fg.fcgc.hmgk {
    display: none;
  }
  .div-block-36.fsg.fg.dad.nb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-36.fsg.fg.bjb.ingf {
    min-height: auto;
  }
  .div-block-36.fsg.mmj {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-36.fsg.mmj.jof {
    padding-left: 0%;
    background-image: url('../images/architecture-blue-sky-buildings-1876262.jpg');
    background-position: 50% 100%;
  }
  .image-19 {
    margin-left: 68px;
  }
  .div-block-46 {
    width: 100px;
    height: 100px;
  }
  .div-block-47.mid {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .heading-33 {
    margin-left: -71px;
  }
  .heading-33.vsv.ooo.kolf {
    margin-left: 0px;
    line-height: 0.7em;
  }
  .heading-33.vsv.gtyf {
    letter-spacing: 20px;
  }
  .heading-33.vsv.hut {
    margin-bottom: 0px;
    letter-spacing: 20px;
  }
  .heading-34 {
    padding-top: 10px;
    font-size: 24px;
    line-height: 24px;
  }
  .div-block-52 {
    top: 15%;
    right: -173%;
  }
  .heading-36.mn.daf.faf {
    font-size: 64px;
    letter-spacing: 20px;
  }
  .heading-36.mn.fjf {
    font-size: 48px;
  }
  .heading-36.gj {
    margin-left: -46px;
  }
  .heading-36.fasfa.ffff {
    margin-left: 60px;
  }
  .heading-36.ffqf {
    margin-top: 0px;
    border-top-style: none;
    font-size: 0.7em;
    line-height: 1em;
  }
  .heading-36.ffqf.vbvhj {
    font-size: 18px;
  }
  .div-block-54.m {
    top: 75%;
    max-width: none;
    margin-top: 0px;
    padding: 0px 10% 0px 0%;
    -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;
  }
  .div-block-57 {
    width: auto;
  }
  .heading-37 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
  .columns-10 {
    display: none;
    margin-right: 9px;
    margin-left: 9px;
  }
  .column-22 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-block-64 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: none;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .div-block-69._12.mmz {
    width: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-40 {
    font-size: 1.5em;
    line-height: 27px;
  }
  .heading-40.dw.jjh {
    margin-left: 40px;
  }
  .div-block-73 {
    width: auto;
    height: 100%;
    max-width: none;
    min-width: auto;
    padding-right: 0%;
    -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;
  }
  .div-block-75 {
    margin-left: 0%;
  }
  .div-block-76 {
    margin-left: 20px;
  }
  .html-embed-3.abjd {
    z-index: 2;
  }
  .text-span-7 {
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 1em;
  }
  .paragraph-10.ffr.koih {
    width: 80vw;
  }
  .heading-42.lokpp {
    line-height: 24px;
  }
  .div-block-90 {
    max-width: 300px;
  }
  .div-block-90.vert {
    max-width: 500px;
  }
  .div-block-92 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .div-block-93.guyg {
    width: auto;
    margin-bottom: 0%;
    padding: 10px 20px;
  }
  .text-block-33.feat {
    font-size: 18px;
  }
  .html-embed-4 {
    width: 50vw;
  }
  .div-block-100 {
    margin-right: 20px;
  }
  .div-block-101 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-101.fhfh {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-102.hfj {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-103 {
    margin-left: 0px;
  }
  .div-block-121 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-126 {
    height: auto;
  }
  .heading-60 {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .social-icon-circle {
    width: 60px;
    height: 60px;
  }
  .footer-3-para {
    padding-left: 10px;
    line-height: 25px;
  }
  .heading-59.bmv {
    font-size: 14px;
    text-align: center;
  }
  .footer-3-wrap {
    position: relative;
    z-index: 10;
    width: 100%;
    margin-top: 5%;
    margin-left: 0px;
  }
  .footer-3-col.mn {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .heading-61 {
    margin-right: 10px;
    color: #000;
    font-size: 16px;
    line-height: 18px;
  }
  .row-5 {
    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;
  }
  .footer-3-col-2 {
    margin-top: 20px;
  }
  .div-block-196 {
    height: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .image-102 {
    margin-top: -84px;
    margin-bottom: 0px;
  }
  .div-block-197 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-198 {
    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;
  }
}

@media screen and (max-width: 767px) {
  .nav_outter {
    position: relative;
    display: block;
    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-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;
  }
  .logo {
    z-index: 0;
  }
  .nav_inner_wrap {
    position: static;
    z-index: 99999;
  }
  .hamburger_wrap {
    background-color: transparent;
  }
  .project_desc_body {
    line-height: 32px;
  }
  .project_heading {
    font-size: 24px;
    line-height: 32px;
  }
  .btn_container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .reverse_on_mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .welcome_header {
    font-size: 16px;
    line-height: 24px;
  }
  .heading-12 {
    font-size: 32px;
    line-height: 48px;
    text-align: center;
  }
  .hero_landing_section {
    width: 100vw;
  }
  .hero_landing_section.hjg {
    overflow: visible;
    height: auto;
    padding-right: 0px;
    padding-left: 0%;
    -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;
  }
  .columns-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .see_work_button {
    display: inline-block;
    text-align: center;
  }
  .see_work_button.show_on_mobile {
    display: block;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cta_section_1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
    background-image: linear-gradient(180deg, null, null), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
    background-position: 0px 0px, 50% 50%;
  }
  .cta_header {
    font-size: 16px;
    line-height: 24px;
  }
  .section_main_heading {
    font-size: 24px;
    line-height: 32px;
  }
  .cta_btn {
    display: block;
    text-align: center;
  }
  .cta_btn.show_on_mobile {
    display: block;
  }
  .contact_column {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(12, 21, 31, 0.09);
  }
  .copyright_text {
    margin-bottom: 20px;
  }
  .navbar {
    display: block;
    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;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .project_title {
    font-size: 24px;
    line-height: 32px;
  }
  .details_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .details_text_dynamic {
    margin-left: 0px;
  }
  .carousel_section {
    padding-top: 0px;
  }
  .project_grid_item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .collection-item {
    text-align: center;
  }
  .team_photos_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section_special_heading {
    font-size: 16px;
    line-height: 24px;
  }
  .body_text {
    font-size: 16px;
    line-height: 32px;
  }
  .section-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .columns-6 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .service_image_1 {
    height: 200px;
    background-size: 125px;
  }
  .card {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .service_image_3 {
    height: 200px;
    background-size: 125px;
  }
  .cms_joblink_box {
    -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;
  }
  .text-block-15 {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .services_column.uno {
    height: 200px;
  }
  .services_column.dos {
    height: 200px;
  }
  .services_column.tres {
    height: 200px;
  }
  .cta_section_alt {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
    background-image: linear-gradient(180deg, null, null), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
    background-position: 0px 0px, 50% 50%;
  }
  .cta_btn_alt {
    display: block;
    text-align: center;
  }
  .cta_btn_alt.show_on_mobile {
    display: block;
  }
  .column-11 {
    height: 500px;
  }
  .team_lightobox {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-4 {
    height: auto;
  }
  .collection-list-wrapper-3 {
    position: relative;
    display: block;
    width: 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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block-7 {
    display: block;
    width: 60px;
    -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;
  }
  .collection-item-4 {
    display: block;
  }
  .collection-list-4 {
    position: relative;
    display: block;
  }
  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: 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;
  }
  .text-block-23 {
    font-size: 12px;
  }
  .icon-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-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: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .navbar-2 {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-13 {
    padding-left: 0px;
  }
  .menu-button-2 {
    right: auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .div-block-26 {
    position: absolute;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .section-6 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 84, 125, 0.22)), to(rgba(46, 84, 125, 0.22))), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
    background-image: linear-gradient(180deg, rgba(46, 84, 125, 0.22), rgba(46, 84, 125, 0.22)), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
    background-position: 0px 0px, 50% 50%;
    background-attachment: scroll, scroll;
  }
  .contact_right {
    -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;
  }
  .contact_method {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .column-19 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-20 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer_container {
    -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;
  }
  .div-block-35 {
    height: 0px;
  }
  .div-block-36.rwr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-36.fsg.bj {
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .div-block-36.fsg.bj.hhf.dafg {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .div-block-36.fsg.fg.dad.nb {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-attachment: scroll;
  }
  .div-block-36.fsg.mmj {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-42 {
    margin-left: 0px;
  }
  .div-block-46 {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .heading-33.vsv.ooo.kolf {
    margin-left: 0px;
    font-size: 1em;
    letter-spacing: 10px;
  }
  .heading-33.vsv.vsdv {
    font-size: 18px;
  }
  .heading-36.mn.daf.jhfjh {
    font-size: 64px;
    letter-spacing: 15px;
  }
  .heading-36.mn.drets {
    font-size: 48px;
  }
  .heading-36.gj {
    margin: 22px 0px -81px -369px;
    font-size: 32px;
  }
  .heading-36.dad {
    margin-right: -369px;
    margin-bottom: -60px;
    margin-left: 0px;
    font-size: 32px;
    line-height: 32px;
  }
  .heading-36.hero {
    font-size: 24px;
  }
  .heading-36.czx {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
  }
  .heading-36.fasfa {
    font-size: 24px;
  }
  .heading-36.ffqf {
    font-size: 0.8em;
  }
  .text-span-5.frg {
    font-size: 48px;
  }
  .text-span-5.faf.gth {
    font-size: 38px;
  }
  .text-span-5.grg {
    font-size: 24px;
  }
  .div-block-57 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-58.sas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-27 {
    max-width: 70%;
  }
  .column-21 {
    padding-right: 70px;
    padding-bottom: 33px;
    padding-left: 70px;
  }
  .columns-10 {
    display: block;
    margin-right: 32px;
    margin-left: 32px;
  }
  .column-22 {
    padding-right: 66px;
    padding-left: 66px;
  }
  .div-block-3 {
    display: block;
    padding-right: 64px;
    padding-left: 64px;
  }
  .credits {
    padding-right: 59px;
    padding-left: 59px;
  }
  .container-4 {
    display: block;
  }
  .image-36._23 {
    padding-right: 0%;
  }
  .div-block-69._12.mmz {
    height: auto;
    max-height: none;
  }
  .heading-40 {
    font-size: 18px;
    font-style: normal;
    text-align: left;
  }
  .heading-40.dw.jjh {
    font-size: 0.8em;
  }
  .paragraph-8 {
    font-size: 16px;
  }
  .div-block-71 {
    margin-top: 5%;
  }
  .div-block-73 {
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-76 {
    position: relative;
    z-index: 7;
  }
  .html-embed-3 {
    width: 100vw;
    height: 500px;
  }
  .text-span-7 {
    font-size: 1em;
    line-height: 1em;
    letter-spacing: 10px;
  }
  .paragraph-10.koiuj {
    width: 80vw;
    margin-left: 0px;
  }
  .div-block-85 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-85.gs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-41 {
    width: 150px;
    margin-right: 32px;
    margin-left: 32px;
  }
  .div-block-88 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .heading-42 {
    line-height: 32px;
  }
  .div-block-90.dds.fyd.daf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-90.dds.fyd.vd {
    overflow: auto;
    max-width: 150px;
  }
  .div-block-90.vert {
    max-width: 400px;
  }
  .div-block-90.full {
    width: 80vw;
    max-width: 500px;
  }
  .div-block-92 {
    height: auto;
  }
  .div-block-93.guyg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-33 {
    font-size: 1em;
  }
  .div-block-95 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-97 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .html-embed-4 {
    width: 80vw;
  }
  .html-embed-4.vcgg {
    width: 80vw;
    margin-top: 5%;
    margin-left: 0px;
  }
  .div-block-101 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-110 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-117 {
    height: auto;
  }
  .div-block-126 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-59 {
    font-size: 14px;
  }
  .columns-11 {
    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;
  }
  .footer-3-copywrite {
    text-align: center;
  }
  .link-header.hj {
    margin-bottom: 10px;
  }
  .footer-3-col {
    -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;
  }
  .footer-3-col.mn {
    margin-bottom: 20px;
  }
  .row-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .f03_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-78 {
    display: none;
  }
  .image-96 {
    display: block;
    margin-bottom: 40px;
  }
  .footer-3-col-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .column-23 {
    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;
  }
  .know {
    margin-top: -30px;
    font-size: 16px;
  }
  .image-98 {
    width: 150px;
  }
  .image-99 {
    width: 150px;
  }
  .image-100 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .image-102 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
    background-color: #fff;
    background-image: linear-gradient(63deg, #fff, #fff);
  }
  .landing_hero_section {
    padding-top: 0px;
  }
  .client_logo_grid {
    padding-top: 20px;
  }
  .nav_outter {
    position: absolute;
  }
  .nav_link {
    color: #000;
    font-size: 16px;
  }
  .project_section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero_landing_section {
    padding-top: 20px;
  }
  .hero_landing_section.hjg {
    overflow: hidden;
    height: 100vh;
    padding-bottom: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero_landing_section.hjg.dgfx {
    padding-top: 10%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero_landing_section.hjg.ddf {
    z-index: 999;
    background-attachment: scroll, fixed;
  }
  .hero_landing_section.gdfgfgf {
    overflow: visible;
  }
  .columns-3 {
    padding-top: 0px;
  }
  .image-9 {
    padding-top: 20px;
  }
  .project_thumbnail_image {
    height: 225px;
  }
  .tabs-menu {
    overflow: scroll;
  }
  .bio_wrapper {
    display: none;
  }
  .body_text {
    position: relative;
  }
  .section-3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-19 {
    min-height: 300px;
  }
  .form-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .form_container {
    display: block;
    padding: 40px 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;
    box-shadow: none;
  }
  .submit-button {
    display: inline-block;
    width: auto;
    height: auto;
    padding-right: 24px;
  }
  .menu-button {
    color: #0c151f;
  }
  .navbar-2 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #423a1c;
  }
  .logo_link {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    padding-top: 0px;
  }
  .nav_item {
    margin-left: 12px;
    padding-left: 0px;
    width: 100%;
    margin: 0;
  }
  .menu-button-2 {
    height: auto;
  }
  .div-block-26 {
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 20px;
    -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: 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 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
  }
  .div-block-26.hjc {
    padding-right: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .orange_heading {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }
  .input_wrapper {
    border-radius: 0px;
    box-shadow: none;
  }
  .input_icon.email {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .input_icon.avatar {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .div-block-29 {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .nav {
    display: none;
    background-color: #fff;
  }
  .nav_item_full_width {
    background-image: url('../images/Asset-3.svg');
    background-position: 0px 0px;
    background-size: cover;
    background-attachment: fixed;
    max-width: 100%;
  }
  .checkbox-field {
    padding-left: 40px;
  }
  .checkbox-field-2 {
    padding-left: 40px;
  }
  .checkbox-field-3 {
    padding-left: 40px;
  }
  .dots_left {
    left: -10%;
    top: 10%;
    width: 70vw;
  }
  .dots_right {
    width: 70vw;
  }
  .heading-28 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .paragraph-7.colour.v.frtg {
    margin-left: 0px;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
  }
  .paragraph-7.colour.v.frtg.fh {
    margin-right: 10px;
    margin-left: 10px;
  }
  .paragraph-7.colour.v.ghjg {
    display: block;
    margin-top: 0px;
    padding-top: 10px;
    padding-right: 14px;
    padding-left: 14px;
    border-radius: 0px;
    background-color: transparent;
    font-size: 18px;
  }
  .paragraph-7.colour.fsf {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
  }
  .paragraph-7.colour.fsf.jh {
    font-size: 0.9em;
  }
  .div-block-36.rwr {
    height: auto;
    padding-bottom: 40px;
    -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;
  }
  .div-block-36.fsg.bj {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .div-block-36.fsg.bj.hhf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-36.fsg.bj.hhf.dafg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-36.fsg.bj.hbm {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-36.fsg.bj.hbm.bmg {
    overflow: visible;
  }
  .div-block-36.fsg.fg.fff {
    padding-left: 0%;
    background-size: cover;
    background-attachment: scroll;
  }
  .div-block-36.fsg.fg.fff.sas {
    padding-top: 10%;
  }
  .div-block-36.fsg.fg.fff.sas.hhh {
    overflow: hidden;
    height: 700px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .div-block-36.fsg.fg.fff.bjnb {
    height: 600px;
  }
  .div-block-36.fsg.fg.hjj {
    height: auto;
  }
  .div-block-36.fsg.fg.hjj.mm {
    display: none;
    overflow: hidden;
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/architectural-design-architecture-building-2096578.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/architectural-design-architecture-building-2096578.jpg');
    background-attachment: scroll, scroll;
  }
  .div-block-36.fsg.fg.hjj.mm.monjh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/architectural-design-architecture-building-2096578.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/architectural-design-architecture-building-2096578.jpg');
    background-attachment: scroll, scroll;
  }
  .div-block-36.fsg.fg.hjj.mm.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0%;
  }
  .div-block-36.fsg.fg.bjb.ingf {
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .div-block-36.fsg.fg.bjb.ingf.fag {
    top: -108px;
  }
  .div-block-36.fsg.mmj {
    height: auto;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url('../images/abstract-architecture-art-3026839.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }
  .div-block-36.fsg.mmj.jof {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0%;
    background-image: url('../images/architecture-blue-sky-buildings-1876262.jpg');
    background-attachment: fixed;
  }
  .div-block-36.fsg.mmj.ddffe {
    overflow: hidden;
    height: 100vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-36.qwertyuil {
    background-color: #fff;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-attachment: scroll;
  }
  .div-block-36.qwertyuil.sdfgh {
    background-color: transparent;
  }
  .image-19 {
    margin-left: 10px;
  }
  .div-block-42 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .div-block-44 {
    position: relative;
    z-index: 12;
    margin-top: 54px;
  }
  .heading-31.fff {
    color: rgba(0, 0, 0, 0.06);
    font-size: 20em;
  }
  .heading-31.fff.vgg {
    margin-top: 0px;
  }
  .div-block-45 {
    left: 0px;
    top: 0%;
    right: 0%;
    width: auto;
    height: auto;
    margin-top: 20px;
    border-radius: 0px;
    background-color: transparent;
  }
  .div-block-45.ggfg {
    width: 100vw;
    padding-top: 20px;
    background-color: rgba(0, 0, 0, 0.32);
    background-size: cover;
  }
  .image-21 {
    max-width: 39%;
    margin-right: 0px;
  }
  .image-22 {
    max-width: 20%;
    margin-right: 0px;
  }
  .div-block-46 {
    width: 40px;
    height: 80px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .div-block-46.jg {
    margin-right: 10px;
    margin-left: 0px;
  }
  .div-block-46.jg.nb {
    margin-right: 20px;
    margin-left: 10px;
  }
  .div-block-46.jg.bnb {
    margin-right: 20px;
  }
  .div-block-46.jg.bgv {
    margin-right: 20px;
  }
  .div-block-47 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-47.mid.ds {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .image-25 {
    max-width: 40%;
  }
  .heading-33 {
    margin-right: 10px;
    margin-left: -39px;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 10px;
  }
  .heading-33.vsv {
    margin-right: 0px;
    font-size: 16px;
    letter-spacing: 20px;
  }
  .heading-33.vsv.daddfs.hdh {
    margin-bottom: 0px;
  }
  .heading-33.vsv.ooo {
    font-size: 14px;
    letter-spacing: 15px;
  }
  .heading-33.vsv.ooo.kolf {
    font-size: 10px;
    letter-spacing: 5px;
  }
  .heading-33.vsv.ooo.kolf.gfd {
    margin-left: 20px;
  }
  .heading-33.vsv.ooo.kolf.gfd.nhgfc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    line-height: 0px;
  }
  .heading-33.vsv.hut {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    letter-spacing: 10px;
  }
  .heading-33.vsv.yopoi {
    padding-right: 27px;
    padding-left: 27px;
  }
  .heading-33.vsv.yopoi.ggh {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    letter-spacing: 15px;
  }
  .heading-33.vsv.yopoi.vbnv {
    letter-spacing: 10px;
  }
  .heading-33.vsv.dafg {
    letter-spacing: 10px;
  }
  .heading-34 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    border-top-style: none;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
  }
  .image-26 {
    left: 0%;
  }
  .image-26._1 {
    left: 0px;
  }
  .image-26._4 {
    left: 142px;
    top: 94px;
  }
  .div-block-52 {
    left: 0%;
    top: 41%;
    right: -67px;
    bottom: 0%;
    -webkit-transform: rotateX(43deg) rotateY(20deg) rotateZ(-29deg) translate(79%, -500px) scale(0.8);
    transform: rotateX(43deg) rotateY(20deg) rotateZ(-29deg) translate(79%, -500px) scale(0.8);
  }
  .heading-35.vh {
    color: #fff;
    font-size: 32px;
    line-height: 38px;
  }
  .heading-36.mn {
    margin-bottom: -9px;
    padding-top: 5px;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 5px;
  }
  .heading-36.mn.daf {
    padding-top: 10px;
    font-size: 42px;
    letter-spacing: 15px;
  }
  .heading-36.mn.daf.faf {
    letter-spacing: 10px;
  }
  .heading-36.mn.daf.jhfjh {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 10px;
  }
  .heading-36.mn.fjf {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 42px;
    line-height: 40px;
  }
  .heading-36.gj {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 76;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-family: 'Megan june', sans-serif;
    color: rgba(0, 0, 0, 0.74);
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 7px;
  }
  .heading-36.dad {
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: 82px;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 24px;
  }
  .heading-36.daf.nn {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 32px;
    text-align: center;
  }
  .heading-36.hero {
    margin-top: 0px;
    color: rgba(255, 255, 255, 0.8);
  }
  .heading-36.czx {
    width: 80vw;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 6px;
  }
  .heading-36.czx.mmowrv {
    margin-left: 0px;
  }
  .heading-36.fef {
    font-size: 32px;
  }
  .heading-36.fasfa.ffff {
    margin-left: 0px;
    color: #000;
  }
  .heading-36.fasfa.ffff.ccc {
    margin-left: 20px;
    color: #000;
  }
  .heading-36.fasfa.ffff.iuyt {
    margin-bottom: 60px;
  }
  .heading-36.fasfa.vzv {
    max-width: 80vw;
    text-align: center;
  }
  .heading-36.ffqf {
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 10px;
    line-height: 2em;
  }
  .heading-36.ffqf.vbvhj {
    width: 300px;
    font-size: 14px;
    text-align: center;
  }
  .heading-36.ffqf.nv {
    text-transform: capitalize;
  }
  .text-span-5.frg {
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 32px;
    line-height: 32px;
  }
  .text-span-5.frg.hjgkj {
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: transparent;
    color: #fdf9f9;
    font-size: 42px;
  }
  .text-span-5.faf {
    margin-top: 0px;
    font-size: 32px;
  }
  .text-span-5.faf.gth {
    letter-spacing: 2px;
  }
  .text-span-5.dasd {
    font-size: 32px;
  }
  .div-block-54.m {
    top: 80%;
    height: auto;
  }
  .div-block-55.gkgk.fhgf {
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .div-block-57 {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-58 {
    margin-top: 40px;
  }
  .div-block-58.sas {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-27 {
    max-width: 70%;
  }
  .div-block-60 {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-60.smas {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-29 {
    width: 150px;
    margin-left: 0px;
    border-bottom-style: none;
  }
  .div-block-62 {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-21 {
    padding-right: 41px;
    padding-left: 48px;
  }
  .columns-10 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .column-22 {
    padding-right: 42px;
    padding-left: 42px;
    grid-column-gap: 11px;
  }
  .heading-3 {
    margin-top: 15px;
    padding-right: 26px;
  }
  .div-block-3 {
    padding-right: 39px;
    padding-left: 39px;
  }
  .credits {
    padding-right: 163px;
    padding-left: 37px;
  }
  .div-block-64 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .heading-39 {
    font-size: 32px;
    text-align: center;
  }
  .image-36._23 {
    display: none;
  }
  .div-block-68.gdg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-68.gdg.juyh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-68.gdg.juyh.bjkb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-68.fss {
    overflow: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-68.fss.nn {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-68.fss.nn.jlb {
    width: 100vw;
  }
  .div-block-69._12.mmz {
    width: auto;
    padding: 0px;
    background-color: hsla(0, 0%, 100%, 0.83);
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.88)), to(hsla(0, 0%, 100%, 0.88))), url('../images/Asset-1_2.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.88), hsla(0, 0%, 100%, 0.88)), url('../images/Asset-1_2.png');
    background-position: 0px 0px, 0% 100%;
    background-size: auto, 400px;
  }
  .div-block-69._12.mmz.kgb {
    width: 50%;
    margin-top: 0%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .heading-40 {
    font-size: 24px;
    line-height: 32px;
  }
  .heading-40.dw {
    padding-bottom: 0px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }
  .heading-40.dw.jjh {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 0.7em;
  }
  .heading-40.dw.jjh.bvfd {
    margin-top: 10px;
    color: #000;
    text-align: center;
  }
  .heading-40.dw.nb {
    margin-top: 10px;
  }
  .heading-40.dw.hggkj {
    margin-top: 10px;
  }
  .heading-40.nmb {
    margin-bottom: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom-style: none;
    color: #000;
    font-size: 16px;
    line-height: 18px;
  }
  .div-block-71 {
    padding-left: 20px;
  }
  .button-6.fwf {
    display: none;
  }
  .button-6.fwf.ff {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    border-radius: 0px;
    text-align: center;
  }
  .div-block-73 {
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-75 {
    padding-left: 15px;
    border-left: 1px solid #fff;
  }
  .div-block-76 {
    width: 80vw;
    margin-left: 0px;
  }
  .div-block-76.cccc {
    height: 160px;
    margin-left: 0px;
  }
  .div-block-77 {
    width: 80vw;
  }
  .div-block-78 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .form-block-2 {
    width: 80vw;
    margin-bottom: 25%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .form-block-2.bxb {
    width: 100vw;
  }
  .form-block-2.vbv {
    padding-bottom: 20px;
  }
  .field-label-3.gf {
    margin-bottom: 10px;
    font-size: 10px;
  }
  .field-label-3.gf.faf {
    font-size: 10px;
    letter-spacing: 5px;
  }
  .field-label-3.gf.gt {
    letter-spacing: 5px;
  }
  .text-field-3 {
    border-radius: 0px;
  }
  .text-field-4 {
    border-radius: 0px;
  }
  .submit-button-2.faf {
    background-color: #e7c129;
    color: #000;
    font-size: 12px;
    text-transform: capitalize;
  }
  .submit-button-2.bm {
    margin-top: 20px;
  }
  .submit-button-2.bm.ff {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .form-2 {
    width: auto;
  }
  .form-2.cvbc {
    -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-79 {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-80.efw {
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-80.efw.mnv {
    top: 0px;
  }
  .div-block-80.efw.nv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-80.efw.bv {
    -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-39.uyrk {
    width: 33%;
  }
  .image-39.uyrk:hover {
    width: 33%;
    max-width: 33%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .image-39.uyrk:active {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .image-39.uyrk.faf {
    width: 80vw;
  }
  .image-39.uyrk.faf:hover {
    max-width: none;
  }
  .image-39.uyrk.gc {
    width: 80vw;
    margin-bottom: 0px;
  }
  .html-embed-3 {
    height: 300px;
  }
  .text-span-7 {
    margin-bottom: 0px;
    color: #e7c129;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 7px;
  }
  .text-span-7.hjk {
    font-size: 12px;
  }
  .text-span-7.jhg {
    color: #cfb032;
    font-size: 9px;
    line-height: 10px;
    letter-spacing: 6px;
  }
  .paragraph-10.cacas {
    position: relative;
    z-index: 5;
    width: 80vw;
    margin-top: -82px;
    font-size: 14px;
    line-height: 32px;
    text-align: left;
  }
  .paragraph-10.koiuj {
    font-size: 14px;
    line-height: 34px;
  }
  .paragraph-10.ffr {
    width: 300px;
    margin-top: 40px;
    margin-right: -19px;
    font-size: 14px;
    line-height: 32px;
    text-align: left;
  }
  .paragraph-10.ffr.koih {
    margin-top: 0px;
  }
  .paragraph-10.ffr.nmj {
    width: auto;
  }
  .div-block-85 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-87.hgg {
    width: 80vw;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .image-41 {
    width: 80px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .div-block-88 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-89 {
    margin-left: 0px;
  }
  .heading-42 {
    font-size: 14px;
    line-height: 24px;
  }
  .heading-42.suv {
    font-size: 14px;
  }
  .div-block-90.dds.fyd {
    margin-top: 20px;
  }
  .div-block-90.vert {
    width: 80vw;
    height: auto;
    max-width: none;
  }
  .div-block-90.full {
    overflow: auto;
    width: 90vw;
    height: auto;
    margin-top: 10px;
  }
  .div-block-91 {
    width: 100px;
    min-width: 100px;
  }
  .div-block-92 {
    width: auto;
  }
  .div-block-93.ff {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-93.ff.rev {
    height: 100%;
    background-image: linear-gradient(359deg, #000, rgba(0, 0, 0, 0.89)), url('../images/Asset-3_1.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 125px;
    background-attachment: scroll, scroll;
  }
  .div-block-93.ff.faf {
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0.88))), url('../images/Asset-3_1.png');
    background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.88)), url('../images/Asset-3_1.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 125px;
    background-attachment: scroll, fixed;
  }
  .div-block-93.guyg {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-33 {
    font-size: 12px;
    letter-spacing: 6px;
  }
  .text-block-33.feat {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .text-block-33.feat.poiud {
    font-size: 14px;
  }
  .text-span-8 {
    display: inline-block;
    margin-bottom: 5px;
    color: #f1d977;
    font-size: 1.5em;
  }
  .text-span-9 {
    font-size: 32px;
  }
  .div-block-95 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-97 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-97.czv {
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .html-embed-4 {
    width: 80vw;
    height: 200px;
  }
  .html-embed-4.vcgg {
    width: 100vw;
    height: 250px;
  }
  .div-block-98 {
    z-index: 9999;
    margin-top: 40px;
  }
  .div-block-98.this {
    display: none;
  }
  .div-block-100 {
    margin-right: 0px;
  }
  .div-block-101 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-101.fhfh {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-102 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-102.fasf {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
  }
  .div-block-103 {
    width: 80vw;
  }
  .div-block-107 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0.99))), url('../images/2753801.jpg');
    background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.99)), url('../images/2753801.jpg');
    background-position: 0px 0px, 0px 0px;
  }
  .image-48 {
    width: 80px;
    margin-right: 0%;
  }
  .div-block-108.fsff {
    padding-top: 10%;
  }
  .div-block-110 {
    width: 100vw;
    padding-right: 0px;
    padding-left: 0px;
    -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-111 {
    -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-113 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-113.tre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-117 {
    background-image: none;
  }
  .heading-44 {
    font-size: 32px;
  }
  .image-49 {
    max-width: 100%;
  }
  .paragraph-12 {
    margin-top: 20px;
    font-size: 16px;
  }
  .div-block-121 {
    overflow: auto;
    width: 100vw;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-122 {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
  }
  .div-block-123 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-125 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-126.fj {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .heading-60 {
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
  }
  .heading-60.bh {
    color: #000;
  }
  .footer-3-para {
    margin-top: 20px;
    padding-left: 0px;
    border-left-style: none;
  }
  .heading-59.bmv.dasd {
    font-size: 12px;
    line-height: 16px;
  }
  .footer-3-wrap {
    border-radius: 4px;
    background-position: 0% 50%;
  }
  .footer-3-copywrite {
    text-align: center;
  }
  .footer-3-col.mn {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .f03_column_right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-187 {
    padding-top: 0px;
  }
  .image-78 {
    box-shadow: none;
  }
  .image-96 {
    margin-top: 40px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .image-96.gyj {
    display: none;
    margin-top: 37px;
    margin-bottom: 33px;
  }
  .footer-3-col-2 {
    margin-top: 0px;
    padding-top: 20px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-98 {
    width: 80px;
  }
  .image-99 {
    width: 80px;
  }
  .image-101 {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: -1;
    height: 100vh;
    white-space: normal;
  }
  .div-block-188 {
    width: 100vw;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
  }
  .div-block-189 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
  }
  .div-block-190 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    -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-191 {
    width: 80vw;
  }
  .div-block-192 {
    width: 80vw;
  }
  .div-block-193 {
    width: 80vw;
  }
  .div-block-194 {
    width: 80%;
  }
  .div-block-195 {
    width: 25px;
    height: 25px;
  }
  .div-block-196 {
    top: 65vh;
    display: none;
    height: 150px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-196.up {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-decoration: none;
  }
  .image-102 {
    width: 50px;
    margin-top: -35px;
    margin-bottom: 5px;
    margin-left: 0px;
  }
  .image-102.fag {
    display: block;
    width: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .div-block-197 {
    margin-bottom: 10px;
    -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;
  }
  .div-block-197.nl {
    margin-top: 5px;
    padding-left: 0px;
    border-left-style: none;
  }
  .div-block-198 {
    margin-right: 0px;
  }
  .div-block-199 {
    display: none;
  }
  .div-block-200 {
    background-color: transparent;
    background-image: linear-gradient(109deg, rgba(71, 56, 8, 0.51), #e7c129, #000 0);
  }
  .image-103 {
    width: 100px;
  }
  .div-block-201 {
    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;
  }
  .heading-62 {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 5px;
  }
  .div-block-203 {
    margin-top: 20px;
  }
  .div-block-204 {
    margin-top: 40px;
    margin-left: 0px;
  }
  .div-block-206 {
    -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;
  }
  .image-104 {
    margin-left: 0px;
  }
  .image-105 {
    display: none;
    max-width: 25%;
  }
  .div-block-207 {
    display: none;
    padding-left: 40px;
  }
  .div-block-208 {
    margin-bottom: 10px;
  }
  .div-block-209 {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0px;
  }
  .div-block-210 {
    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-211 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-107 {
    max-width: 100%;
  }
  .text-span-11 {
    font-size: 8px;
  }
  .image-109 {
    max-width: 100%;
  }
  .image-110 {
    max-width: 100%;
  }
  .image-111 {
    max-width: 100%;
  }
  .image-112 {
    max-width: 100%;
  }
  .image-113 {
    max-width: 100%;
  }
  .link-11 {
    font-size: 8px;
  }
  .image-114 {
    margin-right: 0px;
  }
  .div-block-215 {
    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;
  }
  .div-block-218 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-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-222 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2;
    display: none;
    height: auto;
    padding-top: 23px;
    padding-bottom: 23px;
    -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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }
  .image-116 {
    display: block;
  }
  .div-block-223 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-224 {
    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;
  }
}

#w-node-6048df1267ce-c5c3ce02 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b3d7697853f3-c5c3ce02 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-2e1135830139-c5c3ce02 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-05115a7617eb-c5c3ce02 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-5bcfc1b12c2b-c5c3ce02 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@font-face {
  font-family: 'Edition ';
  src: url('../fonts/EDITION_.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Plateia';
  src: url('../fonts/Plateia-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Junar';
  src: url('../fonts/JUNAR.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Junaroutline junaroutline';
  src: url('../fonts/JUNAROUTLINE-JUNAROUTLINE.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Neotericâˆ demo version';
  src: url('../fonts/NEOTERICâˆ---Bold-DEMO-VERSION.ttf') format('truetype'), url('../fonts/NEOTERICâˆ---Bold-DEMO-VERSION.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Neotericâˆ demo version';
  src: url('../fonts/NEOTERICâˆ---Regular-DEMO-VERSION.ttf') format('truetype'), url('../fonts/NEOTERICâˆ---Regular-DEMO-VERSION.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Coolvetica rg';
  src: url('../fonts/coolvetica-rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Champagne & limousines';
  src: url('../images/') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Champagne & limousines';
  src: url('../images/') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Caviardreams';
  src: url('../fonts/CaviarDreams.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Mission gothic';
  src: url('../fonts/Mission-Gothic-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Mission gothic';
  src: url('../fonts/Mission-Gothic-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Mission gothic';
  src: url('../fonts/Mission-Gothic-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Mission gothic';
  src: url('../fonts/Mission-Gothic-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Mission gothic';
  src: url('../fonts/Mission-Gothic-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Mission gothic';
  src: url('../fonts/Mission-Gothic-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Mission gothic';
  src: url('../fonts/Mission-Gothic-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Mission gothic';
  src: url('../fonts/Mission-Gothic-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Mission gothic';
  src: url('../fonts/Mission-Gothic-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Mission gothic';
  src: url('../fonts/Mission-Gothic-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Megan june';
  src: url('../fonts/Megan-June.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Minimal';
  src: url('../fonts/minimal.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Nineteenth (personal use)';
  src: url('../fonts/Nineteenth-Personal-use.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Adam';
  src: url('../fonts/Adam.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Paque grotesque demo';
  src: url('../fonts/Paque-Grotesque-Thin-Demo.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Pages grotesque demo';
  src: url('../fonts/Pages-Grotesque-Regular-Demo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Pages grotesque demo';
  src: url('../fonts/Pages-Grotesque-Light-Demo.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}


.navbar-2.w-nav{opacity:1!important;}