/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
:root, :host {
    --container-sm: 24rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
*, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
  }
hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
b, strong {
    font-weight: bolder;
  }
code, kbd, samp, pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em;
  }
small {
    font-size: 80%;
  }
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
sub {
    bottom: -0.25em;
  }
sup {
    top: -0.5em;
  }
table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
:-moz-focusring {
    outline: auto;
  }
progress {
    vertical-align: baseline;
  }
summary {
    display: list-item;
  }
ol, ul, menu {
    list-style: none;
  }
img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
img, video {
    max-width: 100%;
    height: auto;
  }
button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
:where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
:where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
::file-selector-button {
    margin-inline-end: 4px;
  }
::placeholder {
    opacity: 1;
  }
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
    }
      @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
    }
      }
  }
textarea {
    resize: vertical;
  }
::-webkit-search-decoration {
    -webkit-appearance: none;
  }
::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
::-webkit-datetime-edit {
    display: inline-flex;
  }
::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
:-moz-ui-invalid {
    box-shadow: none;
  }
button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
[hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
.pointer-events-none {
    pointer-events: none;
  }
.invisible {
    visibility: hidden;
  }
.visible {
    visibility: visible;
  }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
.absolute {
    position: absolute;
  }
.fixed {
    position: fixed;
  }
.relative {
    position: relative;
  }
.static {
    position: static;
  }
.top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
.z-50 {
    z-index: 50;
  }
.m-l {
    margin: clamp(2.1875rem, 1.72rem + 1.56vw, 3.125rem);
  }
.m-xl {
    margin: clamp(4.6875rem, 3.91rem + 2.60vw, 6.25rem);
  }
.mx-auto {
    margin-inline: auto;
  }
.stack-l > * + * {
      --stack-space: clamp(2.1875rem, 1.72rem + 1.56vw, 3.125rem);
      margin-block-start: var(--stack-space);
    }
.stack-l-xl > * + * {
      --stack-space: clamp(2.1875rem, 0.94rem + 4.17vw, 4.6875rem);
      margin-block-start: var(--stack-space);
    }
.stack-m > * + * {
      --stack-space: clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
      margin-block-start: var(--stack-space);
    }
.stack-s > * + * {
      --stack-space: clamp(0.9375rem, 0.78rem + 0.52vw, 1.25rem);
      margin-block-start: var(--stack-space);
    }
.stack-xl > * + * {
      --stack-space: clamp(4.6875rem, 3.91rem + 2.60vw, 6.25rem);
      margin-block-start: var(--stack-space);
    }
.stack-xs > * + * {
      --stack-space: clamp(0.3125rem, 0.16rem + 0.52vw, 0.625rem);
      margin-block-start: var(--stack-space);
    }
.mt-l {
    margin-top: clamp(2.1875rem, 1.72rem + 1.56vw, 3.125rem);
  }
.mb-m {
    margin-bottom: clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
  }
.ml-auto {
    margin-left: auto;
  }
.block {
    display: block;
  }
.contents {
    display: contents;
  }
.flex {
    display: flex;
  }
.grid {
    display: grid;
  }
.hidden {
    display: none;
  }
.inline-block {
    display: inline-block;
  }
.inline-flex {
    display: inline-flex;
  }
.table {
    display: table;
  }
.h-full {
    height: 100%;
  }
.h-screen {
    height: 100vh;
  }
.w-fit {
    width: fit-content;
  }
.w-full {
    width: 100%;
  }
.max-w-sm {
    max-width: 24rem;
  }
.flex-1 {
    flex: 1;
  }
.translate-x-full {
    --tw-translate-x: 100%;
    translate: 0 0;
  }
.-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: 0 0;
  }
.-rotate-90 {
    rotate: calc(90deg * -1);
  }
.rotate-90 {
    rotate: 90deg;
  }
.transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
.animate-spin {
    animation: spin 1s linear infinite;
  }
.cursor-pointer {
    cursor: pointer;
  }
.resize {
    resize: both;
  }
.appearance-none {
    appearance: none;
  }
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.flex-col {
    flex-direction: column;
  }
.flex-row {
    flex-direction: row;
  }
.items-center {
    align-items: center;
  }
.justify-between {
    justify-content: space-between;
  }
.justify-center {
    justify-content: center;
  }
.justify-end {
    justify-content: flex-end;
  }
.self-end {
    align-self: flex-end;
  }
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.rounded {
    border-radius: 0.25rem;
  }
.rounded-full {
    border-radius: calc(infinity * 1px);
  }
.rounded-lg {
    border-radius: 0.5rem;
  }
.rounded-md {
    border-radius: 0.375rem;
  }
.border {
    border-style: solid;
    border-width: 1px;
  }
.border-1 {
    border-style: solid;
    border-width: 1px;
  }
.border-2 {
    border-style: solid;
    border-width: 2px;
  }
.border-4 {
    border-style: solid;
    border-width: 4px;
  }
.border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
.border-blue {
    border-color: #019DAD;
  }
.border-transparent {
    border-color: transparent;
  }
.bg-blue {
    background-color: #019DAD;
  }
.bg-darkblue {
    background-color: #182129;
  }
.bg-lightblue {
    background-color: #e4f4f5;
  }
.bg-ultralightblue {
    background-color: #F5FEFF;
  }
.bg-white {
    background-color: #fff;
  }
.p-l {
    padding: clamp(2.1875rem, 1.72rem + 1.56vw, 3.125rem);
  }
.p-m {
    padding: clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
  }
.px-l {
    padding-inline: clamp(2.1875rem, 1.72rem + 1.56vw, 3.125rem);
  }
.px-m {
    padding-inline: clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
  }
.px-s {
    padding-inline: clamp(0.9375rem, 0.78rem + 0.52vw, 1.25rem);
  }
.px-xs {
    padding-inline: clamp(0.3125rem, 0.16rem + 0.52vw, 0.625rem);
  }
.py-2xl {
    padding-block: clamp(7.5rem, 6.25rem + 4.17vw, 10rem);
  }
.py-l {
    padding-block: clamp(2.1875rem, 1.72rem + 1.56vw, 3.125rem);
  }
.py-m {
    padding-block: clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
  }
.py-s {
    padding-block: clamp(0.9375rem, 0.78rem + 0.52vw, 1.25rem);
  }
.py-xl {
    padding-block: clamp(4.6875rem, 3.91rem + 2.60vw, 6.25rem);
  }
.py-xs {
    padding-block: clamp(0.3125rem, 0.16rem + 0.52vw, 0.625rem);
  }
.pt-2xl {
    padding-top: clamp(7.5rem, 6.25rem + 4.17vw, 10rem);
  }
.pt-3xl {
    padding-top: clamp(12.5rem, 10.63rem + 6.25vw, 16.25rem);
  }
.pb-2xl {
    padding-bottom: clamp(7.5rem, 6.25rem + 4.17vw, 10rem);
  }
.text-center {
    text-align: center;
  }
.text-left {
    text-align: left;
  }
.text-step-0 {
    font-size: 1rem;
  }
.text-step-1 {
    font-size: clamp(1.125rem, 1.03rem + 0.49vw, 1.375rem);
  }
.text-step-2 {
    font-size: clamp(1.5rem, 1.30rem + 0.98vw, 2rem);
  }
.text-step-3 {
    font-size: clamp(2.125rem, 1.73rem + 1.95vw, 3.125rem);
  }
.font-bold {
    --tw-font-weight: 700;
    font-weight: 700;
  }
.font-medium {
    --tw-font-weight: 400;
    font-weight: 400;
  }
.font-semibold {
    --tw-font-weight: 600;
    font-weight: 600;
  }
.weight-bold {
    font-weight: 700;
  }
.weight-light {
    font-weight: 300;
  }
.weight-medium {
    font-weight: 500;
  }
.weight-regular {
    font-weight: 500;
  }
.weight-semibold {
    font-weight: 600;
  }
.text-black {
    color: #000;
  }
.text-blue {
    color: #019DAD;
  }
.text-darkblue {
    color: #182129;
  }
.text-gray {
    color: #83898D;
  }
.text-inherit {
    color: inherit;
  }
.text-success {
    color: #27AE60;
  }
.text-white {
    color: #fff;
  }
.capitalize {
    text-transform: capitalize;
  }
.uppercase {
    text-transform: uppercase;
  }
.italic {
    font-style: italic;
  }
.underline {
    text-decoration-line: underline;
  }
.opacity-50 {
    opacity: 50%;
  }
.shadow-\[0_-4px_6px_-1px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0 -4px 6px -1px rgba(0,0,0,0.1);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000;
  }
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000;
  }
.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000;
  }
.filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
.transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
.transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
.duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
.ease-in-out {
    --tw-ease: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
.ease-out {
    --tw-ease: cubic-bezier(0, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
.focus\:border-blue:focus {
      border-color: #019DAD;
    }
.focus\:text-blue:focus {
      color: #019DAD;
    }
.focus\:ring-2:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 0px) currentcolor;
      box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000;
    }
.focus\:ring-offset-2:focus {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 0px #fff;
    }
.focus\:outline-none:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
.has-checked\:ring-2:has(*:checked) {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 0px) currentcolor;
      box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000;
    }
@media (width >= 48rem) {
.md\:fixed {
      position: fixed;
  }
    }
@media (width >= 48rem) {
.md\:hidden {
      display: none;
  }
    }
@media (width >= 48rem) {
.md\:w-\[70\%\] {
      width: 70%;
  }
    }
@media (width >= 48rem) {
.md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }
    }
@media (width >= 48rem) {
.md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
  }
    }
@media (width >= 48rem) {
.md\:flex-row {
      flex-direction: row;
  }
    }
@media (width >= 48rem) {
.md\:flex-wrap {
      flex-wrap: wrap;
  }
    }
@media (width >= 64rem) {
.lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
  }
    }
@media (prefers-color-scheme: dark) {
      .dark\:focus\:ring-offset-current:focus {
        --tw-ring-offset-color: currentcolor;
      }
    }
*, *::before, *::after {
    box-sizing: border-box;
  }
*::selection {
    background: var(--color-yellow);
    color: #000;
  }
body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd {
    margin: 0;
  }
html, body {
    min-height: 100%;
    width: 100%;
  }
html {
    scroll-behavior: smooth;
  }
body {
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #182129;
  }
a {
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
    color: inherit;
  }
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
  }
input, button, textarea, select {
    font: inherit;
  }
ul:where([role="list"]), ol:where([role="list"]) {
    list-style-type: none;
    padding: 0;
  }
ul:not([role="list"]) {
    padding-inline-start: clamp(0.9375rem, 0.78rem + 0.52vw, 1.25rem);
  }
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
      scroll-behavior: auto;
    }
    *, *:before, *:after {
      animation-duration: 0.01s !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01s !important;
      scroll-behavior: auto !important;
    }
  }
h1, h2, h3, h4 {
    line-height: 1.25;
    font-weight: 400;
  }
p {
    font-weight: 500;
  }
::selection {
    background: #11DDC4;
  }
.password-reset {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 100dvh;
  align-items: center;
  justify-content: center;
  gap: clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
}
@media (width >= 60em) {
.password-reset {
    gap: 0;
    grid-template-columns: auto clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem) 4fr;
    grid-template-rows: 1fr;
}
  }
.password-reset__form {
  grid-row: 2;
  height: fit-content;
  border-radius: 12px;
  width: 100%;
  margin-inline: auto;
  max-width: 80rem;
}
@media (width >= 60em) {
.password-reset__form {
    grid-column-start: 3;
    grid-row-start: 1;
    margin-inline: auto;
}
  }
@font-face {
    font-family: "Plus Jakarta Sans";
    src: url(https://drc-1209.drclip-test.9e-staging.cloud/assets/PlusJakartaSans-SemiBold-b9b9dd82fe0c1511294889b01ac0b33b5cec75cc9233e4230a084bda32f9ae9d.ttf) format("truetype");
    font-weight: 700;
    font-display: swap;
  }
@font-face {
    font-family: "Plus Jakarta Sans";
    src: url(https://drc-1209.drclip-test.9e-staging.cloud/assets/PlusJakartaSans-Regular-90d4d2b8cae29f4756e0dfa5f0e7895237e411cb6439ebb3089e00638ca02d3a.ttf) format("truetype");
    font-weight: 500;
    font-display: swap;
  }
@font-face {
    font-family: "Plus Jakarta Sans";
    src: url(https://drc-1209.drclip-test.9e-staging.cloud/assets/PlusJakartaSans-Light-f7d0f2f2b828b5bd0cee79b849766b9dc46059ae7f5096a2a98277317a0e1552.ttf) format("truetype");
    font-weight: 300;
    font-display: swap;
  }
.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
.text-center {
    text-align: center;
  }
.tooltip {
    position: relative;
    display: inline-block;
  }
.tooltip .tooltiptext {
    visibility: hidden;
    font-size: smaller;
    width: 11rem;
    background-color: black;
    opacity: 0.8;
    color: white;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
  }
.tooltip:hover .tooltiptext {
    visibility: visible;
  }
.uppercase {
    text-transform: uppercase;
  }
.auto-grid {
    --max-column-width: 100% / infinity -
    1rem;
    --column-width: max(
    var(--max-column-width),
    min(16rem, 100%)
  );
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--column-width), 1fr));
    gap: 1rem 1rem;
  }
.centerflex {
    --_centerflex-gap: 1rem;
    --_centerflex-threshold: 50rem;
    --multiplier: calc(666 * (var(--_centerflex-threshold) - 100%));
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(var(--_centerflex-gap) / 2) var(--_centerflex-gap);
  }
.centerflex:before {
      content: "";
      flex-grow: 666;
      margin: 0;
      background: #f09;
      flex-basis: max(0px, var(--multiplier));
    }
.centerflex > * {
      flex-grow: 1;
    }
:is(.centerflex > *):first-child {
        order: -1;
      }
.cluster {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem 1rem;
    align-items: stretch;
  }
[data-variant="space-between"] {
    --cluster-justification: space-between;
  }
.grid-switcher {
    --_gs-columns-small: 1;
    --_gs-bp-medium: 25rem;
    --_gs-columns-medium: 2;
    --_gs-bp-large: 50rem;
    --_gs-columns-large: 4;
    --_gs-gap: 1rem;
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax( clamp( clamp( 100% / var(--_gs-columns-large) - var(--_gs-gap), (var(--_gs-bp-large) - 100%) * 1000, 100% / var(--_gs-columns-medium) - var(--_gs-gap) ), (var(--_gs-bp-medium) - 100%) * 1000, 100% / var(--_gs-columns-small) - var(--_gs-gap) ), 1fr ) );
    gap: var(--_gs-gap) var(--_gs-gap);
  }
.sidebar-left, .sidebar-right {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    gap: 1rem 1rem;
  }
.sidebar-left > *:last-child, .sidebar-right > *:first-child {
    flex-grow: 999;
    flex-basis: calc(50% - 1rem);
  }
.sidebar-right > *:last-child, .sidebar-left > *:first-child {
    flex-grow: 1;
    flex-basis: 20rem;
  }
:root {
    --wrapper-s: clamp(35rem, 50vw, 45rem);
    --wrapper-m: clamp(50rem, 75vw, 80rem);
    --wrapper-l: clamp(60rem, 100vw, 140rem);
    --wrapper-padding-inline: clamp(2.1875rem, 0.94rem + 4.17vw, 4.6875rem);
  }
.wrapper {
    width: min( 100%, 100% - clamp(2.1875rem, 0.94rem + 4.17vw, 4.6875rem) * 2 );
    margin-inline: auto;
    position: relative;
  }
.wrapper .wrapper {
      width: min(100%, 100%);
    }
@keyframes toast {
    0% {
      opacity: 1;
    }
    85% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
@keyframes toast-progress-bar {
    0% {
      transform: scaleX(0);
    }
    90% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(1);
    }
  }
.alert {
    --animation-duration: 8s;
    opacity: 0;
    position: fixed;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background: #fff;
    border-radius: 6px;
    font-size: 1rem;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    padding: clamp(0.9375rem, 0.78rem + 0.52vw, 1.25rem) clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
    overflow: clip;
    animation-name: toast;
    animation-duration: var(--animation-duration);
  }
.alert::before,.alert::after {
      content: "";
      width: calc(100% - 10px);
      height: 4px;
      position: absolute;
      bottom: 4px;
      left: 5px;
      background: #dbdbdb;
      border-radius: 999px;
    }
.alert::after {
      --progress-color: #83898D;
      background-color: var(--progress-color);
      transform-origin: center left;
      animation-name: toast-progress-bar;
      animation-duration: var(--animation-duration);
    }
.alert.alert--alert::after {
      --progress-color: #E24747;
    }
.alert.alert--notice::after {
      --progress-color: #27AE60;
    }
.alert.alert--warn::after {
      --progress-color: var(--color-warn);
    }
.boxes {
    display: flex;
    flex-direction: column;
    gap: clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
    width: 100%;
  }
.boxes__item {
    border-radius: 12px;
    padding: clamp(2.1875rem, 1.72rem + 1.56vw, 3.125rem) clamp(0.9375rem, -0.16rem + 3.65vw, 3.125rem);
    text-align: center;
    width: 100%;
  }
.boxes__item:nth-child(even) {
      background: #019DAD;
      color: #fff;
    }
.boxes__item:nth-child(odd) {
      color: #182129;
      background: #e4f4f5;
    }
.boxes__item--icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(0.9375rem, 0.78rem + 0.52vw, 1.25rem);
  }
@media (width >= 40em) {
.boxes__item--icon {
      flex-direction: row;
  }
    }
.boxes__icon--web {
    width: 64px;
    height: 64px;
  }
.boxes__icon--individual, .boxes__icon--pause {
    width: 48px;
    height: 48px;
  }
.boxes__icon--email {
    width: 80px;
    height: 80px;
  }
#menu-toggle {
    --button-size: 4em;
    --line-gap: 0.3rem;
    --line-height: 0.1875rem;
    display: none;
    appearance: none;
    border: none;
    position: fixed;
    top: clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
    right: clamp(2.1875rem, 1.72rem + 1.56vw, 3.125rem);
    z-index: 9999;
    width: var(--button-size);
    height: var(--button-size);
    background: white;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--line-gap);
    padding-inline: 0.5rem;
  }
@media (width < 80em) {
#menu-toggle {
      display: flex;
  }
      #menu-toggle:focus-visible {
        outline: 2px solid #000;
        outline-offset: 2px;
      }
      #menu-toggle .line {
        height: var(--line-height);
        background: #182129;
        border-radius: 10px;
        overflow: hidden;
        transition: transform 0.5s ease;
        width: 100%;
      }
        #menu-toggle[aria-expanded="true"]:focus-visible {
          outline-color: #fff;
        }
        #menu-toggle[aria-expanded="true"] .line:nth-child(1) {
          transform: translateY(calc(var(--line-gap) + var(--line-height))) rotate(45deg);
        }
        #menu-toggle[aria-expanded="true"] .line:nth-child(2) {
          transform: scaleX(0);
        }
        #menu-toggle[aria-expanded="true"] .line:nth-child(3) {
          transform: translateY(calc((var(--line-gap) + var(--line-height)) * -1)) rotate(-45deg);
        }
        #menu-toggle[aria-expanded="true"]  ~ .nav-overlay,#menu-toggle[aria-expanded="true"]  ~ .contact-link {
          opacity: 1;
          transform: scale(160);
        }
        #menu-toggle[aria-expanded="true"]  ~ .nav-overlay {
          transition-delay: 0.01s;
        }
        #menu-toggle[aria-expanded="true"]  ~ .nav {
          pointer-events: auto;
        }
        #menu-toggle[aria-expanded="true"]  ~ .nav ul li {
          opacity: 1;
          transition-delay: 0.5s;
        }
        #menu-toggle[aria-expanded="true"]  ~ main {
          opacity: 0.5;
          filter: blur(5px);
          pointer-events: none;
        }
    }
.nav-overlay {
    position: fixed;
    top: 3rem;
    right: 3rem;
    width: 2em;
    height: 2em;
    background-color: #182129;
    border-radius: 50%;
    opacity: 0;
    transition: 0.5s ease-in-out;
    will-change: transform;
    z-index: 110;
    transition-delay: 0.3s;
  }
.nav ul {
      align-items: center;
      justify-content: space-between;
    }
:is(.nav li) a:not(.button):not(.user-navigation__item) {
        text-decoration: none;
        display: flex;
        align-items: center;
        position: relative;
        padding-block: clamp(0.3125rem, 0.16rem + 0.52vw, 0.625rem);
        border-radius: 8px;
        letter-spacing: 0.1em;
      }
:is(:is(.nav li) a:not(.button):not(.user-navigation__item)):hover {
          background: #fff;
        }
@media (width < 80em) {
.nav {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      pointer-events: none;
      z-index: 999;
  }
      .nav ul {
        position: fixed;
        z-index: 101;
        display: flex;
        flex-direction: column;
        align-items: start;
        list-style-type: none;
      }
      .nav ul li {
        opacity: 0;
        transition: 0.6s cubic-bezier(0.365, 0.84, 0.44, 1);
        width: 100%;
        text-align: center;
      }
      .nav ul li a:not(.button) {
        position: relative;
        display: block;
        font-size: clamp(1.5rem, 1.30rem + 0.98vw, 2rem);
        text-decoration: none;
        color: #fff;
        transition: 0.5s;
      }
      .nav .button {
        width: 100%;
      }
        .button--tertiary:is(.nav .button) {
          background: #fff;
          color: #182129;
        }
    }
.button {
    display: flex;
    justify-content: center;
    width: fit-content;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: clamp(0.9375rem, 0.78rem + 0.52vw, 1.25rem) clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: 0.25s ease;
    cursor: pointer;
  }
.button:focus-visible {
      outline: 4px dotted #11DDC4;
      outline-offset: 4px;
      border-radius: var(--border-radius);
    }
.button--primary {
    background: #11DDC4;
    color: #182129;
    border: 2px solid #11DDC4;
  }
.button--primary:hover {
      outline-width: 2px;
      outline-offset: -2px;
      background-color: #fff;
    }
.button--danger {
    background: #FF0000;
    color: #fff;
    border: 2px solid #FF0000;
  }
.button--danger:hover {
      outline-width: 2px;
      outline-offset: -2px;
      background-color: #fff;
      color: #FF0000;
    }
.button--small {
    padding: 0.25rem 0.45rem;
    font-size: 0.875rem;
  }
.button--medium {
    padding: 0.5rem 0.8rem;
    font-size: 0.875rem;
  }
.button--ghost {
    border: 1px solid #fff;
    padding-inline: clamp(0.3125rem, 0.16rem + 0.52vw, 0.625rem);
  }
.button--ghost:hover {
      background: #fff;
      color: #019DAD;
    }
.button--ghost:focus-visible {
      outline-color: #182129;
    }
.button--secondary {
    color: #019DAD;
    border: 2px solid #019DAD;
  }
.button--secondary:hover {
      color: #fff;
      background-color: #019DAD;
    }
.button--tertiary {
    color: #fff;
    background-color: #182129;
  }
.button--tertiary:hover {
      background-color: #182129;
    }
.skip--button {
    display: none;
    position: absolute;
    top: 0;
  }
body.keyboard-navigation:focus-within .skip--button {
    display: inline-block;
  }
.button--fullwidth {
    width: 100%;
  }
.contact {
    background: linear-gradient(90deg, #019dad 0%, #11ddc4 86.76%);
    color: #fff;
  }
.contact  > div {
      align-items: center;
    }
.contact a {
      display: inline;
    }
.contact p {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: clamp(0.3125rem, 0.16rem + 0.52vw, 0.625rem);
    }
.device {
    z-index: 2;
    position: relative;
    filter: drop-shadow(40px 40px 30px rgba(0, 0, 0, 0.4));
    margin-inline: auto;
    max-width: 70rem;
  }
.device.device--fill-space::before {
        content: "";
        position: absolute;
        background: #182129;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 82.5%;
        height: 87.5%;
        border-radius: 4px;
      }
.device video {
      position: absolute;
      width: 82.5%;
      height: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 4px;
    }
form .group-with-errors {
      border: 1px dashed #FF0000;
      padding: 10px;
      border-radius: 5px;
    }
form .form-group {
      width: 100%;
    }
:is(form .form-group):has(input[type="checkbox"]) {
        display: flex;
        align-items: flex-start;
        gap: clamp(0.3125rem, 0.16rem + 0.52vw, 0.625rem);
      }
form label {
      display: flex;
      flex-direction: column;
      gap: clamp(0.3125rem, 0.16rem + 0.52vw, 0.625rem);
      font-size: 1rem;
      font-weight: 700;
      position: relative;
      width: fit-content;
    }
:is(form label):not(.checkbox-label) {
        margin-block-end: clamp(0.3125rem, 0.16rem + 0.52vw, 0.625rem);
      }
:is(:is(form label):has( ~ input[required]),:is(form label):has( + select[required]))::after {
          content: "*";
          position: absolute;
          top: 0;
          right: -1ch;
          color: #019DAD;
        }
form .file-upload {
      border: 1px solid #ccc;
      padding: 6px 12px;
      cursor: pointer;
      width: 300px;
      height: 100px;
    }
form input:not([type="checkbox"]):not([type="submit"]),form select {
      width: 100%;
      padding-inline: clamp(0.9375rem, 0.78rem + 0.52vw, 1.25rem);
      height: clamp(3rem, 5vw, 4rem);
      border-radius: 8px;
      color: #182129;
      border: 2px solid #83898D;
      font-size: clamp(1.125rem, 1.03rem + 0.49vw, 1.375rem);
    }
:is(form input:not([type="checkbox"]):not([type="submit"]),form select):focus-visible {
        outline: 4px dotted #019DAD;
        outline-offset: 4px;
        border-radius: var(--border-radius);
      }
:is(form input:not([type="checkbox"]):not([type="submit"]),form select)::placeholder {
        color: #83898D;
      }
form .error-message {
      color: #E24747;
      display: flex;
      align-items: flex-start;
      gap: 0.3rem;
      line-height: 1.2;
      margin-block-start: clamp(0.3125rem, 0.16rem + 0.52vw, 0.625rem);
    }
:is(form .error-message)::before {
        content: "";
        position: relative;
        display: inline-block;
        top: 0.1rem;
        left: 0;
        width: 1.5ch;
        height: 1.5ch;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9.5' cy='9.5' r='9.5' fill='%23E24747'/%3E%3Cpath d='m8.89 11.78-.14-7.21h2.1l-.14 7.21H8.89ZM8.75 15v-2.1h2.1V15h-2.1Z' fill='%23fff'/%3E%3C/svg%3E");
      }
form div > a {
      width: 100%;
      display: inline-block;
      text-align: right;
      text-decoration: none;
    }
.form__hint {
    font-weight: 700;
    color: #83898D;
  }
.form__hint:has( + input),.form__hint:has( + select) {
      margin-block-end: clamp(0.3125rem, 0.16rem + 0.52vw, 0.625rem);
    }
input + .form__hint, select + .form__hint {
    margin-block-start: clamp(0.3125rem, 0.16rem + 0.52vw, 0.625rem);
  }
.form__actions {
    display: flex;
    flex-direction: row;
    gap: clamp(0.3125rem, 0.16rem + 0.52vw, 0.625rem);
    column-gap: clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
    flex-wrap: wrap-reverse;
  }
.form__actions a,.form__actions button,.form__actions input[type="button"],.form__actions input[type="submit"] {
      flex-grow: 1;
    }
.form__checkbox {
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
.field_with_errors label {
      color: #E24747;
    }
.field_with_errors input:not([type="checkbox"]):not([type="submit"]),.field_with_errors select {
      border: 2px solid #E24747;
    }
.form__input-container {
    position: relative;
    width: 100%;
  }
.form__password-input {
    width: 100%;
    padding-right: 40px;
  }
.form__toggle-password {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    color: #83898D;
    font-size: clamp(1.125rem, 1.03rem + 0.49vw, 1.375rem);
  }
.gate-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
.gate-modal.hidden {
    display: none;
  }
.gate-modal__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
@supports (color: color-mix(in lab, red, red)) {
.gate-modal__backdrop {
      background-color: color-mix(in srgb, #000 50%, transparent);
  }
    }
.gate-modal__backdrop {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
  }
.gate-modal__content {
    position: relative;
    border-radius: 12px;
    max-width: 40rem;
    width: 100%;
    color: #182129;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  }
@supports (color: color-mix(in lab, red, red)) {
.gate-modal__content {
      box-shadow: 0 10px 40px color-mix(in srgb, #000 20%, transparent);
  }
    }
.gate-modal__close {
    position: absolute;
    top: clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
    right: clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
    background: none;
    border: none;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    color: #019DAD;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
  }
.gate-modal__close:hover {
    opacity: 0.7;
  }
.gate-modal__close:focus {
    outline: 2px solid #019DAD;
    outline-offset: 2px;
  }
:is(.list-section > div)  > div {
        display: flex;
        flex-direction: column;
        gap: clamp(0.9375rem, 0.78rem + 0.52vw, 1.25rem);
      }
:is(:is(.list-section > div) > div) p {
          max-width: 70ch;
        }
.reverse:is(:is(.list-section > div) > div) {
          flex-direction: column-reverse;
        }
:is(.list-section > div) ol {
        display: flex;
        flex-direction: column;
        list-style: none;
        padding-left: 0;
      }
:is(:is(.list-section > div) ol) li {
          display: grid;
          position: relative;
          counter-increment: counterName;
          padding: clamp(2.1875rem, 1.72rem + 1.56vw, 3.125rem) 0 clamp(2.1875rem, 1.72rem + 1.56vw, 3.125rem) 0;
          gap: clamp(0.9375rem, 0.78rem + 0.52vw, 1.25rem);
        }
:is(:is(:is(.list-section > div) ol) li):not(:first-of-type) {
            border-top: 1px solid #019DAD;
          }
@media (width >= 60em) {
:is(:is(.list-section > div) ol) li {
            grid-template-columns: 1fr 1fr;
        }
          }
@media (width >= 40em) {
:is(:is(.list-section > div) ol) li {
            padding-left: clamp(4.6875rem, 3.91rem + 2.60vw, 6.25rem);
        }
            :is(:is(:is(.list-section > div) ol) li)::before {
              content: counter(counterName);
              position: absolute;
              left: 0;
              top: 0;
              padding-top: inherit;
            }
          }
:is(:is(:is(.list-section > div) ol) li) p {
            color: #CACACA;
          }
.login {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 100dvh;
    align-items: center;
    justify-content: center;
    gap: clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
  }
@media (width >= 60em) {
.login {
      gap: 0;
      grid-template-columns: auto clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem) 4fr;
      grid-template-rows: 1fr;
  }
    }
.login__form {
    grid-row: 2;
    height: fit-content;
    border-radius: 12px;
    width: 100%;
    margin-inline: auto;
    max-width: 80rem;
  }
@media (width >= 60em) {
.login__form {
      grid-column-start: 3;
      grid-row-start: 1;
      margin-inline: auto;
  }
    }
.login__sidebar {
    height: 100%;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-row: 1;
    container-name: login-sidebar;
    container-type: inline-size;
    overflow: scroll;
  }
.login__sidebar h2 {
      display: none;
    }
@media (width >= 60em) {
.login__sidebar {
      height: calc(100vh - clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem) * 2);
      align-self: start;
      grid-row-start: 1;
      width: clamp(24rem, 40vw, 35rem);
      position: sticky;
      top: clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
  }
      .login__sidebar h2 {
        display: inline-block;
      }
    }
.login__sidebar  > a {
      order: -1;
    }
:is(.login__sidebar > a) img {
        padding-bottom: clamp(2.1875rem, 1.72rem + 1.56vw, 3.125rem);
        width: clamp(10em, 20%, 15em);
      }
.login__sidebar .login__logos {
      flex-wrap: wrap;
      justify-content: space-between;
      gap: clamp(0.3125rem, 0.16rem + 0.52vw, 0.625rem);
      align-self: center;
      display: none;
      margin-block-start: clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
      justify-content: center;
      gap: clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
    }
@media (width >= 60em) {
.login__sidebar .login__logos {
        display: flex;
    }
      }
:is(.login__sidebar .login__logos) img {
        mix-blend-mode: multiply;
        filter: grayscale(1);
        max-width: 8rem;
        max-height: 5rem;
        width: 100%;
        height: auto;
      }
.logo-list {
    --base-height: clamp(3rem, 5vw, 5rem);
    --scale-factor: 0.05;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(0.9375rem, -0.16rem + 3.65vw, 3.125rem);
    column-gap: clamp(2.1875rem, 0.94rem + 4.17vw, 4.6875rem);
  }
.logo-list__item {
    --base-ratio: calc(var(--width) / var(--height));
    --factor: calc(
    var(--scale-factor) * -1 * var(--base-ratio) + var(--scale-factor) + 1
  );
    aspect-ratio: var(--base-ratio);
    height: calc(var(--base-height) * var(--factor));
    min-height: clac(var(--base-height) / 2);
    max-height: calc(var(--base-height) * 1.25);
    max-width: 100%;
  }
.logo-list__item a {
      display: inline-block;
    }
:is(.logo-list__item a):focus-visible {
        outline: 4px dotted #11DDC4;
        outline-offset: 4px;
        border-radius: var(--border-radius);
      }
:is(.logo-list__item a):focus-visible img {
          filter: grayscale(0);
          transform: scale(1.075);
        }
:is(.logo-list__item a) img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        mix-blend-mode: multiply;
        filter: grayscale(1);
        transition: filter 0.35s ease, transform 0.25s ease;
        transform: scale(1);
      }
:is(:is(.logo-list__item a) img):hover {
          filter: grayscale(0);
          transform: scale(1.075);
        }
.patient-match {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
.patient-match__content {
    flex: 1;
    padding-bottom: clamp(7.5rem, 6.25rem + 4.17vw, 10rem);
  }
.patient-list {
    display: flex;
    flex-direction: column;
    gap: clamp(0.9375rem, 0.78rem + 0.52vw, 1.25rem);
  }
.patient-match__create-button {
    display: flex;
    justify-content: center;
    margin-top: clamp(0.9375rem, 0.78rem + 0.52vw, 1.25rem);
  }
.patient-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
    background: transparent;
    border: 2px solid #019DAD;
    border-radius: 8px;
    padding: clamp(0.9375rem, 0.78rem + 0.52vw, 1.25rem) clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
    transition: all 0.2s ease;
    width: 100%;
    text-align: left;
    cursor: pointer;
  }
.patient-card:hover {
      background: rgba(1, 157, 173, 0.05);
      border-color: #11DDC4;
      box-shadow: 0 2px 8px rgba(1, 157, 173, 0.15);
    }
.patient-card:focus-visible {
      outline: 4px dotted #11DDC4;
      outline-offset: 4px;
    }
.patient-card--danger {
    border-color: #FF0000;
  }
.patient-card--danger:hover {
      background: rgba(255, 0, 0, 0.05);
      border-color: #FF0000;
    }
.patient-card__content {
    flex: 1;
    display: flex;
    align-items: center;
    gap: clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
    flex-wrap: wrap;
  }
.patient-card__main {
    display: flex;
    align-items: baseline;
    gap: clamp(0.9375rem, 0.78rem + 0.52vw, 1.25rem);
    min-width: 200px;
  }
.patient-card__name {
    font-size: 1rem;
    font-weight: 600;
    color: #182129;
    margin: 0;
  }
.patient-card__dob {
    font-size: 0.875rem;
    color: #83898D;
    margin: 0;
    white-space: nowrap;
  }
.patient-card__details {
    display: flex;
    align-items: center;
    gap: clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
    flex-wrap: wrap;
    font-size: 0.875rem;
    color: #182129;
  }
.patient-card__address, .patient-card__city, .patient-card__phone, .patient-card__email {
    margin: 0;
    line-height: 1.5;
    white-space: nowrap;
  }
.patient-card__address::after, .patient-card__city::after, .patient-card__phone::after {
    content: "•";
    margin-left: clamp(0.9375rem, 0.78rem + 0.52vw, 1.25rem);
    color: #CACACA;
  }
.patient-card__address:last-child::after, .patient-card__city:last-child::after, .patient-card__phone:last-child::after, .patient-card__email::after {
    content: none;
  }
.patient-card__action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(0.3125rem, 0.16rem + 0.52vw, 0.625rem);
    flex-shrink: 0;
    pointer-events: none;
  }
.button-select__icon {
    width: 32px;
    height: 32px;
    color: #019DAD;
    transition: transform 0.2s ease;
  }
.patient-card:hover .button-select__icon {
    transform: translateX(4px);
    color: #11DDC4;
  }
.patient-card--danger .button-select__icon {
    color: #FF0000;
  }
.patient-card--danger:hover .button-select__icon {
    color: #FF0000;
  }
.patient-card__warning {
    font-size: var(--text-step--2);
    color: #FF0000;
    font-weight: 600;
    margin: 0;
    text-align: center;
  }
@media (max-width: 768px) {
    .patient-card {
      flex-direction: column;
      align-items: stretch;
    }
    .patient-card__content {
      flex-direction: column;
      align-items: flex-start;
    }
    .patient-card__main {
      flex-direction: column;
      align-items: flex-start;
    }
    .patient-card__details {
      flex-direction: column;
      align-items: flex-start;
      gap: clamp(0.3125rem, 0.16rem + 0.52vw, 0.625rem);
    }
    .patient-card__address::after, .patient-card__city::after, .patient-card__phone::after {
      content: none;
    }
    .patient-card__action {
      flex-direction: row;
      justify-content: center;
    }
  }
.plain-text h2,.plain-text h3 {
      margin-block-start: clamp(2.1875rem, 1.72rem + 1.56vw, 3.125rem);
      color: #019DAD;
    }
.plain-text h4,.plain-text h5,.plain-text h6 {
      font-weight: 700;
    }
.site-foot__content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
  }
.site-foot__content a {
      text-decoration: none;
    }
:is(.site-foot__content a):hover {
        text-decoration: underline;
        color: #fff;
      }
:is(.site-foot__content a):focus-visible {
        outline: 4px dotted #11DDC4;
        outline-offset: 4px;
        border-radius: var(--border-radius);
      }
.site-foot__content .icon-button:focus-visible {
      border-radius: 50%;
    }
.site-head {
    position: absolute;
    width: 100%;
  }
.site-head > .wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
:is(.site-head > .wrapper) a:focus-visible {
        outline: 4px dotted #11DDC4;
        outline-offset: 4px;
        border-radius: var(--border-radius);
      }
@media (width >= 80em) {
      .site-head .hide-on-desktop {
        border: 0;
        clip: rect(0 0 0 0);
        height: auto;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        white-space: nowrap;
      }
    }
.sticky-sidebar {
    display: flex;
    flex-direction: column;
    gap: 0;
    column-gap: clamp(2.1875rem, 0.94rem + 4.17vw, 4.6875rem);
    align-items: flex-start;
  }
@media (min-width: 80em) {
.sticky-sidebar {
      flex-direction: row;
  }
    }
.sticky-sidebar__content {
    margin-block: clamp(2.1875rem, 0.94rem + 4.17vw, 4.6875rem);
    width: 100%;
  }
.sticky-sidebar__visual {
    top: clamp(4.6875rem, 3.91rem + 2.60vw, 6.25rem);
    position: unset;
    width: clamp(25rem, 40vw, 35rem);
    flex-shrink: 0;
    max-width: 100%;
    width: fit-content;
  }
@media (min-width: 80em) {
.sticky-sidebar__visual {
      position: sticky;
      height: calc(100vh - clamp(4.6875rem, 3.91rem + 2.60vw, 6.25rem) * 2);
      max-height: 55rem;
  }
    }
.sticky-sidebar__visual img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      aspect-ratio: 1/1;
      object-fit: cover;
    }
@media (min-width: 80em) {
.sticky-sidebar__visual img {
        aspect-ratio: 3/4;
        height: 100%;
        width: auto;
    }
      }
.subscription {
    flex-direction: column;
    gap: 3em;
  }
.subscription__info {
    flex-direction: row;
    align-items: flex-start;
    order: -1;
    position: relative;
    padding-bottom: clamp(0.3125rem, 0.16rem + 0.52vw, 0.625rem);
    display: flex;
    justify-content: space-between;
    height: 45px;
  }
:is(.subscription__info p)::before {
        content: "";
        background-color: #019DAD;
        position: absolute;
        width: 20%;
        height: 1.5px;
        bottom: 0;
      }
.subscription__info span {
      display: inline-flex;
      border-radius: 2em;
      padding: 0.2em;
    }
.subscription__card {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
    border-radius: 8px;
  }
.subscription__card ul {
      margin-block-end: clamp(0.9375rem, 0.78rem + 0.52vw, 1.25rem);
      list-style-type: disc;
    }
.subscription__card .button {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-block-start: auto;
    }
.subscription__additional {
    display: flex;
    flex-direction: column;
    gap: clamp(0.9375rem, 0.78rem + 0.52vw, 1.25rem);
  }
.subscription__additional-headline {
    font-size: 22px;
    cursor: pointer;
  }
.subscription__additional-list.hide {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
  }
.subscription__additional-list {
    display: flex;
    flex-direction: column;
    padding: 0;
    max-height: 1500px;
    opacity: 1;
    gap: 1em;
    transition: max-height 0.5s ease, opacity 0.5s ease;
  }
.subscription__additional-item {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    padding: 12px 16px;
    border: 0.2px solid grey;
    background-color: rgba(255, 255, 255, 0.05);
    gap: 0.8em;
  }
.subscription__additional-item span {
      font-size: 22px;
      font-weight: 600;
      white-space: normal;
    }
.subscription__additional-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1em;
    width: 100%;
  }
.subscription__additional-item-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
.subscription__additional-item-price p {
      font-size: 1.4em;
      font-weight: 500;
    }
.subscription__additional-item-price span {
      font-size: 0.9em;
      padding: 0;
    }
.subscription__additional-item-tag {
    position: absolute;
    top: -5%;
    left: -2%;
    background-color: #019DAD;
    border-radius: 1.2em;
    padding: 0 1em;
    white-space: nowrap;
  }
.subscription__additional-info {
    display: flex;
    flex-direction: column;
    gap: 0.8em;
  }
.subscription__pricing {
    display: flex;
    flex-direction: column;
  }
.horizontal-line {
    border-bottom: 1px solid white;
  }
.subscription__list {
    margin-top: 2em;
  }
.subscription__additional-item-list {
    margin-bottom: 0.5em;
  }
.subscription__additional-item-list li {
      margin-bottom: 4px;
    }
.chevron-icon {
    display: inline-block;
    margin-left: 0.5em;
    transition: transform 0.3s ease;
  }
.chevron-icon.rotate {
    transform: rotate(180deg);
  }
.testimonial__card {
    display: flex;
    padding: 30px;
    align-items: flex-start;
    gap: clamp(2.1875rem, 1.72rem + 1.56vw, 3.125rem);
    align-self: stretch;
    grid-column: span 2;
    border-radius: 2rem;
    background: #FFF;
  }
.testimonial__card-no-image {
    display: flex;
    padding: 30px;
    align-items: flex-start;
    gap: clamp(2.1875rem, 1.72rem + 1.56vw, 3.125rem);
    align-self: stretch;
    border-radius: 2rem;
    background: #FFF;
    grid-column: span 1;
  }
.testimonial__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
    height: 100%;
  }
.testimonial__author {
    display: flex;
    flex-direction: column;
    gap: clamp(0.125rem, 0.03rem + 0.31vw, 0.3125rem);
  }
.testimonial__image {
    max-width: 30%;
    max-height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 0.75rem;
    flex-shrink: 1;
  }
.testimonial__text {
    flex-shrink: 1;
    color: #14575F;
    font-weight: 600;
    line-height: 1.25;
    font-size: clamp(1.5rem, 1.30rem + 0.98vw, 2rem);
    leading-tight: 20%;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
    hanging-punctuation: first allow-end last;
    text-wrap: pretty;
  }
.testimonial__text::before {
      content: "„";
    }
.testimonial__text::after {
      content: "”";
    }
.testimonial__office-info {
    display: flex;
    align-items: center;
    gap: clamp(0.9375rem, 0.78rem + 0.52vw, 1.25rem);
  }
.testimonial__office-info img {
      max-width: 100%;
      max-height: 3.5rem;
    }
.testimonial__name {
    color: #14575F;
    font-weight: 600;
    margin: 0;
    line-height: 1.25;
  }
.testimonial__office {
    color: #14575F;
    font-weight: 300;
    margin: 0;
    line-height: 1.5;
  }
.testimonial__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
    gap: clamp(0.9375rem, -0.16rem + 3.65vw, 3.125rem);
  }
@media (max-width: 768px) {
    .testimonial__wrapper {
      grid-template-columns: 1fr;
    }
    .testimonial__card {
      flex-direction: column;
      grid-column: span 1;
      width: 100%;
    }
    .testimonial__card-no-image {
      flex-direction: column;
      grid-column: span 1;
      width: 100%;
    }
    .testimonial__image {
      aspect-ratio: 208/139;
      align-self: stretch;
      width: 100%;
      max-width: 100%;
    }
  }
.text-video__content {
    display: flex;
    flex-direction: column-reverse;
    gap: clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
    max-width: 90ch;
    margin-inline: auto;
  }
.text-video p {
    max-width: 60ch;
    margin-inline: auto;
  }
.text-video__visual {
    position: relative;
  }
.text-video__visual::after {
      content: "";
      height: 70%;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      background: #fff;
      z-index: 0;
    }
.text-video__action {
    margin-inline: auto;
  }
.text-video__logos {
    z-index: 1;
    position: relative;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: clamp(2.1875rem, 1.72rem + 1.56vw, 3.125rem);
    row-gap: clamp(0.9375rem, 0.78rem + 0.52vw, 1.25rem);
    align-items: center;
    width: fit-content;
  }
@media (width >= 60em) {
.text-video__logos {
      flex-direction: row;
  }
    }
.text-video__logos img {
      mix-blend-mode: multiply;
      width: clamp(2.5rem, 20vw, 10rem);
      max-width: 15rem;
      max-height: 4rem;
      width: 20vw;
      height: auto;
      object-fit: contain;
    }
.info_box {
    display: flex;
    background-color: #CACACA;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 1rem;
    font-size: 0.875rem;
    color: black;
    align-items: center;
    gap: 1rem;
  }
:root, ::backdrop {
    --color-black: #000;
    --color-white: #fff;
    --color-lightblue: #e4f4f5;
    --color-darkblue: #182129;
    --color-blue: #019DAD;
    --color-red: #FF0000;
    --color-gray: #83898D;
    --color-lightgray: #CACACA;
    --color-accent: #11DDC4;
    --color-error: #E24747;
    --color-success: #27AE60;
    --color-ultralightblue: #F5FEFF;
    --color-primary: #019DAD;
    --space-2xs: clamp(0.125rem, 0.03rem + 0.31vw, 0.3125rem);
    --space-xs: clamp(0.3125rem, 0.16rem + 0.52vw, 0.625rem);
    --space-s: clamp(0.9375rem, 0.78rem + 0.52vw, 1.25rem);
    --space-m: clamp(0.9375rem, 0.47rem + 1.56vw, 1.875rem);
    --space-l: clamp(2.1875rem, 1.72rem + 1.56vw, 3.125rem);
    --space-xl: clamp(4.6875rem, 3.91rem + 2.60vw, 6.25rem);
    --space-2xl: clamp(7.5rem, 6.25rem + 4.17vw, 10rem);
    --space-3xl: clamp(12.5rem, 10.63rem + 6.25vw, 16.25rem);
    --space-4xl: clamp(17.5rem, 15.63rem + 6.25vw, 21.25rem);
    --space-m-l: clamp(0.9375rem, -0.16rem + 3.65vw, 3.125rem);
    --space-l-xl: clamp(2.1875rem, 0.94rem + 4.17vw, 4.6875rem);
    --text-step--1: 0.875rem;
    --text-step-0: 1rem;
    --text-step-1: clamp(1.125rem, 1.03rem + 0.49vw, 1.375rem);
    --text-step-2: clamp(1.5rem, 1.30rem + 0.98vw, 2rem);
    --text-step-3: clamp(2.125rem, 1.73rem + 1.95vw, 3.125rem);
    --text-xs: 0.75rem,[object Object];
    --text-sm: 0.875rem,[object Object];
    --text-base: 1rem,[object Object];
    --text-lg: 1.125rem,[object Object];
    --text-xl: 1.25rem,[object Object];
    --text-2xl: 1.5rem,[object Object];
    --text-3xl: 1.875rem,[object Object];
    --text-4xl: 2.25rem,[object Object];
    --text-5xl: 3rem,[object Object];
    --text-6xl: 3.75rem,[object Object];
    --text-7xl: 4.5rem,[object Object];
    --text-8xl: 6rem,[object Object];
    --text-9xl: 8rem,[object Object];
    --text-shadow-2xs: 0px 1px 0px rgb(0 0 0 / 0.15);
    --text-shadow-xs: 0px 1px 1px rgb(0 0 0 / 0.2);
    --text-shadow-sm: 0px 1px 0px rgb(0 0 0 / 0.075), 0px 1px 1px rgb(0 0 0 / 0.075),
      0px 2px 2px rgb(0 0 0 / 0.075);
    --text-shadow-md: 0px 1px 1px rgb(0 0 0 / 0.1), 0px 1px 2px rgb(0 0 0 / 0.1),
      0px 2px 4px rgb(0 0 0 / 0.1);
    --text-shadow-lg: 0px 1px 2px rgb(0 0 0 / 0.1), 0px 3px 2px rgb(0 0 0 / 0.1),
      0px 4px 8px rgb(0 0 0 / 0.1);
    --text-__css_values__: [object Object];
    --leading-flat: 1;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --leading-loose: 2;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --leading-__css_values__: [object Object];
    --weight-light: 300;
    --weight-medium: 400;
    --weight-regular: 500;
    --weight-semibold: 600;
    --weight-bold: 700;
    --font-base: 'PlusJakartaSans', sans-serif;
  }
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
