@charset "UTF-8";
html {
  box-sizing: border-box;
  height: 100%;
  min-height: 100%; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Source Serif 4", serif;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.87);
  background-color: #fff;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.87);
  font-family: "Libre Franklin", sans-serif; }

p {
  margin-top: 0;
  margin-bottom: 1; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

address {
  margin-bottom: 1;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
  list-style: none;
  padding: 0; }

ol ol,
ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dd {
  margin-left: 0; }

blockquote {
  margin: 0 0 1em; }

a {
  color: #9F68FC;
  text-decoration: none;
  display: inline-block; }

pre {
  margin-top: 0;
  margin-bottom: 1em; }

figure {
  margin: 0 0 1em; }

picture {
  display: block; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: inline-block;
  width: auto;
  padding: 2em;
  margin-bottom: 2;
  line-height: inherit;
  background: #f0f0f0;
  border: 1px solid #ddd; }

input, textarea {
  box-sizing: inherit;
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

/*Chrome fix on filled input fields*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #EEEEEE inset; }

strong {
  color: rgba(0, 0, 0, 0.87); }

.wrapper {
  padding: 10px; }

body {
  margin: 0px;
  background-color: #f5f5f5; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-025 {
  margin-bottom: 0.25em !important; }

.mb-1 {
  margin-bottom: 1em !important; }

.mb-2 {
  margin-bottom: 2em !important; }

.mb-3 {
  margin-bottom: 3em !important; }

.subtitle {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 4px; }

.full-width {
  max-width: 100% !important; }

.block {
  position: relative;
  padding: 100px 1em 50px;
  background: #fff; }

.block.yellow {
  background: #fac748; }

.block.pink {
  background: #f88dad; }

.block.blue {
  background: #9F68FC; }

.block.orange {
  background: #e4572e; }

.block.claret {
  background: #7d1538; }

.main-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: -1px; }

@media (min-width: 1023px) {
  .main-title {
    font-size: 28px; } }
p {
  margin-bottom: 1em;
  font-weight: 400; }

.btn {
  background: #161616;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  font-family: "Libre Franklin", sans-serif;
  padding: 0 2em; }

.link {
  color: #9F68FC;
  font-weight: 600; }

.intro {
  max-width: 600px;
  padding: 100px 1em;
  background: #f5f5f5; }

@media (min-width: 615px) {
  .intro {
    padding: 100px 50px; } }
@media (min-width: 1023px) {
  .intro {
    padding: 0 50px;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 552px;
    bottom: 0px;
    z-index: 0;
    width: 40%;
    height: 100vh; } }
@media (min-width: 1023px) {
  .vert-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%); } }
@media (min-width: 1023px) {
  .content-wrapper {
    position: static;
    overflow: visible;
    width: 60%;
    max-width: 1200px;
    margin-left: 40%; } }
.work-img {
  display: block;
  margin: 0 auto;
  width: 50%;
  border-radius: 16px;
  max-width: 300px; }

@media (min-width: 1023px) {
  .work-img {
    width: 30%; } }
@media (min-width: 1400px) {
  .work-img {
    margin-bottom: 0px; } }
.crisalix-website .work-img {
  width: 90%;
  max-width: 650px; }

@media (min-width: 1023px) {
  .crisalix-website .work-img {
    width: 80%; } }
@media (min-width: 1400px) {
  .crisalix-website .work-img {
    margin-bottom: 0px; } }
.galderma .work-img {
  width: 70%;
  max-width: 350px; }

@media (min-width: 1023px) {
  .galderma .work-img {
    width: 60%; } }
@media (min-width: 1400px) {
  .galderma .work-img {
    margin-bottom: 0px; } }
.ipad-vert .work-img {
  width: 70%;
  max-width: 400px; }

.ipad-horiz .work-img {
  width: 70%;
  max-width: 450px; }

.desktop .work-img {
  width: 100%;
  max-width: 600px; }

.iphone .work-img {
  width: 100%;
  max-width: 240px; }

.inter {
  max-width: 200px;
  display: block; }

.project-info-flex {
  padding: 0 2em; }

@media (min-width: 1023px) {
  .project-info-flex {
    display: flex;
    justify-content: space-between; } }
.project-info.right {
  display: flex;
  flex-direction: column; }

.project-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: #161616; }

.project-tasks {
  font-size: 16px;
  margin-bottom: 0; }

.project-link {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  text-decoration: underline; }

.separator {
  background: #eee;
  display: block;
  height: 1px;
  width: 100%; }

.slider-wrapper {
  max-width: 760px;
  margin: 0 auto 2em; }

.splide__arrow {
  width: 44px;
  height: 44px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.25); }
  @media (min-width: 1023px) {
    .splide__arrow {
      width: 60px;
      height: 60px; } }

.splide {
  padding-bottom: 40px; }

.splide__pagination__page.is-active {
  background: #9F68FC;
  transform: scale(1); }

p.intro-txt {
  margin-bottom: 28px; }

.content-article {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 3em 1em; }

.article-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0;
  letter-spacing: -0.25px; }

@media (min-width: 1023px) {
  .article-title {
    font-size: 28px; } }
.article-subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.25em; }

@media (min-width: 1023px) {
  .article-subtitle {
    font-size: 20px; } }
.font-regular {
  font-weight: 400; }

.numbered-list {
  list-style: decimal; }
  .numbered-list li {
    margin-left: 1em; }

.list li {
  padding-left: 1em;
  position: relative; }
  .list li:before {
    content: "◉";
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 13px; }

.responsive-img {
  display: block;
  width: 100%; }

.case-img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 16px; }

video {
  width: 100%; }

video.prototype {
  max-width: 420px;
  margin: 0 auto;
  display: block; }

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