@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700,900&display=swap");
html#scoped {
  font-family: 'Noto Sans TC', sans-serif;
  overflow-x: hidden;
  color: #4F4F4F;
  background-color: #F7F7F7;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  html#scoped * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    font-family: 'Noto Sans TC', sans-serif; }
  html#scoped body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    padding-bottom: 206px; }
    @media screen and (max-width: 1279px) {
      html#scoped body {
        padding-bottom: 202px; } }
    @media screen and (max-width: 1023px) {
      html#scoped body {
        padding-bottom: 319px; } }
  html#scoped .page-content {
    background-color: #F7F7F7;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #E8E8E8;
    min-height: calc(100vh - 206px - 80px); }
    @media screen and (max-width: 1023px) {
      html#scoped .page-content {
        min-height: calc(100vh - 256px - 80px); } }
    @media screen and (max-width: 767px) {
      html#scoped .page-content {
        min-height: calc(100vh - 256px - 50px); } }
  html#scoped .preload-images {
    position: fixed;
    left: 101vw; }
  html#scoped img {
    display: inline-block;
    max-width: 100%; }
  html#scoped img.l {
    display: inline-block; }
    @media screen and (max-width: 767px) {
      html#scoped img.l {
        display: none; } }
  html#scoped img.m {
    display: none; }
    @media screen and (max-width: 767px) {
      html#scoped img.m {
        display: inline-block; } }
  html#scoped .fadeInUp {
    opacity: 0;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: opacity 500ms cubic-bezier(0.68, 0, 0.265, 1), -webkit-transform 500ms cubic-bezier(0.68, 0, 0.265, 1);
    transition: opacity 500ms cubic-bezier(0.68, 0, 0.265, 1), -webkit-transform 500ms cubic-bezier(0.68, 0, 0.265, 1);
    -o-transition: opacity 500ms cubic-bezier(0.68, 0, 0.265, 1), transform 500ms cubic-bezier(0.68, 0, 0.265, 1);
    transition: opacity 500ms cubic-bezier(0.68, 0, 0.265, 1), transform 500ms cubic-bezier(0.68, 0, 0.265, 1);
    transition: opacity 500ms cubic-bezier(0.68, 0, 0.265, 1), transform 500ms cubic-bezier(0.68, 0, 0.265, 1), -webkit-transform 500ms cubic-bezier(0.68, 0, 0.265, 1); }
    html#scoped .fadeInUp.isInview {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  html#scoped .common-page-head {
    border-bottom: 1px solid #E8E8E8;
    padding: 40px 0; }
    @media screen and (max-width: 1023px) {
      html#scoped .common-page-head {
        padding: 40px; } }
    @media screen and (max-width: 767px) {
      html#scoped .common-page-head {
        padding: 30px 15px 30px 15px; } }
    html#scoped .common-page-head h1 {
      font-size: 40px;
      font-weight: 700;
      color: #375D6E;
      text-align: center;
      margin: 0;
      letter-spacing: 0.2em; }
      @media screen and (max-width: 767px) {
        html#scoped .common-page-head h1 {
          font-size: 32px; } }
  html#scoped .tabs.common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 1023px) {
      html#scoped .tabs.common {
        display: block;
        border-left: 3px solid #828282;
        padding-left: 5px; } }
    @media screen and (max-width: 767px) {
      html#scoped .tabs.common {
        margin-top: 30px; } }
    html#scoped .tabs.common.alt {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: block;
      margin-top: 0;
      white-space: nowrap;
      margin-right: 30px; }
      @media screen and (max-width: 1023px) {
        html#scoped .tabs.common.alt {
          margin-right: 0; } }
      html#scoped .tabs.common.alt .tab {
        margin: 10px 0; }
        html#scoped .tabs.common.alt .tab .num {
          display: block;
          margin-right: 10px; }
    html#scoped .tabs.common.m {
      display: none; }
      @media screen and (max-width: 767px) {
        html#scoped .tabs.common.m {
          display: block; } }
    html#scoped .tabs.common .tab {
      padding: 0 10px;
      font-size: 20px;
      text-decoration: none;
      color: #828282;
      font-weight: 500;
      -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
      -o-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
      transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      html#scoped .tabs.common .tab:hover, html#scoped .tabs.common .tab.active {
        color: #2EB6AA; }
      @media screen and (max-width: 1023px) {
        html#scoped .tabs.common .tab {
          margin: 10px 0; } }
      @media screen and (max-width: 767px) {
        html#scoped .tabs.common .tab {
          font-size: 16px; } }
      html#scoped .tabs.common .tab .num {
        display: none; }
        @media screen and (max-width: 1023px) {
          html#scoped .tabs.common .tab .num {
            display: block;
            margin-right: 10px; } }
  html#scoped h2.common {
    font-size: 32px;
    font-weight: 700;
    color: #375D6E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    margin-top: 50px; }
    html#scoped h2.common:nth-of-type(1) {
      margin-top: 0; }
    @media screen and (max-width: 767px) {
      html#scoped h2.common {
        font-size: 28px; } }
    html#scoped h2.common span {
      color: #2495A2; }
    html#scoped h2.common .line {
      width: 3px;
      height: 32px;
      background-color: #375D6E;
      margin-right: 10px;
      margin-top: 8px; }
      @media screen and (max-width: 767px) {
        html#scoped h2.common .line {
          height: 28px;
          margin-top: 7px; } }
  html#scoped .page-common {
    padding-bottom: 320px;
    background-image: url(/assets/bot1.jpeg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: white;
    background-size: auto 320px; }
    @media screen and (max-width: 767px) {
      html#scoped .page-common {
        padding-bottom: 170px;
        background-size: auto 170px; } }
    html#scoped .page-common.alt {
      background-image: url(/assets/bot2.jpeg); }
    html#scoped .page-common.alt2 {
      background-image: none;
      padding-bottom: 40px;
      background-color: #F7F7F7; }
    @media screen and (max-width: 767px) {
      html#scoped .page-common.team-page {
        padding-bottom: 55vw; } }
    html#scoped .page-common .center-wrap {
      width: 1280px;
      padding: 0 40px;
      margin: 0 auto;
      max-width: 100%;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        html#scoped .page-common .center-wrap {
          padding: 0 15px; } }
      html#scoped .page-common .center-wrap.alt {
        width: 1024px; }
      html#scoped .page-common .center-wrap.alt2 {
        width: 848px; }
    html#scoped .page-common .page-nav {
      cursor: pointer; }
    html#scoped .page-common .main-content {
      padding-top: 50px;
      padding-bottom: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 1023px) {
        html#scoped .page-common .main-content {
          display: block;
          padding-top: 30px; } }
      @media screen and (max-width: 767px) {
        html#scoped .page-common .main-content {
          padding-top: 30px; }
          html#scoped .page-common .main-content.alt {
            border-top: 1px solid #E8E8E8;
            margin-top: 30px; } }
    html#scoped .page-common .img-wrap {
      margin-right: 60px;
      min-width: 500px;
      max-width: 500px; }
      @media screen and (max-width: 1279px) {
        html#scoped .page-common .img-wrap {
          margin-right: 40px;
          min-width: 380px;
          max-width: 380px; } }
      @media screen and (max-width: 1023px) {
        html#scoped .page-common .img-wrap {
          margin-right: 0;
          min-width: 100%;
          max-width: 100%; } }
    html#scoped .page-common p {
      margin: 15px 0;
      font-size: 20px;
      line-height: 192.51%; }
      @media screen and (max-width: 767px) {
        html#scoped .page-common p {
          font-size: 18px; } }
      html#scoped .page-common p.normal {
        line-height: 140%; }
      html#scoped .page-common p.bold {
        font-weight: 500; }
    html#scoped .page-common h3.blue {
      margin-top: 30px;
      margin-bottom: 15px;
      color: #375D6E; }
    html#scoped .page-common .person {
      border-bottom: 1px solid #E8E8E8;
      padding-bottom: 50px;
      margin-bottom: 50px; }
      html#scoped .page-common .person:last-of-type {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0; }
      @media screen and (max-width: 767px) {
        html#scoped .page-common .person {
          padding-bottom: 40px;
          margin-bottom: 40px; } }
    html#scoped .page-common .content-wrap {
      width: 750px;
      max-width: 100%; }
      @media screen and (max-width: 1023px) {
        html#scoped .page-common .content-wrap {
          margin-top: 40px;
          border-top: 1px solid #E8E8E8;
          padding-top: 40px; } }
      @media screen and (max-width: 767px) {
        html#scoped .page-common .content-wrap {
          margin-top: 30px;
          padding-top: 30px; } }
      html#scoped .page-common .content-wrap.alt {
        width: 100%; }
        @media screen and (max-width: 1023px) {
          html#scoped .page-common .content-wrap.alt {
            margin-top: 0;
            border-top: 0;
            padding-top: 30px; } }
        @media screen and (max-width: 767px) {
          html#scoped .page-common .content-wrap.alt {
            margin-top: 0;
            padding-top: 30px; } }
      @media screen and (max-width: 1023px) {
        html#scoped .page-common .content-wrap.alt2 {
          padding-top: 0; } }
      @media screen and (max-width: 767px) {
        html#scoped .page-common .content-wrap.alt2 {
          padding-top: 0; } }
    html#scoped .page-common img {
      border-radius: 20px; }
    html#scoped .page-common .flex-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 50px; }
      html#scoped .page-common .flex-row:last-of-type {
        margin-bottom: 0; }
      @media screen and (max-width: 1023px) {
        html#scoped .page-common .flex-row {
          display: block; }
          html#scoped .page-common .flex-row .img-wrap {
            margin-bottom: 30px; } }
    html#scoped .page-common img.team {
      position: absolute;
      bottom: 0; }
    html#scoped .page-common .team1 {
      left: 0;
      width: 20.16vw; }
      @media screen and (max-width: 767px) {
        html#scoped .page-common .team1 {
          display: none; } }
    html#scoped .page-common .team2 {
      right: 0;
      width: 20.16vw; }
      @media screen and (max-width: 767px) {
        html#scoped .page-common .team2 {
          display: none; } }
    html#scoped .page-common .team-m {
      display: none; }
      @media screen and (max-width: 767px) {
        html#scoped .page-common .team-m {
          width: 76.53vw;
          display: block;
          left: 11.73vw; } }
    html#scoped .page-common span.bold {
      font-weight: 500; }

html#scoped #loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 11; }
  html#scoped #loading.fadeOut {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms cubic-bezier(0.68, 0, 0.265, 1);
    -o-transition: all 600ms cubic-bezier(0.68, 0, 0.265, 1);
    transition: all 600ms cubic-bezier(0.68, 0, 0.265, 1); }
  html#scoped #loading .wave {
    position: absolute;
    bottom: 0;
    left: -15px;
    width: calc(100% + 60px);
    height: 200px;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 3000ms;
    animation-duration: 3000ms;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-name: wave;
    animation-name: wave; }
  html#scoped #loading .wave1 {
    background-image: url(/assets/wave1.svg); }
  html#scoped #loading .wave2 {
    background-image: url(/assets/wave2.svg);
    -webkit-animation-delay: 2000ms;
    animation-delay: 2000ms; }
  html#scoped #loading .wave3 {
    background-image: url(/assets/wave3.svg);
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms; }

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px); } }

@keyframes wave {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px); } }

html#scoped {
  padding-top: 80px; }
  @media screen and (max-width: 767px) {
    html#scoped {
      padding-top: 50px; } }
  html#scoped header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 80px;
    background: -webkit-linear-gradient(355deg, #2EB6AA 0%, #5378B2 95%);
    background: -o-linear-gradient(355deg, #2EB6AA 0%, #5378B2 95%);
    background: linear-gradient(95deg, #2EB6AA 0%, #5378B2 95%);
    z-index: 10; }
    @media screen and (max-width: 767px) {
      html#scoped header {
        height: 50px; } }
    html#scoped header .center-wrap {
      width: 1366px;
      max-width: 100%;
      margin: 0 auto;
      padding: 0 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        html#scoped header .center-wrap {
          padding: 0 0 0 20px; } }
    html#scoped header .logo-wrap {
      padding-top: 25px; }
      @media screen and (max-width: 767px) {
        html#scoped header .logo-wrap {
          padding-top: 12px; } }
    html#scoped header a.logo {
      display: block;
      height: 30px;
      width: 180px;
      background-image: url(/assets/logo-white.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: left center; }
      @media screen and (max-width: 767px) {
        html#scoped header a.logo {
          height: 25px;
          width: 150px; } }
    @media screen and (max-width: 767px) {
      html#scoped header .navs-wrap {
        display: block;
        position: fixed;
        top: 50px;
        left: 0;
        height: calc(100vh - 50px);
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #F7F7F7;
        opacity: 0;
        visibility: hidden;
        width: 100vw;
        -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
        -o-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
        transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1); }
        html#scoped header .navs-wrap.active {
          opacity: 1;
          visibility: visible; } }
    html#scoped header .navs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
      -o-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
      transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
      position: relative; }
      @media screen and (max-width: 767px) {
        html#scoped header .navs {
          display: block;
          overflow-x: hidden;
          padding: 30px 18.67vw;
          min-height: 100%; } }
      html#scoped header .navs .nav {
        padding: 0 10px;
        text-decoration: none;
        -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
        -o-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
        transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
        color: #BCDAF2;
        cursor: pointer;
        position: relative;
        line-height: 80px;
        font-weight: 700; }
        html#scoped header .navs .nav:hover, html#scoped header .navs .nav.active {
          color: #F7F7F7; }
        html#scoped header .navs .nav:hover .sub-navs {
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          opacity: 1;
          visibility: visible; }
        @media screen and (max-width: 767px) {
          html#scoped header .navs .nav {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            line-height: 60px;
            border-bottom: 1px solid #E8E8E8;
            padding: 0;
            color: #375D6E; }
            html#scoped header .navs .nav:hover, html#scoped header .navs .nav.active {
              color: #2EB6AA; }
            html#scoped header .navs .nav.active .angle {
              -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              transform: rotate(90deg); } }
        html#scoped header .navs .nav .angle {
          display: none;
          min-width: 26px;
          height: 60px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-transition: all 150ms cubic-bezier(0.68, 0, 0.265, 1);
          -o-transition: all 150ms cubic-bezier(0.68, 0, 0.265, 1);
          transition: all 150ms cubic-bezier(0.68, 0, 0.265, 1); }
          @media screen and (max-width: 767px) {
            html#scoped header .navs .nav .angle {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; } }
          html#scoped header .navs .nav .angle .fill {
            fill: #375D6E; }
        html#scoped header .navs .nav .sub-navs {
          position: absolute;
          width: 140px;
          background-color: #F7F7F7;
          padding: 10px 20px 20px 20px;
          -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
          border-radius: 0px 0px 20px 20px;
          left: calc(50% - 70px);
          -webkit-transform: translateY(30px);
          -ms-transform: translateY(30px);
          transform: translateY(30px);
          -webkit-transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
          -o-transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
          transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
          opacity: 0;
          visibility: hidden; }
          @media screen and (max-width: 767px) {
            html#scoped header .navs .nav .sub-navs {
              opacity: 1;
              visibility: visible;
              -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
              transform: translateY(0);
              position: static;
              width: 100%;
              -webkit-box-shadow: none;
              box-shadow: none;
              padding: 0;
              border-radius: 0;
              display: none;
              -webkit-transition: none;
              -o-transition: none;
              transition: none; } }
          html#scoped header .navs .nav .sub-navs .sub-nav {
            text-decoration: none;
            line-height: 20px;
            padding-bottom: 5px;
            padding-top: 10px;
            display: block;
            color: #375D6E;
            font-weight: 700;
            text-align: center;
            border-bottom: 1px solid #E8E8E8;
            -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
            -o-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
            transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1); }
            html#scoped header .navs .nav .sub-navs .sub-nav:hover, html#scoped header .navs .nav .sub-navs .sub-nav.active {
              color: #2EB6AA; }
            @media screen and (max-width: 767px) {
              html#scoped header .navs .nav .sub-navs .sub-nav {
                line-height: 60px;
                text-align: left;
                padding-left: 20px;
                border-bottom: none;
                border-top: 1px solid #E8E8E8; } }
    html#scoped header .menu-toggle {
      display: none;
      min-width: 50px;
      height: 50px;
      cursor: pointer;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative; }
      @media screen and (max-width: 767px) {
        html#scoped header .menu-toggle {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      html#scoped header .menu-toggle.active .sandwich {
        opacity: 0; }
      html#scoped header .menu-toggle.active .close {
        opacity: 1; }
      html#scoped header .menu-toggle .sandwich {
        -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
        -o-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
        transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1); }
        html#scoped header .menu-toggle .sandwich .fill {
          fill: #F7F7F7; }
      html#scoped header .menu-toggle .close {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
        -o-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
        transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
        opacity: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        html#scoped header .menu-toggle .close .fill {
          fill: #F7F7F7; }
  html#scoped header.isLightMode {
    background: #F7F7F7;
    border-bottom: 1px solid #E8E8E8; }
    html#scoped header.isLightMode a.logo {
      background-image: url(/assets/logo-green.svg); }
    html#scoped header.isLightMode .navs .nav {
      color: #375D6E; }
      html#scoped header.isLightMode .navs .nav:hover, html#scoped header.isLightMode .navs .nav.active {
        color: #2EB6AA; }
    html#scoped header.isLightMode .menu-toggle .sandwich .fill {
      fill: #375D6E; }
    html#scoped header.isLightMode .menu-toggle .close .fill {
      fill: #375D6E; }
  html#scoped header .wave {
    display: none;
    position: absolute;
    bottom: 0;
    left: calc(50% - 400px);
    width: 1230px;
    height: 100px;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 3000ms;
    animation-duration: 3000ms;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-name: wave;
    animation-name: wave; }
    @media screen and (max-width: 767px) {
      html#scoped header .wave {
        display: block; } }
  html#scoped header .wave1 {
    background-image: url(/assets/wave1.svg); }
  html#scoped header .wave2 {
    background-image: url(/assets/wave2.svg);
    -webkit-animation-delay: 2000ms;
    animation-delay: 2000ms; }
  html#scoped header .wave3 {
    background-image: url(/assets/wave3.svg);
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms; }

@keyframes wave {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px); } }

html#scoped footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #F7F7F7; }
  html#scoped footer .center-wrap {
    width: 1366px;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px; }
    @media screen and (max-width: 1023px) {
      html#scoped footer .center-wrap {
        display: block; } }
    @media screen and (max-width: 767px) {
      html#scoped footer .center-wrap {
        padding: 0 20px; } }
  html#scoped footer .flex-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 1279px) {
      html#scoped footer .flex-wrap {
        display: block; } }
  html#scoped footer .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1023px) {
      html#scoped footer .info {
        display: block; } }
  html#scoped footer .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1279px) {
      html#scoped footer .social {
        margin-top: 14px; } }
    @media screen and (max-width: 1023px) {
      html#scoped footer .social {
        margin-top: 28px; } }
    html#scoped footer .social a {
      margin-left: 30px; }
      @media screen and (max-width: 1023px) {
        html#scoped footer .social a {
          margin-left: 20px; } }
      html#scoped footer .social a:first-of-type {
        margin-left: 0; }
  html#scoped footer .top-row {
    border-bottom: 1px solid #E8E8E8;
    padding: 54px 0; }
    @media screen and (max-width: 1279px) {
      html#scoped footer .top-row {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media screen and (max-width: 1023px) {
      html#scoped footer .top-row {
        padding-top: 30px;
        padding-bottom: 24px; } }
    html#scoped footer .top-row a.logo {
      margin-right: 30px;
      display: block; }
      @media screen and (max-width: 1023px) {
        html#scoped footer .top-row a.logo {
          margin-right: 0;
          margin-bottom: 30px; } }
      html#scoped footer .top-row a.logo img {
        height: 30px; }
    html#scoped footer .top-row .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 30px; }
      html#scoped footer .top-row .item:last-of-type {
        margin-right: 0; }
      @media screen and (max-width: 1023px) {
        html#scoped footer .top-row .item {
          margin-right: 0;
          margin-bottom: 15px; }
          html#scoped footer .top-row .item:last-of-type {
            margin-bottom: 0; } }
      html#scoped footer .top-row .item .icon {
        height: 30px;
        width: 20px;
        margin-right: 10px;
        background-position: center;
        background-repeat: no-repeat; }
        html#scoped footer .top-row .item .icon.marker {
          background-image: url(/assets/footer/marker.svg); }
        html#scoped footer .top-row .item .icon.phone {
          background-image: url(/assets/footer/phone.svg); }
        html#scoped footer .top-row .item .icon.send {
          background-image: url(/assets/footer/send.svg); }
        @media screen and (max-width: 1023px) {
          html#scoped footer .top-row .item .icon {
            height: 20px; } }
      html#scoped footer .top-row .item .text {
        line-height: 30px;
        color: #828282;
        font-weight: 700;
        font-size: 14px; }
        @media screen and (max-width: 1023px) {
          html#scoped footer .top-row .item .text {
            line-height: 20px; } }
  html#scoped footer .bot-row {
    padding: 18px 0; }
    @media screen and (max-width: 1023px) {
      html#scoped footer .bot-row {
        padding: 10px 0; } }
    html#scoped footer .bot-row .copyright {
      font-size: 12px;
      font-weight: 700;
      line-height: 26px; }

html#scoped #landing .center-wrap {
  width: 1024px;
  padding: 0 40px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    html#scoped #landing .center-wrap {
      padding: 0 15px; } }

html#scoped #landing h2 {
  color: #375D6E;
  text-align: center;
  margin: 0;
  margin-bottom: 45px;
  font-size: 40px;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    html#scoped #landing h2 {
      font-size: 30px;
      margin-bottom: 30px; } }

html#scoped #landing .description {
  line-height: 26px;
  color: #375D6E;
  margin-bottom: 45px; }
  @media screen and (max-width: 767px) {
    html#scoped #landing .description {
      margin-bottom: 30px; } }

html#scoped #landing section.hero {
  height: calc(100vh - 80px);
  background-image: url(/assets/landing/hero-bg.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-attachment: fixed; }
  @media screen and (max-width: 767px) {
    html#scoped #landing section.hero {
      height: calc(100vh - 50px); } }
  html#scoped #landing section.hero .logo {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      html#scoped #landing section.hero .logo {
        margin-bottom: 50px; }
        html#scoped #landing section.hero .logo img {
          height: 40px; } }
  html#scoped #landing section.hero h1 {
    margin: 0;
    font-size: 64px;
    font-weight: 700;
    color: #F7F7F7;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      html#scoped #landing section.hero h1 {
        font-size: 30px; } }
  html#scoped #landing section.hero .sub {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    font-weight: 700;
    color: #F7F7F7;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      html#scoped #landing section.hero .sub {
        margin-bottom: 50px;
        font-size: 20px;
        text-align: center; } }
  html#scoped #landing section.hero .scroll-down {
    -webkit-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      html#scoped #landing section.hero .scroll-down img {
        width: 30px; } }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }
  html#scoped #landing section.hero span.l {
    display: inline; }
    @media screen and (max-width: 767px) {
      html#scoped #landing section.hero span.l {
        display: none; } }
  html#scoped #landing section.hero span.m {
    display: none; }
    @media screen and (max-width: 767px) {
      html#scoped #landing section.hero span.m {
        display: inline; } }

html#scoped #landing section.services {
  padding-top: 80px;
  padding-bottom: 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(#F7F7F7), color-stop(3%, rgba(254, 255, 254, 0.6)), color-stop(72%, rgba(213, 236, 234, 0.6)));
  background: -webkit-linear-gradient(bottom, #F7F7F7, rgba(254, 255, 254, 0.6) 3%, rgba(213, 236, 234, 0.6) 72%);
  background: -o-linear-gradient(bottom, #F7F7F7, rgba(254, 255, 254, 0.6) 3%, rgba(213, 236, 234, 0.6) 72%);
  background: linear-gradient(360deg, #F7F7F7, rgba(254, 255, 254, 0.6) 3%, rgba(213, 236, 234, 0.6) 72%); }
  @media screen and (max-width: 767px) {
    html#scoped #landing section.services {
      padding-top: 40px;
      padding-bottom: 40px; } }
  html#scoped #landing section.services .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    html#scoped #landing section.services .flex-wrap .flex-item-wrap {
      padding: 10px;
      width: 25%; }
      @media screen and (max-width: 1023px) {
        html#scoped #landing section.services .flex-wrap .flex-item-wrap {
          width: 50%; } }
      @media screen and (max-width: 767px) {
        html#scoped #landing section.services .flex-wrap .flex-item-wrap {
          width: 100%; } }
      html#scoped #landing section.services .flex-wrap .flex-item-wrap:nth-of-type(2) {
        -webkit-transition-delay: 150ms;
        -o-transition-delay: 150ms;
        transition-delay: 150ms; }
        @media screen and (max-width: 767px) {
          html#scoped #landing section.services .flex-wrap .flex-item-wrap:nth-of-type(2) {
            -webkit-transition-delay: 0ms;
            -o-transition-delay: 0ms;
            transition-delay: 0ms; } }
      html#scoped #landing section.services .flex-wrap .flex-item-wrap:nth-of-type(3) {
        -webkit-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms; }
        @media screen and (max-width: 1023px) {
          html#scoped #landing section.services .flex-wrap .flex-item-wrap:nth-of-type(3) {
            -webkit-transition-delay: 0ms;
            -o-transition-delay: 0ms;
            transition-delay: 0ms; } }
      html#scoped #landing section.services .flex-wrap .flex-item-wrap:nth-of-type(4) {
        -webkit-transition-delay: 450ms;
        -o-transition-delay: 450ms;
        transition-delay: 450ms; }
        @media screen and (max-width: 1023px) {
          html#scoped #landing section.services .flex-wrap .flex-item-wrap:nth-of-type(4) {
            -webkit-transition-delay: 150ms;
            -o-transition-delay: 150ms;
            transition-delay: 150ms; } }
        @media screen and (max-width: 767px) {
          html#scoped #landing section.services .flex-wrap .flex-item-wrap:nth-of-type(4) {
            -webkit-transition-delay: 0ms;
            -o-transition-delay: 0ms;
            transition-delay: 0ms; } }
    html#scoped #landing section.services .flex-wrap .flex-item {
      background: #F7F7F7;
      -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
      border-radius: 20px;
      background-position: center top 20px;
      background-repeat: no-repeat;
      padding: 90px 20px 20px 20px;
      display: block;
      text-decoration: none; }
      html#scoped #landing section.services .flex-wrap .flex-item.planning {
        background-image: url(/assets/landing/planning.svg); }
      html#scoped #landing section.services .flex-wrap .flex-item.construction {
        background-image: url(/assets/landing/construction.svg); }
      html#scoped #landing section.services .flex-wrap .flex-item.management {
        background-image: url(/assets/landing/management.svg); }
      html#scoped #landing section.services .flex-wrap .flex-item.analysis {
        background-image: url(/assets/landing/analysis.svg); }
      html#scoped #landing section.services .flex-wrap .flex-item:hover .more {
        background-position: 104px center; }
      @media screen and (max-width: 1023px) {
        html#scoped #landing section.services .flex-wrap .flex-item {
          padding: 90px 25px 25px 25px; } }
      html#scoped #landing section.services .flex-wrap .flex-item .title {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 8px;
        color: #4F4F4F; }
        @media screen and (max-width: 767px) {
          html#scoped #landing section.services .flex-wrap .flex-item .title {
            font-size: 20px; } }
      html#scoped #landing section.services .flex-wrap .flex-item .text {
        text-align: justify;
        color: #375D6E;
        font-size: 16px; }
      html#scoped #landing section.services .flex-wrap .flex-item .button-wrap {
        text-align: center;
        margin-top: 16px; }
      html#scoped #landing section.services .flex-wrap .flex-item .more {
        width: 104px;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        display: inline-block;
        color: #F7F7F7;
        text-decoration: none;
        font-weight: 700;
        -webkit-transition: all 800ms;
        -o-transition: all 800ms;
        transition: all 800ms;
        background: -webkit-linear-gradient(355deg, #2EB6AA 0%, #5378B2 50%, #2EB6AA 100%);
        background: -o-linear-gradient(355deg, #2EB6AA 0%, #5378B2 50%, #2EB6AA 100%);
        background: linear-gradient(95deg, #2EB6AA 0%, #5378B2 50%, #2EB6AA 100%);
        background-size: 208px auto; }

html#scoped #landing section.hydro {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow-x: hidden; }
  @media screen and (max-width: 767px) {
    html#scoped #landing section.hydro {
      padding-top: 40px;
      padding-bottom: 50px; } }
  html#scoped #landing section.hydro .wave {
    position: absolute;
    bottom: 0;
    left: -15px;
    width: calc(100% + 60px);
    height: 200px;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 3000ms;
    animation-duration: 3000ms;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-name: wave;
    animation-name: wave; }
  html#scoped #landing section.hydro .wave1 {
    background-image: url(/assets/wave1.svg); }
  html#scoped #landing section.hydro .wave2 {
    background-image: url(/assets/wave2.svg);
    -webkit-animation-delay: 2000ms;
    animation-delay: 2000ms; }
  html#scoped #landing section.hydro .wave3 {
    background-image: url(/assets/wave3.svg);
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms; }

@keyframes wave {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px); } }
  html#scoped #landing section.hydro .slider-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
    @media screen and (max-width: 1023px) {
      html#scoped #landing section.hydro .slider-wrap {
        padding: 0 50px; } }
  html#scoped #landing section.hydro .slider {
    width: 856px; }
    @media screen and (max-width: 1023px) {
      html#scoped #landing section.hydro .slider {
        width: 100%; } }
    @media screen and (max-width: 556px) {
      html#scoped #landing section.hydro .slider {
        width: 214px; } }
    html#scoped #landing section.hydro .slider .item-wrap {
      width: 214px;
      padding: 0 10px; }
      @media screen and (max-width: 1023px) {
        html#scoped #landing section.hydro .slider .item-wrap {
          width: 33%; } }
      @media screen and (max-width: 767px) {
        html#scoped #landing section.hydro .slider .item-wrap {
          width: 50%; } }
      @media screen and (max-width: 556px) {
        html#scoped #landing section.hydro .slider .item-wrap {
          width: 214px; } }
      html#scoped #landing section.hydro .slider .item-wrap:nth-of-type(2) {
        -webkit-transition-delay: 150ms;
        -o-transition-delay: 150ms;
        transition-delay: 150ms; }
        @media screen and (max-width: 767px) {
          html#scoped #landing section.hydro .slider .item-wrap:nth-of-type(2) {
            -webkit-transition-delay: 0ms;
            -o-transition-delay: 0ms;
            transition-delay: 0ms; } }
      html#scoped #landing section.hydro .slider .item-wrap:nth-of-type(3) {
        -webkit-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms; }
        @media screen and (max-width: 556px) {
          html#scoped #landing section.hydro .slider .item-wrap:nth-of-type(3) {
            -webkit-transition-delay: 0ms;
            -o-transition-delay: 0ms;
            transition-delay: 0ms; } }
      html#scoped #landing section.hydro .slider .item-wrap:nth-of-type(4) {
        -webkit-transition-delay: 450ms;
        -o-transition-delay: 450ms;
        transition-delay: 450ms; }
        @media screen and (max-width: 1023px) {
          html#scoped #landing section.hydro .slider .item-wrap:nth-of-type(4) {
            -webkit-transition-delay: 0ms;
            -o-transition-delay: 0ms;
            transition-delay: 0ms; } }
      html#scoped #landing section.hydro .slider .item-wrap .item {
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
        border-radius: 20px;
        background-color: #F7F7F7;
        overflow: hidden; }
        html#scoped #landing section.hydro .slider .item-wrap .item .bg {
          height: 166px;
          background-position: center;
          background-size: cover; }
        html#scoped #landing section.hydro .slider .item-wrap .item .title {
          line-height: 54px;
          font-size: 20px;
          font-weight: 700;
          text-align: center; }
  html#scoped #landing section.hydro .nav {
    position: absolute;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    top: 90px;
    border-radius: 50%;
    background-color: #F7F7F7;
    cursor: pointer;
    -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
    -o-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
    transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1); }
    html#scoped #landing section.hydro .nav.slick-disabled {
      cursor: default; }
      html#scoped #landing section.hydro .nav.slick-disabled:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      html#scoped #landing section.hydro .nav.slick-disabled .arrow {
        opacity: 0.3; }
    html#scoped #landing section.hydro .nav.prev {
      left: 0; }
      html#scoped #landing section.hydro .nav.prev .arrow {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    html#scoped #landing section.hydro .nav.next {
      right: 0; }
    html#scoped #landing section.hydro .nav:hover {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
    html#scoped #landing section.hydro .nav .arrow {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(/assets/landing/arrow.svg);
      background-position: center;
      background-repeat: no-repeat;
      -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
      -o-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
      transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1); }

html#scoped #landing section.common {
  position: relative;
  padding: 165px 0;
  background: -webkit-linear-gradient(355deg, #2EB6AA 0%, #5378B2 95%);
  background: -o-linear-gradient(355deg, #2EB6AA 0%, #5378B2 95%);
  background: linear-gradient(95deg, #2EB6AA 0%, #5378B2 95%); }
  @media screen and (max-width: 1023px) {
    html#scoped #landing section.common {
      padding-top: 100px;
      padding-bottom: 165px; } }
  @media screen and (max-width: 767px) {
    html#scoped #landing section.common {
      padding-top: 40px;
      padding-bottom: 156px; } }
  html#scoped #landing section.common img.bg {
    position: absolute; }
  html#scoped #landing section.common .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 1023px) {
      html#scoped #landing section.common .flex-wrap {
        display: block; } }
    html#scoped #landing section.common .flex-wrap h2 {
      color: #F7F7F7; }
    html#scoped #landing section.common .flex-wrap .details {
      width: 500px; }
      @media screen and (max-width: 1023px) {
        html#scoped #landing section.common .flex-wrap .details {
          width: 100%; } }
      html#scoped #landing section.common .flex-wrap .details .text {
        color: #F7F7F7;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 40px; }
        @media screen and (max-width: 767px) {
          html#scoped #landing section.common .flex-wrap .details .text {
            margin-bottom: 30px;
            font-size: 16px; } }
      @media screen and (max-width: 1023px) {
        html#scoped #landing section.common .flex-wrap .details .link-wrap {
          text-align: center; } }
      html#scoped #landing section.common .flex-wrap .details a {
        width: 200px;
        border: 1px solid #F7F7F7;
        display: inline-block;
        height: 60px;
        line-height: 58px;
        border-radius: 30px;
        text-align: center;
        text-decoration: none;
        color: #F7F7F7;
        font-size: 20px;
        font-weight: 700;
        -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
        -o-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
        transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1); }
        html#scoped #landing section.common .flex-wrap .details a:hover {
          background-color: #F7F7F7;
          color: #2EB6AA; }

html#scoped #landing section.team img.bg {
  left: 6.82vw;
  bottom: 0;
  width: 21.04vw;
  min-width: 269px; }
  @media screen and (max-width: 767px) {
    html#scoped #landing section.team img.bg {
      width: 69.33vw;
      min-width: 69.33vw;
      left: 0; } }

html#scoped #landing section.contact img.bg {
  right: 0;
  bottom: 0;
  width: 33.54vw;
  min-width: 429px; }
  @media screen and (max-width: 767px) {
    html#scoped #landing section.contact img.bg {
      width: 71.47vw;
      min-width: 71.47vw; } }

html#scoped #landing section.calculator {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(213, 236, 234, 0.6)), to(rgba(254, 255, 254, 0.6))), #D5ECEA;
  background: -webkit-linear-gradient(top, rgba(213, 236, 234, 0.6) 0%, rgba(254, 255, 254, 0.6) 100%), #D5ECEA;
  background: -o-linear-gradient(top, rgba(213, 236, 234, 0.6) 0%, rgba(254, 255, 254, 0.6) 100%), #D5ECEA;
  background: linear-gradient(180deg, rgba(213, 236, 234, 0.6) 0%, rgba(254, 255, 254, 0.6) 100%), #D5ECEA;
  padding: 80px 0; }
  @media screen and (max-width: 1023px) {
    html#scoped #landing section.calculator {
      padding-top: 100px;
      padding-bottom: 160px; } }
  @media screen and (max-width: 767px) {
    html#scoped #landing section.calculator {
      padding-top: 40px;
      padding-bottom: 40px; } }
  html#scoped #landing section.calculator h2 {
    margin-bottom: 70px; }
    @media screen and (max-width: 1023px) {
      html#scoped #landing section.calculator h2 {
        margin-bottom: 45px; } }
    @media screen and (max-width: 767px) {
      html#scoped #landing section.calculator h2 {
        margin-bottom: 30px; } }
  html#scoped #landing section.calculator .card {
    height: 342px;
    background-color: #F7F7F7;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 60px 50px 0 390px;
    background-image: url(/assets/landing/calc.svg);
    background-repeat: no-repeat;
    background-position: left 80px top 50px; }
    @media screen and (max-width: 1023px) {
      html#scoped #landing section.calculator .card {
        background-size: 210px;
        background-position: left 40px top 60px;
        padding-left: 280px;
        padding-right: 25px; } }
    @media screen and (max-width: 767px) {
      html#scoped #landing section.calculator .card {
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 273px;
        height: auto;
        background-position: center bottom 27px; } }
    html#scoped #landing section.calculator .card .right .text {
      font-size: 20px;
      font-weight: 700;
      color: #375D6E;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        html#scoped #landing section.calculator .card .right .text {
          margin-bottom: 30px;
          font-size: 16px;
          padding: 0 10px; } }
    @media screen and (max-width: 767px) {
      html#scoped #landing section.calculator .card .right .link-wrap {
        text-align: center; } }
    html#scoped #landing section.calculator .card .right .link-wrap a {
      display: inline-block;
      width: 150px;
      -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
      border-radius: 50px;
      text-align: center;
      line-height: 45px;
      text-decoration: none;
      color: #F7F7F7;
      font-size: 20px;
      font-weight: 700;
      background-color: #2EB6AA;
      -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
      -o-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
      transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1); }
      html#scoped #landing section.calculator .card .right .link-wrap a:hover {
        background-color: #F7F7F7;
        color: #2EB6AA; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

#contact {
  background-image: url("/assets/contact.jpeg");
  background-size: cover;
  background-position: center;
  padding-top: 65px;
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    #contact {
      padding-top: 30px;
      padding-bottom: 60px; } }
  #contact .center-wrap {
    width: 1024px;
    max-width: 100%;
    padding: 0 40px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #contact .center-wrap {
        padding: 0 15px; } }
  #contact h1 {
    margin: 0;
    text-align: center;
    font-size: 40px;
    color: #F7F7F7;
    text-shadow: 1px 1px 1px #4F4F4F; }
    @media screen and (max-width: 767px) {
      #contact h1 {
        font-size: 32px; } }
  #contact .description {
    text-align: justify;
    font-size: 20px;
    color: #F7F7F7;
    margin-top: 40px;
    text-shadow: 1px 1px 1px #828282; }
    @media screen and (max-width: 767px) {
      #contact .description {
        font-size: 18px;
        margin-top: 20px; } }
  #contact form {
    margin-top: 30px;
    background-color: #F7F7F7;
    border-radius: 20px;
    padding: 50px; }
    @media screen and (max-width: 767px) {
      #contact form {
        padding: 30px 15px;
        border-radius: 10px; } }
  #contact .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px; }
    @media screen and (max-width: 767px) {
      #contact .flex-row {
        display: block;
        margin: 0; } }
    #contact .flex-row .group {
      padding: 0 25px;
      width: 50%; }
      @media screen and (max-width: 767px) {
        #contact .flex-row .group {
          padding: 0;
          width: 100%; } }
  #contact .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      #contact .group {
        margin-bottom: 15px;
        display: block; } }
  #contact .label {
    line-height: 46px;
    font-size: 20px;
    font-weight: 700;
    min-width: 100px; }
    @media screen and (max-width: 767px) {
      #contact .label {
        font-size: 18px;
        min-width: 90px; } }
    #contact .label span {
      color: #EB5757; }
  #contact input {
    width: 100%;
    border: 1px solid #E8E8E8;
    background-color: inherit;
    border-radius: 4px;
    outline: none;
    padding: 0 15px;
    line-height: 44px;
    font-size: 18px;
    -webkit-transition: border-color 150ms cubic-bezier(0.68, 0, 0.265, 1);
    -o-transition: border-color 150ms cubic-bezier(0.68, 0, 0.265, 1);
    transition: border-color 150ms cubic-bezier(0.68, 0, 0.265, 1);
    color: #4F4F4F; }
    #contact input:focus {
      border-color: #2EB6AA; }
  #contact textarea {
    width: 100%;
    border: 1px solid #E8E8E8;
    background-color: inherit;
    border-radius: 4px;
    outline: none;
    padding: 15px;
    font-size: 18px;
    height: 140px;
    resize: none;
    -webkit-transition: border-color 150ms cubic-bezier(0.68, 0, 0.265, 1);
    -o-transition: border-color 150ms cubic-bezier(0.68, 0, 0.265, 1);
    transition: border-color 150ms cubic-bezier(0.68, 0, 0.265, 1);
    color: #4F4F4F; }
    #contact textarea:focus {
      border-color: #2EB6AA; }
  #contact .captcha {
    margin-left: 15px;
    min-width: 160px; }
    @media screen and (max-width: 767px) {
      #contact .captcha {
        margin-top: 15px;
        margin-left: 0;
        width: 160px; } }
    #contact .captcha img {
      display: block;
      width: 100%; }
  #contact .button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      #contact .button-wrap {
        margin-top: 30px; } }
  #contact button {
    background: -webkit-linear-gradient(354.94deg, #22BCAC 0%, #5378B2 96.32%);
    background: -o-linear-gradient(354.94deg, #22BCAC 0%, #5378B2 96.32%);
    background: linear-gradient(95.06deg, #22BCAC 0%, #5378B2 96.32%);
    border-radius: 50px;
    width: 200px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #F7F7F7;
    text-shadow: 1px 1px 1px #828282;
    border: 0;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      #contact button {
        line-height: 40px;
        width: 160px; } }

.contact-popup-message {
  -webkit-transition: opacity 300ms cubic-bezier(0.68, 0, 0.265, 1), visibility 300ms cubic-bezier(0.68, 0, 0.265, 1);
  -o-transition: opacity 300ms cubic-bezier(0.68, 0, 0.265, 1), visibility 300ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: opacity 300ms cubic-bezier(0.68, 0, 0.265, 1), visibility 300ms cubic-bezier(0.68, 0, 0.265, 1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 11;
  padding: 30px;
  opacity: 0;
  visibility: hidden; }
  .contact-popup-message.active {
    opacity: 1;
    visibility: visible; }
  .contact-popup-message .center-content {
    background-color: #F7F7F7;
    border-radius: 20px;
    padding: 50px 30px;
    width: 500px;
    max-width: 100%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .contact-popup-message .center-content .icon img {
        width: 60px; } }
    .contact-popup-message .center-content .heading {
      color: #375D6E;
      font-weight: 700;
      font-size: 32px;
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        .contact-popup-message .center-content .heading {
          font-size: 24px;
          margin-top: 15px; } }
    .contact-popup-message .center-content .message {
      color: #4F4F4F;
      font-size: 20px;
      font-weight: 700;
      margin-top: 15px; }
      @media screen and (max-width: 767px) {
        .contact-popup-message .center-content .message {
          font-size: 16px;
          margin-top: 10px; } }
    .contact-popup-message .center-content .button-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 30px; }
    .contact-popup-message .center-content .close-popup {
      background: -webkit-linear-gradient(354.94deg, #22BCAC 0%, #5378B2 96.32%);
      background: -o-linear-gradient(354.94deg, #22BCAC 0%, #5378B2 96.32%);
      background: linear-gradient(95.06deg, #22BCAC 0%, #5378B2 96.32%);
      border-radius: 50px;
      width: 200px;
      line-height: 60px;
      text-align: center;
      font-size: 16px;
      font-weight: 700;
      color: #F7F7F7;
      text-shadow: 1px 1px 1px #828282;
      border: 0;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .contact-popup-message .center-content .close-popup {
          line-height: 40px;
          width: 160px; } }

#calculator .bg-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(213, 236, 234, 0.6)), to(rgba(254, 255, 254, 0.6))), #D5ECEA;
  background: -webkit-linear-gradient(top, rgba(213, 236, 234, 0.6) 0%, rgba(254, 255, 254, 0.6) 100%), #D5ECEA;
  background: -o-linear-gradient(top, rgba(213, 236, 234, 0.6) 0%, rgba(254, 255, 254, 0.6) 100%), #D5ECEA;
  background: linear-gradient(180deg, rgba(213, 236, 234, 0.6) 0%, rgba(254, 255, 254, 0.6) 100%), #D5ECEA;
  position: relative;
  overflow-x: hidden;
  padding-top: 70px;
  padding-bottom: 230px; }
  @media screen and (max-width: 767px) {
    #calculator .bg-wrap {
      padding-top: 30px;
      padding-bottom: 60px; } }
  #calculator .bg-wrap .wave {
    position: absolute;
    bottom: 0;
    left: -15px;
    width: calc(100% + 60px);
    height: 200px;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 3000ms;
    animation-duration: 3000ms;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-name: wave;
    animation-name: wave; }
  #calculator .bg-wrap .wave1 {
    background-image: url(/assets/wave1.svg); }
  #calculator .bg-wrap .wave2 {
    background-image: url(/assets/wave2.svg);
    -webkit-animation-delay: 2000ms;
    animation-delay: 2000ms; }
  #calculator .bg-wrap .wave3 {
    background-image: url(/assets/wave3.svg);
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms; }

@keyframes wave {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px); } }

#calculator .center-wrap {
  width: 1024px;
  padding: 0 40px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    #calculator .center-wrap {
      padding: 0 15px; } }

#calculator .h2-description {
  font-size: 16px;
  margin-top: 30px;
  text-align: justify;
  color: #375D6E; }
  @media screen and (max-width: 767px) {
    #calculator .h2-description {
      margin-top: 15px; } }

#calculator .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    #calculator .flex-wrap {
      margin: -5px;
      margin-top: 30px; } }
  #calculator .flex-wrap .flex-item {
    padding: 10px;
    width: 25%; }
    @media screen and (max-width: 1023px) {
      #calculator .flex-wrap .flex-item {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      #calculator .flex-wrap .flex-item {
        padding: 5px; } }
  #calculator .flex-wrap .item {
    background-color: white;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.68, 0, 0.265, 1);
    transition: -webkit-transform 300ms cubic-bezier(0.68, 0, 0.265, 1);
    -o-transition: transform 300ms cubic-bezier(0.68, 0, 0.265, 1);
    transition: transform 300ms cubic-bezier(0.68, 0, 0.265, 1);
    transition: transform 300ms cubic-bezier(0.68, 0, 0.265, 1), -webkit-transform 300ms cubic-bezier(0.68, 0, 0.265, 1);
    display: block;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      #calculator .flex-wrap .item {
        border-radius: 10px; } }
    #calculator .flex-wrap .item:hover {
      -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02); }
      #calculator .flex-wrap .item:hover .img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
  #calculator .flex-wrap .heading {
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #2495A2;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: white; }
    @media screen and (max-width: 767px) {
      #calculator .flex-wrap .heading {
        font-size: 18px;
        line-height: 40px; } }
  #calculator .flex-wrap .img {
    aspect-ratio: 4/3;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.68, 0, 0.265, 1);
    transition: -webkit-transform 300ms cubic-bezier(0.68, 0, 0.265, 1);
    -o-transition: transform 300ms cubic-bezier(0.68, 0, 0.265, 1);
    transition: transform 300ms cubic-bezier(0.68, 0, 0.265, 1);
    transition: transform 300ms cubic-bezier(0.68, 0, 0.265, 1), -webkit-transform 300ms cubic-bezier(0.68, 0, 0.265, 1); }
  #calculator .flex-wrap .description {
    padding: 15px 20px;
    background-color: white;
    z-index: 1;
    position: relative;
    color: #375D6E; }
    @media screen and (max-width: 767px) {
      #calculator .flex-wrap .description {
        padding: 10px;
        font-size: 14px; } }

#calculator section.step2 h2 {
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    #calculator section.step2 h2 {
      margin-bottom: 30px; } }

#calculator section.step2 .calc1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 50px; }
  @media screen and (max-width: 1023px) {
    #calculator section.step2 .calc1 {
      padding: 30px; } }
  @media screen and (max-width: 767px) {
    #calculator section.step2 .calc1 {
      display: block;
      padding: 30px 20px; } }
  #calculator section.step2 .calc1 img.illustration {
    display: block;
    position: absolute;
    right: 0;
    top: -81px; }
    @media screen and (max-width: 767px) {
      #calculator section.step2 .calc1 img.illustration {
        height: 60px;
        top: -60px; } }
    @media screen and (max-width: 374px) {
      #calculator section.step2 .calc1 img.illustration {
        height: 40px;
        top: -40px; } }
  #calculator section.step2 .calc1 .form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 50px; }
    @media screen and (max-width: 767px) {
      #calculator section.step2 .calc1 .form {
        margin-right: 0; } }
    #calculator section.step2 .calc1 .form .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        #calculator section.step2 .calc1 .form .row {
          margin-bottom: 15px; } }
      #calculator section.step2 .calc1 .form .row:last-of-type {
        margin-bottom: 0; }
      #calculator section.step2 .calc1 .form .row .label-wrap {
        min-width: 110px; }
        #calculator section.step2 .calc1 .form .row .label-wrap .label {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          #calculator section.step2 .calc1 .form .row .label-wrap .label .text {
            font-size: 20px;
            font-weight: 700; }
          #calculator section.step2 .calc1 .form .row .label-wrap .label span {
            font-size: 20px;
            font-weight: 700;
            color: #EB5757; }
        #calculator section.step2 .calc1 .form .row .label-wrap .unit {
          color: #828282;
          font-size: 12px; }
      #calculator section.step2 .calc1 .form .row input {
        height: 46px;
        border: 1px solid #E8E8E8;
        border-radius: 4px;
        width: 100%;
        outline: none;
        background-color: inherit;
        padding: 0 15px;
        font-size: 20px;
        font-weight: 700;
        -webkit-transition: border-color 150ms cubic-bezier(0.68, 0, 0.265, 1);
        -o-transition: border-color 150ms cubic-bezier(0.68, 0, 0.265, 1);
        transition: border-color 150ms cubic-bezier(0.68, 0, 0.265, 1);
        color: #4F4F4F; }
        #calculator section.step2 .calc1 .form .row input::-webkit-outer-spin-button, #calculator section.step2 .calc1 .form .row input::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        #calculator section.step2 .calc1 .form .row input[type=number] {
          -moz-appearance: textfield; }
        #calculator section.step2 .calc1 .form .row input:focus {
          border-color: #2EB6AA; }
  #calculator section.step2 .calc1 .flex-radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      #calculator section.step2 .calc1 .flex-radios {
        display: block; } }
    #calculator section.step2 .calc1 .flex-radios .row {
      margin-bottom: 0; }
  #calculator section.step2 .calc1 .result-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      #calculator section.step2 .calc1 .result-wrap {
        margin-top: 30px; } }
    #calculator section.step2 .calc1 .result-wrap .result {
      font-size: 23px;
      font-weight: 900;
      width: 100%; }
      @media screen and (max-width: 767px) {
        #calculator section.step2 .calc1 .result-wrap .result {
          font-size: 24px;
          height: 35px; } }
    #calculator section.step2 .calc1 .result-wrap .text {
      margin-top: 15px;
      font-size: 20px;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        #calculator section.step2 .calc1 .result-wrap .text {
          margin-top: 0;
          font-size: 18px; } }

#calculator section.step2 .radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 22px;
  height: 46px; }
  @media screen and (max-width: 767px) {
    #calculator section.step2 .radios {
      margin-left: 110px; } }
  #calculator section.step2 .radios .label {
    line-height: 46px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 20px;
    margin-left: -22px; }
    @media screen and (max-width: 767px) {
      #calculator section.step2 .radios .label {
        margin-left: -110px; } }
  #calculator section.step2 .radios label.radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 25px;
    cursor: pointer; }
    #calculator section.step2 .radios label.radio:last-of-type {
      margin-right: 0; }
    #calculator section.step2 .radios label.radio input {
      display: none; }
      #calculator section.step2 .radios label.radio input:checked + .outer .inner {
        opacity: 1; }
    #calculator section.step2 .radios label.radio .outer {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 1px solid #375D6E;
      padding: 3px;
      margin-top: 13px;
      margin-right: 10px; }
    #calculator section.step2 .radios label.radio .inner {
      width: 100%;
      height: 100%;
      background-color: #375D6E;
      border-radius: 50%;
      opacity: 0;
      -webkit-transition: opacity 150ms cubic-bezier(0.68, 0, 0.265, 1);
      -o-transition: opacity 150ms cubic-bezier(0.68, 0, 0.265, 1);
      transition: opacity 150ms cubic-bezier(0.68, 0, 0.265, 1); }
    #calculator section.step2 .radios label.radio .text {
      line-height: 46px;
      font-weight: 700;
      font-size: 20px; }

#calculator section.step2 .calc2 {
  background-color: white;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  padding: 50px; }
  @media screen and (max-width: 1023px) {
    #calculator section.step2 .calc2 {
      padding: 30px; } }
  @media screen and (max-width: 767px) {
    #calculator section.step2 .calc2 {
      display: block;
      padding: 30px 10px; } }
  #calculator section.step2 .calc2 .form {
    border: 1px solid #E8E8E8;
    border-radius: 20px; }
    @media screen and (max-width: 767px) {
      #calculator section.step2 .calc2 .form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 10px; } }
  #calculator section.step2 .calc2 .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      #calculator section.step2 .calc2 .flex-row {
        display: block; } }
    #calculator section.step2 .calc2 .flex-row .cell {
      min-height: 40px;
      line-height: 40px;
      font-weight: 700;
      width: calc((100% - 90px) / 12);
      max-width: calc((100% - 90px) / 12);
      text-align: center;
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        #calculator section.step2 .calc2 .flex-row .cell {
          width: 60px;
          min-width: 60px;
          max-width: unset; } }
      #calculator section.step2 .calc2 .flex-row .cell.wide, #calculator section.step2 .calc2 .flex-row .cell.head {
        min-width: 90px; }
        @media screen and (max-width: 767px) {
          #calculator section.step2 .calc2 .flex-row .cell.wide, #calculator section.step2 .calc2 .flex-row .cell.head {
            min-width: 60px;
            height: 50px; } }
      #calculator section.step2 .calc2 .flex-row .cell.result {
        line-height: 16px;
        min-height: 50px;
        padding: 0 2px;
        word-break: break-all;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media screen and (max-width: 767px) {
          #calculator section.step2 .calc2 .flex-row .cell.result {
            line-height: 16px;
            min-height: 40px;
            text-align: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%; } }
    #calculator section.step2 .calc2 .flex-row .cell.head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: left;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 10px;
      min-height: 50px; }
      @media screen and (max-width: 767px) {
        #calculator section.step2 .calc2 .flex-row .cell.head {
          padding: 5px; } }
      #calculator section.step2 .calc2 .flex-row .cell.head.bt {
        border-top: 1px solid #E8E8E8; }
        @media screen and (max-width: 767px) {
          #calculator section.step2 .calc2 .flex-row .cell.head.bt {
            border-top: 0; } }
      #calculator section.step2 .calc2 .flex-row .cell.head .text {
        font-weight: 700;
        font-size: 14px;
        line-height: 16px; }
      #calculator section.step2 .calc2 .flex-row .cell.head .unit {
        font-size: 12px;
        line-height: 12px;
        color: #828282;
        font-weight: 700;
        margin-top: 2px; }
      #calculator section.step2 .calc2 .flex-row .cell.head .size {
        font-size: 12px;
        line-height: 14px; }
  #calculator section.step2 .calc2 .cells .cell {
    border-top: 1px solid #E8E8E8;
    position: relative; }
    @media screen and (max-width: 767px) {
      #calculator section.step2 .calc2 .cells .cell {
        border-top: 0; } }
    #calculator section.step2 .calc2 .cells .cell:last-of-type {
      border-right: none; }
    #calculator section.step2 .calc2 .cells .cell input {
      position: absolute;
      top: -1px;
      left: 0;
      width: calc(100% + 1px);
      height: 51px;
      border-radius: 0;
      outline: none;
      border: 1px solid #E8E8E8;
      background-color: inherit;
      -webkit-transition: border-color 150ms cubic-bezier(0.68, 0, 0.265, 1);
      -o-transition: border-color 150ms cubic-bezier(0.68, 0, 0.265, 1);
      transition: border-color 150ms cubic-bezier(0.68, 0, 0.265, 1);
      padding: 0 5px;
      font-size: 16px;
      font-weight: 700;
      color: #4F4F4F;
      text-align: right; }
      #calculator section.step2 .calc2 .cells .cell input::-webkit-outer-spin-button, #calculator section.step2 .calc2 .cells .cell input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      #calculator section.step2 .calc2 .cells .cell input[type=number] {
        -moz-appearance: textfield; }
      @media screen and (max-width: 767px) {
        #calculator section.step2 .calc2 .cells .cell input {
          height: 41px; } }
      #calculator section.step2 .calc2 .cells .cell input:focus {
        border-color: #2EB6AA;
        z-index: 1; }
  #calculator section.step2 .calc2 .cell.alt:nth-of-type(even) {
    background-color: #FAFAFA; }
  #calculator section.step2 .calc2 .final-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      #calculator section.step2 .calc2 .final-result {
        display: block;
        margin-top: 20px;
        margin-left: 15px; } }
    #calculator section.step2 .calc2 .final-result .result span.text {
      margin-right: 30px;
      font-size: 32px;
      font-weight: 900;
      line-height: 40px; }
    #calculator section.step2 .calc2 .final-result span {
      font-size: 20px;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        #calculator section.step2 .calc2 .final-result span {
          display: block; } }

#calculator section.step2 .restart-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 20px; }
  #calculator section.step2 .restart-flex .restart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 40px;
    color: #5378B2;
    -webkit-transition: color 100ms cubic-bezier(0.68, 0, 0.265, 1);
    -o-transition: color 100ms cubic-bezier(0.68, 0, 0.265, 1);
    transition: color 100ms cubic-bezier(0.68, 0, 0.265, 1);
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none; }
    #calculator section.step2 .restart-flex .restart:hover {
      color: #375D6E; }
    #calculator section.step2 .restart-flex .restart .text {
      margin-left: -8px; }

#reports .report-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media screen and (max-width: 1023px) {
    #reports .report-flex {
      margin: 0 -5px; } }
  #reports .report-flex .item {
    width: 235px;
    border: 1px solid #2495A2;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    padding: 10px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px;
    -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
    -o-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
    transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1); }
    @media screen and (max-width: 1279px) {
      #reports .report-flex .item {
        width: 227px; } }
    @media screen and (max-width: 1023px) {
      #reports .report-flex .item {
        width: 222px;
        margin: 5px;
        padding: 10px 15px; } }
    @media screen and (max-width: 767px) {
      #reports .report-flex .item {
        width: 100%; } }
    #reports .report-flex .item:hover {
      border-color: #2495A2;
      background-color: #2495A2; }
      #reports .report-flex .item:hover .title {
        color: white; }
      #reports .report-flex .item:hover .date {
        color: white; }
      #reports .report-flex .item:hover .right .flex .text {
        color: white; }
      #reports .report-flex .item:hover .right .flex .icon {
        background-image: url(/assets/download-white.svg); }
    #reports .report-flex .item .title {
      color: #333333;
      font-size: 16px;
      font-weight: 500;
      -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
      -o-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
      transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1); }
    #reports .report-flex .item .date {
      color: #828282;
      font-size: 12px;
      -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
      -o-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
      transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1); }
    #reports .report-flex .item .left {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    #reports .report-flex .item .right {
      min-width: 50px;
      width: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #reports .report-flex .item .right .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #reports .report-flex .item .right .flex .text {
          font-weight: 500;
          font-size: 12px;
          color: #2495A2;
          margin-right: 10px;
          -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
          -o-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
          transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1); }
        #reports .report-flex .item .right .flex .icon {
          height: 100%;
          width: 15px;
          min-width: 15px;
          background-image: url(/assets/download.svg);
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
          -o-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
          transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1); }
