@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;1,100;1,200;1,300&display=swap");
::placeholder {
  color: #898989;
  opacity: 1; }

:-ms-input-placeholder {
  color: #898989; }

::-ms-input-placeholder {
  color: #898989; }

.w80 {
  padding: 20px 10%; }
  @media only screen and (max-width: 1280px) {
    .w80 {
      padding: 20px 2%; } }

.w100 {
  padding: 20px 10px; }

body, html {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #0d0d0d; }

.content {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("/assets/images/index-bg.jpg");
  font-size: 0;
  padding-top: 60px;
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    .content {
      padding-top: 20px;
      overflow: auto; } }
  .content .logo {
    display: block;
    margin: 0 auto; }
  .content .left {
    display: inline-block;
    position: relative;
    width: 50%;
    vertical-align: top;
    padding-top: 5%; }
    @media only screen and (max-width: 1280px) {
      .content .left {
        padding-top: 5%; } }
    @media only screen and (max-width: 1024px) {
      .content .left {
        width: 100%;
        height: unset;
        padding-top: 0; } }
    .content .left .text-cont {
      display: inline-block;
      width: 100%;
      text-align: center; }
      .content .left .text-cont .head {
        display: block;
        position: relative;
        width: 100%;
        font-size: 0; }
        @media only screen and (max-width: 1024px) {
          .content .left .text-cont .head img {
            display: none; } }
        .content .left .text-cont .head .icon {
          display: inline-block;
          vertical-align: top; }
        .content .left .text-cont .head span {
          display: inline-block;
          font-size: 60px;
          font-weight: bold;
          color: #fff;
          vertical-align: top;
          margin-left: -90px;
          margin-top: 70px; }
          @media only screen and (max-width: 1024px) {
            .content .left .text-cont .head span {
              font-size: 30px;
              margin-left: unset;
              margin-top: 20px;
              text-align: center;
              padding: 20px 0; } }
      .content .left .text-cont .logo-cont {
        display: block;
        text-align: center; }
        .content .left .text-cont .logo-cont .logo {
          display: inline-block; }
          @media only screen and (max-width: 1024px) {
            .content .left .text-cont .logo-cont .logo img {
              width: 150px;
              height: auto; } }
      .content .left .text-cont .button-cont {
        display: block;
        text-align: center;
        padding: 20px 0; }
        .content .left .text-cont .button-cont .button {
          display: inline-block;
          padding: 20px 50px;
          font-size: 24px;
          border-radius: 10px;
          color: #fff; }
          @media only screen and (max-width: 1024px) {
            .content .left .text-cont .button-cont .button {
              padding: 15px 40px;
              font-size: 18px; } }
          .content .left .text-cont .button-cont .button.red {
            background-color: #ed202a; }
          .content .left .text-cont .button-cont .button.blue {
            background-color: #0094d6; }
  .content .right {
    display: inline-block;
    position: relative;
    width: 50%;
    vertical-align: top;
    padding-top: 5%; }
    @media only screen and (max-width: 1280px) {
      .content .right {
        padding-top: 2%; } }
    @media only screen and (max-width: 1024px) {
      .content .right {
        width: 100%;
        height: unset;
        padding-top: 0; } }
    .content .right .text-cont {
      display: inline-block;
      width: 100%;
      text-align: center; }
      .content .right .text-cont .head {
        display: block;
        position: relative;
        width: 100%;
        font-size: 0; }
        @media only screen and (max-width: 1024px) {
          .content .right .text-cont .head img {
            display: none; } }
        .content .right .text-cont .head .icon {
          display: inline-block;
          vertical-align: top; }
        .content .right .text-cont .head span {
          display: inline-block;
          font-size: 60px;
          font-weight: bold;
          color: #fff;
          vertical-align: top;
          margin-right: -90px;
          margin-top: 70px; }
          @media only screen and (max-width: 1024px) {
            .content .right .text-cont .head span {
              font-size: 30px;
              margin-right: unset;
              margin-top: 20px;
              text-align: center;
              padding: 20px 0; } }
      .content .right .text-cont .logo-cont {
        display: block;
        text-align: center; }
        .content .right .text-cont .logo-cont .logo {
          display: inline-block; }
          @media only screen and (max-width: 1024px) {
            .content .right .text-cont .logo-cont .logo img {
              width: 150px;
              height: auto; } }
      .content .right .text-cont .button-cont {
        display: block;
        text-align: center;
        padding: 20px 0; }
        .content .right .text-cont .button-cont .button {
          display: inline-block;
          padding: 20px 50px;
          font-size: 24px;
          border-radius: 10px;
          color: #fff; }
          @media only screen and (max-width: 1024px) {
            .content .right .text-cont .button-cont .button {
              padding: 15px 40px;
              font-size: 18px; } }
          .content .right .text-cont .button-cont .button.red {
            background-color: #ed202a; }
          .content .right .text-cont .button-cont .button.blue {
            background-color: #0094d6; }
  .content .footer {
    display: block;
    padding: 10px 0; }
    .content .footer .home-footer {
      display: block;
      text-align: center;
      padding: 40px 0; }
      .content .footer .home-footer .contact-header {
        display: inline-block; }
        .content .footer .home-footer .contact-header a {
          display: inline-block;
          padding: 5px 10px 5px 10px;
          color: #fff;
          font-size: 14px; }
          @media only screen and (max-width: 1024px) {
            .content .footer .home-footer .contact-header a {
              width: 100%; } }
          .content .footer .home-footer .contact-header a i {
            margin-right: 2px; }
