@import url("https://use.typekit.net/ztg7nje.css");

@font-face {
  font-family: Cal Sans;
  src:
    url(../fonts/cal-sans/CalSans-Regular.woff2) format("woff2"),
    url(../fonts/cal-sans/CalSans-Regular.woff) format("woff"),
    url(../fonts/cal-sans/CalSans-Regular.ttf) format("truetype");
  font-weight: var(--font-weight-normal);
  font-style: normal;
}

:root {
  --color--grey: #ced0d3;
  --accent-gradient: linear-gradient(
    90deg,
    #f5007b 0%,
    #820481 40%,
    #24b2b3 95%
  );
  --accent-gradient-2: linear-gradient(90deg, #f5007b 0%, #820481 100%);
  --color--void: #171717;
  --color--primary: #ced0d3;
  --color--accent: #f5007b;
  --font-weight-light: 200;
  --font-weight-normal: 400;
  --aspect-ratio--square: 1;
  --aspect-ratio--4-3: 4 / 3;
  --aspect-ratio--3-4: 3 / 4;
  --aspect-ratio--3-2: 3 / 2;
  --aspect-ratio--2-3: 2 / 3;
  --aspect-ratio--16-9: 16 / 9;
  --aspect-ratio--9-16: 9 / 16;
  --color--black: #000000;
  --color--cyan-bluish-gray: #abb8c3;
  --color--white: #fff;
  --color--pale-pink: #f78da7;
  --color--vivid-red: #cf2e2e;
  --color--luminous-vivid-orange: #ff6900;
  --color--luminous-vivid-amber: #fcb900;
  --color--light-green-cyan: #7bdcb5;
  --color--vivid-green-cyan: #00d084;
  --color--pale-cyan-blue: #8ed1fc;
  --color--vivid-cyan-blue: #0693e3;
  --color--vivid-purple: #9b51e0;
  --color--ink: #181818;
  --color--coal: #272727;
  --color--void: #171717;
  --color--night: #0a0a0a;
  --color--stone: #6d6969;
  --color--silver: #a3a3a3;
  --color--primary: #ced0d3;
  --color--plum: #820481;
  --color--secondary: #f5007b;
  --color--mint: #acd1c9;
  --color--green: #9dbeb7;
  --gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgb(6, 147, 227) 0%,
    rgb(155, 81, 224) 100%
  );
  --gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgb(252, 185, 0) 0%,
    rgb(255, 105, 0) 100%
  );
  --gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgb(255, 105, 0) 0%,
    rgb(207, 46, 46) 100%
  );
  --gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --gradient--blue-navy: linear-gradient(45deg, #003963 10%, #07183c 90%);
  --gradient--glacier-cloud: linear-gradient(45deg, #dfe8ed 10%, #e0e9eb 90%);
  --font-size--small: 13px;
  --font-size--medium: 20px;
  --font-size--large: 36px;
  --font-size--x-large: 42px;
  --font-size--font-12: 1.2rem;
  --font-size--font-14: 1.4rem;
  --font-size--font-15: clamp(1.45rem, 1.437rem + 0.07vw, 1.5rem);
  --font-size--font-16: clamp(1.55rem, 1.536rem + 0.08vw, 1.6rem);
  --font-size--font-17: clamp(1.65rem, 1.636rem + 0.08vw, 1.7rem);
  --font-size--font-18: clamp(1.7rem, 1.671rem + 0.161vw, 1.85rem);
  --font-size--font-20: clamp(1.85rem, 1.804rem + 0.245vw, 2rem);
  --font-size--font-21: clamp(1.775rem, 1.804rem + 0.245vw, 2.2rem);
  --font-size--font-22: clamp(1.9rem, 1.814rem + 0.429vw, 2.2rem);
  --font-size--font-23: clamp(1.95rem, 1.886rem + 0.643vw, 2.3rem);
  --font-size--font-24: clamp(2rem, 1.886rem + 0.643vw, 2.4rem);
  --font-size--font-26: clamp(2rem, 1.886rem + 0.643vw, 2.6rem);
  --font-size--font-28: clamp(2.2rem, 2.042rem + 0.842vw, 2.8rem);
  --font-size--font-32: clamp(2.4rem, 2.153rem + 1.309vw, 3.2rem);
  --font-size--font-42: clamp(2.4rem, 1.886rem + 2.893vw, 4.2rem);
  --font-size--font-45: clamp(2.7rem, 2.113rem + 3.109vw, 4.5rem);
  --font-size--font-50: clamp(2.6rem, 1.7273rem + 4.3636vw, 5rem);
  --font-size--font-60: clamp(2.6rem, 1.7273rem + 4.3636vw, 6rem);
  --font-size--font-80: clamp(2.1rem, -0.0455rem + 10.7273vw, 8rem);
  --font-family--system:
    system-ui, "Segoe UI", "Roboto", "Helvetica", "Arial", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family--primary: "myriad-pro", sans-serif;
  --font-family--secondary: "Cal Sans", sans-serif;
  --font-family--tertiary: "SF Pro Text", sans-serif;
  --font-family--insig: "anzeigen-grotesk", sans-serif;
  --spacing--20: 0.44rem;
  --spacing--30: 0.67rem;
  --spacing--40: 1rem;
  --spacing--50: 1.5rem;
  --spacing--60: 2.25rem;
  --spacing--70: 3.38rem;
  --spacing--80: 5.06rem;
  --spacing--small: clamp(1rem, 0.714rem + 1.429vw, 2rem);
  --spacing--normal: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
  --spacing--m: clamp(4rem, 1.5rem + 5vw, 6rem);
  --spacing--l: clamp(5.5rem, 1.5rem + 5vw, 8rem);
  --spacing--xl: clamp(2rem, -0.9091rem + 14.5455vw, 10rem);
  --spacing--contentgap: 5vw;
  --shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
  --shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
}

:root :where(p) {
  font-family: var(--font-family--primary);
  font-size: var(--font-size--font-18);
  font-weight: 300;
  color: var(--color--primary);
  line-height: 1.5;
  margin-bottom: 1.5ch;
}

html {
  font-size: 62.5%;
  font-family: var(--font-family--primary);
}

body {
  font-family: var(--font-family--primary);
  color: var(--color--primary);
  font-variant-ligatures: no-common-ligatures;
  background: #0a0a0a;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

li {
  font-family: var(--font-family--primary);
  font-size: var(--font-size--font-18);
  color: var(--color--primary);
}

.font-primary {
  font-family: var(--font-family--primary) !important;
}

.font-secondary {
  font-family: var(--font-family--secondary) !important;
}

.font-tertiary {
  font-family: var(--font-family--tertiary) !important;
}

.mw-100px {
  min-width: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color--white);
  font-family: var(--font-family--secondary);
  margin-bottom: 1.1ch;
  text-transform: none;
  font-weight: var(--font-weight-normal);
}

h2 {
  font-size: var(--font-size--font-32);
  line-height: 1.25;
}

h3 {
  font-size: var(--font-size--font-21);
  line-height: 1.25;
}

a {
  text-decoration: none;
}

a,
button {
  cursor: revert;
}

a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--mint);
  text-decoration: underline;
}

.load-on-scroll {
  opacity: 0;
  transition: opacity 0.8s ease;
  will-change: opacity, transform;
}

.load-on-scroll.is-visible {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .load-on-scroll {
    transition: none;
    transform: none;
  }
}

#content
  a:where(
    :not(.company-grid__company):not(.page-numbers):not(.btn-sm):not(
        .cal-link
      ):not(.tabs-button):not(.link-grid__link):not(.company):not(
        .wp-element-button
      ):not(.btn):not(.file):not(.doc):not(.post-excerpt):not(.li):not(
        .back
      ):not(.excerpt):not(.client):not(.link-cta):not(.aim__btn)
  ) {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 0.085rem;
  text-underline-position: under;
  color: #acd1c9;
  cursor: pointer;
  transition:
    color 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    text-decoration-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

*.fs-12 {
  font-size: var(--font-size--font-12) !important;
}

*.fs-14 {
  font-size: var(--font-size--font-14) !important;
}

*.fs-16 {
  font-size: var(--font-size--font-16) !important;
}

*.fs-20 {
  font-size: var(--font-size--font-20) !important;
}

*.fs-24 {
  font-size: var(--font-size--font-24) !important;
}

*.fs-26 {
  font-size: var(--font-size--font-26) !important;
}

*.fs-28 {
  font-size: var(--font-size--font-28) !important;
}

*.fs-32 {
  font-size: var(--font-size--font-32) !important;
}

*.fs-42 {
  font-size: var(--font-size--font-42) !important;
}

*.fs-45 {
  font-size: var(--font-size--font-45) !important;
}

*.fs-50 {
  font-size: var(--font-size--font-50) !important;
}

*.fs-60 {
  font-size: var(--font-size--font-60) !important;
}

.floating-circle {
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.floating-circle.circle-1 {
  width: 80%;
  aspect-ratio: 1/0.55;
  background: radial-gradient(
    circle,
    rgba(130, 4, 129, 0.5) 0%,
    transparent 50%
  );
  bottom: 35%;
  left: 10%;
  opacity: 1;
  animation:
    pulseScale 9s ease-in-out infinite alternate,
    colorShift 5s ease-in-out infinite alternate;
}

.floating-circle.circle-2 {
  width: 70%;
  max-width: 650px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(130, 4, 129, 0.5) 0%,
    rgba(130, 4, 129, 0) 90%
  );
  top: -5%;
  left: 10%;
  opacity: 1;
  animation:
    moveCircle2 25s ease-in-out infinite alternate,
    colorShift 20s ease-in-out infinite alternate;
}

.floating-circle.circle-3 {
  width: 70%;
  max-width: 700px;
  background: radial-gradient(
    circle,
    rgba(245, 0, 123, 0.4) 0%,
    transparent 70%
  );
  top: 5%;
  right: -15%;
  opacity: 1;
  animation:
    moveCircle3 15s ease-in-out infinite alternate,
    colorShift 7s ease-in-out infinite alternate;
}

@keyframes moveCircle1 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(40%, 60%);
  }
}

@keyframes moveCircle2 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(-15%, 30%);
    opacity: 0.8;
  }
  100% {
    transform: translate(-25%, 90%);
    opacity: 1;
  }
}

@keyframes moveCircle3 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    transform: translate(-115%, -5%);
    opacity: 1;
  }
}

@keyframes moveCircle4 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    transform: translate(-115%, -5%);
    opacity: 1;
  }
}

@keyframes moveCircle5 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(60%, -70%);
  }
  50% {
    transform: translate(90%, -45%);
  }
  75% {
    transform: translate(80%, 20%);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes pulseScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.site-primary-btn {
  font-family: var(--font-family--tertiary);
  font-weight: 500;
  font-size: var(--font-size--font-14);
  padding: 0.5rem 2.5rem;
  color: #fff;
  background: #f5007b;
  border: 1px solid transparent;
  border-radius: 5rem;
  transition:
    background 0.35s ease-in-out,
    border 0.35s ease-in-out;
  text-decoration: none;
  min-width: 100px;
}

.site-primary-btn:hover,
.site-primary-btn:active,
.site-primary-btn:focus {
  background: transparent;
  border-color: #f5007b;
}

.site-light-btn {
  font-family: var(--font-family--tertiary);
  font-weight: 500;
  font-size: var(--font-size--font-14);
  padding: 0.5rem 2.5rem;
  color: #fff;
  background: #181818;
  border: 1px solid rgba(163, 163, 163, 0.3);
  border-radius: 5rem;
  transition:
    background 0.35s ease-in-out,
    border 0.35s ease-in-out;
  text-decoration: none;
  min-width: 100px;
}

.site-light-btn:hover,
.site-light-btn:active,
.site-light-btn:focus {
  border-color: #fff;
}

.site-toggle-btn {
  font-family: var(--font-family--tertiary);
  font-weight: 500;
  font-size: var(--font-size--font-14);
  padding: 0.5rem 2.5rem;
  color: #000;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5rem;
  transition:
    background 0.35s ease-in-out,
    border 0.35s ease-in-out;
  text-decoration: none;
}

.site-toggle-btn.active {
  color: #fff;
  background: #f5007b !important;
  border: 1px solid transparent !important;
}

.site-toggle-btn:hover,
.site-toggle-btn:active,
.site-toggle-btn:focus {
  color: #fff;
  background: transparent;
  border-color: #f5007b;
}

.text-grey {
  color: var(--color--primary);
}

.text-accent {
  color: var(--color--accent);
}

.btn-accent {
  background: var(--color--accent);
  color: #fff;
}

form input:active,
form input:focus,
form textarea:active,
form textarea:focus,
form select:active,
form select:focus {
  outline: none !important;
  border: 1px solid #a3a3a3;
}

form input[type="submit"],
form input[type="button"],
form input[type="text"],
form input[type="email"],
form input[type="checkbox"],
form textarea[type="submit"],
form textarea[type="button"],
form textarea[type="text"],
form textarea[type="email"],
form textarea[type="checkbox"],
form select[type="submit"],
form select[type="button"],
form select[type="text"],
form select[type="email"],
form select[type="checkbox"] {
  -webkit-appearance: none;
}

form label,
form .gfield_text {
  display: block;
  font-weight: var(--font-weight-light);
  font-size: var(--font-size--font-18);
  margin: 0 0 0.5rem 0;
  color: #acd1c9;
}

form input,
form textarea,
form select {
  width: 100%;
  font-family: var(--font-family--primary);
  font-weight: var(--font-weight-light);
  font-size: var(--font-size--font-18);
  padding: 0.8ch 1.2rem;
  color: #ced0d3;
  background: transparent;
  border: 1px solid #6d6969;
  border-radius: 5px;
  -webkit-appearance: none;
  transition: border 0.18s ease-in-out;
}

.gfield {
  color: #acd1c9;
}

.wfield_description {
  font-weight: var(--font-weight-light);
  font-size: var(--font-size--font-14);
  color: #fff;
}

.grfield_description {
  font-weight: var(--font-weight-light);
  font-size: var(--font-size--font-14);
  color: var(--color--grey);
}

.grfield_description {
  font-weight: var(--font-weight-light);
  font-size: var(--font-size--font-14);
  color: var(--color--grey);
}

.hero-section {
  padding: 4rem 1rem 1rem;
}

.hero-text {
  font-size: var(--font-size--font-22);
  max-width: 720px;
}

.accent-header span {
  position: relative;
}

.accent-header span::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.125ch;
  border-radius: 0.125ch;
  position: absolute;
  bottom: -0.25ch;
  left: 0;
  z-index: -1;
  background: var(--accent-gradient);
  animation: fadeIn 0.85s ease-out forwards 1.75s;
}

.accent-header span.accent-line-2::after {
  background: var(--accent-gradient-2);
}

.description-text {
  font-size: var(--font-size--font-22);
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1020;
}

#nav-menu {
  background: transparent;
  border-bottom: 1px solid rgba(109, 105, 105, 0.3);
}

#nav-menu.sticky {
  background-color: rgba(10, 10, 10, 0.85);
  background: linear-gradient(
    270deg,
    rgba(23, 23, 23, 0.85) 0%,
    rgba(10, 10, 10, 0.85) 100%
  );
  background: -moz-linear-gradient(
    270deg,
    rgba(23, 23, 23, 0.85) 0%,
    rgba(10, 10, 10, 0.85) 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(23, 23, 23, 0.85) 0%,
    rgba(10, 10, 10, 0.85) 100%
  );
  background: -o-linear-gradient(
    270deg,
    rgba(23, 23, 23, 0.85) 0%,
    rgba(10, 10, 10, 0.85) 100%
  );
  background: -ms-linear-gradient(
    270deg,
    rgba(23, 23, 23, 0.85) 0%,
    rgba(10, 10, 10, 0.85) 100%
  );
}

.stat-card {
  padding: 1.5rem 0.75rem;
  text-align: center;
  background-color: #272727;
  background: linear-gradient(0deg, #181818 0%, #272727 100%);
  background: -moz-linear-gradient(0deg, #181818 0%, #272727 100%);
  background: -webkit-linear-gradient(0deg, #181818 0%, #272727 100%);
  background: -o-linear-gradient(0deg, #181818 0%, #272727 100%);
  background: -ms-linear-gradient(0deg, #181818 0%, #272727 100%);
  border: 1px solid rgba(109, 105, 105, 0.3);
  border-radius: 10px;
  height: 100%;
}

.stat-value {
  font-family: var(--font-family--secondary);
  font-size: var(--font-size--font-42);
  font-weight: bold;
  font-style: normal;
  font-weight: var(--font-weight-normal);
  line-height: 1.25;
  color: #acd1c9;
}

.stat-label,
.feature-card p {
  font-size: var(--font-size--font-16);
  font-weight: 300;
  margin: 0 !important;
  color: #fff;
}

.card-icon {
  width: 62px;
  height: 62px;
}

.feature-card {
  padding: 1.5rem 0.75rem;
  text-align: center;
  background-color: #272727;
  background: linear-gradient(0deg, #181818 0%, #272727 100%);
  background: -moz-linear-gradient(0deg, #181818 0%, #272727 100%);
  background: -webkit-linear-gradient(0deg, #181818 0%, #272727 100%);
  background: -o-linear-gradient(0deg, #181818 0%, #272727 100%);
  background: -ms-linear-gradient(0deg, #181818 0%, #272727 100%);
  border: 1px solid rgba(109, 105, 105, 0.3);
  border-radius: 10px;
  height: 100%;
}

.feature-card h5 {
  font-family: var(--font-family--secondary);
  font-size: var(--font-size--font-24);
  font-style: normal;
  font-weight: var(--font-weight-normal);
  line-height: 1.3;
  margin: 0 0 0.5rem;
  color: #acd1c9;
}

.section-sub {
  max-width: 600px;
}

.integration-list {
  max-width: 500px;
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.integration-list li {
  margin: 0;
  padding: 1rem 0 1rem 5rem;
  position: relative;
}

.integration-list li::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='30' fill='none'%3E%3Cpath fill='%23F5007B' d='M28.919 8.513a15 15 0 1 1-3.36-4.548L29.354.17a.6.6 0 0 1 .847.847L15.825 15.393a.6.6 0 0 1-.848-.847l4.643-4.643a6.59 6.59 0 1 0 2.363 4.688.6.6 0 0 1 1.198-.07 7.787 7.787 0 1 1-2.71-5.467l4.244-4.243a13.778 13.778 0 0 0-19.048 19.9A13.778 13.778 0 0 0 27.83 9.03a.6.6 0 1 1 1.082-.516h.006Z'/%3E%3C/svg%3E");
  background-size: cover;
  position: absolute;
  top: 2.25rem;
  left: 0;
}

.bg-gradient {
  position: absolute;
  left: -25.83%;
  right: 50.83%;
  top: 48.45%;
  bottom: -167.52%;

  background: radial-gradient(
    70.71% 70.71% at 50% 50%,
    rgba(130, 4, 129, 0.4) 0%,
    rgba(130, 4, 129, 0) 50%
  );
  border-radius: 540px;

  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 0;
}

.styled-box {
  padding: 3rem 2.5rem;
  background: #272727;
  background: linear-gradient(0deg, #181818 0%, #272727 100%);
  background: -moz-linear-gradient(0deg, #181818 0%, #272727 100%);
  background: -webkit-linear-gradient(0deg, #181818 0%, #272727 100%);
  background: -o-linear-gradient(0deg, #181818 0%, #272727 100%);
  background: -ms-linear-gradient(0deg, #181818 0%, #272727 100%);
  border: 1px solid rgba(109, 105, 105, 0.3);
  border-radius: 10px;
}

#contact-section #contact-info {
  position: relative;
}

#contact-section #contact-info:after {
  content: "";
  display: block;
  width: 90%;
  aspect-ratio: 1 / 1;
  background: radial-gradient(
    circle,
    rgba(130, 4, 129, 0.3) 0%,
    transparent 70%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(5%, 10%);
  z-index: -1;
}

p.email a {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 0.085rem;
  text-underline-position: under;
  color: #fff;
}

p.email a:hover,
p.email a:focus {
  color: #acd1c9;
  cursor: pointer;
  transition:
    color 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    text-decoration-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

p.email,
p.address {
  padding-left: 32px;
  position: relative;
}

p.email:before {
  content: "";
  display: block;
  width: 22px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='19' fill='none'%3E%3Crect width='21' height='17' x='.707' y='1.302' stroke='%23ACD1C9' rx='1.5'/%3E%3Cpath stroke='%23ACD1C9' stroke-linejoin='round' d='m3.854 4.428 7.263 7.239 7.299-7.24m-2.94 7.049 3.48 3.7m-15.497-.055 3.384-3.6'/%3E%3C/svg%3E");
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  left: 0;
}

p.address:before {
  content: "";
  display: block;
  width: 18px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='22' fill='none'%3E%3Cpath stroke='%239DBEB7' d='M8.7.5c4.53 0 8.201 3.668 8.201 8.191 0 2.255-.853 4.151-2.36 6.163-1.449 1.935-3.457 3.924-5.84 6.421-2.385-2.525-4.391-4.513-5.842-6.443C1.352 12.827.5 10.945.5 8.692.5 4.167 4.17.5 8.7.5Z'/%3E%3Ccircle cx='8.7' cy='8.987' r='3.359' stroke='%239DBEB7'/%3E%3C/svg%3E");
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}

form input[type="checkbox"].user_consent {
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px 0 0 0;
  padding: 0;
  border-radius: 3px;
  cursor: pointer;
  transition:
    background 0.18s ease-in-out,
    box-shadow 0.2s ease-in-out;
}

form input[type="checkbox"].user_consent:checked {
  background: #f5007b;
  box-shadow: inset 0 0 0 3px #0a0a0a;
}

footer .nav-item a {
  font-size: var(--font-size--font-12);
  color: var(--color--grey);
  text-decoration: none;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

footer .nav-item a:hover,
footer .nav-item a:focus {
  color: var(--color-white);
  text-decoration: underline;
}

.highlight-block {
  display: block;
  font-style: normal;
}

#sign-up-form {
  margin-top: 75px;
}

.dataset-option {
  cursor: pointer;
}

.dataset-option.active {
  border: 1px solid #18a8c8;
  color: #18a8c8;
  transition: all 0.25s ease-in-out
}

.dataset-option.active h4 {
  color: #18a8c8;
}