html, body {
  margin: 0;
  padding: 0; }

body {
  overflow-x: hidden; }

body, button, input, textarea {
  font-family: 'Quicksand', sans-serif; }

a:link, a:visited {
  color: #333;
  text-decoration: none;
  font-weight: 600; }

a:hover {
  opacity: .8; }

a:active {
  opacity: .6; }

button {
  cursor: pointer;
  display: inline-block;
  color: black;
  font-weight: 700;
  font-size: 16px;
  background: transparent;
  border: 3px solid #222;
  height: 40px;
  padding: 0 25px;
  border-radius: 20px;
  text-transform: uppercase;
  transition: opacity .2s ease-in-out; }
  button:hover {
    opacity: .8; }
  button:active {
    opacity: .6;
    transition: none; }

.primary {
  color: #dc306b !important; }

header.desktop {
  z-index: 10;
  position: fixed;
  display: block;
  width: 100%;
  height: 70px; }
  header.desktop .bg {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #261f28;
    opacity: 0;
    transition: opacity .05s ease-in-out; }
  header.desktop img {
    cursor: pointer;
    z-index: 2;
    position: absolute;
    top: 85px;
    left: 85px;
    transition: top .05s ease-in-out, left .05s ease-in-out; }
    header.desktop img:hover {
      opacity: .7; }
    header.desktop img:active {
      opacity: .4; }
  header.desktop ul.nav {
    z-index: 3;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 85px;
    top: 90px; }
    header.desktop ul.nav li {
      cursor: pointer;
      display: inline-block;
      font-size: 19px;
      margin-left: 29px;
      font-weight: 600;
      letter-spacing: 0.05em;
      transition: opacity .2s ease-in-out; }
      header.desktop ul.nav li a:link, header.desktop ul.nav li a:visited {
        color: black; }
      header.desktop ul.nav li a:hover {
        opacity: 1; }
      header.desktop ul.nav li a:active {
        opacity: 1; }
      header.desktop ul.nav li:hover {
        opacity: .7; }
      header.desktop ul.nav li:active {
        opacity: .4;
        transition: none; }

header.mobile {
  z-index: 10;
  position: fixed;
  display: none;
  width: 100%;
  height: 40px;
  background-color: #261f28; }
  header.mobile img.logo {
    cursor: pointer;
    position: absolute;
    top: 9px;
    left: 50%;
    margin-left: -72px; }
    header.mobile img.logo:hover {
      opacity: .7; }
    header.mobile img.logo:active {
      opacity: .4; }
  header.mobile img.menu {
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 9px; }
    header.mobile img.menu:hover {
      opacity: .8; }
    header.mobile img.menu:active {
      opacity: .6; }

aside {
  z-index: 11;
  position: fixed;
  display: none;
  width: 230px;
  height: 100%;
  left: -230px;
  top: 40px;
  bottom: 0;
  background-color: #2e2331;
  opacity: 0;
  visibility: hidden;
  transition: left 0.3s ease-in, opacity 0.3s ease-in, visibility 0.3s ease-in; }
  aside.open {
    left: 0;
    opacity: 1;
    visibility: visible; }
  aside a {
    cursor: pointer;
    display: block;
    color: white;
    padding: 7px 20px;
    font-size: 21px; }
    aside a:link, aside a:visited {
      color: white;
      text-decoration: none; }
    aside a:hover {
      opacity: .8; }
    aside a:active {
      opacity: .6; }

main {
  position: relative;
  display: block;
  width: 100%;
  height: 1000px;
  background: white;
  background: linear-gradient(140deg, #c8ffa3 0%, #acd4ff 50%, #ebacff 100%); }
  main .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  main .hero {
    position: absolute;
    bottom: 120px;
    right: 220px;
    font-size: 21px;
    font-weight: 800;
    perspective: 340px;
    height: 480px;
    width: 640px; }
    main .hero.reset > .inner .left .header > .border {
      width: 0 !important; }
    main .hero.reset > .inner .left .header > .icon {
      left: 8px !important;
      opacity: 0; }
    main .hero.reset > .inner .left > .divider {
      height: 0 !important; }
    main .hero.reset > .inner .left .list-view > .list-item > .border {
      width: 0 !important; }
    main .hero.reset > .inner .left .list-view > .list-item > .box {
      opacity: 0 !important; }
    main .hero.reset > .inner .left .list-view > .list-item > .text > .line {
      width: 0 !important; }
    main .hero.reset > .inner .right .graphs > .graph .lines > .line {
      height: 0 !important;
      width: 0 !important; }
    main .hero.reset > .inner .right .graphs > .graph .bar {
      height: 0 !important;
      opacity: 0 !important; }
    main .hero.reset > .inner .right .graphs > .graph .circle {
      transform: scale(0.4) rotate(283deg) !important;
      opacity: 0 !important; }
    main .hero.reset > .inner .right > .line {
      width: 0 !important;
      opacity: 0 !important; }
    main .hero.reset > .inner .right > .form .field {
      width: 0 !important;
      left: -10px !important; }
    main .hero .inner {
      position: absolute;
      width: 100%;
      height: 100%;
      border: 4px solid white;
      color: white;
      transform-style: preserve-3d;
      transform: rotateY(346deg); }
      main .hero .inner > .left, main .hero .inner .right {
        position: absolute;
        width: 50%;
        height: 100%;
        overflow: hidden; }
      main .hero .inner > .left > .divider {
        position: absolute;
        width: 2px;
        background-color: white;
        height: 100%;
        right: -1px;
        bottom: 0;
        transition: height .7s ease-in-out; }
      main .hero .inner > .left .header {
        position: absolute;
        height: 50px;
        width: 100%; }
        main .hero .inner > .left .header > .border {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 3px;
          background-color: rgba(255, 255, 255, 0.5);
          transition: width .7s ease-in-out; }
        main .hero .inner > .left .header .icon {
          position: absolute;
          border: 2px solid white;
          background-color: rgba(255, 255, 255, 0.5);
          top: 7px;
          left: 8px;
          width: 30px;
          height: 30px;
          border-radius: 7px;
          transition: left 1s ease-in-out, opacity 1s ease-in-out;
          opacity: 1; }
          main .hero .inner > .left .header .icon:nth-child(2) {
            left: 50px;
            transition-delay: .3s; }
          main .hero .inner > .left .header .icon:nth-child(3) {
            left: 92px;
            transition-delay: .6s; }
          main .hero .inner > .left .header .icon:nth-child(4) {
            left: 134px;
            transition-delay: .2s; }
          main .hero .inner > .left .header .icon:nth-child(5) {
            left: 200px;
            transition-delay: .3s; }
      main .hero .inner > .left .list-view {
        position: absolute;
        top: 50px;
        width: 100%; }
        main .hero .inner > .left .list-view .list-item {
          position: absolute;
          top: 0;
          width: 100%;
          height: 40px; }
          main .hero .inner > .left .list-view .list-item:nth-child(2) {
            top: 40px; }
          main .hero .inner > .left .list-view .list-item:nth-child(3) {
            top: 80px; }
          main .hero .inner > .left .list-view .list-item:nth-child(4) {
            top: 120px; }
          main .hero .inner > .left .list-view .list-item:nth-child(5) {
            top: 160px; }
          main .hero .inner > .left .list-view .list-item:nth-child(6) {
            top: 200px; }
          main .hero .inner > .left .list-view .list-item:nth-child(7) {
            top: 240px; }
          main .hero .inner > .left .list-view .list-item:nth-child(8) {
            top: 280px; }
          main .hero .inner > .left .list-view .list-item:nth-child(9) {
            top: 320px; }
          main .hero .inner > .left .list-view .list-item:nth-child(10) {
            top: 360px; }
          main .hero .inner > .left .list-view .list-item:nth-child(11) {
            top: 400px; }
          main .hero .inner > .left .list-view .list-item > .border {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 2px;
            background-color: rgba(255, 255, 255, 0.5);
            transition: width .7s ease-in-out; }
          main .hero .inner > .left .list-view .list-item .box {
            position: absolute;
            border: 2px solid white;
            top: 7px;
            left: 8px;
            width: 23px;
            height: 23px;
            border-radius: 7px;
            opacity: 1;
            transition: opacity 1s ease-in-out; }
          main .hero .inner > .left .list-view .list-item .text {
            position: absolute;
            top: 1px;
            left: 40px;
            width: calc(100% - 40px); }
            main .hero .inner > .left .list-view .list-item .text .line {
              position: absolute;
              top: 11px;
              height: 2px;
              background-color: white;
              left: 5px;
              transition: width 1s ease-in-out;
              transition-delay: 0; }
              main .hero .inner > .left .list-view .list-item .text .line.long {
                width: 90%; }
              main .hero .inner > .left .list-view .list-item .text .line.medium {
                width: 60%; }
              main .hero .inner > .left .list-view .list-item .text .line.short {
                width: 35%; }
              main .hero .inner > .left .list-view .list-item .text .line:nth-child(2) {
                top: 19px;
                transition-delay: .5s; }
              main .hero .inner > .left .list-view .list-item .text .line:nth-child(3) {
                top: 27px;
                transition-delay: 1s; }
      main .hero .inner > .right {
        left: 50%; }
        main .hero .inner > .right .graphs {
          position: absolute;
          top: 15px;
          width: 100%;
          height: 150px; }
          main .hero .inner > .right .graphs .graph {
            position: absolute;
            left: 7%;
            width: 40%;
            height: 100px;
            overflow: hidden; }
            main .hero .inner > .right .graphs .graph:nth-child(2) {
              left: 53%; }
            main .hero .inner > .right .graphs .graph .lines {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0; }
              main .hero .inner > .right .graphs .graph .lines .line {
                position: absolute;
                background-color: white;
                top: 0;
                left: 0;
                height: 100%;
                width: 2px;
                transition: width 1s ease-in-out, height 1s ease-in-out; }
                main .hero .inner > .right .graphs .graph .lines .line:nth-child(2) {
                  top: 0;
                  left: auto;
                  right: 0;
                  width: 2px;
                  height: 100%;
                  transition-delay: 0.2; }
                main .hero .inner > .right .graphs .graph .lines .line:nth-child(3) {
                  top: 0;
                  left: 0;
                  height: 2px;
                  width: 100%;
                  transition-delay: 0.6; }
                main .hero .inner > .right .graphs .graph .lines .line:nth-child(4) {
                  top: auto;
                  bottom: 0;
                  left: 0;
                  height: 2px;
                  width: 100%;
                  transition-delay: 0.4; }
            main .hero .inner > .right .graphs .graph .bar {
              position: absolute;
              width: 15%;
              bottom: -10px;
              border: 2px solid white;
              left: 10%;
              transition: height 1s ease-in-out, opacity 1s ease-in-out;
              transition-delay: 0;
              opacity: 1; }
              main .hero .inner > .right .graphs .graph .bar.long {
                height: 90%; }
              main .hero .inner > .right .graphs .graph .bar.medium {
                height: 60%; }
              main .hero .inner > .right .graphs .graph .bar.short {
                height: 35%; }
              main .hero .inner > .right .graphs .graph .bar:nth-child(2) {
                left: 30%;
                transition-delay: 1s;
                background-color: rgba(255, 255, 255, 0.2); }
              main .hero .inner > .right .graphs .graph .bar:nth-child(3) {
                left: 50%;
                transition-delay: .3s;
                background-color: rgba(255, 255, 255, 0.1); }
              main .hero .inner > .right .graphs .graph .bar:nth-child(4) {
                left: 70%;
                transition-delay: .6s; }
            main .hero .inner > .right .graphs .graph .circle {
              position: absolute;
              width: 80px;
              height: 80px;
              margin-top: -40px;
              margin-left: -40px;
              left: 50%;
              top: 50%;
              border: 2px solid white;
              border-radius: 50px;
              transform: scale(1) rotate(20deg);
              transition: transform 1s ease-in-out, opacity 1s ease-in-out;
              opacity: 1;
              overflow: hidden;
              transition-delay: .4s; }
              main .hero .inner > .right .graphs .graph .circle .piece {
                position: absolute;
                width: 60px;
                height: 60px;
                top: 40px;
                left: 40px;
                border: 1px solid white;
                background-color: rgba(255, 255, 255, 0.2); }
        main .hero .inner > .right > .line {
          position: absolute;
          background-color: rgba(255, 255, 255, 0.7);
          top: 130px;
          right: 0;
          width: 100%;
          height: 11px;
          transition: width 1.5s ease-out, opacity 1.5s ease-out;
          opacity: 1; }
        main .hero .inner > .right > .form {
          position: absolute;
          bottom: 35px;
          left: 22px;
          right: 22px;
          height: 280px; }
          main .hero .inner > .right > .form .left, main .hero .inner > .right > .form .right {
            position: absolute;
            width: 50%;
            height: 100%;
            overflow: hidden; }
          main .hero .inner > .right > .form .right {
            left: 62%; }
          main .hero .inner > .right > .form .field {
            position: absolute;
            top: 0;
            left: 10px;
            width: 60%;
            height: 10px;
            border: 1px solid white;
            transition: width 1.2s ease-in-out, left 1.2s ease-in-out; }
            main .hero .inner > .right > .form .field.long {
              width: 80%; }
            main .hero .inner > .right > .form .field.medium {
              width: 60%; }
            main .hero .inner > .right > .form .field.short {
              width: 40%; }
            main .hero .inner > .right > .form .field.textarea {
              width: 80%;
              height: 50px; }
            main .hero .inner > .right > .form .field:nth-child(2) {
              top: 25px;
              transition-delay: .4s; }
            main .hero .inner > .right > .form .field:nth-child(3) {
              top: 50px;
              transition-delay: .2s; }
            main .hero .inner > .right > .form .field:nth-child(4) {
              top: 75px;
              transition-delay: .7s; }
            main .hero .inner > .right > .form .field:nth-child(5) {
              top: 100px;
              transition-delay: .1s; }
            main .hero .inner > .right > .form .field:nth-child(6) {
              top: 125px;
              transition-delay: .4s; }
  main .clouds img {
    position: absolute;
    /*
                &:nth-child(1) {
                    top: 145px;
                    left: -100px;
                    opacity: .9;
                    transition: left 30s linear;
                }
    
                &:nth-child(2) {
                    top: 230px;
                    left: -120px;
                    opacity: .8;
                    transition: left 22s linear;
                }
    
                &:nth-child(3) {
                    top: 180px;
                    left: -200px;
                    transition: left 27s linear;
                }
    
                &:nth-child(4) {
                    top: 280px;
                    left: -50px;
                    opacity: .7;
                    transition: left 33s linear;
                }
                */ }
  main img.curved {
    position: absolute;
    left: 0;
    height: auto;
    bottom: -2px;
    width: 100%;
    transition: transform 1s ease-out;
    transform: scaleY(4);
    transform-origin: bottom; }
    main img.curved.animate {
      transform: scaleY(0.75); }
  main button {
    position: absolute;
    bottom: 250px;
    left: 85px; }
  main h2 {
    display: block;
    position: absolute;
    bottom: 280px;
    font-weight: 100;
    font-size: 41px;
    text-align: left;
    left: 85px;
    color: #465e72; }
    main h2 span {
      display: block;
      font-weight: 100;
      color: black;
      font-size: 59px; }

section {
  position: relative;
  display: block;
  min-height: 600px;
  padding: 20px 85px; }
  section.dark {
    background-color: #2d272f; }
    section.dark h2, section.dark p {
      color: white; }
    section.dark p {
      max-width: 521px; }
  section.orange {
    overflow: hidden;
    background-color: #ffbc64; }
    section.orange h2 {
      z-index: 2;
      position: relative;
      margin: 25px 0 130px 0; }
    section.orange .circle {
      bottom: -260px;
      left: calc(50% - 600px);
      background-color: #ffc578; }
  section.intro, section.blog-posts, section.blog-post {
    height: auto;
    margin: 0 auto;
    padding: 0 0 112px 0; }
    section.intro .text-content, section.blog-posts .text-content, section.blog-post .text-content {
      z-index: 3;
      position: relative;
      padding: 0 25%;
      background-color: white;
      box-shadow: 0 9px 11px rgba(0, 0, 0, 0.05);
      padding-top: 50px; }
      section.intro .text-content h3, section.blog-posts .text-content h3, section.blog-post .text-content h3 {
        margin-top: 0; }
      section.intro .text-content h2, section.blog-posts .text-content h2, section.blog-post .text-content h2 {
        margin-top: 80px;
        margin-bottom: 10px; }
      section.intro .text-content p, section.blog-posts .text-content p, section.blog-post .text-content p {
        background-color: white;
        padding-bottom: 60px; }
      section.intro .text-content img.thumb, section.blog-posts .text-content img.thumb, section.blog-post .text-content img.thumb {
        float: left;
        height: 200px;
        width: 200px;
        object-fit: cover;
        margin: 0 20px 20px 0; }
    section.intro img.bubble, section.blog-posts img.bubble, section.blog-post img.bubble {
      z-index: 0;
      position: absolute;
      bottom: -190px;
      left: 50%;
      height: 700px;
      border-radius: 400px;
      width: 1000px;
      object-fit: cover;
      margin-left: -500px;
      border: 1px solid #ddd; }
    section.intro img.logo, section.blog-posts img.logo, section.blog-post img.logo {
      position: absolute;
      z-index: 2;
      left: 50%;
      height: 24px;
      bottom: 220px;
      margin-left: -70px;
      opacity: 0.7; }
    section.intro .date, section.blog-posts .date, section.blog-post .date {
      color: #4843a0;
      line-height: 29px;
      font-size: 16px;
      letter-spacing: 0.05em; }
    section.intro .credits, section.blog-posts .credits, section.blog-post .credits {
      position: absolute;
      bottom: 8px;
      right: 10px;
      display: block;
      font-size: 12px;
      color: #333;
      background-color: white;
      padding: 4px 9px;
      border-radius: 13px; }
  section.blog-posts {
    padding-bottom: 200px; }
    section.blog-posts .text-content {
      padding-top: 25px;
      box-shadow: none; }
      section.blog-posts .text-content h3 {
        line-height: 42px;
        font-size: 34px;
        margin: 0; }
        section.blog-posts .text-content h3 a:link, section.blog-posts .text-content h3 a:visited {
          font-weight: 100; }
      section.blog-posts .text-content p {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 20px; }
      section.blog-posts .text-content .border {
        clear: both;
        height: 2px;
        border-bottom: 1px solid #e8e8e8; }
  section.blog-post .text-content {
    padding-top: 25px;
    padding-bottom: 200px; }
    section.blog-post .text-content .image-wrapper {
      margin-bottom: 20px; }
      section.blog-post .text-content .image-wrapper img {
        object-fit: cover;
        height: 280px;
        width: 100%; }
      section.blog-post .text-content .image-wrapper p {
        text-align: right;
        font-size: 12px; }
    section.blog-post .text-content h1 {
      line-height: 63px;
      font-size: 50px;
      margin: 0;
      font-weight: 100; }
      section.blog-post .text-content h1 a:link, section.blog-post .text-content h1 a:visited {
        font-weight: 100; }
    section.blog-post .text-content .date {
      display: block;
      margin-bottom: 60px;
      padding-left: 10px; }
    section.blog-post .text-content h2 {
      margin-top: 14px;
      font-size: 30px; }
      section.blog-post .text-content h2 em {
        font-style: normal;
        font-weight: 600;
        color: #4843a0; }
    section.blog-post .text-content h3 {
      margin-top: 6px;
      font-size: 24px; }
    section.blog-post .text-content p, section.blog-post .text-content li {
      font-size: 19px;
      line-height: 28px;
      padding-bottom: 7px; }
      section.blog-post .text-content p .bullet, section.blog-post .text-content li .bullet {
        font-size: 36px;
        line-height: 28px;
        height: 28px;
        display: inline-block;
        vertical-align: top;
        color: #9894de;
        margin-right: 4px; }
      section.blog-post .text-content p.abstract, section.blog-post .text-content li.abstract {
        color: #2a248c;
        font-size: 24px;
        line-height: 35px;
        padding-bottom: 13px; }
  section.special {
    overflow: hidden;
    background-color: #dc306b; }
    section.special .content {
      position: relative;
      z-index: 2; }
    section.special h2, section.special p {
      color: white; }
    section.special p {
      max-width: 548px; }
      section.special p.small {
        font-size: 18px;
        line-height: 29px;
        opacity: .85;
        margin-top: 12px; }
    section.special .circle {
      bottom: -260px;
      right: -320px;
      background-color: #e1477c; }
    section.special img {
      position: absolute;
      right: 80px;
      bottom: 50px;
      z-index: 2;
      width: 175px;
      opacity: 0.8; }
  section.method ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    section.method ul li {
      font-size: 25px;
      line-height: 37px;
      padding: 12px 0;
      color: white; }
      section.method ul li.method1 > span {
        opacity: .95; }
      section.method ul li.method2 > span {
        opacity: .90; }
      section.method ul li.method3 > span {
        opacity: .85; }
      section.method ul li.method4 > span {
        opacity: .80; }
      section.method ul li.method5 > span {
        opacity: .75; }
      section.method ul li.method6 > span {
        opacity: .70; }
      section.method ul li > span {
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 27px;
        border-radius: 30px;
        color: white;
        font-weight: 900;
        background-color: #e1477c;
        margin-right: 17px;
        text-align: center; }
  section.method .description {
    position: absolute;
    width: 500px;
    top: 240px;
    right: 140px; }
    section.method .description img {
      cursor: pointer;
      display: block;
      margin: 22px auto;
      position: relative;
      left: -39px;
      transform: scale(1) rotate(100deg);
      transition: transform .4s ease-in-out;
      opacity: .8; }
      section.method .description img:hover {
        transform: scale(1.2) rotate(90deg);
        opacity: 1; }
      section.method .description img:active {
        opacity: 0.5; }
  section .circle {
    z-index: 1;
    position: absolute;
    width: 1200px;
    height: 1200px;
    border-radius: 700px; }
  section .logos {
    z-index: 2;
    position: relative;
    display: block; }
    section .logos .row {
      display: block;
      text-align: center; }
      section .logos .row:nth-child(1) {
        padding: 40px 0 70px 0; }
      section .logos .row:nth-child(2) {
        margin-left: 35px; }
      section .logos .row a {
        text-decoration: none; }
      section .logos .row img {
        cursor: pointer;
        display: inline-block;
        margin: 0 60px;
        vertical-align: top;
        transform: scale(1);
        transition: transform .4s ease-in-out;
        opacity: .85; }
        section .logos .row img:hover {
          transform: scale(1.2); }
        section .logos .row img:active {
          opacity: 0.6; }
  section h2 {
    margin: 25px 0 15px 0;
    font-size: 47px;
    font-weight: 100; }
  section h3 {
    font-size: 42px;
    line-height: 62px;
    font-weight: 100;
    margin-bottom: 10px; }
  section p {
    font-size: 25px;
    line-height: 37px;
    margin: 0; }

.products {
  padding-top: 30px;
  text-align: center; }
  .products .product {
    display: inline-block;
    text-align: center;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    padding: 27px 30px 40px 30px;
    width: calc(25% - 87px);
    margin-right: 30px;
    margin-bottom: 30px;
    vertical-align: top;
    min-height: 210px;
    /*
            &:last-child {
                margin-right: 0;
            }
    */ }
    .products .product .img-wrapper {
      display: inline-block;
      border: 4px solid white;
      border-radius: 40px;
      overflow: hidden;
      width: 50px;
      height: 50px; }
    .products .product h4 {
      color: white;
      font-size: 25px;
      margin: 8px 0 9px 0; }
    .products .product p {
      font-size: 21px;
      line-height: 28px;
      margin: 0; }

form {
  display: block;
  float: right; }
  form #contact-form-msg {
    position: absolute;
    top: 70px;
    right: 88px;
    padding: 16px;
    border-radius: 6px;
    opacity: 0;
    color: white;
    font-weight: 600;
    visibility: hidden;
    transition: opacity .5s ease-in-out, visibility .5s ease-in-out; }
    form #contact-form-msg.show {
      opacity: 1;
      visibility: visible; }
    form #contact-form-msg.success {
      background-color: #4bace2;
      border: 1px solid #206890; }
    form #contact-form-msg.error {
      background-color: #dc1515;
      border: 1px solid #9f0f0f; }
  form .left, form .right {
    float: left;
    vertical-align: top; }
  form .left {
    width: 370px; }
  form .right {
    width: 525px; }
  form button {
    float: right;
    color: white;
    border: 3px solid rgba(255, 255, 255, 0.8);
    margin-top: 22px;
    min-width: 120px; }
  form .g-recaptcha {
    float: right; }
  form .form-field {
    padding-bottom: 18px; }
    form .form-field label {
      display: block;
      color: white;
      font-weight: 600;
      padding-left: 12px;
      padding-bottom: 8px; }
      form .form-field label em {
        font-size: 36px;
        font-style: normal;
        display: inline-block;
        line-height: 13px;
        vertical-align: bottom;
        margin-left: 4px;
        opacity: .8; }
    form .form-field input, form .form-field textarea {
      padding: 5px 12px;
      font-size: 17px;
      line-height: 23px;
      background: rgba(255, 255, 255, 0.2);
      border: 0;
      border-radius: 20px;
      color: white;
      width: 300px;
      transition: background .4s ease-in-out; }
      form .form-field input:focus, form .form-field textarea:focus {
        border: 0;
        outline: none;
        background: rgba(255, 255, 255, 0.4); }
    form .form-field textarea {
      min-height: 150px;
      max-height: 150px;
      width: 500px; }

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