#landing-page {
  text-align: center; }
  #landing-page section {
    position: relative;
    width: 100%;
    overflow-y: hidden; }
    #landing-page section h1, #landing-page section h2, #landing-page section h3, #landing-page section h4 {
      width: 90%;
      margin: 0 auto; }
    #landing-page section h1 {
      font-size: 48px; }
    #landing-page section h2 {
      font-size: 35px; }
    #landing-page section h3 {
      font-size: 21px;
      font-weight: lighter; }
    #landing-page section h4 {
      font-size: 14px; }
    #landing-page section .content {
      width: 980px;
      margin: 0 auto; }
    #landing-page section:nth-child(even) {
      background: #FFF; }
    #landing-page section:nth-child(odd) {
      background: #DDE3EB; }
    @media screen and (max-width: 767px) {
      #landing-page section h1, #landing-page section h2 {
        font-size: 2rem; }
      #landing-page section h3, #landing-page section h4 {
        font-size: 1rem; } }
  #landing-page section.banner {
    box-sizing: border-box;
    background: -webkit-linear-gradient(left, #3f88dc, #7ca5e9);
    background: linear-gradient(to right, #3f88dc, #7ca5e9);
    color: #FFF;
    height: 100vh;
    max-height: 640px; }
    #landing-page section.banner .container {
      width: 90%;
      height: 100%;
      max-width: 980px;
      margin: 0 auto; }
    #landing-page section.banner .top {
      height: 30%; }
    #landing-page section.banner h3 {
      margin-top: 1rem; }
    #landing-page section.banner .content {
      margin-top: 4rem;
      width: 66%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      #landing-page section.banner .content .item {
        -webkit-flex-basis: 33%;
            -ms-flex-preferred-size: 33%;
                flex-basis: 33%; }
        #landing-page section.banner .content .item .number {
          font-size: 36px; }
        #landing-page section.banner .content .item .name {
          margin-top: 9px;
          font-size: 14px; }
        #landing-page section.banner .content .item.projects {
          border-left: 1px solid #fff;
          border-right: 1px solid #fff; }
    #landing-page section.banner .bottom {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 25%; }
      #landing-page section.banner .bottom img {
        width: 100%;
        height: 100%; }
    @media screen and (max-width: 767px) {
      #landing-page section.banner {
        max-height: 568px; }
        #landing-page section.banner .content {
          margin-top: 30px; }
          #landing-page section.banner .content .item .number {
            font-size: 16px; }
          #landing-page section.banner .content .item .name {
            margin-top: 0;
            font-size: 10px; }
          #landing-page section.banner .content .item.projects {
            border: none; }
        #landing-page section.banner .bottom {
          width: 100%;
          height: 12%;
          overflow: hidden; }
          #landing-page section.banner .bottom img {
            width: initial; } }
  #landing-page section.comparison {
    padding: 72px 0 70px; }
    #landing-page section.comparison .content {
      margin-top: 35px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    #landing-page section.comparison .market {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 369px; }
      #landing-page section.comparison .market .name {
        position: relative; }
        #landing-page section.comparison .market .name .wrapper {
          position: absolute;
          width: 100%;
          left: 50%;
          top: -14px;
          margin: 0 auto;
          max-width: 86px; }
          #landing-page section.comparison .market .name .wrapper p {
            position: absolute;
            width: 100%;
            left: -50%;
            text-align: center;
            border-radius: 14px;
            font-size: 12px;
            line-height: 28px;
            color: #fff; }
        #landing-page section.comparison .market .name hr {
          border: none;
          margin: 0; }
      #landing-page section.comparison .market .items {
        margin-top: 26px; }
        #landing-page section.comparison .market .items .item {
          background: #F8F8F8;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 11px 18px;
          margin-top: 8px; }
          #landing-page section.comparison .market .items .item .type {
            font-size: 1.2rem;
            color: #2D3238; }
          #landing-page section.comparison .market .items .item .desc {
            margin-top: 0.5rem;
            font-size: 1rem;
            color: #8796A8; }
            #landing-page section.comparison .market .items .item .desc em {
              color: #fb2c8f;
              font-style: normal; }
          #landing-page section.comparison .market .items .item .img-wrap {
            font-size: 0; }
    #landing-page section.comparison .mart .name p {
      background: #4289dc; }
    #landing-page section.comparison .mart .name hr {
      border-bottom: 1px solid #4289dc; }
    #landing-page section.comparison .mart .item {
      position: relative;
      text-align: right;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      #landing-page section.comparison .mart .item .triangle {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 0;
        border-right: 8px solid #e8e8e8;
        border-bottom: 8px solid #e8e8e8;
        border-top: 8px solid #fff;
        border-left: 8px solid #fff; }
      #landing-page section.comparison .mart .item .img-wrap {
        margin-left: 18px; }
    #landing-page section.comparison .traditional .name p {
      background: #cad4de; }
    #landing-page section.comparison .traditional .name hr {
      border-bottom: 1px solid #cad4de; }
    #landing-page section.comparison .traditional .items .item {
      background: #fff;
      border: 1px solid #DDE3EB;
      text-align: left;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      #landing-page section.comparison .traditional .items .item .des-wrapper {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; }
      #landing-page section.comparison .traditional .items .item .img-wrap {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        margin-right: 18px; }
    @media screen and (max-width: 767px) {
      #landing-page section.comparison {
        padding: 44px 0; }
        #landing-page section.comparison .content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          #landing-page section.comparison .content .mart {
            padding-bottom: 3.9rem; }
          #landing-page section.comparison .content .vs {
            display: none; } }
  #landing-page section.services {
    padding: 70px 0; }
    #landing-page section.services .content {
      margin-top: 42px; }
      #landing-page section.services .content .item {
        box-sizing: border-box;
        float: left;
        width: calc(25% - 16px);
        margin: 0 8px;
        border-radius: 5px;
        background: #FFF;
        height: 420px;
        padding: 42px 21px 35px 21px; }
        #landing-page section.services .content .item .avatar {
          width: 168px;
          height: 168px;
          border: 1px solid rgba(151, 159, 168, 0.5);
          border-radius: 84px;
          margin: 0 auto;
          display: table; }
          #landing-page section.services .content .item .avatar .wrapper {
            display: table-cell;
            vertical-align: middle; }
            #landing-page section.services .content .item .avatar .wrapper img {
              width: 100px;
              height: 100px; }
        #landing-page section.services .content .item .name {
          margin-top: 42px;
          font-size: 21px;
          color: #2d3238; }
        #landing-page section.services .content .item .intro {
          margin-top: 22px;
          font-size: 14px;
          color: #979FA8; }
    @media screen and (max-width: 980px) {
      #landing-page section.services .content .item {
        width: calc(50% - 16px);
        margin-bottom: 16px; } }
    @media screen and (max-width: 767px) {
      #landing-page section.services .content .item {
        float: none;
        width: 100%;
        height: initial;
        margin: 0.5rem auto;
        padding: 14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        #landing-page section.services .content .item .avatar {
          width: 84px;
          height: 84px;
          border-radius: 42px;
          margin: 0; }
          #landing-page section.services .content .item .avatar .wrapper {
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; }
            #landing-page section.services .content .item .avatar .wrapper img {
              width: 56px;
              height: 56px; }
        #landing-page section.services .content .item .text {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          text-align: left;
          margin-left: 0.5rem;
          margin-right: 2rem; }
          #landing-page section.services .content .item .text .name {
            margin-top: 0; }
          #landing-page section.services .content .item .text .intro {
            margin-top: 0.5rem; } }
  #landing-page section.cases {
    padding: 70px 0 68px 0; }
    #landing-page section.cases .content {
      margin-top: 65px;
      font-size: 14px;
      color: #FFF;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #landing-page section.cases .content .item {
        position: relative;
        width: 233px;
        height: 168px;
        border-radius: 4px;
        margin-bottom: 14px; }
        #landing-page section.cases .content .item .background {
          width: 83%;
          margin: 0 auto;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          #landing-page section.cases .content .item .background img {
            display: inline-block;
            vertical-align: middle;
            max-width: 100%;
            max-height: 100%; }
        #landing-page section.cases .content .item .hover {
          display: none;
          border-radius: 4px;
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          background: rgba(46, 96, 153, 0.9);
          cursor: pointer; }
          #landing-page section.cases .content .item .hover .name {
            margin: 35px auto 0 auto; }
          #landing-page section.cases .content .item .hover .amount {
            margin: 7px auto 0 auto; }
          #landing-page section.cases .content .item .hover .detail {
            margin: 32px auto 0 auto;
            border: 1px solid #FFF;
            border-radius: 3px;
            padding: 4px 0;
            box-sizing: border-box;
            width: 77px;
            color: white !important; }
      #landing-page section.cases .content .item-5 .background img, #landing-page section.cases .content .item-6 .background img, #landing-page section.cases .content .item-8 .background img {
        max-height: 89px; }
      #landing-page section.cases .content .item-2, #landing-page section.cases .content .item-4, #landing-page section.cases .content .item-5, #landing-page section.cases .content .item-7 {
        border: 1px solid #DDE3EB; }
      #landing-page section.cases .content .item-1 {
        background: #320D31; }
        #landing-page section.cases .content .item-1 .background {
          max-width: 123px; }
      #landing-page section.cases .content .item-3 {
        background: #31B9B0; }
      #landing-page section.cases .content .item-6 {
        background: #37C4FE; }
      #landing-page section.cases .content .item-8 {
        background: #FADC02; }
    #landing-page section.cases .more {
      margin: 2rem auto 0;
      font-size: 14px;
      color: #4289DC; }
  #landing-page section.package {
    padding: 70px 0; }
    #landing-page section.package h4 {
      margin-top: 1.5rem; }
    #landing-page section.package .content {
      margin-top: 35px;
      max-width: 888px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      #landing-page section.package .content .gift-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        #landing-page section.package .content .gift-row:nth-child(odd) {
          margin-right: 44px; }
      #landing-page section.package .content .gift-col {
        margin-bottom: 35px;
        position: relative;
        text-align: center;
        width: 189px;
        height: 210px;
        border-radius: 4px;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
        background: #fff; }
        #landing-page section.package .content .gift-col:first-child {
          margin-right: 44px; }
        #landing-page section.package .content .gift-col:hover .gift-detail {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
      #landing-page section.package .content .gift-logo {
        margin-top: 30px;
        width: 7.3rem;
        height: 3.2rem;
        object-fit: contain; }
      #landing-page section.package .content .gift-dividing {
        margin: 29px auto 14px;
        border: none;
        border-top: 1px solid #DDE3EB;
        width: 159.9px; }
      #landing-page section.package .content .gift-owner-layer {
        margin-left: 1.15rem;
        margin-right: 1.15rem; }
      #landing-page section.package .content .gift-owner {
        color: #4b4b4b;
        font-size: 21px; }
      #landing-page section.package .content .gift-desc {
        margin-top: 34px;
        color: #4b4b4b;
        font-size: 14px; }
      #landing-page section.package .content .gift-detail {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        display: none;
        background-color: rgba(43, 56, 71, 0.9);
        text-align: center;
        padding-left: 1rem;
        padding-right: 1rem;
        color: #fff; }
    #landing-page section.package .note {
      width: 90%;
      max-width: 630px;
      border-top: 1px solid rgba(151, 159, 168, 0.2);
      padding-top: 20px;
      margin: 0 auto; }
    @media screen and (max-width: 986px) {
      #landing-page section.package .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        #landing-page section.package .content .gift-row:nth-child(odd) {
          margin-right: 0; } }
    @media screen and (max-width: 767px) {
      #landing-page section.package .content .gift-row {
        width: 100%;
        max-width: 442px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        #landing-page section.package .content .gift-row .gift-col:first-child {
          margin-right: 0; } }
    @media screen and (max-width: 440px) {
      #landing-page section.package .content .gift-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  #landing-page section.start-page {
    box-sizing: border-box;
    font-size: 2.5rem;
    padding: 5rem;
    background: #2b3847; }
    #landing-page section.start-page .start-head-container {
      padding-left: .6rem; }
      #landing-page section.start-page .start-head-container .start-head {
        color: white; }
    #landing-page section.start-page .btn-row {
      margin-top: 54px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #landing-page section.start-page .btn-row .btn {
        display: block;
        width: 80%;
        max-width: 327px;
        height: 56px;
        font-size: 1.5rem;
        line-height: 56px;
        color: #fff; }
      #landing-page section.start-page .btn-row .publish-button {
        margin: 0;
        margin-right: 2rem;
        border: none;
        background: #4289DC;
        box-shadow: 0 3px 3px 0 rgba(45, 51, 56, 0.2);
        border-radius: 5px; }
      #landing-page section.start-page .btn-row .quote-button {
        background: transparent;
        border: 1px solid #FFFFFF;
        border-radius: 5px; }
    @media only screen and (max-width: 767px) {
      #landing-page section.start-page {
        padding: 23px 0 32px; }
        #landing-page section.start-page .start-head-container {
          padding-left: 0; }
          #landing-page section.start-page .start-head-container .start-head {
            font-size: 1rem; }
        #landing-page section.start-page .btn-row {
          margin-top: 31px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          #landing-page section.start-page .btn-row .btn {
            height: 42px;
            width: 305px;
            font-size: 1rem;
            line-height: 42px;
            border-radius: 2px; }
          #landing-page section.start-page .btn-row .publish-button {
            margin: 0;
            margin-bottom: 21px; }
          #landing-page section.start-page .btn-row .quote-button {
            color: #4289dc;
            background: #FFFFFF; } }

@media (max-width: 980px) {
  #landing-page .content {
    width: 90% !important; } }

@media (max-width: 640px) {
  #landing-page section {
    padding-top: 42px;
    padding-bottom: 42px !important; }
  #landing-page section.cases .content .item {
    width: calc(50% - 16px); } }

@media (max-width: 320px) {
  #landing-page section.cases .content .item {
    width: 100%;
    margin: 7px 0; }
    #landing-page section.cases .content .item:nth-child(n+4) {
      display: none; } }
