.body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  -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: #192845;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.nav-link {
  padding: 5px 0px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link:hover {
  border-bottom: 2px none #466187;
}

.nav-link.w--current {
  border-bottom: 2px solid #466187;
  color: #fff;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.div-block {
  padding-bottom: 37%;
  background-image: url('../images/ui-logo-horizontal-b_-retina.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.brand {
  width: 164px;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  -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/01home_v04_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 46px;
  font-weight: 400;
  text-align: center;
}

.paragraph {
  max-width: 765px;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: auto;
  color: #777;
  text-align: center;
}

._1280-ver {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 114px 50px;
  -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;
}

._100w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._20w {
  display: block;
  width: 20%;
  -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;
}

.paragraph---justify {
  width: 100.0001612%;
  margin-bottom: 0px;
  color: #777;
  text-align: justify;
}

.blue-line---center {
  width: 70px;
  height: 2px;
  margin: 30px auto;
  background-color: #466187;
}

.icon-bg {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: #f9f9f9;
  background-image: url('../images/unififed-01.svg');
  background-position: 50% 50%;
  background-size: 34px;
  background-repeat: no-repeat;
}

.icon-bg.i1 {
  margin-right: auto;
  margin-left: auto;
}

.icon-bg.i2 {
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/unififed-02.svg');
  background-size: 40px;
}

.icon-bg.i3 {
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/unififed-03.svg');
  background-size: 50px;
}

.icon-bg.i4 {
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/unififed-04.svg');
  background-size: 40px;
}

.projects-section {
  background-color: #f9f9f9;
}

.section-title---center {
  margin-top: 0px;
  margin-bottom: 55px;
  font-family: 'Open sans', sans-serif;
  font-size: 32px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.slide {
  width: 24.8%;
  padding-right: 10px;
  padding-left: 10px;
}

.slider {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.left-arrow {
  left: -90px;
  display: block;
  width: 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;
}

.right-arrow {
  right: -90px;
  width: 40px;
}

.icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #466187;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  cursor: pointer;
}

.icon:hover {
  opacity: 0.7;
}

.icon-2 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #466187;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  cursor: pointer;
}

.icon-2:hover {
  opacity: 0.7;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: dashed;
  outline-width: 3px;
}

.slide-nav {
  display: none;
}

.hm-pj-pic {
  padding-bottom: 144%;
  background-image: url('../images/01home_v04_05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hm-pj-pic.p1 {
  position: relative;
  overflow: hidden;
}

.hm-pj-pic.p1:hover {
  background-image: url('../images/01home_v04_05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hm-pj-pic.p2 {
  position: relative;
  overflow: hidden;
  background-image: url('../images/01home_v04_07.jpg');
}

.hm-pj-pic.p3 {
  position: relative;
  overflow: hidden;
  background-image: url('../images/01home_v04_09.jpg');
}

.hm-pj-pic.p4 {
  position: relative;
  overflow: hidden;
  background-image: url('../images/01home_v04_11.jpg');
}

.hm-pj-pic.p5 {
  position: relative;
  overflow: hidden;
  background-image: url('../images/hmp5.jpg');
}

.hm-pj-pic.p6 {
  position: relative;
  overflow: hidden;
  background-image: url('../images/hmp6.jpg');
}

.hm-pj-pic.p7 {
  position: relative;
  overflow: hidden;
  background-image: url('../images/hmp7.jpg');
}

.hm-pj-pic.p8 {
  position: relative;
  overflow: hidden;
  background-image: url('../images/hmp8.jpg');
}

.hm-pj-pic.p9 {
  position: relative;
  overflow: hidden;
  background-image: url('../images/hmp9.jpg');
}

.hm-pj-pic.p10 {
  position: relative;
  overflow: hidden;
  background-image: url('../images/hmp10.jpg');
}

.hm-pj-pic.p11 {
  position: relative;
  overflow: hidden;
  background-image: url('../images/hmp11.jpg');
}

.pj-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30px 10px;
  font-family: 'Open sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.footer {
  background-color: #ececec;
}

.ft-heading {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Open sans', sans-serif;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

._47w {
  width: 47%;
}

._47w.copy {
  display: none;
}

.ft-100w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.detail_toggle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 33px;
  -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: transparent;
  text-align: left;
  cursor: pointer;
}

.detail_toggle:hover {
  opacity: 0.7;
  color: #466187;
}

.dd-title {
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
}

.detail_list {
  display: block;
  overflow: hidden;
  width: 100%;
}

.paragraph-3 {
  padding-left: 33px;
  color: #777;
  font-size: 14px;
}

.ft-dropdown-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: #d0d0d0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #777;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.ft-dropdown-icon:hover {
  opacity: 0.7;
}

.ft-pic-blk {
  position: relative;
  overflow: hidden;
  width: 32.8%;
}

.ft-pic {
  position: relative;
  padding-bottom: 100%;
  background-image: url('../images/01home_v04_18.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ft-pic:hover {
  background-image: linear-gradient(195deg, rgba(67, 115, 183, 0.5), rgba(67, 115, 183, 0.9)), url('../images/01home_v04_18.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-filter: none;
  filter: none;
}

.ft-pic.f1:hover {
  background-image: url('../images/01home_v04_18.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ft-pic.f2 {
  background-image: url('../images/01home_v04_20.jpg');
}

.ft-pic.f3 {
  background-image: url('../images/01home_v04_22.jpg');
}

.ft-pic.f4 {
  background-image: url('../images/01home_v04_26.jpg');
}

.ft-pic.f5 {
  background-image: url('../images/01home_v04_27.jpg');
}

.ft-pic.f6 {
  background-image: url('../images/01home_v04_28.jpg');
}

.ft-3pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding-right: 20px;
  padding-left: 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;
  opacity: 0;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.text-block:hover {
  opacity: 1;
}

.ft-1280-ver {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 50px 80px;
  -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;
}

.ft-line {
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
}

.ft-logo {
  width: 62px;
  height: 74px;
  background-image: url('../images/logo-ft_1logo-ft.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ft-logo-blk {
  width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 50px;
}

.dropdown-toggle {
  background-image: url('../images/icon_lang.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.dropdown {
  padding: 15px 0px;
}

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

.dropdown-list.w--open {
  color: #fff;
}

.dropdown-link {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
}

.dropdown-link:hover {
  color: #8dcefb;
}

.page-title-blk {
  width: 100%;
  height: 100px;
  background-color: #f9f9f9;
}

.page-title {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin: 0px auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Open sans', sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  text-align: left;
}

._30w {
  display: inline-block;
  width: 30.3%;
  margin-right: 1.5%;
  margin-bottom: 55px;
  margin-left: 1.5%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 5000px;
  perspective: 5000px;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
  -webkit-transform: perspective(5000px);
  transform: perspective(5000px);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  color: #333;
  text-decoration: none;
}

.pj-pic {
  width: 100%;
  padding-bottom: 150%;
  background-image: url('../images/p1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pj-pic:hover {
  opacity: 0.7;
}

.pj-pic.pj1 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100.0000175%;
  background-position: 50% 100%;
}

.pj-pic.pj2 {
  background-image: url('../images/p2.jpeg');
}

.pj-pic.pj3 {
  background-image: url('../images/p3.jpeg');
}

.pj-pic.pj4 {
  background-image: url('../images/p4.jpeg');
}

.pj-pic.pj5 {
  background-image: url('../images/p5.jpeg');
}

.pj-pic.pj6 {
  background-image: url('../images/p6.jpeg');
}

.pj-pic.pj7 {
  background-image: url('../images/p7.jpeg');
}

.pj-pic.pj8 {
  background-image: url('../images/hmp8.jpg');
}

.pj-pic.pj9 {
  background-image: url('../images/p9.jpeg');
}

.pj-pic.pj10 {
  background-image: url('../images/hmp10.jpg');
}

.pj-pic.pj11 {
  background-image: url('../images/p11.jpeg');
}

.pj-pic-blk {
  position: relative;
  overflow: hidden;
  width: 100.0000175%;
}

.pj-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 125px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 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-color: #f9f9f9;
  font-family: 'Open sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.pj-name:hover {
  color: #466187;
}

._100w-blk {
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

._100w-blk.vertical-align-top {
  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;
}

.pj-d-section {
  background-color: #fff;
}

.pj-d-slider {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 114px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.pj-slide {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.pj-d-pic {
  padding-bottom: 66%;
  background-image: url('../images/03projectDetail02_v04_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pj-d-pic._2-2 {
  background-image: url('../images/2.2.jpg');
}

.pj-d-pic._2-3 {
  background-image: url('../images/2.3.jpg');
}

.pj-d-pic._2-4 {
  background-image: url('../images/2.4.jpg');
}

.pj-d-pic._2-5 {
  background-image: url('../images/2.5.jpg');
}

.pj-d-pic._2-6 {
  background-image: url('../images/2.6.jpg');
}

.pj-d-pic._2-7 {
  background-image: url('../images/2.7.jpg');
}

.pj-d-pic._2-8 {
  background-image: url('../images/2.8.jpg');
}

.pj-d-pic._2-9 {
  background-image: url('../images/2.9.jpg');
}

.pj-d-pic._2-10 {
  background-image: url('../images/2.10.jpg');
}

.pj-d-pic._2-11 {
  background-image: url('../images/2.11.jpg');
}

.pj-d-pic._2-12 {
  background-image: url('../images/2.12.jpg');
}

.pj-d-pic._2-13 {
  background-image: url('../images/2.13.jpg');
}

.pj-d-pic._9-1 {
  background-image: url('../images/03projectDetail09_v02_03.jpg');
}

.pj-d-pic._9-2 {
  background-image: url('../images/09-2-after.jpeg');
}

.pj-d-slide-nav {
  display: block;
  font-size: 9px;
}

._1180-ver {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding: 114px 50px;
  -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;
}

.blue-text {
  display: block;
  width: 33%;
  color: #466187;
}

.pj-info {
  display: block;
  width: 47%;
  -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;
}

._48w {
  width: 48%;
}

.pj-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.map {
  display: none;
  margin-top: 118px;
  margin-bottom: 118px;
}

.button {
  margin-top: 118px;
  padding-right: 150px;
  padding-left: 150px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #f7f7f7;
  color: #333;
  line-height: 40px;
  text-transform: uppercase;
}

.button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.c-pic {
  margin-bottom: 45px;
  padding-bottom: 69%;
  background-image: url('../images/04company_v03_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-pic.c2 {
  background-image: url('../images/04company_v03_06.jpg');
}

.c-pic.c3 {
  background-image: url('../images/04company_v03_09.jpg');
}

.company-section.grey-bg {
  background-color: #f9f9f9;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open sans', sans-serif;
  font-size: 32px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.section-title.download {
  margin-top: 100px;
  margin-bottom: 40px;
}

.section-title.man {
  margin-bottom: 40px;
}

.blue-line {
  width: 70px;
  height: 2px;
  margin-top: 45px;
  margin-bottom: 45px;
  background-color: #466187;
}

.list-item {
  padding-bottom: 15px;
  line-height: 24px;
}

.list {
  margin-bottom: 0px;
  color: #777;
}

.list-head {
  font-weight: 500;
  list-style-type: disc;
}

.list-heading {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  color: #777;
}

.list-heading.last {
  padding-bottom: 30px;
}

.hm-left-arrow {
  left: -50px;
  display: block;
  width: 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;
}

.hm-right-arrow {
  right: -50px;
  width: 40px;
}

.management-section.grey-bg {
  background-color: #ededed;
}

.sen-man-blk {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.sen-man-pic {
  padding-bottom: 100%;
  background-image: url('../images/04company_v03_12.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sen-man-pic.ross {
  background-image: url('../images/04company_v03_14.jpg');
}

.sen-man-pic.ross {
  background-image: url('../images/ross-antoci-bw-thumb-300x300.jpg');
}

._49w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  -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;
}

.heading-2 {
  margin-top: 40px;
  font-family: 'Open sans', sans-serif;
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}

.post-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open sans', sans-serif;
  color: #777;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.button-2 {
  width: 50%;
  padding: 15px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #f7f7f7;
  color: #333;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.button-2:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.m-dropdown-blk {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  -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-bottom: 1px solid #dedede;
}

.detail_toggle-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: transparent;
  text-align: left;
  cursor: pointer;
}

.detail_toggle-copy:hover {
  opacity: 0.7;
  color: #466187;
}

.download-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/icon-pdf.svg');
  background-position: 260px 50%;
  background-size: 17px;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: 500;
}

.download-title:hover {
  opacity: 0.7;
}

.link-block {
	width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
  color: #333;
  text-decoration: none;
}

.dropdown-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: #d0d0d0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #777;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.dropdown-icon:hover {
  opacity: 0.7;
}

.man-blk-100w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.man-dd-title {
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
}

.page-title-blk-copy {
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
}

.post {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin: 0px auto;
  padding: 10px 50px 30px;
  -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;
  font-family: 'Open sans', sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-align: left;
}

._70w {
  width: 65%;
}

.josh-blk {
  width: 30%;
}

.page-title-copy {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin: 0px auto;
  padding-top: 30px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Open sans', sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  text-align: left;
}

.ser-pic-blk {
  margin-bottom: 50px;
}

.ser-pic {
  padding-bottom: 19%;
  background-image: url('../images/06services_v03_08.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ser-pic.s1 {
  background-image: url('../images/06services_v03_03.jpg');
}

.ser-pic.s2 {
  background-image: url('../images/06services_v03_06.jpg');
}

.ser-100w {
  width: 100%;
  padding-bottom: 120px;
}

.news-date {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.news-blue-line {
  width: 70px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 15px;
  background-color: #466187;
}

.news-pic-blk {
  padding-bottom: 10px;
}

.news-pic {
  padding-bottom: 72%;
  background-image: url('../images/07news_v05_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-pic.n2 {
  background-image: url('../images/07news_v05_05.jpg');
}

.news-pic.n3 {
  background-image: url('../images/07news_v05_07.jpg');
}

.news-pic.n4 {
  background-image: url('../images/07news_v05_12.jpg');
}

.news-pic.n5 {
  background-image: url('../images/07news_v05_13.jpg');
}

.news-pic.n6 {
  background-image: url('../images/07news_v05_14.jpg');
}

.news-prev-paragraph---justify {
  width: 100.0001612%;
  min-height: 60px;
  margin-bottom: 0px;
  color: #777;
  text-align: justify;
}

.news-blk {
  display: inline-block;
  width: 30.3%;
  margin-right: 1.5%;
  margin-bottom: 55px;
  margin-left: 1.5%;
  color: #333;
  text-decoration: none;
}

.news-100w-blk {
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.news-100w-blk.vertical-align-top {
  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;
}

.pj-d-100w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.invest-highlight {
  max-width: 765px;
  padding-top: 60px;
  padding-bottom: 20px;
  color: #777;
  font-weight: 700;
  text-align: left;
}

.pj-d-list {
  margin-bottom: 20px;
  padding-left: 20px;
  color: #777;
}

.news-d-pic {
  padding-bottom: 61%;
  background-image: url('../images/07newsDetail_v02_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-d-pic-blk {
  margin-top: 50px;
  margin-bottom: 50px;
}

.back-to-news {
  margin-bottom: 50px;
  background-image: url('../images/back-arrow.svg');
  background-position: 96% 50%;
  background-size: auto 16px;
  background-repeat: no-repeat;
  color: #777;
  font-weight: 700;
  text-align: right;
}

.black-line {
  width: 100%;
  height: 1px;
  margin-top: 120px;
  margin-bottom: 40px;
  background-color: #466187;
}

.grey-line {
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #dedede;
}

.grey-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #acacac;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.ui-location {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #777;
}

.location {
  width: 100.0001612%;
  margin-bottom: 0px;
  color: #777;
  line-height: 24px;
  text-align: justify;
}

.location.uig.hide {
  display: none;
}

.submit-button {
  width: 100%;
	margin-top: 22px;
  border-radius: 5px;
  background-color: #466187;
}

.text-field {
  height: 40px;
  margin-bottom: 20px;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  background-color: #fbfcfc;
}

.contact-47w {
  width: 47%;
}

.contact-100w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-49w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  -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;
}

.container-2 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -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;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 10;
  max-width: 100%;
  margin-top: -90px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #192845;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.underline {
  height: 2px;
  background-color: #466187;
}

.nav-button-wrap {
  overflow: hidden;
  margin-right: 25px;
  margin-left: 25px;
}

._9-1-bf {
  padding-bottom: 70%;
  background-image: url('../images/09-1-before.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.before-pic {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100.0001%;
}

.after-pic {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100.0001%;
}

._9-1-af {
  padding-bottom: 70%;
  background-image: url('../images/09-1-after.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.before-after {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 50px;
}

.line {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: 0px;
  display: none;
  width: 3px;
  margin-left: -3px;
  -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;
}

._w-circle {
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../images/bfaf-arrows.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

._9-2-af {
  padding-bottom: 70%;
  background-image: url('../images/09-2-after.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._9-2-bf {
  padding-bottom: 70%;
  background-image: url('../images/09-2-before.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hm-100w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hm-100w.vertical-align-top {
  padding-right: 0px;
  padding-left: 0px;
}

.hm-pj-link-blk {
  width: 100%;
  color: #333;
  text-decoration: none;
}

.link {
  color: #777;
  text-decoration: none;
}

.go-arrow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-image: url('../images/go-arrow.svg'), linear-gradient(30deg, rgba(1, 37, 135, 0.6), rgba(168, 204, 221, 0.6));
  background-position: 50% 50%, 0px 0px;
  background-size: 30px 30px, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0;
}

.ft-blur-pic {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-image: url('../images/01home_v04_18.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.ft-blur-pic.f2 {
  background-image: url('../images/01home_v04_20.jpg');
}

.ft-blur-pic.f3 {
  background-image: url('../images/01home_v04_22.jpg');
}

.ft-blur-pic.f4 {
  background-image: url('../images/01home_v04_26.jpg');
}

.ft-blur-pic.f5 {
  background-image: url('../images/01home_v04_27.jpg');
}

.ft-blur-pic.f6 {
  background-image: url('../images/01home_v04_28.jpg');
}

.pj-blur-pic {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/p2.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.pj-blur-pic.p9 {
  background-image: url('../images/p9.jpeg');
}

.pj-blur-pic.p1 {
  background-image: url('../images/p1.jpeg');
}

.pj-blur-pic.p3 {
  background-image: url('../images/p3.jpeg');
}

.pj-blur-pic.p4 {
  background-image: url('../images/p4.jpeg');
}

.pj-blur-pic.p5 {
  background-image: url('../images/p5.jpeg');
}

.pj-blur-pic.p6 {
  background-image: url('../images/p6.jpeg');
}

.pj-blur-pic.p7 {
  background-image: url('../images/p7.jpeg');
}

.pj-blur-pic.p8 {
  background-image: url('../images/p8.jpeg');
}

.pj-blur-pic.p10 {
  background-image: url('../images/p10.jpeg');
}

.pj-blur-pic.p11 {
  background-image: url('../images/p11.jpeg');
}

.pj-blur-pic.hmp1 {
  background-image: url('../images/01home_v04_05.jpg');
}

.pj-blur-pic.hmp11 {
  background-image: url('../images/hmp11.jpg');
}

.pj-blur-pic.hmp10 {
  background-image: url('../images/hmp10.jpg');
}

.pj-blur-pic.hmp9 {
  background-image: url('../images/hmp9.jpg');
}

.pj-blur-pic.hmp8 {
  background-image: url('../images/hmp8.jpg');
}

.pj-blur-pic.hmp7 {
  background-image: url('../images/hmp7.jpg');
}

.pj-blur-pic.hmp6 {
  background-image: url('../images/hmp6.jpg');
}

.pj-blur-pic.hmp5 {
  background-image: url('../images/hmp5.jpg');
}

.pj-blur-pic.hmp4 {
  background-image: url('../images/01home_v04_11.jpg');
}

.pj-blur-pic.hmp3 {
  background-image: url('../images/01home_v04_09.jpg');
}

.pj-blur-pic.hmp2 {
  background-image: url('../images/01home_v04_07.jpg');
}

.backtotop {
  position: fixed;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 2%;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 46.7%, 0.25);
}

.backtotop:hover {
  background-color: #777;
}

.back-to-top-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/back-to-top.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.back-to-top {
  height: 0px;
}

.before-after-copy {
  position: relative;
  overflow: hidden;
  width: 508px;
  margin-bottom: 50px;
}

.before-after-copy {
  position: relative;
  overflow: hidden;
  width: 508px;
  margin-bottom: 50px;
}

.beforeafter {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 50px;
}

.heading-3 {
  font-family: 'Open Sans', sans-serif;
  color: #777;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.grey-g-map {
  width: 100%;
  height: 500px;
  margin-top: 118px;
}

.google-recaptcha {
  width: 45%;
  margin-bottom: 20px;
}

.textarea {
  min-height: 215px;
  margin-bottom: 20px;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  background-color: #fbfcfc;
}

.pj-dropdown {
  margin-right: 25px;
  margin-left: 25px;
  padding: 0px;
}

.pj-dropdown-toggle {
  overflow: hidden;
  padding: 0px;
}

.nav-link-2 {
  padding: 5px 0px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link-2:hover {
  border-bottom: 2px none #466187;
}

.nav-link-2.w--current {
  border-bottom: 2px solid #466187;
  color: #fff;
}

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

.pj-dropdown-space {
  width: 100%;
  height: 10px;
  background-color: transparent;
}

.dropdown-link-2 {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
}

.dropdown-link-2:hover {
  color: #8dcefb;
}

.dropdown-link-2.w--current {
  color: #fff;
}

.dropdown-link-2.w--current:hover {
  color: #8dcefb;
}

html.w-mod-js *[data-ix="pj-scroll-600"] {
  opacity: 0.14;
  -webkit-transform: scale(1.14, 1) rotateX(43deg) rotateY(7deg) rotateZ(0deg) skewX(4deg) skewY(-6deg);
  transform: scale(1.14, 1) rotateX(43deg) rotateY(7deg) rotateZ(0deg) skewX(4deg) skewY(-6deg);
}

html.w-mod-js *[data-ix="pj-scroll-700"] {
  opacity: 0.14;
  -webkit-transform: scale(1.1, 1) rotateX(90deg) rotateY(0deg) rotateZ(0deg) skewX(1deg) skewY(0deg);
  transform: scale(1.1, 1) rotateX(90deg) rotateY(0deg) rotateZ(0deg) skewX(1deg) skewY(0deg);
}

html.w-mod-js *[data-ix="pj-scroll-800"] {
  opacity: 0.14;
  -webkit-transform: scale(1.1, 1) rotateX(90deg) rotateY(0deg) rotateZ(0deg) skewX(1deg) skewY(0deg);
  transform: scale(1.1, 1) rotateX(90deg) rotateY(0deg) rotateZ(0deg) skewX(1deg) skewY(0deg);
}

html.w-mod-js *[data-ix="pj-scroll-850"] {
  opacity: 0.14;
  -webkit-transform: scale(1.1, 1) rotateX(90deg) rotateY(0deg) rotateZ(0deg) skewX(1deg) skewY(0deg);
  transform: scale(1.1, 1) rotateX(90deg) rotateY(0deg) rotateZ(0deg) skewX(1deg) skewY(0deg);
}

html.w-mod-js *[data-ix="pj-scroll-900"] {
  opacity: 0.14;
  -webkit-transform: scale(1.1, 1) rotateX(90deg) rotateY(0deg) rotateZ(0deg) skewX(1deg) skewY(0deg);
  transform: scale(1.1, 1) rotateX(90deg) rotateY(0deg) rotateZ(0deg) skewX(1deg) skewY(0deg);
}

html.w-mod-js *[data-ix="op"] {
  opacity: 0.27;
}

@media screen and (max-width: 991px) {
  .navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 80px;
  }

  .nav-link {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 25px;
    border-bottom-style: none;
    color: #333;
  }

  .nav-link:hover {
    padding-bottom: 10px;
    border-bottom-style: none;
    color: #4373b7;
  }

  .nav-link.w--current {
    border-bottom-style: none;
    color: #466187;
  }

  .container {
    padding-right: 0px;
    padding-left: 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;
  }

  .nav-menu {
    width: 100%;
    height: 100vh;
    background-color: #ededed;
    color: #333;
  }

  .div-block {
    width: 60px;
    background-image: url('../images/logo-regular1_1logo-regular1.png');
  }

  .banner {
    height: 500px;
    margin-top: 80px;
  }

  .heading {
    font-size: 36px;
  }

  ._1280-ver {
    width: 100%;
    padding: 80px 40px;
  }

  ._100w {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  ._20w {
    display: inline-block;
    width: 49%;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
  }

  .paragraph---justify {
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    line-height: 28px;
  }

  .blue-line---center {
    margin-right: auto;
    margin-left: auto;
  }

  .icon-bg.i1 {
    width: 70px;
    height: 70px;
    margin-right: auto;
    margin-left: auto;
  }

  .icon-bg.i2 {
    width: 70px;
    height: 70px;
    margin-right: auto;
    margin-left: auto;
  }

  .icon-bg.i3 {
    width: 70px;
    height: 70px;
    margin-right: auto;
    margin-left: auto;
  }

  .icon-bg.i4 {
    width: 70px;
    height: 70px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-title---center {
    font-size: 30px;
  }

  .slide {
    width: 33.3%;
  }

  .left-arrow {
    left: -45px;
  }

  .right-arrow {
    right: -45px;
  }

  .icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }

  .icon-2 {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }

  .pj-title {
    font-size: 16px;
    line-height: 26px;
  }

  .ft-heading {
    margin-bottom: 30px;
  }

  ._47w {
    width: 100%;
  }

  .dd-title {
    font-size: 15px;
    line-height: 22px;
  }

  .detail_list {
    padding-top: 0px;
  }

  .paragraph-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    line-height: 28px;
  }

  .ft-pic.f2:hover {
    background-image: url('../images/01home_v04_20.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/01home_v04_20.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }

  .ft-pic.f3:hover {
    background-image: url('../images/01home_v04_22.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/01home_v04_22.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }

  .ft-pic.f4:hover {
    background-image: url('../images/01home_v04_26.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/01home_v04_26.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }

  .ft-pic.f5:hover {
    background-image: url('../images/01home_v04_27.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/01home_v04_27.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }

  .ft-pic.f6:hover {
    background-image: url('../images/01home_v04_28.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/01home_v04_28.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }

  .ft-1280-ver {
    width: 100%;
    padding: 60px 40px;
  }

  .ft-logo {
    width: 50px;
    height: 64px;
  }

  .ft-logo-blk {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-toggle {
    display: inline-block;
    margin-left: 10px;
  }

  .dropdown {
    display: block;
    padding: 5px 0px;
  }

  .dropdown-list.w--open {
    background-color: #fff;
    color: #333;
  }

  .dropdown-link {
    color: #333;
  }

  .page-title-blk {
    height: 80px;
    margin-top: 80px;
  }

  .page-title {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 17px;
    line-height: 26px;
  }

  ._30w {
    margin-bottom: 30px;
  }

  .pj-name {
    font-size: 16px;
    line-height: 26px;
  }

  .pj-d-slider {
    width: 95%;
    margin-bottom: 60px;
  }

  .pj-slide {
    width: 100%;
  }

  ._1180-ver {
    width: 100%;
    padding: 80px 40px;
  }

  .blue-text {
    font-size: 15px;
    line-height: 28px;
  }

  .pj-info {
    width: 100%;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._48w {
    width: 100%;
  }

  .map {
    width: 95%;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .button {
    font-size: 15px;
    line-height: 30px;
  }

  .info-text {
    font-size: 15px;
    line-height: 28px;
  }

  .section-title {
    font-size: 30px;
  }

  .blue-line {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .list-item {
    padding-bottom: 10px;
  }

  .list {
    font-size: 15px;
    line-height: 28px;
  }

  .list-head {
    font-size: 15px;
    line-height: 28px;
  }

  .list-heading {
    padding-top: 10px;
  }

  .list-heading.last {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .hm-left-arrow {
    left: -33px;
  }

  .hm-right-arrow {
    right: -33px;
  }

  .sen-man-blk {
    width: 70%;
  }

  .heading-2 {
    margin-top: 30px;
    font-size: 23px;
  }

  .post-title {
    font-size: 16px;
  }

  .button-2 {
    width: 70%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
    text-align: center;
  }

  .button-2:hover {
    opacity: 0.7;
  }

  .download-title {
    font-size: 15px;
    line-height: 22px;
  }

  .man-blk-100w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
  }

  .man-dd-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 22px;
  }

  .page-title-blk-copy {
    margin-top: 80px;
  }

  .post {
    display: block;
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 15px;
    line-height: 26px;
  }

  ._70w {
    width: 100%;
  }

  .josh-blk {
    width: 45%;
    margin-bottom: 40px;
  }

  .page-title-copy {
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
    font-size: 17px;
    line-height: 26px;
  }

  .ser-pic-blk {
    margin-bottom: 40px;
  }

  .ser-100w {
    padding-bottom: 100px;
  }

  .news-date {
    font-size: 18px;
    line-height: 20px;
  }

  .news-prev-paragraph---justify {
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    line-height: 20px;
  }

  .news-blk {
    margin-bottom: 30px;
  }

  .pj-d-100w {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .invest-highlight {
    padding-top: 40px;
  }

  .pj-d-list {
    font-size: 15px;
    line-height: 28px;
  }

  .news-d-pic-blk {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .back-to-news {
    margin-bottom: 40px;
    background-position: 94% 50%;
    background-size: auto 14px;
  }

  .black-line {
    margin-top: 100px;
  }

  .grey-line {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .grey-heading {
    line-height: 20px;
  }

  .ui-location {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .location {
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }

  .contact-47w {
    width: 100%;
    padding-bottom: 100px;
  }

  .contact-100w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-2 {
    display: none;
  }

  .navbar-2 {
    display: none;
  }

  .underline {
    display: none;
  }

  .nav-button-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .hm-100w {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hm-100w.vertical-align-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .go-arrow {
    background-size: 25px, auto;
  }

  .pj-dropdown {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
  }

  .pj-dropdown-toggle.w--open {
    display: block;
  }

  .nav-link-2 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 25px;
    border-bottom-style: none;
    color: #333;
  }

  .nav-link-2:hover {
    padding-bottom: 10px;
    border-bottom-style: none;
    color: #4373b7;
  }

  .nav-link-2.w--current {
    border-bottom-style: none;
    color: #466187;
  }

  .dropdown-list-2 {
    display: block;
  }

  .dropdown-list-2.w--open {
    background-color: #fff;
    color: #333;
  }

  .pj-dropdown-space {
    display: none;
  }

  .dropdown-link-2 {
    padding-left: 25px;
    background-color: #ededed;
    color: #333;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    height: 70px;
  }

  .container {
    padding-left: 10px;
  }

  .div-block {
    width: 60px;
    background-image: url('../images/logo-regular1_1logo-regular1.png');
  }

  .banner {
    height: 350px;
    margin-top: 70px;
  }

  .heading {
    font-size: 26px;
    line-height: 30px;
  }

  .paragraph {
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 23px;
  }

  ._1280-ver {
    padding: 80px 30px;
  }

  .paragraph---justify {
    font-size: 14px;
    line-height: 23px;
  }

  .blue-line---center {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .icon-bg.i1 {
    background-size: 30px;
  }

  .icon-bg.i2 {
    background-size: 35px;
  }

  .icon-bg.i3 {
    background-size: 45px;
  }

  .icon-bg.i4 {
    background-size: 35px;
  }

  .section-title---center {
    margin-bottom: 40px;
    font-size: 25px;
  }

  .left-arrow {
    left: -40px;
    width: 35px;
  }

  .right-arrow {
    right: -40px;
    width: 35px;
  }

  .pj-title {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .ft-heading {
    margin-bottom: 20px;
  }

  ._47w {
    width: 100%;
    margin-bottom: 40px;
  }

  .ft-100w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .detail_toggle {
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .dd-title {
    width: 90%;
    padding-left: 25px;
    background-image: none;
  }

  .paragraph-3 {
    padding-left: 25px;
    line-height: 23px;
  }

  .ft-dropdown-icon {
    width: 15px;
    height: 15px;
    line-height: 15px;
  }

  .ft-pic.f2:hover {
    background-image: url('../images/01home_v04_20.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/01home_v04_20.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }

  .ft-pic.f3:hover {
    background-image: url('../images/01home_v04_22.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/01home_v04_22.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }

  .ft-pic.f4:hover {
    background-image: url('../images/01home_v04_26.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/01home_v04_26.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }

  .ft-pic.f5:hover {
    background-image: url('../images/01home_v04_27.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/01home_v04_27.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }

  .ft-pic.f6:hover {
    background-image: url('../images/01home_v04_28.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/01home_v04_28.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }

  .ft-1280-ver {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-title-blk {
    height: 60px;
    margin-top: 70px;
  }

  .page-title {
    padding: 20px 30px;
    font-size: 15px;
    line-height: 20px;
  }

  ._30w {
    width: 48%;
    margin-right: 0%;
    margin-bottom: 20px;
    margin-left: 0%;
  }

  .pj-name {
    min-height: 100px;
    padding: 15px 10px;
    font-size: 14px;
    line-height: 18px;
  }

  ._100w-blk.vertical-align-top {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pj-d-slider {
    margin-bottom: 50px;
  }

  .pj-d-slide-nav {
    font-size: 7px;
  }

  ._1180-ver {
    padding: 80px 30px;
  }

  .blue-text {
    font-size: 14px;
    line-height: 25px;
  }

  .map {
    height: 280px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .button {
    padding-right: 100px;
    padding-left: 100px;
  }

  .info-text {
    font-size: 14px;
    line-height: 25px;
  }

  .section-title {
    font-size: 25px;
  }

  .section-title.download {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .section-title.man {
    margin-bottom: 20px;
  }

  .blue-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .list-item {
    font-size: 14px;
    line-height: 20px;
  }

  .list-head {
    font-size: 14px;
    line-height: 23px;
  }

  .hm-left-arrow {
    left: -30px;
    width: 35px;
  }

  .hm-right-arrow {
    right: -30px;
    width: 35px;
  }

  ._49w {
    width: 100%;
    margin-bottom: 40px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .post-title {
    font-size: 15px;
    line-height: 23px;
  }

  .button-2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .detail_toggle-copy {
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .download-title {
    width: 90%;
    padding-left: 0px;
    background-position: 155px 50%;
  }

  .dropdown-icon {
    width: 15px;
    height: 15px;
    line-height: 15px;
  }

  .man-dd-title {
    width: 90%;
    background-image: none;
  }

  .page-title-blk-copy {
    margin-top: 70px;
  }

  .post {
    display: block;
    padding: 0px 30px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .josh-blk {
    width: 50%;
  }

  .page-title-copy {
    padding: 20px 30px 0px;
    font-size: 15px;
    line-height: 20px;
  }

  .ser-pic-blk {
    margin-bottom: 30px;
  }

  .ser-pic.s1 {
    padding-bottom: 25%;
  }

  .ser-pic.s2 {
    padding-bottom: 25%;
  }

  .ser-pic.s3 {
    padding-bottom: 25%;
  }

  .ser-100w {
    padding-bottom: 80px;
  }

  .news-date {
    font-size: 15px;
  }

  .news-prev-paragraph---justify {
    font-size: 14px;
  }

  .news-blk {
    width: 48%;
    margin-right: 0%;
    margin-bottom: 20px;
    margin-left: 0%;
  }

  .news-100w-blk.vertical-align-top {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .invest-highlight {
    font-size: 14px;
    line-height: 23px;
  }

  .news-d-pic-blk {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .back-to-news {
    margin-bottom: 20px;
    background-position: 93% 50%;
    background-size: auto 14px;
    font-size: 14px;
  }

  .black-line {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .grey-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .grey-heading {
    font-size: 18px;
  }

  .ui-location {
    font-size: 15px;
  }

  .location {
    font-size: 14px;
    line-height: 21px;
  }

  .contact-47w {
    width: 100%;
    padding-bottom: 80px;
  }

  .contact-49w {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 15px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block {
    background-size: contain;
  }

  .brand {
    padding-left: 0px;
  }

  .heading {
    font-size: 22px;
  }

  .paragraph {
    margin-bottom: 60px;
  }

  ._1280-ver {
    padding: 60px 20px;
  }

  ._20w {
    width: 100%;
  }

  .icon-bg.i1 {
    width: 60px;
    height: 60px;
  }

  .icon-bg.i2 {
    width: 60px;
    height: 60px;
  }

  .icon-bg.i3 {
    width: 60px;
    height: 60px;
  }

  .icon-bg.i4 {
    width: 60px;
    height: 60px;
  }

  .section-title---center {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 25px;
  }

  .slide {
    width: 47.5%;
    margin-right: 1%;
    margin-left: 1%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider {
    width: 93%;
    margin-right: auto;
    margin-left: auto;
  }

  .left-arrow {
    left: -33px;
    width: 30px;
  }

  .right-arrow {
    right: -33px;
    width: 30px;
  }

  .icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  .icon-2 {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  .pj-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ft-dropdown-blk {
    margin-bottom: 10px;
  }

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

  .dd-title {
    width: 88%;
    margin-top: 5px;
    margin-bottom: 5px;
    background-image: none;
    line-height: 23px;
  }

  .text-block {
    font-size: 12px;
    line-height: 15px;
  }

  .ft-1280-ver {
    padding: 60px 30px 40px;
  }

  .page-title {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
  }

  ._30w {
    display: inline-block;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
    margin-left: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pj-name {
    min-height: 100px;
    padding: 10px;
  }

  ._100w-blk.vertical-align-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pj-d-slider {
    width: 93%;
    margin-bottom: 40px;
  }

  .pj-slide {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  ._1180-ver {
    padding: 60px 20px;
  }

  .blue-text {
    width: auto;
    line-height: 20px;
  }

  .pj-info {
padding-bottom: 12px;
  }

  .pj-info-row {
    padding-bottom: 10px;
    -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;
  }

  .map {
    height: 250px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .button {
    padding-right: 60px;
    padding-left: 60px;
  }

  .info-text {
    line-height: 20px;
  }

  .section-title {
    font-size: 20px;
    line-height: 25px;
  }

  .section-title.download {
    margin-bottom: 20px;
  }

  .section-title.man {
    margin-bottom: 20px;
  }

  .hm-left-arrow {
    left: -30px;
    width: 30px;
  }

  .hm-right-arrow {
    right: -30px;
    width: 30px;
  }

  .m-dropdown-blk {
    margin-bottom: 10px;
  }

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

  .download-title {
    width: 88%;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 23px;
  }

  .man-blk-100w {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .man-dd-title {
    width: 88%;
    background-image: none;
    line-height: 23px;
  }

  .post {
    padding: 0px 20px 20px;
  }

  .josh-blk {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .page-title-copy {
    padding: 20px 20px 0px;
  }

  .ser-pic-blk {
    margin-bottom: 20px;
  }

  .ser-100w {
    padding-bottom: 70px;
  }

  .news-date {
    line-height: 25px;
  }

  .news-blk {
    display: inline-block;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
    margin-left: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news-100w-blk.vertical-align-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .invest-highlight {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .news-d-pic-blk {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .back-to-news {
    background-position: 88% 50%;
  }

  .grey-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .grey-heading {
    font-size: 17px;
    line-height: 25px;
  }

  .location {
    line-height: 20px;
  }

  .location.uig {
    padding-top: 40px;
  }

  .contact-47w {
    padding-bottom: 60px;
  }

  .contact-100w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .form-block {
    padding-top: 10px;
  }
}

@font-face {
  font-family: 'Open sans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}