/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-family: "lemon-sans-next", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

._link {
  background-color: #fefcbf;
  color: #0d6efd;
}
._link:hover ._link:visited ._link:focus {
  background-color: #faf089;
  color: #0a58ca;
}

h1 {
  font-weight: 700;
}

h2 {
  font-weight: 700;
  margin-top: 40px;
}

h3 {
  font-weight: 600;
  font-size: 1.25rem;
  margin: 40px 0 10px;
}

h4 {
  font-size: 1.25rem;
  margin: 40px 0 10px;
  font-weight: 500;
}

p, li {
  font-weight: 400;
  color: #0b0c0c;
  font-weight: 300;
  line-height: 1.4;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 1.25rem;
  font-size: 1.125rem;
  margin: 0;
  margin-bottom: 3rem;
  hyphens: none;
}
@media (min-width: 768px) {
  p, li {
    font-size: 1.125rem;
  }
}
@media (min-width: 1400px) {
  p, li {
    font-size: 1.25rem;
  }
}
@media (min-width: 1600px) {
  p, li {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 2000px) {
  p, li {
    font-size: 1.75rem;
  }
}

b, strong {
  font-weight: 600;
}

._container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  ._container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  ._container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  ._container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  ._container {
    max-width: 1020px;
  }
}
@media (min-width: 1200px) {
  ._container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  ._container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  ._container {
    max-width: 1600px;
  }
}
@media (min-width: 1200px) {
  ._container__lg {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  ._container__lg {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  ._container__lg {
    max-width: 1520px;
  }
}
@media (min-width: 2000px) {
  ._container__lg {
    max-width: 1800px;
  }
}
@media (min-width: 3000px) {
  ._container__lg {
    max-width: 2500px;
  }
}

._hr {
  margin: 40px auto;
  border: 0;
  border-top: 1px solid #e9ecef;
  border-top: 1px solid #000000;
  opacity: 1;
  width: 25%;
}

._btn {
  position: relative;
  background-color: #000000;
  border: none;
  border: 1px solid transparent;
  color: #ffffff;
  padding: 13px 26px;
  padding: 15px 50px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  min-width: 150px;
  transition: 0.3s;
}
@media (min-width: 576px) {
  ._btn {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  ._btn {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  ._btn {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  ._btn {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  ._btn {
    padding: 15px 50px;
  }
}
._btn:hover {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  cursor: pointer;
}
._btn > span {
  position: absolute;
  padding: 0 20px 0 20px;
  padding: 13px 20px;
  color: black;
  /* text-align: center; */
  /* text-decoration: none; */
  /* display: inline-block; */
  font-size: 16px;
  top: -1px;
  right: -60px;
  border: 1px solid transparent;
}

._text-center {
  text-align: center;
}

._text-right {
  text-align: right;
}

._text-left {
  text-align: left;
}

._small-text {
  font-size: 13px;
}

figcaption {
  font-size: 13px;
  color: #6c757d;
  font-weight: 300;
  margin: 0.5rem 0 3rem;
}
@media (min-width: 1200px) {
  figcaption {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  figcaption {
    font-size: 1.5rem;
  }
}

._fw-100 {
  font-weight: 100;
}

._fw-200 {
  font-weight: 200;
}

._fw-300 {
  font-weight: 300;
}

._fw-400 {
  font-weight: 400;
}

._fw-500 {
  font-weight: 500;
}

._fw-600 {
  font-weight: 600;
}

._fw-700 {
  font-weight: 700;
}

.welcome-buttons {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: max(2rem, min(2.13592vw + 1.49939rem, 4.0625rem));
}
.welcome-buttons button {
  align-items: center;
  background: 0 0;
  border: none;
  border-radius: 6.25rem;
  color: white, black;
  cursor: pointer;
  display: inline-flex;
  font-size: max(1rem, min(0.38835vw + 0.908981rem, 1.375rem));
  font-weight: 600;
  gap: 0.363636em;
  justify-content: center;
  letter-spacing: -0.01em;
  line-height: 1.04545;
  overflow: hidden;
  padding: 0.9375rem 1.5rem;
  position: relative;
  text-decoration: none;
}
.button--stroke .button__flair {
  transform: scale(0);
  transform-origin: 0 0;
  will-change: transform;
}

.button__flair {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

._s-worked-for,
._s-tm,
._s-favs,
._s-now,
._s-cv-copy,
._s-abt-copy,
._s-case,
._s-cases {
  margin: 4rem auto;
}
@media (min-width: 768px) {
  ._s-worked-for,
  ._s-tm,
  ._s-favs,
  ._s-now,
  ._s-cv-copy,
  ._s-abt-copy,
  ._s-case,
  ._s-cases {
    margin: 6rem auto;
  }
}
@media (min-width: 992px) {
  ._s-worked-for,
  ._s-tm,
  ._s-favs,
  ._s-now,
  ._s-cv-copy,
  ._s-abt-copy,
  ._s-case,
  ._s-cases {
    margin: 7rem auto;
  }
}
@media (min-width: 1200px) {
  ._s-worked-for,
  ._s-tm,
  ._s-favs,
  ._s-now,
  ._s-cv-copy,
  ._s-abt-copy,
  ._s-case,
  ._s-cases {
    margin: 8rem auto;
  }
}
@media (min-width: 1400px) {
  ._s-worked-for,
  ._s-tm,
  ._s-favs,
  ._s-now,
  ._s-cv-copy,
  ._s-abt-copy,
  ._s-case,
  ._s-cases {
    margin: 9rem auto;
  }
}

._s-intro,
._s-skills,
._s-bau {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  ._s-intro,
  ._s-skills,
  ._s-bau {
    padding: 6rem 0;
  }
}
@media (min-width: 992px) {
  ._s-intro,
  ._s-skills,
  ._s-bau {
    padding: 7rem 0;
  }
}
@media (min-width: 1200px) {
  ._s-intro,
  ._s-skills,
  ._s-bau {
    padding: 8rem 0;
  }
}
@media (min-width: 1400px) {
  ._s-intro,
  ._s-skills,
  ._s-bau {
    padding: 9rem 0;
  }
}

._s-brief,
._s-challenge ._s-process ._s-results {
  margin: 3rem 0;
}
@media (min-width: 768px) {
  ._s-brief,
  ._s-challenge ._s-process ._s-results {
    margin: 4rem 0;
  }
}

._section-title {
  text-align: center;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  ._section-title {
    margin: 2rem 0;
  }
}
@media (min-width: 1400px) {
  ._section-title {
    margin: 3rem 0;
  }
}

._s-access {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 60px);
}

._access-form {
  max-width: 400px;
  margin: 0 auto;
}
._access-form-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
._access-form-control {
  display: block;
  margin-bottom: 1rem;
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
._access-form-alert {
  font-size: 0.8rem;
  color: red;
}

._s-nav {
  background-color: #212529;
}
@media (min-width: 992px) {
  ._s-nav {
    background-color: initial;
  }
}

._nav {
  padding: 20px;
  margin: 0 auto;
  max-width: 1020px;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  min-height: 60px;
  width: 100%;
  align-items: center;
}
@media (min-width: 992px) {
  ._nav {
    min-height: 100px;
  }
}
@media (min-width: 2000px) {
  ._nav {
    max-width: 80vw;
  }
}
@media (min-width: 2500px) {
  ._nav {
    max-width: 60vw;
  }
}
@media (min-width: 3000px) {
  ._nav {
    max-width: 60vw;
  }
}
._nav__logo, ._nav__links a {
  text-decoration: none;
  font-family: "lemon-sans-next", Arial, Helvetica, sans-serif;
  letter-spacing: 0.01em;
}
._nav__logo {
  font-family: "lemon-sans-next", Arial, Helvetica, sans-serif;
  color: #ffffff;
}
@media (min-width: 992px) {
  ._nav__logo {
    color: #000000;
  }
}
._nav__logo:hover {
  color: #dee2e6;
  text-decoration: underline;
}
@media (min-width: 992px) {
  ._nav__logo:hover {
    color: #343a40;
  }
}
._nav__logo span {
  display: none;
}
@media (min-width: 992px) {
  ._nav__logo span {
    display: inline;
  }
}
._nav__links a {
  color: #ffffff;
  font-weight: 400;
  margin-left: 1rem;
}
@media (min-width: 992px) {
  ._nav__links a {
    color: #000000;
  }
}
._nav__links a:hover {
  color: #dee2e6;
  text-decoration: underline;
}
@media (min-width: 992px) {
  ._nav__links a:hover {
    color: #343a40;
  }
}
._nav__links a._linkedin {
  display: none;
}
@media (min-width: 992px) {
  ._nav__links a._linkedin {
    display: inline;
  }
}

._hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  ._hero {
    margin: 0 auto 100px;
    border-radius: 25px;
    width: calc(100% - 40px);
    max-width: 1600px;
  }
}
@media (min-width: 2000px) {
  ._hero {
    max-width: 80vw;
  }
}
@media (min-width: 2500px) {
  ._hero {
    max-width: 60vw;
  }
}
@media (min-width: 3000px) {
  ._hero {
    max-width: 60vw;
  }
}

._hero-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 5%;
  background: rgb(238, 174, 202);
  background: linear-gradient(60deg, rgba(238, 174, 202, 0.3) 0%, rgba(148, 187, 233, 0.3) 100%);
}
@media (min-width: 1800px) {
  ._hero-container {
    padding: 10%;
  }
}

._hero-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
._hero-content__title {
  font-size: 2.5rem;
  margin: 0 0 20px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  ._hero-content__title {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  ._hero-content__title {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  ._hero-content__title {
    padding: 0;
    font-size: 5rem;
  }
}
@media (min-width: 1600px) {
  ._hero-content__title {
    padding: 0;
    font-size: 6rem;
  }
}
@media (min-width: 2000px) {
  ._hero-content__title {
    font-size: 8rem;
    margin-bottom: 10px;
  }
}
._hero-content__info {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 0 30px;
  hyphens: none;
}
@media (min-width: 768px) {
  ._hero-content__info {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  ._hero-content__info {
    font-size: 30px;
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  ._hero-content__info {
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  ._hero-content__info {
    font-size: 2.25rem;
    margin: 0 0 40px;
  }
}
._hero-content__info:nth-child(5) {
  font-weight: 900;
}
._hero-content__skills {
  display: none;
}
@media (min-width: 768px) {
  ._hero-content__skills {
    display: flex;
    padding: 0;
    margin: 0;
    margin-bottom: 3rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
._hero-content__skills li {
  margin: 0 5px 5px 0;
  padding: 8px 20px;
  display: inline-block;
  font-size: 1rem;
  background: #ffffff;
  border-radius: 50px;
  font-weight: 300;
  background: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  ._hero-content__skills li {
    margin: 0 10px 14px 0;
    padding: 4px 10px;
  }
}
@media (min-width: 1200px) {
  ._hero-content__skills li {
    margin: 0 10px 14px 0;
    padding: 6px 15px;
  }
}
@media (min-width: 2000px) {
  ._hero-content__skills li {
    font-size: 1.25rem;
    padding: 8px 20px;
  }
}
._hero-content__skills li .fa-stack {
  font-size: 1rem;
}
._hero-content__skills li i {
  margin-right: 8px;
  color: #000000;
  color: #001ECB;
  color: #f4f1ea;
  color: #adb5bd;
}
._hero-content__skills li i.fa-inverse {
  color: #ffffff;
  color: #001ECB;
  color: #adb5bd;
}

:root {
  --color-bg1: rgb(108, 0, 162);
  --color-bg2: rgb(0, 17, 82);
  --color1: 18, 113, 255;
  --color2: 221, 74, 255;
  --color3: 100, 220, 255;
  --color4: 200, 50, 50;
  --color5: 180, 180, 50;
  --color-interactive: 140, 100, 255;
  --circle-size: 50%;
  --blending: hard-light;
}

@keyframes moveInCircle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(-50%) translateY(-10%);
  }
  50% {
    transform: translateX(50%) translateY(10%);
  }
  100% {
    transform: translateX(-50%) translateY(-10%);
  }
}
.gradient-bg {
  width: 100vw;
  min-height: 60vh;
  position: relative;
  overflow: hidden;
  background: linear-gradient(40deg, var(--color-bg1), var(--color-bg2));
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .gradient-bg {
    height: 80vh;
    height: 60vh;
  }
}
@media (min-width: 992px) {
  .gradient-bg {
    min-height: calc(100vh - 120px);
  }
}
.gradient-bg svg {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.gradient-bg .gradients-container {
  filter: url(#goo) blur(40px);
  width: 100%;
  height: 100%;
}
.gradient-bg .g1 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color1), 0.8) 0, rgba(var(--color1), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: center center;
  animation: moveVertical 30s ease infinite;
  opacity: 1;
  opacity: 0.4;
}
.gradient-bg .g2 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color2), 0.8) 0, rgba(var(--color2), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: calc(50% - 400px);
  animation: moveInCircle 20s reverse infinite;
  opacity: 1;
  opacity: 0.5;
}
.gradient-bg .g3 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color3), 0.8) 0, rgba(var(--color3), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2 + 200px);
  left: calc(50% - var(--circle-size) / 2 - 500px);
  transform-origin: calc(50% + 400px);
  animation: moveInCircle 40s linear infinite;
  opacity: 1;
  opacity: 0.5;
}
.gradient-bg .g4 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color4), 0.8) 0, rgba(var(--color4), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: calc(50% - 200px);
  animation: moveHorizontal 40s ease infinite;
  opacity: 0.7;
}
.gradient-bg .g5 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color5), 0.8) 0, rgba(var(--color5), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: calc(var(--circle-size) * 2);
  height: calc(var(--circle-size) * 2);
  top: calc(50% - var(--circle-size));
  left: calc(50% - var(--circle-size));
  transform-origin: calc(50% - 800px) calc(50% + 200px);
  animation: moveInCircle 20s ease infinite;
  opacity: 1;
  opacity: 0.5;
}
.gradient-bg .interactive {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color-interactive), 0.8) 0, rgba(var(--color-interactive), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: 100%;
  height: 100%;
  top: -50%;
  left: -50%;
  opacity: 0.7;
}

.box-rotate-container {
  display: none;
}
@media (min-width: 768px) {
  .box-rotate-container {
    display: block;
    position: absolute;
    top: 10vh;
    right: 2vw;
    z-index: 9999;
  }
}
.box-rotate-container .box-rotate {
  background-color: #f7b84d;
  height: 100px;
  width: 100px;
  border-radius: 30px;
}

._bau {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  grid-row-gap: 3rem;
  grid-column-gap: 2rem;
}
@media (min-width: 576px) {
  ._bau {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  ._bau {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  ._bau {
    grid-template-columns: repeat(6, 1fr);
  }
}
._bau li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
._bau li i {
  font-size: 2rem;
}
._bau-tool {
  display: block;
  font-weight: 600;
  text-align: center;
  margin-top: 0.5rem;
}
._bau-level {
  font-weight: 300;
  font-size: 13px;
  display: block;
}

@media (min-width: 2000px) {
  ._s-worked-for ._container__lg {
    max-width: 80vw;
  }
}
@media (min-width: 2500px) {
  ._s-worked-for ._container__lg {
    max-width: 60vw;
  }
}
@media (min-width: 3000px) {
  ._s-worked-for ._container__lg {
    max-width: 60vw;
  }
}

._wf__container {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-rows: 120px;
  grid-auto-rows: 100px;
  grid-row-gap: 0rem;
}
@media (min-width: 576px) {
  ._wf__container {
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  ._wf__container {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5% 10%;
    grid-gap: 10px;
  }
}
._wf__item {
  display: flex;
  align-items: center;
  padding: 1.2rem;
  padding: 15%;
}
@media (min-width: 992px) {
  ._wf__item {
    min-height: 100px;
    padding: 10px;
  }
}
._wf__item-ups {
  padding: 3rem;
}
._wf__item img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-height: 120px;
  object-fit: contain;
}
@media (min-width: 992px) {
  ._wf__item img {
    max-height: 120px;
  }
}

.marquee {
  overflow: hidden;
  width: 100%;
}

.marquee.marquee-left .marquee-inner {
  -webkit-animation: marquee-left 5s linear infinite;
  animation: marquee-left 5s linear infinite;
}

.marquee.marquee-right .marquee-inner {
  -webkit-animation: marquee-right 5s linear infinite;
  animation: marquee-right 5s linear infinite;
}

.marquee-inner {
  align-items: center;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  will-change: transform;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
}

@-webkit-keyframes marquee-left {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee-left {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes marquee-right {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes marquee-right {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
._s-intro {
  background: #ffffff;
}

._intro {
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  ._intro {
    max-width: 1000px;
    padding: 3rem 0;
  }
}
._intro-text {
  font-size: 2rem;
}
._intro ._btn {
  margin-top: 3rem;
}

._full-case {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: rgb(238, 174, 202);
  background: linear-gradient(60deg, rgba(238, 174, 202, 0.1) 0%, rgba(148, 187, 233, 0.2) 100%);
  border: 1px solid #f3f3f3;
  padding: 60px 0;
}
@media (min-width: 992px) {
  ._full-case {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    margin: 0 auto 100px;
    border-radius: 25px;
    width: calc(100% - 40px);
    max-width: 1600px;
    flex-direction: row-reverse;
    flex-direction: row;
    margin: 6rem auto;
    padding: 0;
  }
}
@media (min-width: 2000px) {
  ._full-case {
    max-width: 80vw;
  }
}
@media (min-width: 2500px) {
  ._full-case {
    max-width: 60vw;
  }
}
@media (min-width: 3000px) {
  ._full-case {
    max-width: 60vw;
  }
}
._full-case__asset-container {
  max-height: 300px;
  overflow: hidden;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  object-fit: contain;
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  ._full-case__asset-container {
    max-height: initial;
    overflow: initial;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 3% 0;
  }
}
@media (min-width: 1200px) {
  ._full-case__asset-container {
    padding: 6% 0;
  }
}
@media (min-width: 1400px) {
  ._full-case__asset-container {
    padding: 7% 0;
  }
}
@media (min-width: 1600px) {
  ._full-case__asset-container {
    padding: 8% 0;
  }
}
@media (min-width: 1600px) {
  ._full-case__asset-container {
    padding: 8% 0;
  }
}
@media (min-width: 1800px) {
  ._full-case__asset-container {
    padding: 9% 0;
  }
}
@media (min-width: 2000px) {
  ._full-case__asset-container {
    padding: 8% 0;
  }
}
@media (min-width: 992px) {
  ._full-case__asset-container {
    max-width: 320px;
  }
}
._full-case__asset-container img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 225px;
}
@media (min-width: 576px) {
  ._full-case__asset-container img {
    max-width: 275px;
  }
}
@media (min-width: 1600px) {
  ._full-case__asset-container img {
    max-width: 375px;
  }
}
._full-case__content-container {
  border-top: 1px solid #f1f2f6;
  padding: 20px 20px 0;
  padding: 40px 0 0;
  padding: 20px;
}
@media (min-width: 992px) {
  ._full-case__content-container {
    border: none;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 5%;
    border: none;
    height: 100%;
  }
}
@media (min-width: 1600px) {
  ._full-case__content-container {
    padding: 10% 0 10% 10%;
  }
}
._full-case__title {
  font-size: 1.75rem;
  margin-top: 20px;
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  ._full-case__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  ._full-case__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1600px) {
  ._full-case__title {
    font-size: 4rem;
  }
}
@media (min-width: 2000px) {
  ._full-case__title {
    font-size: 5rem;
  }
}
._full-case__desc {
  margin: 0 0 20px;
}
._full-case__date {
  font-weight: 400;
  color: #adb5bd;
  font-size: 14px;
  padding-left: 5px;
  display: none;
}
._full-case__lock-text {
  font-size: 12px;
  color: #343a40;
  margin: 8px 0 0;
}
._full-case__work {
  padding: 0;
  margin: 0 0 20px;
  flex-direction: row;
  flex-wrap: wrap;
}
._full-case__work span {
  display: inline-block;
  font-size: 0.8rem;
  background: #e9ecef;
  border-radius: 3px;
  padding: 2px 14px;
  margin: 0 5px 5px 0;
  display: inline-block;
  font-size: 0.8rem;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  border-radius: 5px;
  font-weight: 400;
  font-weight: 300;
  border: 1px solid #e9ecef;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  ._full-case__work span {
    font-size: 1rem;
    margin: 0 10px 14px 0;
    padding: 5px 18px;
  }
}

._gs-full-case__content-container {
  overflow: hidden; /* Ensures text is hidden initially */
}

._gs-reveal-text {
  opacity: 1; /* Default: text is visible */
  transform: none; /* Default: no transform */
  transition: all 0.3s ease; /* Optional smooth fallback */
}

.js ._gs-reveal-text {
  transform: translateY(100%); /* Start off-screen */
  opacity: 0; /* Make it invisible */
}

._card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

._card {
  position: relative;
  color: #212529;
  background-color: #f8f9fa;
  background-color: #ffffff;
  width: 100%;
  padding: 30px;
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
}
@media (min-width: 576px) {
  ._card {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  ._card {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  ._card {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  ._card {
    padding: 70px;
  }
}
._card h2 {
  margin-top: 0;
}
._card__date {
  font-weight: 400;
  color: #adb5bd;
  font-size: 14px;
  padding-left: 5px;
  display: none;
}
._card__lock {
  position: absolute;
  top: 10px;
  right: 15px;
}
._card__lock span {
  font-size: 12px;
  color: #adb5bd;
  color: #dee2e6;
  margin-right: 5px;
}
._card__lock-text {
  display: none;
}
._card .fad {
  color: #adb5bd;
}
._card__title {
  font-weight: 600;
}
._card__desc {
  font-weight: 400;
}
._card__work span {
  background: #f8f9fa;
  padding: 2px 8px 4px;
  margin: 0 4px 4px 0;
  display: inline-block;
  font-size: 12px;
}
@media (min-width: 768px) {
  ._card__work span {
    margin: 0 8px 4px 0;
  }
}

.ch-parent {
  background-color: #fff0e0;
  width: 100%;
  background: rgb(238, 174, 202);
  background: linear-gradient(60deg, rgba(238, 174, 202, 0.3) 0%, rgba(148, 187, 233, 0.3) 100%);
}
@media (min-width: 992px) {
  .ch-parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    margin: 0 auto 100px;
    border-radius: 25px;
    width: calc(100% - 40px);
    max-width: 1600px;
  }
}
@media (min-width: 2000px) {
  .ch-parent {
    max-width: 80vw;
  }
}
@media (min-width: 2500px) {
  .ch-parent {
    max-width: 60vw;
  }
}
@media (min-width: 3000px) {
  .ch-parent {
    max-width: 60vw;
  }
}
.ch-parent .ch-img-c {
  padding: 20px;
}
@media (min-width: 992px) {
  .ch-parent .ch-img-c {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 3% 0;
  }
}
@media (min-width: 1200px) {
  .ch-parent .ch-img-c {
    padding: 6% 0;
  }
}
@media (min-width: 1400px) {
  .ch-parent .ch-img-c {
    padding: 7% 0;
  }
}
@media (min-width: 1600px) {
  .ch-parent .ch-img-c {
    padding: 8% 0;
  }
}
@media (min-width: 1600px) {
  .ch-parent .ch-img-c {
    padding: 8% 0;
  }
}
@media (min-width: 1800px) {
  .ch-parent .ch-img-c {
    padding: 9% 0;
  }
}
@media (min-width: 2000px) {
  .ch-parent .ch-img-c {
    padding: 8% 0;
  }
}
.ch-parent .ch-img-c .ch-img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 225px;
}
@media (min-width: 576px) {
  .ch-parent .ch-img-c .ch-img {
    max-width: 275px;
  }
}
@media (min-width: 1600px) {
  .ch-parent .ch-img-c .ch-img {
    max-width: 375px;
  }
}
.ch-parent .summary-c {
  padding: 20px;
}
@media (min-width: 992px) {
  .ch-parent .summary-c {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 5% 0 5% 5%;
  }
}
@media (min-width: 992px) {
  .ch-parent .summary-c {
    padding: 5% 0 5% 5%;
    padding: 0 0 0 6%;
  }
}
@media (min-width: 1600px) {
  .ch-parent .summary-c {
    padding: 10% 0 10% 10%;
  }
}
.ch-parent .summary-c .ch-client {
  font-size: 1rem;
  width: fit-content;
  margin: 0 0 10px;
  color: #000000;
}
@media (min-width: 992px) {
  .ch-parent .summary-c .ch-client {
    font-size: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .ch-parent .summary-c .ch-client {
    font-size: 1.5rem;
  }
}
.ch-parent .summary-c .ch-title {
  font-size: 28px;
  font-size: clamp(1rem, 10vw, 3rem);
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .ch-parent .summary-c .ch-title {
    font-size: 36px;
    font-size: clamp(1rem, 7vw, 4rem);
  }
}
@media (min-width: 1200px) {
  .ch-parent .summary-c .ch-title {
    font-size: clamp(1rem, 4vw, 4rem);
  }
}
@media (min-width: 1600px) {
  .ch-parent .summary-c .ch-title {
    font-size: clamp(1rem, 4vw, 5rem);
  }
}
.ch-parent .summary-c .ch-strap {
  font-size: 24px;
  font-weight: 300;
  font-size: clamp(1rem, 6vw, 1.75rem);
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .ch-parent .summary-c .ch-strap {
    font-size: 30px;
    font-size: clamp(1rem, 6vw, 1.75rem);
    line-height: 1.3;
  }
}
@media (min-width: 1200px) {
  .ch-parent .summary-c .ch-strap {
    font-size: clamp(1rem, 5vw, 2rem);
  }
}
@media (min-width: 1600px) {
  .ch-parent .summary-c .ch-strap {
    font-size: clamp(1rem, 5vw, 2.5rem);
  }
}
.ch-parent .summary-c .ch-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Adjust columns dynamically */
  grid-auto-rows: 1fr;
  gap: 20px;
  width: 100%;
}
.ch-parent .summary-c .ch-summary div {
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 20px;
}
.ch-parent .summary-c .ch-summary p {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-size: 1rem;
  margin-bottom: 0;
}
@media (min-width: 1600px) {
  .ch-parent .summary-c .ch-summary p {
    font-size: clamp(1rem, 2vw, 1.25rem);
  }
}
.ch-parent .summary-c .ch-summary span {
  font-weight: 600;
  display: block;
}

.ch-parent {
  background-color: #fff0e0;
  width: 100%;
  background: rgb(238, 174, 202);
  background: linear-gradient(60deg, rgba(238, 174, 202, 0.3) 0%, rgba(148, 187, 233, 0.3) 100%);
}
@media (min-width: 992px) {
  .ch-parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    margin: 0 auto 100px;
    border-radius: 25px;
    width: calc(100% - 40px);
    max-width: 1600px;
  }
}
@media (min-width: 2000px) {
  .ch-parent {
    max-width: 80vw;
  }
}
@media (min-width: 2500px) {
  .ch-parent {
    max-width: 60vw;
  }
}
@media (min-width: 3000px) {
  .ch-parent {
    max-width: 60vw;
  }
}
.ch-parent .ch-img-c {
  padding: 20px;
}
@media (min-width: 992px) {
  .ch-parent .ch-img-c {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 3% 0;
  }
}
@media (min-width: 1200px) {
  .ch-parent .ch-img-c {
    padding: 6% 0;
  }
}
@media (min-width: 1400px) {
  .ch-parent .ch-img-c {
    padding: 7% 0;
  }
}
@media (min-width: 1600px) {
  .ch-parent .ch-img-c {
    padding: 8% 0;
  }
}
@media (min-width: 1600px) {
  .ch-parent .ch-img-c {
    padding: 8% 0;
  }
}
@media (min-width: 1800px) {
  .ch-parent .ch-img-c {
    padding: 9% 0;
  }
}
@media (min-width: 2000px) {
  .ch-parent .ch-img-c {
    padding: 8% 0;
  }
}
.ch-parent .ch-img-c figcaption {
  margin: 0.5rem 0 0;
}
.ch-parent .ch-img-c .ch-img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 225px;
}
@media (min-width: 576px) {
  .ch-parent .ch-img-c .ch-img {
    max-width: 275px;
  }
}
@media (min-width: 1600px) {
  .ch-parent .ch-img-c .ch-img {
    max-width: 375px;
  }
}
.ch-parent .summary-c {
  padding: 20px;
}
@media (min-width: 992px) {
  .ch-parent .summary-c {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 5% 0 5% 5%;
  }
}
@media (min-width: 992px) {
  .ch-parent .summary-c {
    padding: 5% 0 5% 5%;
    padding: 0 0 0 6%;
  }
}
@media (min-width: 1600px) {
  .ch-parent .summary-c {
    padding: 10% 0 10% 10%;
  }
}
.ch-parent .summary-c .ch-client {
  font-size: 1rem;
  width: fit-content;
  margin: 0 0 10px;
  color: #000000;
}
@media (min-width: 992px) {
  .ch-parent .summary-c .ch-client {
    font-size: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .ch-parent .summary-c .ch-client {
    font-size: 1.5rem;
  }
}
.ch-parent .summary-c .ch-title {
  font-size: 28px;
  font-size: clamp(1rem, 10vw, 3rem);
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .ch-parent .summary-c .ch-title {
    font-size: 36px;
    font-size: clamp(1rem, 7vw, 4rem);
  }
}
@media (min-width: 1200px) {
  .ch-parent .summary-c .ch-title {
    font-size: clamp(1rem, 4vw, 4rem);
  }
}
@media (min-width: 1600px) {
  .ch-parent .summary-c .ch-title {
    font-size: clamp(1rem, 4vw, 5rem);
  }
}
.ch-parent .summary-c .ch-strap {
  font-size: 24px;
  font-weight: 300;
  font-size: clamp(1rem, 6vw, 1.75rem);
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .ch-parent .summary-c .ch-strap {
    font-size: 30px;
    font-size: clamp(1rem, 6vw, 1.75rem);
    line-height: 1.3;
  }
}
@media (min-width: 1200px) {
  .ch-parent .summary-c .ch-strap {
    font-size: clamp(1rem, 5vw, 2rem);
  }
}
@media (min-width: 1600px) {
  .ch-parent .summary-c .ch-strap {
    font-size: clamp(1rem, 5vw, 2.5rem);
  }
}
.ch-parent .summary-c .ch-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Adjust columns dynamically */
  grid-auto-rows: 1fr;
  gap: 20px;
  width: 100%;
}
.ch-parent .summary-c .ch-summary div {
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 20px;
}
.ch-parent .summary-c .ch-summary p {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-size: 1rem;
  margin-bottom: 0;
}
@media (min-width: 1600px) {
  .ch-parent .summary-c .ch-summary p {
    font-size: clamp(1rem, 2vw, 1.25rem);
  }
}
.ch-parent .summary-c .ch-summary span {
  font-weight: 600;
  display: block;
}

._s-tldr {
  margin: 10vh 0;
}
@media (min-width: 1200px) {
  ._s-tldr {
    margin: 20vh 0;
  }
}

.tldr {
  font-family: "gelica", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .tldr {
    font-size: 2.5rem;
    max-width: 60vw;
  }
}
@media (min-width: 1600px) {
  .tldr {
    font-size: 3rem;
  }
}
.tldr span {
  font-weight: 500;
  color: #3f5efb;
  background-image: linear-gradient(45deg, #3f5efb 0%, #fc466b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

._s-case-hero-asset {
  background-color: red;
  background-color: #fff0e0;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 100px 0 0;
}
._s-case-hero {
  background-color: #ffffff;
  background-color: #fff0e0;
  padding: 60px 0;
  border-bottom: 3px #000000 solid;
  border-bottom: 2px solid #ffe3c7;
}
@media (min-width: 576px) {
  ._s-case-hero {
    padding: 80px 0;
  }
}
@media (min-width: 768px) {
  ._s-case-hero {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  ._s-case-hero {
    padding: 120px 0;
  }
}
@media (min-width: 1200px) {
  ._s-case-hero {
    padding: 140px 0;
  }
}
@media (min-width: 1400px) {
  ._s-case-hero {
    padding: 160px 0;
  }
}

._case-hero-content {
  display: flex;
  flex-direction: column;
}
._case-hero-content__client {
  font-size: 14px;
  font-size: 1rem;
  width: fit-content;
  margin: 0 0 20px;
  color: #ffffff;
  margin: 0 0 10px;
  color: #000000;
}
@media (min-width: 768px) {
  ._case-hero-content__client {
    font-size: 1.5rem;
  }
}
._case-hero-content__title {
  font-size: 28px;
  font-size: clamp(1rem, 10vw, 3rem);
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  ._case-hero-content__title {
    font-size: 36px;
    font-size: clamp(1rem, 10vw, 5rem);
  }
}
._case-hero-content__strap {
  font-size: 24px;
  font-weight: 300;
  font-size: clamp(1rem, 6vw, 2rem);
}
@media (min-width: 992px) {
  ._case-hero-content__strap {
    font-size: 36px;
    font-size: clamp(1rem, 6vw, 2.5rem);
  }
}

._case-hero-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Adjust columns dynamically */
  gap: 20px;
}
@media (min-width: 768px) {
  ._case-hero-summary {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
}
._case-hero-summary div {
  width: 100%;
  border-radius: 10px;
  background: rgba(164, 163, 192, 0.1);
  background: linear-gradient(90deg, rgba(200, 200, 200, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: #ffe3c7;
  padding: 20px;
}
._case-hero-summary p {
  font-size: clamp(1rem, 2vw, 1.25rem);
}

._case-copy {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  ._case-copy {
    max-width: 800px;
  }
}
@media (min-width: 2000px) {
  ._case-copy {
    max-width: 1000px;
  }
}
._case-copy h2 {
  font-size: 1rem;
  font-weight: 500;
  color: #6c757d;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  ._case-copy h2 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  ._case-copy h2 {
    font-size: 1.5rem;
  }
}
._case-copy h2 span {
  color: #0b0c0c;
  text-transform: initial;
  display: block;
  font-size: 1.5rem;
  margin-top: 5px;
  color: #3f5efb;
  background-image: linear-gradient(45deg, #3f5efb 0%, #fc466b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  ._case-copy h2 span {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  ._case-copy h2 span {
    font-size: 2.5rem;
  }
}
@media (min-width: 1600px) {
  ._case-copy h2 span {
    font-size: 3rem;
  }
}
@media (min-width: 2000px) {
  ._case-copy h2 span {
    font-size: 3.5rem;
  }
}
._case-copy h3 {
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  ._case-copy h3 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1400px) {
  ._case-copy h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1600px) {
  ._case-copy h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 2000px) {
  ._case-copy h3 {
    font-size: 1.75rem;
  }
}
._case-copy h4 {
  font-size: 1.125rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  ._case-copy h4 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1400px) {
  ._case-copy h4 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  ._case-copy h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  ._case-copy h4 {
    font-size: 1.75rem;
  }
}
._case-copy p, ._case-copy li {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  ._case-copy p, ._case-copy li {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  ._case-copy li {
    margin-bottom: 10px;
  }
}

._s-case figure {
  margin: 0 auto 4rem;
}
@media (min-width: 768px) {
  ._s-case figure {
    margin: 0 auto 8rem;
  }
}
@media (min-width: 1400px) {
  ._s-case figure {
    margin: 0 auto 10rem;
  }
}
._s-case figure img {
  width: 100%;
}
._s-case ._results-three {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
}
@media (min-width: 768px) {
  ._s-case ._results-three {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1rem;
    padding: 0;
  }
}
._s-case ._results-three img {
  max-width: 375px;
  display: block;
  margin: 0 auto;
}

._case-asset {
  width: 100%;
  border: 1px solid #dfdfdf;
}

._s-carousel {
  max-width: 1000px;
  margin: 0 auto;
}

._s-abt-hero {
  background-color: #f8f9fa;
  background-color: #ffffff;
  background-color: #00c19f;
  padding: 60px 0;
  border-bottom: 3px #000000 solid;
  min-height: 70vh;
}
@media (min-width: 576px) {
  ._s-abt-hero {
    padding: 80px 0;
  }
}
@media (min-width: 768px) {
  ._s-abt-hero {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  ._s-abt-hero {
    padding: 120px 0;
  }
}
@media (min-width: 1200px) {
  ._s-abt-hero {
    padding: 140px 0;
  }
}
@media (min-width: 1400px) {
  ._s-abt-hero {
    padding: 160px 0;
  }
}

._abt-hero-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  ._abt-hero-content {
    flex-direction: row-reverse;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
._abt-hero-content__title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 768px) {
  ._abt-hero-content__title {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  ._abt-hero-content__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  ._abt-hero-content__title {
    font-size: 4rem;
  }
}
@media (min-width: 1400px) {
  ._abt-hero-content__title {
    font-size: 4.5rem;
  }
}
._abt-hero-content__info {
  font-size: 1.25rem;
  line-height: 1.5;
  hyphens: none;
}
@media (min-width: 768px) {
  ._abt-hero-content__info {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  ._abt-hero-content__info {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  ._abt-hero-content__info {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  ._abt-hero-content__info {
    font-size: 2rem;
  }
}
._abt-hero-content__selfie {
  margin: 0 auto;
}
._abt-hero-content__selfie img {
  width: 100%;
  max-width: 375px;
}
._abt-hero-content figcaption {
  margin: 0.5rem 0 0;
}

._abt-copy {
  max-width: 600px;
  margin: 0 auto;
}
._abt-copy h2 {
  margin: 40px 0 20px;
}
._abt-copy p {
  line-height: 1.7;
}

._s-favs h2,
._s-skills h2,
._s-software h2 {
  font-weight: 700;
  margin: 1rem 0 2rem;
}
._s-favs h2 i.fa-heart,
._s-skills h2 i.fa-heart,
._s-software h2 i.fa-heart {
  color: #e81224;
}

._favs,
._skills,
._software {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  ._favs,
  ._skills,
  ._software {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  ._favs,
  ._skills,
  ._software {
    grid-template-columns: repeat(4, 1fr);
  }
}
._favs p,
._skills p,
._software p {
  font-weight: 600;
  margin: 1.5rem 0 0.5rem;
}
._favs ul,
._skills ul,
._software ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
._favs li,
._skills li,
._software li {
  margin: 0.5rem 0 0;
}
._favs li span,
._skills li span,
._software li span {
  display: none;
  margin: 0;
}

._tm {
  max-width: 600px;
  margin: 0 auto;
}
._now-container {
  display: flex;
  flex-direction: row;
  /* max-width: 600px; */
  flex-wrap: nowrap;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
}
._s-cv-hero {
  background-color: #f8f9fa;
  background-color: #ffffff;
  background-color: #709ed6;
  padding: 60px 0;
  border-bottom: 3px #000000 solid;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 576px) {
  ._s-cv-hero {
    padding: 80px 0;
  }
}
@media (min-width: 768px) {
  ._s-cv-hero {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  ._s-cv-hero {
    padding: 120px 0;
  }
}
@media (min-width: 1200px) {
  ._s-cv-hero {
    padding: 140px 0;
  }
}
@media (min-width: 1400px) {
  ._s-cv-hero {
    padding: 160px 0;
  }
}

._cv-hero-content {
  display: flex;
  flex-direction: column;
}
._cv-hero-content__title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 768px) {
  ._cv-hero-content__title {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  ._cv-hero-content__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
  ._cv-hero-content__title {
    font-size: 4rem;
  }
}
@media (min-width: 1400px) {
  ._cv-hero-content__title {
    font-size: 4.5rem;
  }
}
._cv-hero-content__info {
  font-size: 1.25rem;
  line-height: 1.5;
  hyphens: none;
}
@media (min-width: 768px) {
  ._cv-hero-content__info {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  ._cv-hero-content__info {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  ._cv-hero-content__info {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  ._cv-hero-content__info {
    font-size: 2rem;
  }
}

._cv-copy {
  max-width: 600px;
  margin: 0 auto;
}
._cv-copy__date {
  font-size: 15px;
  margin: 1rem 0;
  font-weight: 200;
}

._s-skills,
._s-software {
  background-color: #ffffff;
}
@media (min-width: 576px) {
  ._s-skills,
  ._s-software {
    padding: 80px 0;
  }
}
@media (min-width: 768px) {
  ._s-skills,
  ._s-software {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  ._s-skills,
  ._s-software {
    padding: 120px 0;
  }
}
@media (min-width: 1200px) {
  ._s-skills,
  ._s-software {
    padding: 140px 0;
  }
}
@media (min-width: 1400px) {
  ._s-skills,
  ._s-software {
    padding: 160px 0;
  }
}

._s-skills {
  border-top: 3px #000000 solid;
}

@media (min-width: 576px) {
  ._s-software {
    padding: 0 0 80px;
  }
}
@media (min-width: 768px) {
  ._s-software {
    padding: 0 0 100px;
  }
}
@media (min-width: 992px) {
  ._s-software {
    padding: 0 0 120px;
  }
}
@media (min-width: 1200px) {
  ._s-software {
    padding: 0 0 140px;
  }
}
@media (min-width: 1400px) {
  ._s-software {
    padding: 0 0 160px;
  }
}

._s-bottom-ctas {
  border-top: 2px solid #000000;
  background: #fff4b0;
  background: #ffffff;
  padding-top: 5rem;
  padding-bottom: 4rem;
}
._s-bottom-ctas:first-child {
  padding: 0 20px 0 0;
}

._bottom-ctas {
  display: flex;
  flex-direction: row;
}
._bottom-ctas__item {
  flex: 1 1 0%;
}
._bottom-ctas > div {
  padding-right: 20px;
}
._bottom-ctas__detail {
  font-size: 14px;
}
@media (min-width: 768px) {
  ._bottom-ctas__detail {
    font-size: 18px;
  }
}
._bottom-ctas__link {
  font-size: 18px;
}
@media (min-width: 768px) {
  ._bottom-ctas__link {
    font-size: 24px;
  }
}

._s-ftr {
  padding: 2rem 0;
  background-color: #343a40;
}

._ftr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 576px) {
  ._ftr {
    padding: 25px 20px;
  }
}
@media (min-width: 768px) {
  ._ftr {
    padding: 30px 20px;
  }
}
@media (min-width: 992px) {
  ._ftr {
    padding: 35px 0;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  ._ftr {
    padding: 40px 20px;
  }
}
@media (min-width: 1400px) {
  ._ftr {
    padding: 45px 20px;
  }
}
._ftr__copy {
  color: #ffffff;
  text-align: center;
  margin: 0 0 1rem 0;
}
@media (min-width: 768px) {
  ._ftr__copy {
    margin: 0;
    text-align: left;
  }
}
._ftr__tea, ._ftr__tw, ._ftr__li, ._ftr__in {
  text-decoration: none;
  color: #212529;
  padding: 4px 10px 6px;
  background: #ffffff;
  border-radius: 5px;
  margin-right: 5px;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  ._ftr__tea, ._ftr__tw, ._ftr__li, ._ftr__in {
    padding: 8px 14px 8px;
    font-size: 1rem;
  }
}
._ftr__tea .fab, ._ftr__tea .far, ._ftr__tw .fab, ._ftr__tw .far, ._ftr__li .fab, ._ftr__li .far, ._ftr__in .fab, ._ftr__in .far {
  margin-right: 5px;
}
._ftr__tea {
  display: none;
}
@media (min-width: 768px) {
  ._ftr__tea {
    display: inline;
  }
}
._ftr__tea:hover {
  color: #343a40;
  background-color: #fd0;
}
._ftr__tea:hover i {
  color: #212529;
}
._ftr__tw:hover {
  color: #ffffff;
  background-color: #1da1f2;
}
._ftr__li:hover {
  color: #ffffff;
  background-color: #833ab4;
}
._ftr__in:hover {
  color: #ffffff;
  background-color: #0077b5;
}

:root {
  --color-1: #186cb8;
  --color-2: #2a9a9f;
  --color-3: #f1b211;
  --color-4: #e83611;
  --color-5: #f9002f;
}

.ct {
  background: linear-gradient(219deg, var(--color-1) 19%, transparent 19%, transparent 20%, var(--color-2) 20%, var(--color-2) 39%, transparent 39%, transparent 40%, var(--color-3) 40%, var(--color-3) 59%, transparent 59%, transparent 60%, var(--color-4) 60%, var(--color-4) 79%, transparent 79%, transparent 80%, var(--color-5) 80%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

@supports (background-clip: text) or (-webkit-background-clip: text) {
  .tama-text {
    background-image: url("data:image/svg+xml,%3Csvg width='2250' height='900' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath fill='%2300A080' d='M0 0h2255v899H0z'/%3E%3Ccircle cx='366' cy='207' r='366' fill='%2300FDCF'/%3E%3Ccircle cx='1777.5' cy='318.5' r='477.5' fill='%2300FDCF'/%3E%3Ccircle cx='1215' cy='737' r='366' fill='%23008060'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 110% auto;
    background-position: center;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
}

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