@charset "UTF-8";
@font-face {
  font-family: 'Domaine Disp';
  src: url(src/assets/fonts/DomaineDispMedium.woff2) format("woff2"), url(src/assets/fonts/DomaineDispMedium.woff) format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Domaine Sans Text';
  src: url(src/assets/fonts/DomaineSansText-Regular.woff2) format("woff2"), url(src/assets/fonts/DomaineSansText-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Domaine Sans Text';
  src: url(src/assets/fonts/DomaineSansText-Medium.woff2) format("woff2"), url(src/assets/fonts/DomaineSansText-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Domaine Disp';
  src: url(src/assets/fonts/DomaineDispSemibold.woff2) format("woff2"), url(src/assets/fonts/DomaineDispSemibold.woff) format("woff");
  font-weight: 600;
  font-style: normal; }

* {
  box-sizing: border-box; }

.list--reset {
  list-style: none;
  margin: 0;
  padding: 0; }

:root {
  font-size: 62.5%; }

body {
  color: black;
  font-family: 'Domaine Sans Text', sans-serif;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin: 1.2rem;
  line-height: 1.6; }
  html[lang="zh-CN"] body {
    font-family: '微软雅黑体', 'STHeiti', 'Microsoft Yahei', 'Domaine Sans Text', sans-serif; }
  @media (min-width: 46.25em) {
    body {
      margin: 2rem; } }

h1, h2, h3, h4, h5 {
  font-family: 'Domaine Disp';
  font-weight: 600;
  line-height: 1.2;
  margin: 2rem 0; }

h1 {
  font-size: 4rem; }
  @media (min-width: 46.25em) {
    h1 {
      font-size: 6rem; } }

h2 {
  font-size: 3.2rem; }
  @media (min-width: 46.25em) {
    h2 {
      font-size: 4.5rem; } }

h3 {
  font-size: 4rem; }

h4 {
  font-size: 2rem; }
  @media (min-width: 46.25em) {
    h4 {
      font-size: 2.5rem; } }

h5 {
  font-size: 2rem;
  margin-bottom: 1rem; }

.img-fluid {
  width: 100%;
  max-width: 100%;
  display: block; }

.container {
  max-width: 96rem;
  margin: 0 auto; }
  .container--wide {
    max-width: 126.6rem; }

.header {
  padding-top: .5rem; }
  @media (min-width: 46.25em) {
    .header {
      padding-top: 1rem; } }
  .header__link {
    display: flex;
    align-items: center; }
  @media (max-width: 46.24em) {
    .header__logo {
      max-width: 12rem; } }
  .header--lined {
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap; }
    .header--lined:before, .header--lined:after {
      content: '';
      width: 100%;
      border-top: .1rem black solid;
      display: block; }
    .header--lined:before {
      margin-right: 1rem; }
    .header--lined:after {
      margin-left: 1rem; }

.intro {
  font-family: 'Domaine Disp';
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .05rem; }
  @media (min-width: 46.25em) {
    .intro {
      font-size: 1.8rem; } }

header {
  max-width: 126.6rem;
  margin: 0 auto; }

.footer {
  max-width: 126.6rem;
  padding: .5rem 0;
  margin: 4rem auto 0;
  border-top: .1rem black solid;
  font-size: 1.2rem;
  font-family: 'Domaine Sans Text', sans-serif; }

.tiles {
  display: flex;
  margin: 0 -1rem;
  padding: 1rem 0;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 46.25em) {
    .tiles {
      flex-direction: row; } }

.tile {
  padding: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 22.5rem; }
  @media (min-width: 46.25em) {
    .tile {
      width: 33.3%; } }
  .tile__header {
    font-size: 2rem;
    margin: 1rem 0; }
  .tile__summary {
    border-top: 0.1rem #999899 solid;
    border-bottom: 0.1rem #999899 solid;
    padding: .5rem 0;
    margin: 2rem 0;
    flex-grow: 1; }
    .tile__summary p {
      margin: 1rem 0; }
  .tile__content {
    height: inherit;
    width: 100%; }
    @media (min-width: 46.25em) {
      .tile__content {
        height: 100%; } }
  .tile__caption {
    border-top: .1rem black solid;
    border-bottom: .1rem black solid;
    display: flex;
    align-items: center;
    margin-right: 2rem;
    padding: 0 1rem;
    flex-shrink: 1; }
  .tile--text {
    flex-direction: row; }
    .tile--text .tile__content {
      display: flex;
      align-items: center;
      padding: 0 2rem; }
    .tile--text h3 {
      font-size: 3rem;
      margin: 4rem 0; }
      @media (min-width: 46.25em) {
        .tile--text h3 {
          font-size: 3.5rem;
          margin: 0; } }
  .tile--emphasis .tile__content {
    background-color: #e0dede; }
  .tile--grow, .tile--caption, .tile--quote {
    flex-grow: 2;
    flex-direction: row; }
    .tile--grow .tile__content, .tile--caption .tile__content, .tile--quote .tile__content {
      display: flex; }
  .tile--caption .tile__content {
    flex-direction: column-reverse; }
    @media (min-width: 46.25em) {
      .tile--caption .tile__content {
        flex-direction: row; } }
  .tile--quote .tile__content {
    border-top: .1rem black solid;
    border-bottom: .1rem black solid;
    padding: 0 2rem;
    color: #707372; }
  .tile--image .tile__content {
    background: center center no-repeat;
    background-size: cover;
    height: 22.5rem; }

.tile__cover {
  position: relative; }
  .tile__cover .tile__header {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 3rem;
    z-index: 1;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }

.cols-half {
  display: flex;
  flex-direction: column; }
  @media (min-width: 46.25em) {
    .cols-half {
      flex-direction: row; } }
  @media (min-width: 46.25em) {
    .cols-half > div {
      flex-basis: 50%;
      width: 50%; } }

.cols-threes > div {
  flex-basis: 100%;
  width: 100%; }
  @media (min-width: 46.25em) {
    .cols-threes > div {
      flex-basis: 33.3%;
      width: 33.3%; } }

.billboard {
  border-top: .1rem black solid;
  border-bottom: .1rem black solid;
  padding: 1rem 0; }

.padded {
  padding: 0 2rem; }
  @media (min-width: 46.25em) {
    .padded {
      padding: 0 4rem; } }

section {
  margin-top: 1rem;
  margin-bottom: 8rem; }

.brand {
  display: flex;
  margin: 4rem 0;
  align-items: center;
  flex-direction: column; }
  @media (min-width: 46.25em) {
    .brand {
      flex-direction: row; } }
  .brand__image {
    width: 100%;
    margin-bottom: 2rem; }
    @media (min-width: 46.25em) {
      .brand__image {
        width: calc(33.3% + 2rem);
        margin-bottom: 0; } }
  .brand__description {
    width: 100%;
    padding: 3rem 2rem;
    font-family: 'Domaine Disp';
    font-size: 1.8rem;
    background-color: #e0dede;
    line-height: 1.4;
    font-weight: 600; }
    @media (min-width: 46.25em) {
      .brand__description {
        width: calc(66.6% - 2rem);
        font-size: 2rem; } }
    .brand__description p {
      white-space: pre-wrap; }

.btn {
  background-color: #555958;
  color: white;
  padding: .4rem 1rem;
  text-decoration: none;
  font-family: 'Domaine Sans Text';
  font-size: 1.4rem;
  transition: all 300ms ease-out;
  border: 0;
  cursor: pointer; }
  .btn:hover {
    background-color: #3c3f3e; }

.menu {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  padding-bottom: 4rem;
  font-weight: 500;
  position: relative; }
  @media (max-width: 46.24em) {
    .menu {
      font-size: 2.2rem;
      background-color: #fff;
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 100;
      top: 0;
      left: 0;
      flex-direction: column;
      display: none;
      animation: fadeOut .5s ease-out; }
      .menu.is-active {
        display: flex;
        animation: fadeIn .5s ease-out forwards; } }
  .menu__item {
    margin: 0 1rem; }
    @media (max-width: 46.24em) {
      .menu__item {
        margin: 1rem; } }
  .menu__link {
    color: black;
    text-decoration: none;
    padding: .3rem 0;
    position: relative; }
    .menu__link:hover:after {
      content: '';
      position: absolute;
      width: 100%;
      border-bottom: .1rem black solid;
      bottom: 0;
      left: 0;
      animation: growLine 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .menu__icon {
    display: none;
    flex-direction: column;
    height: 2.8rem;
    width: 4rem;
    justify-content: space-between;
    position: fixed;
    top: .5rem;
    right: 0;
    z-index: 200;
    padding: 1rem;
    box-sizing: content-box;
    background-color: #fff;
    appearance: none;
    border: 0; }
    @media (max-width: 46.24em) {
      .menu__icon {
        display: flex; } }
    .menu__icon > div {
      border: 1px #000 solid;
      width: 4rem; }
    .menu__icon.is-active {
      justify-content: center; }
      .menu__icon.is-active > div:nth-child(2) {
        display: none; }
      .menu__icon.is-active > div:first-child {
        transform: rotate(45deg); }
      .menu__icon.is-active > div:last-child {
        transform: rotate(-45deg); }

@keyframes growLine {
  from {
    opacity: 0;
    width: 0%;
    left: 50%; }
  to {
    opacity: 1;
    width: 100%;
    left: 0; } }

.cms h5 {
  margin-bottom: 0; }

.carousel-cell {
  width: 100%;
  /* full width */ }
  @media (max-width: 46.24em) {
    .carousel-cell {
      height: 40rem; } }
  @media (max-width: 46.24em) {
    .carousel-cell .img-fluid {
      height: 40rem;
      width: auto;
      max-width: none; } }

.carousel__content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.5);
  color: white; }

.carousel__header {
  margin-bottom: 0; }

.carousel__cta {
  color: inherit;
  font-size: 2.2rem;
  padding: 1rem;
  font-weight: 500; }
  .carousel__cta:hover {
    text-decoration: none; }

/* position dots in carousel */
.flickity-page-dots {
  bottom: 0;
  padding: 2rem; }

/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: .5;
  background: white; }

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.flickity-prev-next-button {
  width: 8rem;
  height: 8rem;
  background: transparent; }
  @media (max-width: 46.24em) {
    .flickity-prev-next-button {
      display: none; } }
  .flickity-prev-next-button:hover {
    background: transparent; }

.flickity-button {
  color: rgba(255, 255, 255, 0.8); }

.caption {
  width: 100%;
  border-top: 0;
  border-bottom: .1rem black solid;
  display: flex;
  align-items: center;
  padding: 2rem; }
  @media (min-width: 46.25em) {
    .caption {
      width: 25%;
      border-top: .1rem black solid;
      margin-right: 2rem;
      padding: 0 2rem; } }
  .caption__image {
    width: 100%; }
    @media (min-width: 46.25em) {
      .caption__image {
        width: 75%; } }

.contact__feature {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 2rem; }
  @media (min-width: 46.25em) {
    .contact__feature {
      flex-direction: row; } }
  .contact__feature h3 {
    font-size: 3.5rem;
    margin: 0; }
  .contact__feature__lead {
    padding: 2rem 3rem;
    background-color: #e0dede;
    width: 100%;
    flex-basis: 100%;
    font-size: 1.6rem;
    display: flex;
    align-items: center; }
    @media (min-width: 46.25em) {
      .contact__feature__lead {
        width: 33.3%;
        flex-basis: 33.3%; } }

.contact__image {
  margin-bottom: 2rem; }
  @media (min-width: 46.25em) {
    .contact__image {
      padding-left: 2rem;
      margin-bottom: 0; } }

.contact__form {
  margin-bottom: 2rem; }
  @media (min-width: 46.25em) {
    .contact__form {
      margin-bottom: 0; } }
  .contact__form input, .contact__form textarea {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 1rem;
    border: 0.1rem #707372 solid; }

.contact__address {
  padding: 1rem 0;
  font-family: 'Domaine Sans Text', sans-serif; }

.form__control {
  padding-bottom: 1rem; }

@media (min-width: 46.25em) {
  .map {
    padding-left: 2rem; } }

.map__image {
  border: 0.1rem #707372 solid; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.locale {
  list-style: none;  
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  color: black;
  margin: 0;
  padding: 0;
  font-family: 'Domaine Sans Text', sans-serif; }
  .locale li:first-child:after {
    content: "|";
    display: inline-block;
    margin-right: .5rem; }
  .locale a {
    color: inherit;
    text-decoration: none; }


/*# sourceMappingURL=bundle.css.map*/

@media (min-width: 46.25em) {
    .locale {
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        font-size: 1.3rem;
    }
}
