/*
    font-family:'Edwardian Script ITC';
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none;
  color: #6E6F72; }

body {
  font-family: 'Akkurat-Mono';
  background: #FFF3EA; }

ul,
ol {
  list-style: none; }

h1, h2, h3, h4, h5 {
  font-family: 'Edwardian Script ITC';
  color: #B69869;
  font-weight: normal; }

section {
  display: none; }
  section.lp_wrapper {
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    position: relative; }
    section.lp_wrapper:after {
      content: '';
      display: block;
      clear: both; }
    section.lp_wrapper .lp_box {
      width: 50%;
      float: left;
      min-height: 100vh;
      max-height: 100vh;
      position: relative; }
      section.lp_wrapper .lp_box.left:after {
        content: '';
        display: block;
        width: 10px;
        height: 100%;
        background: url(../images/gradient.jpg) no-repeat top center/contain;
        position: absolute;
        top: 0;
        right: -5px;
        z-index: 100; }
      section.lp_wrapper .lp_box.right {
        background: #FFF3EA;
        overflow: hidden; }
        section.lp_wrapper .lp_box.right:before {
          content: '';
          display: block;
          width: 70%;
          height: 25%;
          background: url(../images/flower_one.png) no-repeat left center/contain;
          position: absolute;
          top: -4%;
          left: -9%; }
        section.lp_wrapper .lp_box.right:after {
          content: '';
          display: block;
          width: 70%;
          height: 25%;
          background: url(../images/flower_two.png) no-repeat left center/contain;
          position: absolute;
          bottom: -4%;
          right: -9%; }
    section.lp_wrapper .banner_wp {
      min-height: 100vh;
      overflow: hidden;
      max-height: 100vh; }
      section.lp_wrapper .banner_wp .owl-stage-outer {
        min-height: 100vh; }
        section.lp_wrapper .banner_wp .owl-stage-outer .owl-stage {
          min-height: 100vh; }
        section.lp_wrapper .banner_wp .owl-stage-outer .owl-item {
          min-height: 100vh; }
        section.lp_wrapper .banner_wp .owl-stage-outer .banner_box {
          min-height: 100vh; }
      section.lp_wrapper .banner_wp img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
    section.lp_wrapper .welcome_box {
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      font-size: 16px;
      color: #6E6F72;
      white-space: nowrap;
      margin-top: -20px; }
      section.lp_wrapper .welcome_box h1 img {
        max-width: 60%; }
      section.lp_wrapper .welcome_box h2 {
        font-size: 72px; }
      section.lp_wrapper .welcome_box h3 {
        font-size: 48px; }
      section.lp_wrapper .welcome_box a img {
        position: relative;
        top: 8px;
        margin-right: 5px; }
      section.lp_wrapper .welcome_box ul {
        margin: 20px 0; }
        section.lp_wrapper .welcome_box ul li {
          margin-bottom: 5px; }

.loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

@media only screen and (max-height: 700px) {
  section.lp_wrapper .welcome_box {
    font-size: 14px; }
    section.lp_wrapper .welcome_box h1 img {
      max-width: 180px; }
    section.lp_wrapper .welcome_box ul {
      margin: 10px 0 15px 0; } }
@media only screen and (max-width: 959px) {
  section.lp_wrapper .lp_box {
    width: 100%;
    float: none;
    min-height: 0; }
    section.lp_wrapper .lp_box.left {
      min-height: 0;
      max-height: none; }
      section.lp_wrapper .lp_box.left:after {
        display: none; }
    section.lp_wrapper .lp_box.right {
      position: relative;
      z-index: 1000;
      min-height: 0;
      overflow: visible; }
      section.lp_wrapper .lp_box.right:before {
        z-index: 0; }
      section.lp_wrapper .lp_box.right:after {
        display: none; }
  section.lp_wrapper .banner_wp {
    min-height: 0;
    max-height: none; }
    section.lp_wrapper .banner_wp .owl-stage-outer {
      min-height: 0; }
      section.lp_wrapper .banner_wp .owl-stage-outer .owl-stage {
        min-height: 0; }
      section.lp_wrapper .banner_wp .owl-stage-outer .owl-item {
        min-height: 0; }
      section.lp_wrapper .banner_wp .owl-stage-outer .banner_box {
        min-height: 0;
        padding-bottom: 100%;
        position: relative;
        width: 100%; }
  section.lp_wrapper .welcome_box {
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    top: auto;
    left: auto;
    margin-top: 0; }
    section.lp_wrapper .welcome_box:before {
      content: '';
      width: 100%;
      height: 10px;
      display: block;
      background: url(../images/gradient2.jpg) no-repeat top center/cover;
      position: absolute;
      top: -5px;
      left: 0; }
    section.lp_wrapper .welcome_box h1 {
      position: relative;
      z-index: 10; }
    section.lp_wrapper .welcome_box .wb_add {
      max-width: 380px;
      margin: 0 auto;
      position: relative;
      top: -105px; } }
@media only screen and (max-width: 479px) {
  section.lp_wrapper .welcome_box {
    font-size: 14px; }
    section.lp_wrapper .welcome_box h1 img {
      max-width: 200px; }
    section.lp_wrapper .welcome_box .wb_add {
      top: -80px; }
    section.lp_wrapper .welcome_box h2 {
      font-size: 60px; }
    section.lp_wrapper .welcome_box h3 {
      font-size: 42px; } }

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