*:focus {
  outline: none; }

* {
  box-sizing: border-box; }

textarea,
[contenteditable],
input[type="text"],
input[type="text"]:before,
input[type="text"]:after {
  border: 0;
  width: 100%;
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial; }

#mini-carousel-wrap {
  display: none !important; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 1s;
  overflow-x: hidden;
  overflow-y: scroll; }
  body .main-wrap {
    min-height: 100vh;
    background: #f5f5f5 url("./../img/geo-bg.jpg") no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    /* img {
    	max-width: 100%;
    	height: auto;
    } */ }
    body .main-wrap h1, body .main-wrap h2, body .main-wrap h3, body .main-wrap h4, body .main-wrap h5 {
      margin-bottom: 16px;
      font-weight: 700; }
    body .main-wrap h2, body .main-wrap h3 {
      margin-bottom: 30px; }
    body .main-wrap h2 {
      line-height: 1.2;
      color: #333333;
      font-size: 30px;
      margin-top: 0; }
    body .main-wrap h3 {
      font-size: 28px; }
    body .main-wrap p {
      color: #333333;
      font-size: 18px;
      font-weight: 300;
      margin: 1em 0; }
    body .main-wrap .cp-logo-top {
      text-align: center; }
      @media screen and (max-width: 595px) {
        body .main-wrap .cp-logo-top img {
          width: 265px; } }
    body .main-wrap .wrap-content {
      max-width: 600px;
      margin: 0 auto; }
      @media screen and (max-width: 940px) {
        body .main-wrap .wrap-content {
          margin: 10px; } }
      body .main-wrap .wrap-content .flex-content {
        display: flex;
        align-items: center; }
        body .main-wrap .wrap-content .flex-content .flex-left h1 {
          color: #ffffff;
          font-weight: 700;
          font-size: 96px;
          margin: 0 0 10px 0;
          text-align: center; }
          @media screen and (max-width: 595px) {
            body .main-wrap .wrap-content .flex-content .flex-left h1 {
              font-size: 53px;
              line-height: 1.1; } }
        body .main-wrap .wrap-content .flex-content .flex-left h2 {
          color: #ffffff;
          font-size: 40px;
          font-weight: 500;
          text-align: center; }
          @media screen and (max-width: 595px) {
            body .main-wrap .wrap-content .flex-content .flex-left h2 {
              font-size: 25px;
              margin-bottom: 0; } }
        body .main-wrap .wrap-content .flex-content .flex-left p {
          color: #ffffff;
          font-size: 18px;
          text-align: center;
          font-weight: normal; }
          body .main-wrap .wrap-content .flex-content .flex-left p a {
            color: #ffffff; }

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