section {
  width: 100%; }

.page {
  width: 100%;
  overflow-x: hidden;
  display: flex; }
  .page .left {
    width: 60%;
    min-height: 100vh;
    background: #2d2e2f;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 300px 0;
    position: relative; }
    .page .left .content {
      width: 50%;
      z-index: 10; }
      .page .left .content h1 {
        margin-bottom: 50px;
        font-size: 50px;
        font-weight: bold; }
      .page .left .content p {
        margin-bottom: 100px;
        font-size: 16px;
        font-weight: bold; }
      .page .left .content ul li {
        line-height: 40px;
        font-size: 16px;
        color: #fff; }
    .page .left .contact-us-bg {
      width: 100%;
      position: absolute;
      top: 13%;
      left: 0;
      opacity: .45; }
  .page .right {
    width: 40%;
    min-height: 100vh;
    background: #1d1e1f;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 300px 0; }
    .page .right .content {
      width: 50%; }
      .page .right .content dt span {
        font-size: 16px;
        text-transform: uppercase; }
      .page .right .content dd {
        border-bottom: #666666 solid 1px;
        margin-bottom: 40px; }
        .page .right .content dd input {
          height: 56px;
          line-height: 56px;
          background: none;
          outline: none;
          font-size: 16px;
          color: #fff; }
          .page .right .content dd input::-moz-placeholder {
            font-size: 16px;
            color: #fff; }
          .page .right .content dd input:-ms-input-placeholder {
            font-size: 16px;
            color: #fff; }
          .page .right .content dd input::-ms-input-placeholder {
            font-size: 16px;
            color: #fff; }
          .page .right .content dd input::placeholder {
            font-size: 16px;
            color: #fff; }
        .page .right .content dd label {
          display: block; }
        .page .right .content dd textarea {
          width: 100%;
          background: none;
          outline: 0;
          border: 0;
          font-size: 16px;
          color: #fff; }

/*# sourceMappingURL=contact-us.css.map */
