body {
  display: flex;
  flex-direction: column;
  font-family: "AlchemistLabs", serif;
  background-color: #000000;
  margin: 0;
  overflow-x: hidden; }

h1 {
  font-size: 4rem;
  margin-top: 0;
  color: #000000; }

@font-face {
  font-family: "AlchemistLabs";
  src: url("/static/fonts/aller/Aller_Bd.ttf");
  src: url("/static/fonts/aller/Aller_Lt.ttf");
  src: url("/static/fonts/aller/Aller_Rg.ttf"); }

@font-face {
  font-family: "AlchemistLabsTagline";
  src: url("/static/fonts/dotty/dotty.ttf"); }

.bold-text___1GlBg {
  font-weight: bolder; }

.light-text___LQiKy {
  font-weight: lighter; }

svg {
  animation-duration: 3s;
  animation-name: fadein___3DYMI; }

@keyframes fadein___3DYMI {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.tagline___1SuN5 {
  /* Default mobile (Pixel 2) */
  width: 68%;
  display: block;
  opacity: 0;
  font-size: 3rem;
  font-family: AlchemistLabsTagline, sans-serif;
  overflow: hidden;
  border-right: .07em solid black;
  white-space: nowrap;
  margin: 4rem auto 0 auto;
  letter-spacing: 0.1em;
  animation: typing___29KX7 2s steps(20, end), blink-caret___6OZXp 0.75s step-end infinite;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  transform: translateY(-3.8rem); }

@keyframes typing___29KX7 {
  from {
    width: 0;
    opacity: 1; }
  to {
    width: 68%; }
  100% {
    opacity: 1; } }

@keyframes blink-caret___6OZXp {
  from, to {
    border-color: transparent; }
  50% {
    border-color: black; } }

@media only screen and (width: 320px) {
  /* Old super small phones iPhone 5/SE & Below */
  .tagline___1SuN5 {
    width: 75%;
    font-size: 2.5rem;
    margin: 2.5rem auto 0 auto;
    letter-spacing: 0.1em;
    animation: typing___29KX7 2s steps(20, end), blink-caret___6OZXp 0.75s step-end infinite;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    transform: translateY(-2.8rem); }
  @keyframes typing___29KX7 {
    from {
      width: 0;
      opacity: 1; }
    to {
      width: 73%; }
    100% {
      opacity: 1; } } }

@media only screen and (width: 360px) {
  /* Old super small phones Samsung S5 & Below */
  .tagline___1SuN5 {
    width: 65%;
    font-size: 2.5rem;
    margin: 2.5rem auto 0 auto;
    letter-spacing: 0.1em;
    animation: typing___29KX7 2s steps(20, end), blink-caret___6OZXp 0.75s step-end infinite;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    transform: translateY(-3.5rem); }
  @keyframes typing___29KX7 {
    from {
      width: 0;
      opacity: 1; }
    to {
      width: 65%; }
    100% {
      opacity: 1; } } }

@media only screen and (width: 375px) {
  /* iPhone X */
  .tagline___1SuN5 {
    width: 70%;
    font-size: 2.8rem;
    margin: 3rem auto 0 auto;
    letter-spacing: 0.1em;
    animation: typing___29KX7 2s steps(20, end), blink-caret___6OZXp 0.75s step-end infinite;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    transform: translateY(-3.2rem); }
  @keyframes typing___29KX7 {
    from {
      width: 0;
      opacity: 1; }
    to {
      width: 70%; }
    100% {
      opacity: 1; } } }

@media only screen and (min-width: 768px) {
  /* iPad */
  .tagline___1SuN5 {
    width: 50rem;
    font-size: 5rem;
    margin: 8rem auto 0 auto;
    letter-spacing: 0.13em;
    animation: typing___29KX7 2s steps(20, end), blink-caret___6OZXp 0.75s step-end infinite;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    transform: translateY(-7rem); }
  @keyframes typing___29KX7 {
    from {
      width: 0;
      opacity: 1; }
    to {
      width: 50rem; }
    100% {
      opacity: 1; } } }

@media only screen and (min-width: 1025px) {
  /* Desktop */
  .tagline___1SuN5 {
    width: 45rem;
    font-size: 4.5rem;
    margin: 5rem auto 0 auto;
    letter-spacing: 0.13em;
    animation: typing___29KX7 2s steps(20, end), blink-caret___6OZXp 0.75s step-end infinite;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    transform: translateY(-6rem);
    -moz-transform: translateY(-10rem); }
  @keyframes typing___29KX7 {
    from {
      width: 0;
      opacity: 1; }
    to {
      width: 45rem; }
    100% {
      opacity: 1; } } }

header {
  width: 100%;
  text-align: center;
  background-color: #5bfc75; }

header svg {
  width: 84%;
  padding: 2rem 0 2rem 0; }

header path {
  fill: #000000; }

header ellipse {
  fill: #000000; }

header .tagline___37xQM {
  margin-top: 6rem; }

@media only screen and (min-width: 960px) {
  /* Desktop */
  header svg {
    padding: 5rem 0 5rem 0;
    width: 40%; } }

footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 1.1rem;
  border-top: 2px solid #616161; }
  footer ul {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0; }
    footer ul li {
      margin: 0; }
  footer .contact_details___8pSyw {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    footer .contact_details___8pSyw .office___3TD-Y {
      display: flex;
      text-align: left;
      background-color: #000000;
      flex-shrink: 2;
      margin-left: 1rem; }
      footer .contact_details___8pSyw .office___3TD-Y ul {
        display: inline-block; }
        footer .contact_details___8pSyw .office___3TD-Y ul li {
          font-size: 1.4rem;
          line-height: 3.5rem; }
          footer .contact_details___8pSyw .office___3TD-Y ul li i {
            line-height: 2rem;
            font-size: 2rem; }
          footer .contact_details___8pSyw .office___3TD-Y ul li a {
            font-size: 1.4rem;
            color: #ffffff;
            text-decoration: none; }
          footer .contact_details___8pSyw .office___3TD-Y ul li a:hover {
            color: #5bfc75; }
    footer .contact_details___8pSyw .social___gAHXN {
      display: flex;
      flex-shrink: 4;
      text-align: right;
      margin-right: 1rem; }
      footer .contact_details___8pSyw .social___gAHXN ul {
        display: inline-block;
        font-weight: 400;
        font-size: 1.4rem;
        margin-right: 1rem; }
        footer .contact_details___8pSyw .social___gAHXN ul li i {
          line-height: 4rem;
          font-size: 3rem; }
        footer .contact_details___8pSyw .social___gAHXN ul li a {
          color: #ffffff;
          text-decoration: none; }
        footer .contact_details___8pSyw .social___gAHXN ul li a:hover {
          color: #5bfc75; }
    footer .contact_details___8pSyw .logo_label___30jQJ {
      font-size: 1.4rem;
      margin-left: 1rem; }
    footer .contact_details___8pSyw li {
      display: block;
      list-style: none;
      margin-bottom: 0; }
      footer .contact_details___8pSyw li i {
        font-size: 2rem;
        vertical-align: middle;
        padding: 0; }
        footer .contact_details___8pSyw li i span {
          margin-left: 1rem; }
  footer .copyright___2iMQ0 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #000000;
    border-top: #1E1E1E 2px solid;
    color: #5bfc75;
    font-weight: bold;
    text-align: left; }
    footer .copyright___2iMQ0 .name___170kv {
      padding-left: 1rem; }
    footer .copyright___2iMQ0 .company_numbers___19Cz6 {
      font-size: 1rem;
      margin-right: 1rem;
      list-style: none; }
      footer .copyright___2iMQ0 .company_numbers___19Cz6 li {
        margin-bottom: 0;
        line-height: 1.5rem; }

@media only screen and (width: 320px) {
  /* Old super small phones iPhone 5/SE & Below */
  footer ul {
    font-size: 1rem; }
  footer .contact_details___8pSyw .social___gAHXN ul {
    font-size: 1rem; }
    footer .contact_details___8pSyw .social___gAHXN ul li i {
      font-size: 2rem; }
  footer .contact_details___8pSyw .logo_label___30jQJ {
    font-size: 1rem;
    margin-left: 1rem; } }

@media only screen and (width: 360px) {
  /* Old super small phones Samsung S5 & Below */
  footer ul {
    font-size: 1rem; }
  footer .contact_details___8pSyw .social___gAHXN ul {
    font-size: 1rem; }
    footer .contact_details___8pSyw .social___gAHXN ul li i {
      font-size: 2rem; }
  footer .contact_details___8pSyw .logo_label___30jQJ {
    font-size: 1rem;
    margin-left: 1rem; } }

@media only screen and (min-width: 960px) {
  /* Desktop */
  footer .contact_details___8pSyw {
    margin: 0 1.5rem 0 1.5rem; }
    footer .contact_details___8pSyw .office___3TD-Y ul li {
      line-height: 7.5rem; }
    footer .contact_details___8pSyw .office___3TD-Y ul li a {
      display: flex;
      align-items: center; }
    footer .contact_details___8pSyw .office___3TD-Y ul li a i {
      font-size: 5.5rem; }
    footer .contact_details___8pSyw .office___3TD-Y ul li a span {
      font-size: 3rem;
      margin-left: 2rem; }
    footer .contact_details___8pSyw .social___gAHXN ul {
      display: inline-flex;
      margin: 1rem; }
      footer .contact_details___8pSyw .social___gAHXN ul li a i {
        padding-left: 8rem;
        font-size: 6rem; }
  footer .copyright___2iMQ0 {
    height: 10rem; }
    footer .copyright___2iMQ0 .name___170kv {
      font-size: 2rem;
      margin-left: 1.5rem; }
    footer .copyright___2iMQ0 .company_numbers___19Cz6 {
      font-size: 1.5rem;
      margin-right: 2rem; }
      footer .copyright___2iMQ0 .company_numbers___19Cz6 li {
        line-height: 2.5rem; } }

.solution_section___jsCSR {
  flex-direction: column;
  padding: 1.2rem 0 1.2rem 0;
  border-top: 2px solid #616161;
  display: flex;
  align-items: flex-start;
  width: 100%; }
  .solution_section___jsCSR div {
    width: 100%; }
  .solution_section___jsCSR i {
    font-size: 5rem;
    padding-top: 1rem;
    padding-left: 1rem; }
  .solution_section___jsCSR ul {
    font-size: 2rem;
    font-weight: 800;
    list-style: none;
    padding: 0;
    margin: 1rem; }
    .solution_section___jsCSR ul li {
      margin-bottom: 2rem;
      line-height: 3rem; }
  .solution_section___jsCSR p {
    margin: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.cloud_consultancy___29C82 {
  background-color: #000000;
  color: #5bfc75; }

.devops_consultancy___3CQl1 {
  background-color: #ffffff; }

.engineering_consultancy___1lgBF {
  background-color: #5bfc75;
  color: #000000; }

.section_description___qLtJ8 {
  flex-direction: row;
  font-size: 2rem; }
  .section_description___qLtJ8 p {
    font-size: 1.8rem;
    margin-top: 0; }

@media only screen and (min-width: 960px) {
  .solution_section___jsCSR {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
    .solution_section___jsCSR i {
      font-size: 20rem;
      padding: 1rem 0 0 1rem;
      width: 350px;
      text-align: center; }
    .solution_section___jsCSR ul {
      font-size: 3rem;
      list-style: none;
      padding: 0;
      margin: 1rem; }
      .solution_section___jsCSR ul li {
        line-height: 4.5rem; }
    .solution_section___jsCSR .questions___3MmO2 {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .solution_section___jsCSR .questions___3MmO2 div {
        margin: 2rem; }
    .solution_section___jsCSR .section_description___qLtJ8 p {
      font-size: 2.5rem;
      margin: 2rem; } }

