@charset "UTF-8";
html {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; }
  html.height-100 {
    height: 100%; }

body {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }
  .height-100 body {
    height: 100%; }
  body.no-scroll {
    overflow-y: hidden; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

/*!
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
@font-face {
  font-family: 'Avenir Next';
  src: url(./fonts/AvenirNextW04-Light.eot?#iefix);
  src: url(./fonts/AvenirNextW04-Light.eot?#iefix) format("embedded-opentype"), url(./fonts/AvenirNextW04-Light.woff2) format("woff2"), url(./fonts/AvenirNextW04-Light.woff) format("woff"), url(./fonts/AvenirNextW04-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Avenir Next';
  src: url(./fonts/AvenirNextW06-LightItalic.eot?#iefix);
  src: url(./fonts/AvenirNextW06-LightItalic.eot?#iefix) format("eot"), url(./fonts/AvenirNextW06-LightItalic.woff2) format("woff2"), url(./fonts/AvenirNextW06-LightItalic.woff) format("woff"), url(./fonts/AvenirNextW06-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Avenir Next';
  src: url(./fonts/AvenirNextW06-Regular.eot?#iefix);
  src: url(./fonts/AvenirNextW06-Regular.eot?#iefix) format("embedded-opentype"), url(./fonts/AvenirNextW06-Regular.woff2) format("woff2"), url(./fonts/AvenirNextW06-Regular.woff) format("woff"), url(./fonts/AvenirNextW06-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Avenir Next';
  src: url(./fonts/AvenirNextW06-Italic.eot?#iefix);
  src: url(./fonts/AvenirNextW06-Italic.eot?#iefix) format("eot"), url(./fonts/AvenirNextW06-Italic.woff2) format("woff2"), url(./fonts/AvenirNextW06-Italic.woff) format("woff"), url(./fonts/AvenirNextW06-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Avenir Next';
  src: url(./fonts/AvenirNextW04-Demi.eot?#iefix);
  src: url(./fonts/AvenirNextW04-Demi.eot?#iefix) format("eot"), url(./fonts/AvenirNextW04-Demi.woff2) format("woff2"), url(./fonts/AvenirNextW04-Demi.woff) format("woff"), url(./fonts/AvenirNextW04-Demi.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Avenir Next';
  src: url(./fonts/AvenirNextW06-DemiItalic.eot?#iefix);
  src: url(./fonts/AvenirNextW06-DemiItalic.eot?#iefix) format("eot"), url(./fonts/AvenirNextW06-DemiItalic.woff2) format("woff2"), url(./fonts/AvenirNextW06-DemiItalic.woff) format("woff"), url(./fonts/AvenirNextW06-DemiItalic.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Avenir Next';
  src: url(./fonts/AvenirNextW06-Bold.eot?#iefix);
  src: url(./fonts/AvenirNextW06-Bold.eot?#iefix) format("eot"), url(./fonts/AvenirNextW06-Bold.woff2) format("woff2"), url(./fonts/AvenirNextW06-Bold.woff) format("woff"), url(./fonts/AvenirNextW06-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Avenir Next';
  src: url(./fonts/AvenirNextW06-BoldItalic.eot?#iefix);
  src: url(./fonts/AvenirNextW06-BoldItalic.eot?#iefix) format("eot"), url(./fonts/AvenirNextW06-BoldItalic.woff2) format("woff2"), url(./fonts/AvenirNextW06-BoldItalic.woff) format("woff"), url(./fonts/AvenirNextW06-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal; }

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

.section {
  position: relative;
  width: 100%; }

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

.column-1,
.column-2,
.column-3,
.column-4,
.column-5 {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

.column-1 {
  max-width: 610px; }

.column-2 {
  max-width: 870px; }

.column-3 {
  max-width: 980px; }

.column-4 {
  max-width: 1180px; }

.column-5 {
  max-width: 1286px; }

.img-blk img {
  display: block;
  width: 100%;
  height: auto; }

.row:after {
  content: "";
  display: table;
  clear: both; }

.col-lg-12 {
  width: 100%;
  float: left; }

.col-lg-10 {
  width: 83.333333%;
  float: left; }

.col-lg-9 {
  width: 75%;
  float: left; }

.col-lg-8 {
  width: 66.666667%;
  float: left; }

.col-lg-7 {
  width: 58.333333%;
  float: left; }

.col-lg-6 {
  width: 50%;
  float: left; }

.col-lg-5 {
  width: 41.666667%;
  float: left; }

.col-lg-4 {
  position: relative;
  width: 33.333333%;
  float: left; }

.col-lg-3 {
  width: 25%;
  float: left; }

.col-lg-2 {
  width: 16.666667%;
  float: left; }

@media only screen and (max-width: 768px) {
  .col-md-4 {
    width: 33.333333%;
    float: left; }
  .col-md-6 {
    width: 50%;
    float: left; }
  .col-md-8 {
    width: 66.666667%;
    float: left; }
  .col-md-9 {
    width: 75%;
    float: left; }
  .col-md-12 {
    width: 100%;
    float: none; } }

@media only screen and (max-width: 640px) {
  .col-sm-12 {
    width: 100%;
    float: none; }
  .col-sm-4 {
    width: 33.333333%;
    float: left; } }

.table {
  display: table; }

.table-row {
  display: table-row; }

.table-cell {
  position: relative;
  display: table-cell;
  vertical-align: middle; }

.table.table-100 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse; }

.table-reverse .table-cell:first-child {
  left: 50%; }

.table-reverse .table-cell:last-child {
  left: -50%; }

.cell-50 .table-cell {
  width: 50%; }

.cell-txt {
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px; }

.cell-txt-limit {
  width: 100%;
  max-width: 400px;
  margin: 0 auto; }

@media only screen and (max-width: 768px) {
  .table-md-block {
    display: block; }
    .table-md-block .table-row, .table-md-block .table-cell {
      display: block; }
  .table-reverse .table-cell:first-child {
    left: auto; }
  .table-reverse .table-cell:last-child {
    left: auto; }
  .cell-50 .table-cell {
    width: 100%; } }

@media only screen and (max-width: 640px) {
  .cell-txt {
    padding-top: 30px;
    padding-bottom: 30px; } }

.cel-lg-1 {
  width: 8.333333%; }

.cel-lg-2 {
  width: 16.666667%; }

.cel-lg-3 {
  width: 25%; }

.cel-lg-4 {
  width: 33.333333%; }

.cel-lg-5 {
  width: 41.666667%; }

.is-tablet {
  display: none; }

.is-mobile {
  display: none; }

@media only screen and (max-width: 768px) {
  .no-tablet {
    display: none; } }

@media only screen and (max-width: 640px) {
  .no-mobile {
    display: none; }
  .is-mobile {
    display: block; } }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .flex.flex-100 {
    width: 100%; }
  .flex.flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .flex.eq-cols {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .flex.flex-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .flex.flex-justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex .cen-h {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .flex .col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .flex .col-fl-6 {
    position: relative;
    width: 50%; }
  .flex .col-fl-4 {
    position: relative;
    width: 33.333333%; }
  .flex.has-cols .col-fl-6 {
    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;
    width: 100%; }
  @media only screen and (max-width: 1024px) {
    .flex .col-fl-sd-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      width: 100%; }
      .flex .col-fl-sd-12:first-child {
        margin-bottom: 20px; } }
  @media only screen and (max-width: 768px) {
    .flex .col-fl-md-6 {
      width: 50%; } }
  @media only screen and (max-width: 640px) {
    .flex.flex-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .flex .col-fl-sm-12 {
      width: 100%; } }

h1 {
  color: #000000;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2em;
  font-family: "Avenir Next", Helvetica, Arial, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STHeiti, STXihei, "华文细黑", sans-serif;
  letter-spacing: 0.01em;
  text-transform: uppercase; }
  h1.has-rule {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 70px;
    text-align: center; }
    h1.has-rule:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 1px;
      height: 50px;
      background-color: #ffffff; }
  @media only screen and (max-width: 900px) {
    h1 {
      font-size: 36px; } }
  @media only screen and (max-width: 640px) {
    h1 {
      font-size: 28px; } }

.section-hero h1 {
  color: #ffffff; }

h2 {
  color: #000000;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2em;
  font-family: "Avenir Next", Helvetica, Arial, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STHeiti, STXihei, "华文细黑", sans-serif;
  letter-spacing: 0.01em;
  text-transform: uppercase; }
  @media only screen and (max-width: 768px) {
    h2 {
      font-size: 21px; } }
  @media only screen and (max-width: 640px) {
    h2 {
      font-size: 18px; } }

h2.has-qualifier {
  line-height: 1em; }
  h2.has-qualifier .h2-qualifier {
    font-size: 21px; }
  @media only screen and (max-width: 768px) {
    h2.has-qualifier .h2-qualifier {
      font-size: 16px; } }
  @media only screen and (max-width: 640px) {
    h2.has-qualifier .h2-qualifier {
      font-size: 14px; } }

.section-offering h1 + h2 {
  margin-bottom: 75px;
  text-align: center; }

.section-offering h2 {
  margin-bottom: 15px; }

@media only screen and (max-width: 900px) {
  .section-offering h1 + h2 {
    margin-bottom: 60px; } }

@media only screen and (max-width: 640px) {
  .section-offering h1 + h2 {
    margin-bottom: 40px; } }

p,
ul {
  color: #000000;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
  font-family: "Avenir Next", Helvetica, Arial, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STHeiti, STXihei, "华文细黑", sans-serif;
  letter-spacing: 0em; }
  @media only screen and (max-width: 640px) {
    p,
    ul {
      font-size: 16px; } }

li {
  margin-bottom: 10px;
  padding-left: 23px; }
  li:before {
    content: '\2014';
    display: inline-block;
    width: 23px;
    margin-left: -23px; }

/*html[lang="zh"] {

	p {
		font-size:18px;
	}

@media only screen and (max-width: $screen-medium) {

	p {
		font-size:16px;
	}
}
}*/
.section-offering p,
.section-offering ul {
  margin-bottom: 60px; }

@media only screen and (max-width: 640px) {
  .section-offering p,
  .section-offering ul {
    margin-bottom: 30px; } }

p.intro {
  font-size: 21px;
  line-height: 1.3em; }
  @media only screen and (max-width: 640px) {
    p.intro {
      font-size: 18px; } }

.section-hero p.intro {
  color: #ffffff; }

.link-blk,
.tile-download {
  position: relative;
  display: inline-block;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 17px;
  padding-left: 30px;
  background-color: #00adbb;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  font-family: "Avenir Next", Helvetica, Arial, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STHeiti, STXihei, "华文细黑", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none; }
  .link-blk span,
  .tile-download span {
    position: relative;
    display: inline-block;
    padding-right: 25px; }
    .link-blk span:after,
    .tile-download span:after {
      content: '';
      position: absolute;
      top: 44%;
      right: 0;
      display: block;
      width: 8px;
      height: 8px;
      border-top: 2px solid #ffffff;
      border-right: 2px solid #ffffff;
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg); }

.tile-download {
  display: block;
  width: 100%;
  padding-top: 18px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  text-align: center; }

.disclaimer {
  color: #000000;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2em;
  font-family: "Avenir Next", Helvetica, Arial, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STHeiti, STXihei, "华文细黑", sans-serif;
  letter-spacing: 0; }

a {
  color: inherit;
  text-decoration: none; }

b {
  font-weight: 700; }

i {
  font-style: italic; }

.no-touchevents .link-blk span:after {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }

.no-touchevents .link-blk:hover span:after {
  -webkit-transform: translateX(100%) translateY(-50%) rotate(45deg);
          transform: translateX(100%) translateY(-50%) rotate(45deg); }

.no-touchevents a ~ .tile-download span:after {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }

.no-touchevents a:hover ~ .tile-download span:after {
  -webkit-transform: translateX(100%) translateY(-50%) rotate(45deg);
          transform: translateX(100%) translateY(-50%) rotate(45deg); }

.nav-logo {
  position: absolute;
  z-index: 99;
  top: 20px;
  right: 20px;
  width: 115px; }
  .nav-logo img {
    display: block;
    width: 100%;
    height: auto; }
  .nav-logo .icon {
    display: none; }
  @media only screen and (max-width: 900px) {
    .nav-logo {
      width: 75px; } }
  @media only screen and (max-width: 640px) {
    .nav-logo {
      top: 10px;
      right: 10px;
      width: 75px; }
      .nav-logo .logo {
        display: none; }
      .nav-logo .icon {
        display: block; } }

footer {
  background-color: #ffffff; }
  footer .column-5 {
    padding-top: 75px;
    padding-bottom: 75px; }
  footer .flex {
    width: 100%; }
  footer .col-fl-6:first-child {
    padding-right: 40px; }
  footer .col-fl-6:last-child {
    padding-left: 40px;
    text-align: right; }
    footer .col-fl-6:last-child img {
      max-width: 100%;
      height: auto; }
  footer .col:first-child {
    padding-right: 40px; }
  footer p:first-child {
    margin-bottom: 5px;
    line-height: 1.2em; }
  footer b {
    color: #00adbb;
    text-transform: uppercase; }
  footer .pc-qualifier {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase; }
  footer .footer-accent {
    font-weight: 600; }
  footer .footer-logos a {
    display: inline-block; }
    footer .footer-logos a:first-child {
      margin-right: 20px; }
  footer .footer-border {
    width: 100%;
    padding-bottom: 3.73353%;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-size: auto 100% ;
		background-repeat: repeat-x;*/
    background-image: url(data:image/png;base64,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); }
  footer .disclaimer {
    position: relative;
    width: 100%;
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center; }
  @media only screen and (min-width: 1920px) {
    footer .footer-border {
      padding-bottom: 1.8992%;
      background-size: contain;
      background-image: url(data:image/png;base64,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); } }
  @media only screen and (max-width: 1024px) {
    footer .column-5 > .flex {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 768px) {
    footer .column-5 {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 640px) {
    footer .column-5 > .flex {
      margin-bottom: 50px; }
    footer .col-fl-6:first-child {
      margin-bottom: 40px;
      padding-right: 0; }
    footer .col-fl-6:last-child {
      padding-left: 0;
      text-align: center; }
    footer .col:first-child {
      padding-right: 0; }
    footer .footer-border {
      padding-bottom: 7.5%;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABQAAAABgCAYAAABCKN8KAAAACXBIWXMAABYlAAAWJQFJUiTwAAAGV0lEQVR42u3dMYsUZxgH8GeTNR7eoqsISQghSyJMIEW2tXIVmwO5wi+gXdrkE3i2NuaTWAmHoKdXXWuKEKdIkIRAUnmEVSOnbopYBnIz3NzN++zvB5Y79/Aw++fdP+7sYLFYxH7VdT2LiIfRoaqqBl1de7610/n8o0vnO5u/ruuNiLjR4fjbVVXNCp7/ZlVVGx3O/ygiLhQ8/yK6dbGqqkelzt9l9sTmoPPsibWF7Mk7f+nZ0/X8RWdPl/OXfm4b3Lnf+fyLq5dlZ9L551s7nZ87R5fOy07Z2bvsTDB/0dkTm4PO54+1hXOnz7ytvBcAAAAAQFoKQAAAAABITAEIAAAAAIkpAAEAAAAgsaEVFK/VQ0wP4eGqwP+72OI104i4bXVLr9UDlA/hwc6Acxv9y/6F1cGR+iEivm3xuusRcc36fGZs88Mj/5X9CkCAo7K2aBzksTmwNwAAKMduy3P/zOo4SL4CDAAAAACJKQABAAAAIDEFIAAAAAAkpgAEAAAAgMQUgAAAAACQmAIQAAAAABJTAAIAAABAYgpAAAAAAEhMAQgAAAAAiSkAAQAAACAxBSAAAAAAJKYABAAAAIDEFIAAAAAAkJgCEAAAAAASUwACAAAAQGIKQAAAAABITAEIAAAAAIkpAAEAAAAgMQUgAAAAACSmAAQAAACAxBSAAAAAAJCYAhAAAAAAElMAAgAAAEBiCkAAAAAASEwBCAAAAACJKQABAAAAIDEFIAAAAAAkpgAEAAAAgMQUgAAAAACQmAIQAAAAABJTAAIAAABAYgpAAAAAAEhMAQgAAAAAiSkAAQAAACAxBSAAAAAAJDa0guKN67qetXjdxOrgiG0O2rx3pxZHRExaZv/Y6sC5jaXLfuCIs7/luV/2ExExrev6QC6kACzf1xHx0BqgSN67tHXt3T/AuQ3ZD8h+8rp9UBfyFWAAAAAASEwBCAAAAACJKQABAAAAILFhwwfJ9urh83Vdj5vMNBqfmK683Gv0N46/2uty/kk0e7DnpFd3z+ag0fwrn9yd/H38XJ/un2k0eyD+uGf3/ywKNrhzv9H8T776tNjsOX321nT0/EGjv3Hi5b3ezN+37Ck9OxNkj+w8QvOtnX3PPxqfmM5XV4rNzlsfn54++OtFo79x7/kr2SM7/w2e1eOT4eu3+/9Q9PpNvP/mbW/m71t2xuag2fyfP4me3T9L85m3b/MP7txvNP/dLz6cnFv5oNjs/OjkN5Nje0/3ff1je7/Gsdc/yZ6Dm7/k7OncMDp+GGVVVYMOLz9tMv98dSWaHoQ7nv96RNzo8PrbVVXN+jL/Z79faTx/rC26nP/7iLjQ4fVvVlW10eH1u36Q7MWqqh71Zf4vf/yt8fyLq5e7mr9R9jw7uR7PTq4Xm52lZ08P5y89e7qev1fZU/L8p3ZfxKndF43nH10634vsXD8zivUzI+c287fKnt3x6rJlZ6/mr375snH2xNqi2Owv/NzWq/mv/Pxn4+xZXL3cm+z84+x3sse5s7fnTl8BBgAAAIDEFIAAAAAAkJgCEAAAAAASUwACAAAAQGJDK4BUWj3EtK7rhdUBlJv9bX64Y761I/sBCtXmhzve/SLpQ9uD5eR/AAIAAABAYgpAAAAAAEhMAQgAAAAAiSkAAQAAACAxBSAAAAAAJKYABAAAAIDEFIAAAAAAkJgCEAAAAAASUwACAAAAQGIKQAAAAABITAEIAAAAAIkpAAEAAAAgMQUgAAAAACSmAAQAAACAxBSAAAAAAJCYAhAAAAAAElMAAgAAAEBiCkAAAAAASEwBCAAAAACJKQABAAAAIDEFIAAAAAAkpgAEAAAAgMQUgAAAAACQmAIQAAAAABJTAAIAAABAYgpAAAAAAEhMAQgAAAAAiSkAAQAAACAxBSAAAAAAJKYABAAAAIDEFIAAAAAAkJgCEAAAAAASUwACAAAAQGIKQAAAAABITAEIAAAAAIkpAAEAAAAgsaEVQCrX67qeWQPAUpnOt3ZsAWCJ1HW90eJlE5uD5aUAhFyuWQHA0rltBQBL54YVAE34CjAAAAAAJKYABAAAAIDEFIAAAAAAkNgwIrYLnn+38Pmfdjz/Y7f4ke7nacfX3z6E9xc5s6fr+Q/jvVXy/KVnz+NDuD9lp+x0bjO/7OzX/KVzbqOv2Sl7nDsPbf5/ADojsGKBW/WGAAAAAElFTkSuQmCC); } }

.section-hero {
  position: relative; }
  .section-hero .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00adbb; }
  .section-hero .column-hero-text {
    padding-right: 135px;
    padding-left: 135px; }
  .section-hero .column-1 {
    padding-top: 75px;
    padding-bottom: 50px;
    text-align: center; }
  .section-hero p {
    margin-bottom: 40px; }
  @media only screen and (max-width: 900px) {
    .section-hero .column-hero-text {
      padding-right: 85px;
      padding-left: 85px; } }
  @media only screen and (max-width: 640px) {
    .section-hero .column-hero-text {
      padding-right: 20px;
      padding-left: 20px; }
    .section-hero .column-1 {
      padding-bottom: 30px; }
    .section-hero p {
      margin-bottom: 30px; } }

.scroll {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer; }
  .scroll:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 10px;
    width: 30px;
    height: 30px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .has-image .scroll {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 50%;
    margin-left: -25px; }

.img-blk {
  display: block;
  width: 100%;
  height: auto; }

.section-standard {
  padding-top: 150px;
  padding-bottom: 150px; }
  .section-standard h1 {
    margin-bottom: 75px;
    text-align: center; }
  @media only screen and (max-width: 900px) {
    .section-standard {
      padding-top: 100px;
      padding-bottom: 100px; }
      .section-standard h1 {
        margin-bottom: 60px; } }
  @media only screen and (max-width: 768px) {
    .section-standard {
      padding-top: 75px;
      padding-bottom: 75px; } }
  @media only screen and (max-width: 640px) {
    .section-standard {
      padding-top: 50px;
      padding-bottom: 50px; }
      .section-standard h1 {
        margin-bottom: 40px; } }

.section-offering .column-2 {
  max-width: 700px; }

.section-offering .offering-logo {
  margin-bottom: 50px;
  text-align: center; }
  .section-offering .offering-logo img {
    width: 100px;
    height: auto; }

.section-offering h1,
.section-offering h2 {
  color: #fdb714; }

.section-offering .flex {
  margin-bottom: 40px; }

.section-offering .col-fl-6:first-child {
  padding-right: 60px; }

.section-offering .col-fl-6:last-child {
  padding-left: 60px; }

.section-offering .row {
  text-align: center; }

.section-offering .link-blk {
  background-color: #fdb714; }

@media only screen and (max-width: 900px) {
  .section-offering .offering-logo {
    margin-bottom: 40px; }
    .section-offering .offering-logo img {
      width: 75px; } }

@media only screen and (max-width: 768px) {
  .section-offering .flex {
    margin-bottom: 0; }
  .section-offering .col-fl-6:first-child {
    padding-right: 30px; }
  .section-offering .col-fl-6:last-child {
    padding-left: 30px; } }

@media only screen and (max-width: 640px) {
  .section-offering .offering-logo {
    margin-bottom: 30px; }
    .section-offering .offering-logo img {
      width: 60px; }
  .section-offering .col-fl-6:first-child {
    padding-right: 0; }
  .section-offering .col-fl-6:last-child {
    padding-left: 0; } }

.section-floorplans,
.section-gallery {
  background-color: #eeeeee; }
  .section-floorplans h1,
  .section-gallery h1 {
    color: #00adbb; }

.section-floorplans .row {
  margin-top: 50px;
  text-align: center; }

@media only screen and (max-width: 640px) {
  .section-floorplans .row {
    margin-top: 30px; } }

.section-gallery {
  padding-bottom: 110px; }
  .section-gallery h1 + .gallery-tiles,
  .section-gallery .row + .gallery-tiles {
    margin-bottom: 50px; }
  .section-gallery .row {
    margin-top: 30px;
    margin-bottom: 100px;
    text-align: center; }
  .section-gallery h1,
  .section-gallery h2 {
    color: #54575c; }
  .section-gallery h2 {
    margin-bottom: 50px;
    text-align: center; }
  .section-gallery .gallery-links {
    margin-top: 20px; }
    .section-gallery .gallery-links b {
      font-weight: 600; }
  @media only screen and (max-width: 900px) {
    .section-gallery .gallery-links p {
      font-size: 15px; } }
  @media only screen and (max-width: 768px) {
    .section-gallery {
      padding-bottom: 80px; }
      .section-gallery .row {
        margin-top: 50px;
        margin-bottom: 75px; } }
  @media only screen and (max-width: 640px) {
    .section-gallery {
      padding-bottom: 30px; }
      .section-gallery .row {
        margin-top: 30px;
        margin-bottom: 75px; }
      .section-gallery .gallery-links p {
        font-size: 14px; } }

.section-kit {
  text-align: center; }
  .section-kit h1 {
    color: #f2bcc5; }
  .section-kit .kit-cover {
    width: 100%;
    max-width: 750px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto; }
  .section-kit .link-blk {
    background-color: #f2bcc5; }

.section-social {
  background-color: #00adbb;
  text-align: center; }
  .section-social .column-social {
    position: relative;
    width: 100%;
    max-width: 675px;
    margin-right: auto;
    margin-left: auto; }
  .section-social h1,
  .section-social h2,
  .section-social p {
    color: #ffffff; }
  .section-social h2 {
    margin-bottom: 30px; }
  .section-social p + h2 {
    margin-top: 80px; }
  .section-social p:not(:last-child) {
    margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .section-social p + h2 {
      margin-top: 60px; } }

.floorplan-tiles .flex,
.gallery-tiles .flex {
  width: auto;
  margin-right: -20px;
  margin-left: -20px; }

.floorplan-tiles .col-fl-4,
.floorplan-tiles .col-fl-6,
.gallery-tiles .col-fl-4,
.gallery-tiles .col-fl-6 {
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px; }

@media only screen and (max-width: 768px) {
  .floorplan-tiles .flex,
  .gallery-tiles .flex {
    margin-right: -10px;
    margin-left: -10px; }
  .floorplan-tiles .col-fl-4,
  .floorplan-tiles .col-fl-6,
  .gallery-tiles .col-fl-4,
  .gallery-tiles .col-fl-6 {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px; } }

.floorplan-tile,
.gallery-tile {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  cursor: pointer; }
  .floorplan-tile a,
  .gallery-tile a {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.floorplan-tile-plan,
.gallery-tile-img {
  position: relative;
  padding-bottom: 116.66667%; }

.matterport-tile-img {
  position: relative;
  padding-bottom: 75%; }

.guided-tile-img {
  position: relative;
  padding-bottom: 56.25%; }

.gallery-tile-img,
.matterport-tile-img,
.guided-tile-img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.floorplan-tile-img {
  position: absolute;
  top: 50px;
  right: 40px;
  bottom: 30px;
  left: 40px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.floorplan-tile-type {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #000000;
  font-size: 24px;
  line-height: 1em;
  font-weight: 600;
  font-family: "Avenir Next", Helvetica, Arial, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STHeiti, STXihei, "华文细黑", sans-serif;
  text-transform: uppercase; }

.floorplan-tile-text {
  padding-top: 15px;
  padding-right: 18px;
  padding-bottom: 15px;
  padding-left: 18px;
  color: #000000;
  font-size: 12px;
  line-height: 1em;
  font-weight: 600;
  font-family: "Avenir Next", Helvetica, Arial, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STHeiti, STXihei, "华文细黑", sans-serif;
  letter-spacing: .01em;
  text-transform: uppercase; }
  .floorplan-tile-text .table-cell:last-child {
    text-align: right; }

.tile-download.is-2 {
  background-color: #f2bcc5; }

.tile-download.is-3 {
  background-color: #fdb714; }

.tile-download.is-4 {
  background-color: #54575c; }

.tile-download.is-5 {
  background-color: #ffdd00; }

.no-touchevents .floorplan-tile,
.no-touchevents .gallery-tile {
  -webkit-transition: all .3s linear;
  transition: all .3s linear; }
  .no-touchevents .floorplan-tile:after,
  .no-touchevents .gallery-tile:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
  .no-touchevents .floorplan-tile:hover,
  .no-touchevents .gallery-tile:hover {
    /*box-shadow: 0 0 15px rgba(0,0,0,.2);*/ }
    .no-touchevents .floorplan-tile:hover:after,
    .no-touchevents .gallery-tile:hover:after {
      opacity: 1; }

