@layer properties;
@layer theme, base, components, utilities;
@layer theme {
:root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: 'DM Mono', monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-gray-50: #FAFAFA;
    --color-gray-100: #F5F5F5;
    --color-gray-200: #E9EAEB;
    --color-gray-300: #D5D7DA;
    --color-gray-400: #A4A7AE;
    --color-gray-500: #717680;
    --color-gray-600: #535862;
    --color-gray-700: #414651;
    --color-gray-800: #252B37;
    --color-gray-900: #181D27;
    --color-gray-950: #0A0D12;
    --color-black: #000;
    --color-white: #FFF;
    --spacing: 0.25rem;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1280px;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-normal: 0em;
    --radius-xs: 0.125rem;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.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;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --animate-bounce: bounce 1s infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-gray-25: #FDFDFD;
    --color-gray-dark-500: #85888E;
    --color-brand-25: #F1F3FF;
    --color-brand-50: #DDE2FF;
    --color-brand-100: #B1BCFF;
    --color-brand-200: #8495FF;
    --color-brand-300: #5970FF;
    --color-brand-400: #304CFF;
    --color-brand-500: #0527FF;
    --color-brand-600: #0420D5;
    --color-brand-700: #031AAA;
    --color-brand-800: #021480;
    --color-brand-900: #020D55;
    --color-success-25: #F6FEF9;
    --color-success-50: #ECFDF3;
    --color-success-100: #DCFAE6;
    --color-success-300: #75E0A7;
    --color-success-700: #067647;
    --color-spark-green-500: #B9F94D;
    --font-body: var(--font-silka), Arial, sans-serif;
    --font-display: var(--font-gt-pressura), Arial, sans-serif;
  }
}
@layer base {
*, ::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: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-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: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-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)) {
        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;
  }
}
@layer utilities {
.pointer-events-none {
    pointer-events: none;
  }
.collapse {
    visibility: collapse;
  }
.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;
  }
.sticky {
    position: sticky;
  }
.inset-0 {
    inset: 0;
  }
.inset-x-0 {
    inset-inline: 0;
  }
.top-0 {
    top: 0;
  }
.top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
.top-44 {
    top: calc(var(--spacing) * 44);
  }
.bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
.left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
.left-6 {
    left: calc(var(--spacing) * 6);
  }
.-z-10 {
    z-index: calc(10 * -1);
  }
.z-\[1\] {
    z-index: 1;
  }
.z-\[2\] {
    z-index: 2;
  }
.z-\[99\] {
    z-index: 99;
  }
.\[grid-row\:…\] {
    grid-row: …;
  }
.container {
    width: 100%;
    @media (width >= 480px) {
      max-width: 480px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1440px) {
      max-width: 1440px;
    }
  }
.\[margin\:…\] {
    margin: …;
  }
.m-0 {
    margin: 0;
  }
.mx-1 {
    margin-inline: var(--spacing);
  }
.mx-6 {
    margin-inline: calc(var(--spacing) * 6);
  }
.mx-auto {
    margin-inline: auto;
  }
.ms-1 {
    margin-inline-start: var(--spacing);
  }
.mt-1 {
    margin-top: var(--spacing);
  }
.mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
.mt-3\.5 {
    margin-top: calc(var(--spacing) * 3.5);
  }
.mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
.mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
.mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
.mt-\[1\.125rem\] {
    margin-top: 1.125rem;
  }
.mt-\[2\.125rem\] {
    margin-top: 2.125rem;
  }
.mr-1 {
    margin-right: var(--spacing);
  }
.mr-1\.5 {
    margin-right: calc(var(--spacing) * 1.5);
  }
.mr-6 {
    margin-right: calc(var(--spacing) * 6);
  }
.mb-0\.5 {
    margin-bottom: calc(var(--spacing) * 0.5);
  }
.mb-1 {
    margin-bottom: var(--spacing);
  }
.mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
.mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
.mb-3\.5 {
    margin-bottom: calc(var(--spacing) * 3.5);
  }
.mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
.mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
.mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
.mb-\[2\.125rem\] {
    margin-bottom: 2.125rem;
  }
.ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
.box-border {
    box-sizing: border-box;
  }
.block {
    display: block;
  }
.contents {
    display: contents;
  }
.flex {
    display: flex;
  }
.grid {
    display: grid;
  }
.hidden {
    display: none;
  }
.inline {
    display: inline;
  }
.inline-block {
    display: inline-block;
  }
.inline-flex {
    display: inline-flex;
  }
.table {
    display: table;
  }
.h-0 {
    height: 0;
  }
.h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
.h-3 {
    height: calc(var(--spacing) * 3);
  }
.h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
.h-4 {
    height: calc(var(--spacing) * 4);
  }
.h-7 {
    height: calc(var(--spacing) * 7);
  }
.h-12 {
    height: calc(var(--spacing) * 12);
  }
.h-16 {
    height: calc(var(--spacing) * 16);
  }
.h-auto {
    height: auto;
  }
.h-full {
    height: 100%;
  }
.max-h-40 {
    max-height: calc(var(--spacing) * 40);
  }
.min-h-\[50vh\] {
    min-height: 50vh;
  }
.w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }
.w-3 {
    width: calc(var(--spacing) * 3);
  }
.w-7 {
    width: calc(var(--spacing) * 7);
  }
.w-16 {
    width: calc(var(--spacing) * 16);
  }
.w-28 {
    width: calc(var(--spacing) * 28);
  }
.w-\[228px\] {
    width: 228px;
  }
.w-\[296px\] {
    width: 296px;
  }
.w-\[calc\(100\%\+32px\)\] {
    width: calc(100% + 32px);
  }
.w-auto {
    width: auto;
  }
.w-full {
    width: 100%;
  }
.max-w-\[50px\] {
    max-width: 50px;
  }
.max-w-\[280px\] {
    max-width: 280px;
  }
.max-w-\[296px\] {
    max-width: 296px;
  }
.max-w-\[300px\] {
    max-width: 300px;
  }
.max-w-\[320px\] {
    max-width: 320px;
  }
.max-w-\[500px\] {
    max-width: 500px;
  }
.max-w-\[612px\] {
    max-width: 612px;
  }
.max-w-\[712px\] {
    max-width: 712px;
  }
.max-w-\[872px\] {
    max-width: 872px;
  }
.max-w-\[1256px\] {
    max-width: 1256px;
  }
.max-w-\[1280px\] {
    max-width: 1280px;
  }
.max-w-\[1320px\] {
    max-width: 1320px;
  }
.max-w-\[1690px\] {
    max-width: 1690px;
  }
.max-w-\[1768px\] {
    max-width: 1768px;
  }
.max-w-full {
    max-width: 100%;
  }
.min-w-0 {
    min-width: 0;
  }
.flex-1 {
    flex: 1;
  }
.flex-none {
    flex: none;
  }
.flex-shrink-0 {
    flex-shrink: 0;
  }
.shrink {
    flex-shrink: 1;
  }
.shrink-0 {
    flex-shrink: 0;
  }
.basis-full {
    flex-basis: 100%;
  }
.border-collapse {
    border-collapse: collapse;
  }
.-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
.-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
.transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
.animate-pulse {
    animation: var(--animate-pulse);
  }
.resize {
    resize: both;
  }
.snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }
.snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }
.snap-center {
    scroll-snap-align: center;
  }
.snap-start {
    scroll-snap-align: start;
  }
.scroll-mt-\[90px\] {
    scroll-margin-top: 90px;
  }
.\[scrollbar-width\:none\] {
    scrollbar-width: none;
  }
.list-none {
    list-style-type: none;
  }
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
.flex-col {
    flex-direction: column;
  }
.flex-nowrap {
    flex-wrap: nowrap;
  }
.flex-wrap {
    flex-wrap: wrap;
  }
.items-center {
    align-items: center;
  }
.justify-between {
    justify-content: space-between;
  }
.justify-center {
    justify-content: center;
  }
.gap-0 {
    gap: 0;
  }
.gap-2 {
    gap: calc(var(--spacing) * 2);
  }
.gap-3 {
    gap: calc(var(--spacing) * 3);
  }
.gap-4 {
    gap: calc(var(--spacing) * 4);
  }
.gap-6 {
    gap: calc(var(--spacing) * 6);
  }
.space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.overflow-clip {
    overflow: clip;
  }
.overflow-hidden {
    overflow: hidden;
  }
.overflow-x-auto {
    overflow-x: auto;
  }
.scroll-smooth {
    scroll-behavior: smooth;
  }
.rounded {
    border-radius: 0.25rem;
  }
.rounded-2xl {
    border-radius: var(--radius-2xl);
  }
.rounded-\[0\.625rem\] {
    border-radius: 0.625rem;
  }
.rounded-\[6\.087px\] {
    border-radius: 6.087px;
  }
.rounded-full {
    border-radius: calc(infinity * 1px);
  }
.rounded-lg {
    border-radius: var(--radius-lg);
  }
.rounded-xl {
    border-radius: var(--radius-xl);
  }
.rounded-t-md {
    border-top-left-radius: var(--radius-md);
    border-top-right-radius: var(--radius-md);
  }
.rounded-l-\[var\(--ct-radius-sm\)\] {
    border-top-left-radius: var(--ct-radius-sm);
    border-bottom-left-radius: var(--ct-radius-sm);
  }
.rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
.border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
.border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
.border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
.border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
.border-brand-50 {
    border-color: var(--color-brand-50);
  }
.border-gray-300 {
    border-color: var(--color-gray-300);
  }
.border-transparent {
    border-color: transparent;
  }
.bg-\[url\] {
    background-color: url;
  }
.bg-black\/70 {
    background-color: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }
.bg-brand-50 {
    background-color: var(--color-brand-50);
  }
.bg-brand-500 {
    background-color: var(--color-brand-500);
  }
.bg-brand-600\/35 {
    background-color: color-mix(in srgb, #0420D5 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-brand-600) 35%, transparent);
    }
  }
.bg-gray-100 {
    background-color: var(--color-gray-100);
  }
.bg-gray-200 {
    background-color: var(--color-gray-200);
  }
.bg-transparent {
    background-color: transparent;
  }
.bg-white {
    background-color: var(--color-white);
  }
.bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
.bg-\[linear-gradient\(0deg\,\#000_0\%\,rgba\(0\,0\,0\,0\)_56\.77\%\)\] {
    background-image: linear-gradient(0deg,#000 0%,rgba(0,0,0,0) 56.77%);
  }
.bg-\[linear-gradient\(30deg\,rgba\(255\,255\,255\,0\)_25\.91\%\,\#FBFCFF_64\.72\%\)\] {
    background-image: linear-gradient(30deg,rgba(255,255,255,0) 25.91%,#FBFCFF 64.72%);
  }
.bg-\[linear-gradient\(90deg\,\#fff_44px\,var\(--color-brand-50\)_100\%\)\] {
    background-image: linear-gradient(90deg,#fff 44px,var(--color-brand-50) 100%);
  }
.bg-\[linear-gradient\(135deg\,\#E0E4FF_14\.42\%\,\#C6CEFF_79\.81\%\)\] {
    background-image: linear-gradient(135deg,#E0E4FF 14.42%,#C6CEFF 79.81%);
  }
.bg-\[linear-gradient\(180deg\,\#0527FF_0\%\,\#7B8DFF_100\%\)\] {
    background-image: linear-gradient(180deg,#0527FF 0%,#7B8DFF 100%);
  }
.bg-\[linear-gradient\(180deg\,\#ECEFFF_0\%\,\#FFF_100\%\)\] {
    background-image: linear-gradient(180deg,#ECEFFF 0%,#FFF 100%);
  }
.bg-\[linear-gradient\(180deg\,\#FFF_17\%\,rgba\(235\,238\,255\,0\)_100\%\)\] {
    background-image: linear-gradient(180deg,#FFF 17%,rgba(235,238,255,0) 100%);
  }
.bg-\[linear-gradient\(180deg\,var\(--color-gray-100\)_0\%\,var\(--color-white\)_100\%\)\] {
    background-image: linear-gradient(180deg,var(--color-gray-100) 0%,var(--color-white) 100%);
  }
.bg-\[linear-gradient\(185deg\,rgba\(255\,255\,255\,0\)_35\.28\%\,var\(--color-brand-50\)_74\.09\%\)\] {
    background-image: linear-gradient(185deg,rgba(255,255,255,0) 35.28%,var(--color-brand-50) 74.09%);
  }
.bg-\[url\(\'https\:\/\/staging\.cloudtalk\.io\/wp-content\/uploads\/2024\/09\/icon-plus-deep-blue-sky-rounded\.svg\'\)\] {
    background-image: url('https://staging.cloudtalk.io/wp-content/uploads/2024/09/icon-plus-deep-blue-sky-rounded.svg');
  }
.from-brand-100 {
    --tw-gradient-from: var(--color-brand-100);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
.to-white {
    --tw-gradient-to: var(--color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
.bg-contain {
    background-size: contain;
  }
.bg-clip-text {
    background-clip: text;
  }
.bg-center {
    background-position: center;
  }
.bg-no-repeat {
    background-repeat: no-repeat;
  }
.object-cover {
    object-fit: cover;
  }
.object-top {
    object-position: top;
  }
.p-0 {
    padding: 0;
  }
.p-4 {
    padding: calc(var(--spacing) * 4);
  }
.p-6 {
    padding: calc(var(--spacing) * 6);
  }
.p-8 {
    padding: calc(var(--spacing) * 8);
  }
.px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
.px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
.px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
.px-\[calc\(50\%-148px\)\] {
    padding-inline: calc(50% - 148px);
  }
.py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
.py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
.py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
.ps-1 {
    padding-inline-start: var(--spacing);
  }
.ps-2 {
    padding-inline-start: calc(var(--spacing) * 2);
  }
.pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
.pb-0 {
    padding-bottom: 0;
  }
.pb-1 {
    padding-bottom: var(--spacing);
  }
.pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
.pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
.pb-\[56\.25\%\] {
    padding-bottom: 56.25%;
  }
.pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
.text-center {
    text-align: center;
  }
.text-left {
    text-align: left;
  }
.ct-caption {
    font-family: var(--font-body);
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: -0.24px;
  }
.ct-display-01 {
    font-family: var(--font-display);
    font-size: 4.5rem;
    line-height: 5.625rem;
    letter-spacing: -2.16px;
  }
.ct-heading-01 {
    font-family: var(--font-display);
    font-size: 3.75rem;
    line-height: 4.5rem;
    letter-spacing: -1.8px;
  }
.ct-heading-01-fluid {
    font-family: var(--font-display);
    font-size: clamp(2.25rem, 1.6285rem + 2.6519vw, 3.75rem);
    line-height: clamp(2.75rem, 2.0249rem + 3.0939vw, 4.5rem);
    letter-spacing: clamp(-1.8px, -0.7817px + -0.0796vw, -1.08px);
  }
.ct-heading-02 {
    font-family: var(--font-display);
    font-size: 3rem;
    line-height: 3.75rem;
    letter-spacing: -1.44px;
  }
.ct-heading-02-fluid {
    font-family: var(--font-display);
    font-size: clamp(2.25rem, 1.9392rem + 1.326vw, 3rem);
    line-height: clamp(2.75rem, 2.3356rem + 1.768vw, 3.75rem);
    letter-spacing: clamp(-1.44px, -0.9308px + -0.0398vw, -1.08px);
  }
.ct-heading-03 {
    font-family: var(--font-display);
    font-size: 2.25rem;
    line-height: 2.75rem;
    letter-spacing: -1.08px;
  }
.ct-heading-03-fluid {
    font-family: var(--font-display);
    font-size: clamp(1.875rem, 1.7196rem + 0.663vw, 2.25rem);
    line-height: clamp(2.375rem, 2.2196rem + 0.663vw, 2.75rem);
    letter-spacing: clamp(-1.08px, 0.4475px + -0.1193vw, 0px);
  }
.ct-heading-04 {
    font-family: var(--font-display);
    font-size: 1.875rem;
    line-height: 2.375rem;
    letter-spacing: -0.6px;
  }
.ct-heading-04-fluid {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 1.3446rem + 0.663vw, 1.875rem);
    line-height: clamp(2rem, 1.8446rem + 0.663vw, 2.375rem);
    letter-spacing: clamp(-0.6px, 0.2486px + -0.0663vw, 0px);
  }
.ct-heading-05 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -0.48px;
  }
.ct-heading-05-fluid {
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 1.1464rem + 0.442vw, 1.5rem);
    line-height: clamp(1.875rem, 1.8232rem + 0.221vw, 2rem);
    letter-spacing: clamp(-0.48px, 0.1989px + -0.053vw, 0px);
  }
.ct-heading-06 {
    font-family: var(--font-display);
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: -0.36px;
  }
.ct-footer {
    font-family: var(--font-body);
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
.ct-paragraph-01 {
    font-family: var(--font-body);
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
.ct-paragraph-01-fluid {
    font-family: var(--font-body);
    font-size: clamp(0.875rem, 0.7714rem + 0.442vw, 1.125rem);
    line-height: clamp(1.25rem, 1.0428rem + 0.884vw, 1.75rem);
  }
.ct-paragraph-02 {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.5rem;
  }
.ct-paragraph-02-fluid {
    font-family: var(--font-body);
    font-size: clamp(0.875rem, 0.8232rem + 0.221vw, 1rem);
    line-height: clamp(1.25rem, 1.1464rem + 0.442vw, 1.5rem);
  }
.ct-paragraph-03 {
    font-family: var(--font-body);
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
.ct-subheading {
    font-family: var(--font-body);
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
.ct-subheading-fluid {
    font-family: var(--font-body);
    font-size: clamp(1rem, 0.8964rem + 0.442vw, 1.25rem);
    line-height: clamp(1.5rem, 1.3446rem + 0.663vw, 1.875rem);
  }
.font-display {
    font-family: var(--font-display);
  }
.text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
.text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
.text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
.text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
.text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
.text-\[10px\] {
    font-size: 10px;
  }
.text-\[19px\] {
    font-size: 19px;
  }
.text-\[23px\] {
    font-size: 23px;
  }
.text-\[28px\] {
    font-size: 28px;
  }
.text-\[62px\] {
    font-size: 62px;
  }
.text-\[length\:var\(--text-heading-05\)\] {
    font-size: var(--text-heading-05);
  }
.leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
.leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
.leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
.leading-\[1\.625rem\] {
    --tw-leading: 1.625rem;
    line-height: 1.625rem;
  }
.leading-\[2\.125rem\] {
    --tw-leading: 2.125rem;
    line-height: 2.125rem;
  }
.leading-\[2\.375rem\] {
    --tw-leading: 2.375rem;
    line-height: 2.375rem;
  }
.leading-\[4\.375rem\] {
    --tw-leading: 4.375rem;
    line-height: 4.375rem;
  }
.leading-\[14px\] {
    --tw-leading: 14px;
    line-height: 14px;
  }
.leading-\[38px\] {
    --tw-leading: 38px;
    line-height: 38px;
  }
.font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
.font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
.font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
.tracking-\[-0\.46px\] {
    --tw-tracking: -0.46px;
    letter-spacing: -0.46px;
  }
.tracking-\[0\.8px\] {
    --tw-tracking: 0.8px;
    letter-spacing: 0.8px;
  }
.text-\[var\(--text-heading-01\)\] {
    color: var(--text-heading-01);
  }
.text-black {
    color: var(--color-black);
  }
.text-brand-500 {
    color: var(--color-brand-500);
  }
.text-brand-800 {
    color: var(--color-brand-800);
  }
.text-brand-900 {
    color: var(--color-brand-900);
  }
.text-gray-300 {
    color: var(--color-gray-300);
  }
.text-gray-500 {
    color: var(--color-gray-500);
  }
.text-gray-600 {
    color: var(--color-gray-600);
  }
.text-gray-700 {
    color: var(--color-gray-700);
  }
.text-gray-900 {
    color: var(--color-gray-900);
  }
.text-inherit {
    color: inherit;
  }
.text-red-500 {
    color: var(--color-red-500);
  }
.text-transparent {
    color: transparent;
  }
.text-white {
    color: var(--color-white);
  }
.lowercase {
    text-transform: lowercase;
  }
.uppercase {
    text-transform: uppercase;
  }
.not-italic {
    font-style: normal;
  }
.no-underline {
    text-decoration-line: none;
  }
.underline {
    text-decoration-line: underline;
  }
.shadow-\[0_1\.5px_3px_0_rgba\(10\,13\,18\,0\.05\)\,0_1px_1\.5px_0_rgba\(10\,13\,18\,0\.1\)\] {
    --tw-shadow: 0 1.5px 3px 0 var(--tw-shadow-color, rgba(10,13,18,0.05)), 0 1px 1.5px 0 var(--tw-shadow-color, rgba(10,13,18,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
.drop-shadow-\[0_1px_3px_rgba\(0\,0\,0\,0\.45\)\] {
    --tw-drop-shadow-size: drop-shadow(0 1px 3px var(--tw-drop-shadow-color, rgba(0,0,0,0.45)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    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,);
  }
.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, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
.transition-\[max-width\] {
    transition-property: max-width;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
.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: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
.transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
.duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
.duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
.ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
.\[-webkit-overflow-scrolling\:touch\] {
    -webkit-overflow-scrolling: touch;
  }
.group-hover\:bg-black\/85 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #000 85%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 85%, transparent);
        }
      }
    }
  }
.placeholder\:text-gray-400 {
    &::placeholder {
      color: var(--color-gray-400);
    }
  }
.before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
.before\:inset-x-0 {
    &::before {
      content: var(--tw-content);
      inset-inline: 0;
    }
  }
.before\:top-0 {
    &::before {
      content: var(--tw-content);
      top: 0;
    }
  }
.before\:mx-auto {
    &::before {
      content: var(--tw-content);
      margin-inline: auto;
    }
  }
.before\:mr-2 {
    &::before {
      content: var(--tw-content);
      margin-right: calc(var(--spacing) * 2);
    }
  }
.before\:inline-block {
    &::before {
      content: var(--tw-content);
      display: inline-block;
    }
  }
.before\:h-px {
    &::before {
      content: var(--tw-content);
      height: 1px;
    }
  }
.before\:w-\[calc\(100\%-2rem\)\] {
    &::before {
      content: var(--tw-content);
      width: calc(100% - 2rem);
    }
  }
.before\:max-w-\[1256px\] {
    &::before {
      content: var(--tw-content);
      max-width: 1256px;
    }
  }
.before\:bg-gray-200 {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-gray-200);
    }
  }
.before\:text-brand-500 {
    &::before {
      content: var(--tw-content);
      color: var(--color-brand-500);
    }
  }
.before\:content-\[\'\'\] {
    &::before {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
.before\:content-\[\'→\'\] {
    &::before {
      --tw-content: '→';
      content: var(--tw-content);
    }
  }
.last\:mb-0 {
    &:last-child {
      margin-bottom: 0;
    }
  }
.hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
.hover\:bg-brand-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-brand-600);
      }
    }
  }
.hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
.focus\:border-brand-500 {
    &:focus {
      border-color: var(--color-brand-500);
    }
  }
.focus\:ring-1 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
.focus\:ring-brand-500 {
    &:focus {
      --tw-ring-color: var(--color-brand-500);
    }
  }
.focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
.focus-visible\:\[outline\:2px_solid_var\(--color-brand-700\)\] {
    &:focus-visible {
      outline: 2px solid var(--color-brand-700);
    }
  }
.focus-visible\:\[outline-offset\:2px\] {
    &:focus-visible {
      outline-offset: 2px;
    }
  }
.disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
.min-\[425px\]\:mr-10 {
    @media (width >= 425px) {
      margin-right: calc(var(--spacing) * 10);
    }
  }
.min-\[425px\]\:ml-10 {
    @media (width >= 425px) {
      margin-left: calc(var(--spacing) * 10);
    }
  }
.min-\[425px\]\:text-\[64px\] {
    @media (width >= 425px) {
      font-size: 64px;
    }
  }
.md\:top-96 {
    @media (width >= 768px) {
      top: calc(var(--spacing) * 96);
    }
  }
.md\:mx-0 {
    @media (width >= 768px) {
      margin-inline: 0;
    }
  }
.md\:mt-1\.5 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 1.5);
    }
  }
.md\:mt-3 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 3);
    }
  }
.md\:mb-10 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
.md\:-ml-6 {
    @media (width >= 768px) {
      margin-left: calc(var(--spacing) * -6);
    }
  }
.md\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
.md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
.md\:h-12 {
    @media (width >= 768px) {
      height: calc(var(--spacing) * 12);
    }
  }
.md\:h-\[1\.125rem\] {
    @media (width >= 768px) {
      height: 1.125rem;
    }
  }
.md\:w-12 {
    @media (width >= 768px) {
      width: calc(var(--spacing) * 12);
    }
  }
.md\:w-\[calc\(100\%\+3rem\)\] {
    @media (width >= 768px) {
      width: calc(100% + 3rem);
    }
  }
.md\:w-auto {
    @media (width >= 768px) {
      width: auto;
    }
  }
.md\:max-w-\[74px\] {
    @media (width >= 768px) {
      max-width: 74px;
    }
  }
.md\:max-w-\[360px\] {
    @media (width >= 768px) {
      max-width: 360px;
    }
  }
.md\:max-w-\[648px\] {
    @media (width >= 768px) {
      max-width: 648px;
    }
  }
.md\:max-w-\[811px\] {
    @media (width >= 768px) {
      max-width: 811px;
    }
  }
.md\:max-w-none {
    @media (width >= 768px) {
      max-width: none;
    }
  }
.md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
.md\:rounded-l-\[var\(--ct-radius-lg\)\] {
    @media (width >= 768px) {
      border-top-left-radius: var(--ct-radius-lg);
      border-bottom-left-radius: var(--ct-radius-lg);
    }
  }
.md\:border-2 {
    @media (width >= 768px) {
      border-style: var(--tw-border-style);
      border-width: 2px;
    }
  }
.md\:border-r-0 {
    @media (width >= 768px) {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
.md\:bg-\[linear-gradient\(90deg\,\#fff_66px\,var\(--color-brand-50\)_100\%\)\] {
    @media (width >= 768px) {
      background-image: linear-gradient(90deg,#fff 66px,var(--color-brand-50) 100%);
    }
  }
.md\:bg-\[linear-gradient\(180deg\,var\(--color-brand-50\)_35\.28\%\,var\(--color-white\)_98\.85\%\)\] {
    @media (width >= 768px) {
      background-image: linear-gradient(180deg,var(--color-brand-50) 35.28%,var(--color-white) 98.85%);
    }
  }
.md\:bg-none {
    @media (width >= 768px) {
      background-image: none;
    }
  }
.md\:px-0 {
    @media (width >= 768px) {
      padding-inline: 0;
    }
  }
.md\:px-8 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
.md\:pt-\[6\.25rem\] {
    @media (width >= 768px) {
      padding-top: 6.25rem;
    }
  }
.md\:pl-3 {
    @media (width >= 768px) {
      padding-left: calc(var(--spacing) * 3);
    }
  }
.md\:text-2xl {
    @media (width >= 768px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
.md\:text-lg {
    @media (width >= 768px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
.md\:leading-7 {
    @media (width >= 768px) {
      --tw-leading: calc(var(--spacing) * 7);
      line-height: calc(var(--spacing) * 7);
    }
  }
.md\:tracking-normal {
    @media (width >= 768px) {
      --tw-tracking: var(--tracking-normal);
      letter-spacing: var(--tracking-normal);
    }
  }
.min-\[782px\]\:pointer-events-none {
    @media (width >= 782px) {
      pointer-events: none;
    }
  }
.min-\[782px\]\:absolute {
    @media (width >= 782px) {
      position: absolute;
    }
  }
.min-\[782px\]\:inset-0 {
    @media (width >= 782px) {
      inset: 0;
    }
  }
.min-\[782px\]\:inset-x-0 {
    @media (width >= 782px) {
      inset-inline: 0;
    }
  }
.min-\[782px\]\:-top-\[165px\] {
    @media (width >= 782px) {
      top: calc(165px * -1);
    }
  }
.min-\[782px\]\:top-1\/2 {
    @media (width >= 782px) {
      top: calc(1 / 2 * 100%);
    }
  }
.min-\[782px\]\:-right-\[175px\] {
    @media (width >= 782px) {
      right: calc(175px * -1);
    }
  }
.min-\[782px\]\:z-0 {
    @media (width >= 782px) {
      z-index: 0;
    }
  }
.min-\[782px\]\:\[grid-column\:1\/3\] {
    @media (width >= 782px) {
      grid-column: 1/3;
    }
  }
.min-\[782px\]\:\[grid-column\:1\] {
    @media (width >= 782px) {
      grid-column: 1;
    }
  }
.min-\[782px\]\:\[grid-column\:2\] {
    @media (width >= 782px) {
      grid-column: 2;
    }
  }
.min-\[782px\]\:col-span-2 {
    @media (width >= 782px) {
      grid-column: span 2 / span 2;
    }
  }
.min-\[782px\]\:col-start-1 {
    @media (width >= 782px) {
      grid-column-start: 1;
    }
  }
.min-\[782px\]\:col-start-2 {
    @media (width >= 782px) {
      grid-column-start: 2;
    }
  }
.min-\[782px\]\:col-start-3 {
    @media (width >= 782px) {
      grid-column-start: 3;
    }
  }
.min-\[782px\]\:col-start-4 {
    @media (width >= 782px) {
      grid-column-start: 4;
    }
  }
.min-\[782px\]\:col-start-5 {
    @media (width >= 782px) {
      grid-column-start: 5;
    }
  }
.min-\[782px\]\:col-start-6 {
    @media (width >= 782px) {
      grid-column-start: 6;
    }
  }
.min-\[782px\]\:\[grid-row\:1\/3\] {
    @media (width >= 782px) {
      grid-row: 1/3;
    }
  }
.min-\[782px\]\:\[grid-row\:1\] {
    @media (width >= 782px) {
      grid-row: 1;
    }
  }
.min-\[782px\]\:\[grid-row\:2\] {
    @media (width >= 782px) {
      grid-row: 2;
    }
  }
.min-\[782px\]\:\[grid-row\:3\] {
    @media (width >= 782px) {
      grid-row: 3;
    }
  }
.min-\[782px\]\:\[grid-row\:4\] {
    @media (width >= 782px) {
      grid-row: 4;
    }
  }
.min-\[782px\]\:\[grid-row\:5\] {
    @media (width >= 782px) {
      grid-row: 5;
    }
  }
.min-\[782px\]\:row-start-1 {
    @media (width >= 782px) {
      grid-row-start: 1;
    }
  }
.min-\[782px\]\:row-start-2 {
    @media (width >= 782px) {
      grid-row-start: 2;
    }
  }
.min-\[782px\]\:row-start-3 {
    @media (width >= 782px) {
      grid-row-start: 3;
    }
  }
.min-\[782px\]\:\[margin\:0\] {
    @media (width >= 782px) {
      margin: 0;
    }
  }
.min-\[782px\]\:\[margin\:0_0_0_auto\] {
    @media (width >= 782px) {
      margin: 0 0 0 auto;
    }
  }
.min-\[782px\]\:\[margin\:0_0_2\.5rem_0\] {
    @media (width >= 782px) {
      margin: 0 0 2.5rem 0;
    }
  }
.min-\[782px\]\:\[margin\:2\.5rem_0_0_0\] {
    @media (width >= 782px) {
      margin: 2.5rem 0 0 0;
    }
  }
.min-\[782px\]\:m-0 {
    @media (width >= 782px) {
      margin: 0;
    }
  }
.min-\[782px\]\:mx-0 {
    @media (width >= 782px) {
      margin-inline: 0;
    }
  }
.min-\[782px\]\:mx-auto {
    @media (width >= 782px) {
      margin-inline: auto;
    }
  }
.min-\[782px\]\:mb-\[1\.625rem\] {
    @media (width >= 782px) {
      margin-bottom: 1.625rem;
    }
  }
.min-\[782px\]\:mb-\[3\.75rem\] {
    @media (width >= 782px) {
      margin-bottom: 3.75rem;
    }
  }
.min-\[782px\]\:block {
    @media (width >= 782px) {
      display: block;
    }
  }
.min-\[782px\]\:flex {
    @media (width >= 782px) {
      display: flex;
    }
  }
.min-\[782px\]\:grid {
    @media (width >= 782px) {
      display: grid;
    }
  }
.min-\[782px\]\:hidden {
    @media (width >= 782px) {
      display: none;
    }
  }
.min-\[782px\]\:h-\[312px\] {
    @media (width >= 782px) {
      height: 312px;
    }
  }
.min-\[782px\]\:w-full {
    @media (width >= 782px) {
      width: 100%;
    }
  }
.min-\[782px\]\:max-w-\[347px\] {
    @media (width >= 782px) {
      max-width: 347px;
    }
  }
.min-\[782px\]\:max-w-\[600px\] {
    @media (width >= 782px) {
      max-width: 600px;
    }
  }
.min-\[782px\]\:max-w-\[1096px\] {
    @media (width >= 782px) {
      max-width: 1096px;
    }
  }
.min-\[782px\]\:max-w-full {
    @media (width >= 782px) {
      max-width: 100%;
    }
  }
.min-\[782px\]\:max-w-none {
    @media (width >= 782px) {
      max-width: none;
    }
  }
.min-\[782px\]\:\[transform\:translateY\(calc\(-50\%_-_100px\)\)\] {
    @media (width >= 782px) {
      transform: translateY(calc(-50% - 100px));
    }
  }
.min-\[782px\]\:snap-none {
    @media (width >= 782px) {
      scroll-snap-type: none;
    }
  }
.min-\[782px\]\:snap-align-none {
    @media (width >= 782px) {
      scroll-snap-align: none;
    }
  }
.min-\[782px\]\:\[grid-template-columns\:1fr_1fr\] {
    @media (width >= 782px) {
      grid-template-columns: 1fr 1fr;
    }
  }
.min-\[782px\]\:grid-cols-2 {
    @media (width >= 782px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
.min-\[782px\]\:grid-cols-\[18\.2\%_8\.2\%_8\.2\%_18\.2\%_8\.2\%_28\.2\%\] {
    @media (width >= 782px) {
      grid-template-columns: 18.2% 8.2% 8.2% 18.2% 8.2% 28.2%;
    }
  }
.min-\[782px\]\:\[grid-template-rows\:repeat\(5\,auto\)\] {
    @media (width >= 782px) {
      grid-template-rows: repeat(5,auto);
    }
  }
.min-\[782px\]\:grid-rows-3 {
    @media (width >= 782px) {
      grid-template-rows: repeat(3, minmax(0, 1fr));
    }
  }
.min-\[782px\]\:grid-rows-\[auto_auto\] {
    @media (width >= 782px) {
      grid-template-rows: auto auto;
    }
  }
.min-\[782px\]\:justify-center {
    @media (width >= 782px) {
      justify-content: center;
    }
  }
.min-\[782px\]\:gap-6 {
    @media (width >= 782px) {
      gap: calc(var(--spacing) * 6);
    }
  }
.min-\[782px\]\:gap-\[1\.125rem\] {
    @media (width >= 782px) {
      gap: 1.125rem;
    }
  }
.min-\[782px\]\:gap-x-10 {
    @media (width >= 782px) {
      column-gap: calc(var(--spacing) * 10);
    }
  }
.min-\[782px\]\:gap-x-\[2\.15\%\] {
    @media (width >= 782px) {
      column-gap: 2.15%;
    }
  }
.min-\[782px\]\:gap-y-4 {
    @media (width >= 782px) {
      row-gap: calc(var(--spacing) * 4);
    }
  }
.min-\[782px\]\:gap-y-20 {
    @media (width >= 782px) {
      row-gap: calc(var(--spacing) * 20);
    }
  }
.min-\[782px\]\:justify-self-center {
    @media (width >= 782px) {
      justify-self: center;
    }
  }
.min-\[782px\]\:overflow-hidden {
    @media (width >= 782px) {
      overflow: hidden;
    }
  }
.min-\[782px\]\:overflow-visible {
    @media (width >= 782px) {
      overflow: visible;
    }
  }
.min-\[782px\]\:\[background-image\:url\(\'https\:\/\/media\.cloudtalk\.io\/2024\/08\/background-careers-why-join-us\.svg\'\)\,linear-gradient\(135deg\,\#E0E4FF_14\.42\%\,\#C6CEFF_79\.81\%\)\] {
    @media (width >= 782px) {
      background-image: url('https://media.cloudtalk.io/2024/08/background-careers-why-join-us.svg'),linear-gradient(135deg,#E0E4FF 14.42%,#C6CEFF 79.81%);
    }
  }
.min-\[782px\]\:bg-\[linear-gradient\(180deg\,\#ECEFFF_15\.77\%\,\#fff_100\%\)\] {
    @media (width >= 782px) {
      background-image: linear-gradient(180deg,#ECEFFF 15.77%,#fff 100%);
    }
  }
.min-\[782px\]\:bg-cover {
    @media (width >= 782px) {
      background-size: cover;
    }
  }
.min-\[782px\]\:p-0 {
    @media (width >= 782px) {
      padding: 0;
    }
  }
.min-\[782px\]\:p-6 {
    @media (width >= 782px) {
      padding: calc(var(--spacing) * 6);
    }
  }
.min-\[782px\]\:px-0 {
    @media (width >= 782px) {
      padding-inline: 0;
    }
  }
.min-\[782px\]\:py-\[6\.25rem\] {
    @media (width >= 782px) {
      padding-block: 6.25rem;
    }
  }
.min-\[782px\]\:py-\[100px\] {
    @media (width >= 782px) {
      padding-block: 100px;
    }
  }
.min-\[782px\]\:pb-0 {
    @media (width >= 782px) {
      padding-bottom: 0;
    }
  }
.min-\[782px\]\:text-left {
    @media (width >= 782px) {
      text-align: left;
    }
  }
.min-\[782px\]\:text-\[45px\] {
    @media (width >= 782px) {
      font-size: 45px;
    }
  }
.min-\[782px\]\:text-\[128px\] {
    @media (width >= 782px) {
      font-size: 128px;
    }
  }
.min-\[782px\]\:leading-\[3\.5rem\] {
    @media (width >= 782px) {
      --tw-leading: 3.5rem;
      line-height: 3.5rem;
    }
  }
.min-\[782px\]\:leading-\[138px\] {
    @media (width >= 782px) {
      --tw-leading: 138px;
      line-height: 138px;
    }
  }
.min-\[1024px\]\:-top-\[156px\] {
    @media (width >= 1024px) {
      top: calc(156px * -1);
    }
  }
.min-\[1024px\]\:-right-\[152px\] {
    @media (width >= 1024px) {
      right: calc(152px * -1);
    }
  }
.min-\[1024px\]\:mx-auto {
    @media (width >= 1024px) {
      margin-inline: auto;
    }
  }
.lg\:max-w-\[424px\] {
    @media (width >= 1024px) {
      max-width: 424px;
    }
  }
.min-\[1024px\]\:max-w-\[1096px\] {
    @media (width >= 1024px) {
      max-width: 1096px;
    }
  }
.lg\:grid-cols-4 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
.lg\:p-6 {
    @media (width >= 1024px) {
      padding: calc(var(--spacing) * 6);
    }
  }
.lg\:px-8 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
.min-\[1024px\]\:px-8 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
.lg\:py-\[3\.75rem\] {
    @media (width >= 1024px) {
      padding-block: 3.75rem;
    }
  }
.xl\:absolute {
    @media (width >= 1280px) {
      position: absolute;
    }
  }
.min-\[1280px\]\:-top-\[148px\] {
    @media (width >= 1280px) {
      top: calc(148px * -1);
    }
  }
.xl\:top-\[-24\%\] {
    @media (width >= 1280px) {
      top: -24%;
    }
  }
.min-\[1280px\]\:-right-\[132px\] {
    @media (width >= 1280px) {
      right: calc(132px * -1);
    }
  }
.xl\:left-\[51\%\] {
    @media (width >= 1280px) {
      left: 51%;
    }
  }
.xl\:z-\[-1\] {
    @media (width >= 1280px) {
      z-index: -1;
    }
  }
.xl\:\[grid-column\:1\/3\] {
    @media (width >= 1280px) {
      grid-column: 1/3;
    }
  }
.xl\:\[grid-column\:1\] {
    @media (width >= 1280px) {
      grid-column: 1;
    }
  }
.xl\:\[grid-column\:3\] {
    @media (width >= 1280px) {
      grid-column: 3;
    }
  }
.xl\:\[grid-row\:2\] {
    @media (width >= 1280px) {
      grid-row: 2;
    }
  }
.xl\:\[grid-row\:3\] {
    @media (width >= 1280px) {
      grid-row: 3;
    }
  }
.xl\:\[margin\:0\] {
    @media (width >= 1280px) {
      margin: 0;
    }
  }
.xl\:\[margin\:0_0_0_auto\] {
    @media (width >= 1280px) {
      margin: 0 0 0 auto;
    }
  }
.xl\:\[margin\:0_0_100px_auto\] {
    @media (width >= 1280px) {
      margin: 0 0 100px auto;
    }
  }
.xl\:\[margin\:0_auto_0_0\] {
    @media (width >= 1280px) {
      margin: 0 auto 0 0;
    }
  }
.xl\:\[margin\:100px_0_0_auto\] {
    @media (width >= 1280px) {
      margin: 100px 0 0 auto;
    }
  }
.xl\:mt-5 {
    @media (width >= 1280px) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
.xl\:mt-10 {
    @media (width >= 1280px) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
.xl\:mt-20 {
    @media (width >= 1280px) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
.xl\:mb-6 {
    @media (width >= 1280px) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
.xl\:mb-\[116px\] {
    @media (width >= 1280px) {
      margin-bottom: 116px;
    }
  }
.xl\:block {
    @media (width >= 1280px) {
      display: block;
    }
  }
.xl\:hidden {
    @media (width >= 1280px) {
      display: none;
    }
  }
.xl\:w-\[1010px\] {
    @media (width >= 1280px) {
      width: 1010px;
    }
  }
.xl\:max-w-\[500px\] {
    @media (width >= 1280px) {
      max-width: 500px;
    }
  }
.xl\:max-w-\[920px\] {
    @media (width >= 1280px) {
      max-width: 920px;
    }
  }
.xl\:flex-1 {
    @media (width >= 1280px) {
      flex: 1;
    }
  }
.xl\:\[transform\:rotate\(-2\.385deg\)\] {
    @media (width >= 1280px) {
      transform: rotate(-2.385deg);
    }
  }
.xl\:\[grid-template-columns\:1fr_225px_1fr\] {
    @media (width >= 1280px) {
      grid-template-columns: 1fr 225px 1fr;
    }
  }
.xl\:flex-nowrap {
    @media (width >= 1280px) {
      flex-wrap: nowrap;
    }
  }
.xl\:gap-x-0 {
    @media (width >= 1280px) {
      column-gap: 0;
    }
  }
.min-\[1280px\]\:gap-y-\[1\.45rem\] {
    @media (width >= 1280px) {
      row-gap: 1.45rem;
    }
  }
.xl\:gap-y-10 {
    @media (width >= 1280px) {
      row-gap: calc(var(--spacing) * 10);
    }
  }
.xl\:rounded-xl {
    @media (width >= 1280px) {
      border-radius: var(--radius-xl);
    }
  }
.xl\:bg-\[linear-gradient\(180deg\,var\(--color-brand-50\)_0\%\,rgba\(235\,240\,246\,0\)_100\%\)\] {
    @media (width >= 1280px) {
      background-image: linear-gradient(180deg,var(--color-brand-50) 0%,rgba(235,240,246,0) 100%);
    }
  }
.xl\:py-0 {
    @media (width >= 1280px) {
      padding-block: 0;
    }
  }
.xl\:py-\[6\.25rem\] {
    @media (width >= 1280px) {
      padding-block: 6.25rem;
    }
  }
.xl\:pt-\[6\.25rem\] {
    @media (width >= 1280px) {
      padding-top: 6.25rem;
    }
  }
.xl\:pb-0 {
    @media (width >= 1280px) {
      padding-bottom: 0;
    }
  }
.xl\:pb-40 {
    @media (width >= 1280px) {
      padding-bottom: calc(var(--spacing) * 40);
    }
  }
.xl\:pb-\[4\.5rem\] {
    @media (width >= 1280px) {
      padding-bottom: 4.5rem;
    }
  }
.xl\:pb-\[6\.25rem\] {
    @media (width >= 1280px) {
      padding-bottom: 6.25rem;
    }
  }
.xl\:text-sm {
    @media (width >= 1280px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
.xl\:text-\[45px\] {
    @media (width >= 1280px) {
      font-size: 45px;
    }
  }
.xl\:leading-6 {
    @media (width >= 1280px) {
      --tw-leading: calc(var(--spacing) * 6);
      line-height: calc(var(--spacing) * 6);
    }
  }
.xl\:leading-\[3\.5rem\] {
    @media (width >= 1280px) {
      --tw-leading: 3.5rem;
      line-height: 3.5rem;
    }
  }
.xl\:leading-\[3\.4375rem\] {
    @media (width >= 1280px) {
      --tw-leading: 3.4375rem;
      line-height: 3.4375rem;
    }
  }
.xl\:before\:w-\[calc\(100\%-4rem\)\] {
    @media (width >= 1280px) {
      &::before {
        content: var(--tw-content);
        width: calc(100% - 4rem);
      }
    }
  }
.xl\:\[\&_\.land\]\:fill-brand-50 {
    @media (width >= 1280px) {
      & .land {
        fill: var(--color-brand-50);
      }
    }
  }
.\[\&_a\]\:font-bold {
    & a {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
.\[\&_a\:hover\]\:text-brand-500 {
    & a:hover {
      color: var(--color-brand-500);
    }
  }
.\[\&_a\:hover\]\:underline {
    & a:hover {
      text-decoration-line: underline;
    }
  }
.xl\:\[\&_code\]\:relative {
    @media (width >= 1280px) {
      & code {
        position: relative;
      }
    }
  }
.xl\:\[\&_code\]\:text-brand-500 {
    @media (width >= 1280px) {
      & code {
        color: var(--color-brand-500);
      }
    }
  }
.xl\:\[\&_code_em\]\:absolute {
    @media (width >= 1280px) {
      & code em {
        position: absolute;
      }
    }
  }
.xl\:\[\&_code_em\]\:top-\[calc\(100\%\+12px\)\] {
    @media (width >= 1280px) {
      & code em {
        top: calc(100% + 12px);
      }
    }
  }
.xl\:\[\&_code_em\]\:left-\[calc\(100\%\+18px\)\] {
    @media (width >= 1280px) {
      & code em {
        left: calc(100% + 18px);
      }
    }
  }
.xl\:\[\&_code_em\]\:block {
    @media (width >= 1280px) {
      & code em {
        display: block;
      }
    }
  }
.xl\:\[\&_code_em\]\:w-max {
    @media (width >= 1280px) {
      & code em {
        width: max-content;
      }
    }
  }
.xl\:\[\&_code_em\]\:rounded-\[6\.958px\] {
    @media (width >= 1280px) {
      & code em {
        border-radius: 6.958px;
      }
    }
  }
.xl\:\[\&_code_em\]\:bg-brand-500 {
    @media (width >= 1280px) {
      & code em {
        background-color: var(--color-brand-500);
      }
    }
  }
.xl\:\[\&_code_em\]\:px-1\.5 {
    @media (width >= 1280px) {
      & code em {
        padding-inline: calc(var(--spacing) * 1.5);
      }
    }
  }
.xl\:\[\&_code_em\]\:py-0\.5 {
    @media (width >= 1280px) {
      & code em {
        padding-block: calc(var(--spacing) * 0.5);
      }
    }
  }
.xl\:\[\&_code_em\]\:text-\[10px\] {
    @media (width >= 1280px) {
      & code em {
        font-size: 10px;
      }
    }
  }
.xl\:\[\&_code_em\]\:leading-\[18\.555px\] {
    @media (width >= 1280px) {
      & code em {
        --tw-leading: 18.555px;
        line-height: 18.555px;
      }
    }
  }
.xl\:\[\&_code_em\]\:text-white {
    @media (width >= 1280px) {
      & code em {
        color: var(--color-white);
      }
    }
  }
.xl\:\[\&_code_em\]\:not-italic {
    @media (width >= 1280px) {
      & code em {
        font-style: normal;
      }
    }
  }
.xl\:\[\&_code_em\]\:after\:absolute {
    @media (width >= 1280px) {
      & code em {
        &::after {
          content: var(--tw-content);
          position: absolute;
        }
      }
    }
  }
.xl\:\[\&_code_em\]\:after\:-top-4 {
    @media (width >= 1280px) {
      & code em {
        &::after {
          content: var(--tw-content);
          top: calc(var(--spacing) * -4);
        }
      }
    }
  }
.xl\:\[\&_code_em\]\:after\:-left-4 {
    @media (width >= 1280px) {
      & code em {
        &::after {
          content: var(--tw-content);
          left: calc(var(--spacing) * -4);
        }
      }
    }
  }
.xl\:\[\&_code_em\]\:after\:block {
    @media (width >= 1280px) {
      & code em {
        &::after {
          content: var(--tw-content);
          display: block;
        }
      }
    }
  }
.xl\:\[\&_code_em\]\:after\:h-5 {
    @media (width >= 1280px) {
      & code em {
        &::after {
          content: var(--tw-content);
          height: calc(var(--spacing) * 5);
        }
      }
    }
  }
.xl\:\[\&_code_em\]\:after\:w-5 {
    @media (width >= 1280px) {
      & code em {
        &::after {
          content: var(--tw-content);
          width: calc(var(--spacing) * 5);
        }
      }
    }
  }
.xl\:\[\&_code_em\]\:after\:bg-\[url\(\'https\:\/\/staging\.cloudtalk\.io\/wp-content\/uploads\/2023\/12\/arrow-top-left-corner-blue-sky\.svg\'\)\] {
    @media (width >= 1280px) {
      & code em {
        &::after {
          content: var(--tw-content);
          background-image: url('https://staging.cloudtalk.io/wp-content/uploads/2023/12/arrow-top-left-corner-blue-sky.svg');
        }
      }
    }
  }
.xl\:\[\&_code_em\]\:after\:bg-no-repeat {
    @media (width >= 1280px) {
      & code em {
        &::after {
          content: var(--tw-content);
          background-repeat: no-repeat;
        }
      }
    }
  }
.xl\:\[\&_code_em\]\:after\:content-\[\'\'\] {
    @media (width >= 1280px) {
      & code em {
        &::after {
          --tw-content: '';
          content: var(--tw-content);
        }
      }
    }
  }
.xl\:\[\&_code_em_strong\]\:font-semibold {
    @media (width >= 1280px) {
      & code em strong {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
      }
    }
  }
.\[\&\:\:-webkit-scrollbar\]\:hidden {
    &::-webkit-scrollbar {
      display: none;
    }
  }
}
:root {
  --container-max: 1280px;
  --container-padding: 1rem;
  --container-padding-desktop: 2rem;
  --ct-text-footer: 0.625rem;
  --ct-text-caption: 0.75rem;
  --ct-text-paragraph-03: 0.875rem;
  --ct-text-paragraph-02: 1rem;
  --ct-text-paragraph-01: 1.125rem;
  --ct-text-subheading: 1.25rem;
  --ct-text-heading-06: 1.125rem;
  --ct-text-heading-05: 1.5rem;
  --ct-text-heading-04: 1.875rem;
  --ct-text-heading-03: 2.25rem;
  --ct-text-heading-02: 3rem;
  --ct-text-heading-01: 3.75rem;
  --ct-text-display-01: 4.5rem;
  --ct-spacing-xxs: 0.125rem;
  --ct-spacing-xs: 0.25rem;
  --ct-spacing-sm: 0.375rem;
  --ct-spacing-md: 0.5rem;
  --ct-spacing-lg: 0.75rem;
  --ct-spacing-xl: 1rem;
  --ct-spacing-2xl: 1.25rem;
  --ct-spacing-3xl: 1.5rem;
  --ct-spacing-4xl: 2rem;
  --ct-spacing-5xl: 2.5rem;
  --ct-spacing-6xl: 3rem;
  --ct-spacing-7xl: 4rem;
  --ct-spacing-8xl: 5rem;
  --ct-spacing-9xl: 6rem;
  --ct-spacing-10xl: 8rem;
  --ct-spacing-11xl: 10rem;
  --ct-radius-xxs: 0.125rem;
  --ct-radius-xs: 0.25rem;
  --ct-radius-sm: 0.375rem;
  --ct-radius-md: 0.5rem;
  --ct-radius-lg: 0.625rem;
  --ct-radius-xl: 0.75rem;
  --ct-radius-2xl: 1rem;
  --ct-radius-3xl: 1.25rem;
  --ct-radius-4xl: 1.5rem;
  --ct-radius-full: 9999px;
  --ct-shadow-xs: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  --ct-shadow-xs-skeuomorphic: 0px 0px 0px 1px rgba(10, 13, 18, 0.18) inset, 0px -2px 0px 0px rgba(10, 13, 18, 0.05) inset, 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  --ct-shadow-sm: 0px 1px 3px 0px rgba(10, 13, 18, 0.10), 0px 1px 2px -1px rgba(10, 13, 18, 0.10);
  --ct-shadow-md: 0px 4px 6px -1px rgba(10, 13, 18, 0.10), 0px 2px 4px -2px rgba(10, 13, 18, 0.06);
  --ct-shadow-lg: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03), 0px 2px 2px -1px rgba(10, 13, 18, 0.04);
  --ct-shadow-xl: 0px 20px 24px -4px rgba(10, 13, 18, 0.08), 0px 8px 8px -4px rgba(10, 13, 18, 0.03), 0px 3px 3px -1.5px rgba(10, 13, 18, 0.04);
  --ct-shadow-2xl: 0px 24px 48px -12px rgba(10, 13, 18, 0.18), 0px 4px 4px -2px rgba(10, 13, 18, 0.04);
  --ct-shadow-3xl: 0px 32px 64px -12px rgba(10, 13, 18, 0.14), 0px 5px 5px -2.5px rgba(10, 13, 18, 0.04);
  --ct-gradient-skeuomorphic-border: rgba(255, 255, 255, 0.12);
}
body {
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button:not(:disabled),
[role="button"]:not([aria-disabled="true"]) {
  cursor: pointer;
}
body:has(.ct-chromeless-page) #head,
body:has(.ct-chromeless-page) .ct-below-fold {
  display: none !important;
}
.sl-desktop-bg {
  background: linear-gradient(180deg, #fff 25.09%, #0527ff 54.97%, #031aaa 99.79%);
}
@layer components {
.label {
    text-align: center;
    display: inline-flex;
    align-items: center;
    margin: 0.125rem;
    width: fit-content;
    flex-grow: 0;
    font-family: var(--font-body);
  }
.label-dot::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 9999px;
  }
.label-pill-color-gray-sm {
    font-size: 10px;
    font-weight: 500;
    line-height: 0.875rem;
    padding: 0.125rem 0.5rem;
    gap: 0.25rem;
    border-radius: 9999px;
    color: #414651;
    background: #fafafa;
    outline: 1px solid #e9eaeb;
  }
.label-pill-color-gray-md {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25rem;
    padding: 0.125rem 10px;
    gap: 0.375rem;
    border-radius: 9999px;
    color: #414651;
    background: #fafafa;
    outline: 1px solid #e9eaeb;
  }
.label-pill-color-gray-lg {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25rem;
    padding: 0.25rem 0.75rem;
    gap: 0.375rem;
    border-radius: 9999px;
    color: #414651;
    background: #fafafa;
    outline: 1px solid #e9eaeb;
  }
.label-pill-color-gray-sm.label-dot::before, .label-pill-color-gray-md.label-dot::before, .label-pill-color-gray-lg.label-dot::before {
    background-color: #717680;
  }
.label-pill-color-indigo-sm {
    font-size: 10px;
    font-weight: 500;
    line-height: 0.875rem;
    padding: 0.125rem 0.5rem;
    gap: 0.25rem;
    border-radius: 9999px;
    color: #3538cd;
    background: #eef4ff;
    outline: 1px solid #c7d7fe;
  }
.label-pill-color-indigo-md {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25rem;
    padding: 0.125rem 10px;
    gap: 0.375rem;
    border-radius: 9999px;
    color: #3538cd;
    background: #eef4ff;
    outline: 1px solid #c7d7fe;
  }
.label-pill-color-indigo-lg {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25rem;
    padding: 0.25rem 0.75rem;
    gap: 0.375rem;
    border-radius: 9999px;
    color: #3538cd;
    background: #eef4ff;
    outline: 1px solid #c7d7fe;
  }
.label-pill-color-indigo-sm.label-dot::before, .label-pill-color-indigo-md.label-dot::before, .label-pill-color-indigo-lg.label-dot::before {
    background-color: #3538cd;
  }
.label-pill-color-brand-sm {
    font-size: 10px;
    font-weight: 500;
    line-height: 0.875rem;
    padding: 0.125rem 0.5rem;
    gap: 0.25rem;
    border-radius: 9999px;
    color: #031aaa;
    background: #dde2ff;
    outline: 1px solid #8495ff;
  }
.label-pill-color-brand-md {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25rem;
    padding: 0.125rem 10px;
    gap: 0.375rem;
    border-radius: 9999px;
    color: #031aaa;
    background: #dde2ff;
    outline: 1px solid #8495ff;
  }
.label-pill-color-brand-lg {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25rem;
    padding: 0.25rem 0.75rem;
    gap: 0.375rem;
    border-radius: 9999px;
    color: #031aaa;
    background: #dde2ff;
    outline: 1px solid #8495ff;
  }
.label-pill-color-brand-sm.label-dot::before, .label-pill-color-brand-md.label-dot::before, .label-pill-color-brand-lg.label-dot::before {
    background-color: #0527ff;
  }
.ct-core-content :is(h2, h3, h4, h5) {
    font-family: var(--font-display);
    color: var(--color-gray-900, #181D27);
  }
.ct-core-content h2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
    letter-spacing: -1.08px;
    font-weight: 700;
    margin: 3rem 0 1.5rem;
  }
.ct-core-content h3 {
    font-size: 1.875rem;
    line-height: 2.375rem;
    letter-spacing: -0.6px;
    font-weight: 500;
    margin: 2.5rem 0 1.25rem;
  }
.ct-core-content h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -0.48px;
    font-weight: 500;
    margin: 2rem 0 1rem;
  }
.ct-core-content h5 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: -0.36px;
    font-weight: 500;
    margin: 2rem 0 0.75rem;
  }
.ct-core-content p {
    font-family: var(--font-body);
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 0 0 1.5rem;
    color: var(--color-gray-900, #181D27);
  }
@media (max-width: 480px) {
.ct-core-content p {
      font-size: 1rem;
      line-height: 1.5rem;
    }
}
.ct-core-content a {
    color: var(--color-brand-600, #0420D5);
    text-decoration: underline;
    text-underline-offset: 2px;
  }
.ct-core-content a:hover {
    color: var(--color-brand-700, #031AAA);
  }
.ct-core-content :is(ul, ol) {
    margin: 1em 0;
    padding-left: 40px;
  }
.ct-core-content ul {
    list-style: disc;
  }
.ct-core-content ol {
    list-style: decimal;
  }
.ct-core-content ul ul {
    list-style: circle;
  }
.ct-core-content li {
    font-family: var(--font-body);
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 0;
  }
@media (max-width: 480px) {
.ct-core-content h2 {
      font-size: 1.875rem;
      line-height: 2.375rem;
      letter-spacing: -0.6px;
      margin: 2.5rem 0 1.25rem;
    }
.ct-core-content h3 {
      font-size: 1.5rem;
      line-height: 2rem;
      letter-spacing: -0.48px;
      margin: 2rem 0 1rem;
    }
.ct-core-content :is(p, li) {
      font-size: 1rem;
      line-height: 1.5rem;
    }
}
.ct-summary .ct-core-content :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.875rem;
    line-height: 2.375rem;
    letter-spacing: -0.6px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 1.25rem;
  }
@media (max-width: 768px) {
.ct-summary .ct-core-content :is(h1, h2, h3, h4, h5, h6) {
      font-size: 1.5rem;
      line-height: 2rem;
      letter-spacing: -0.48px;
      margin-bottom: 1rem;
    }
}
.wp-block-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: var(--wp--style--block-gap, 0.5em);
  }
.wp-block-buttons.is-vertical {
    flex-direction: column;
  }
.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start;
  }
.wp-block-buttons.is-content-justification-center {
    justify-content: center;
  }
.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end;
  }
.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between;
  }
.wp-block-buttons > .wp-block-button > a {
    height: 100%;
  }
.btn,
  .wp-block-button a,
  .wp-block-button.is-style-primary a {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    text-decoration: none;
    transition: all .15s ease-in-out;
    box-sizing: border-box;
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    padding: 0.625rem 1rem;
    border-radius: 0.5rem;
    color: #FFF;
    background: #0420D5;
    outline: 2px solid rgba(255, 255, 255, 0.12);
    outline-offset: -2px;
    box-shadow: var(--ct-shadow-xs-skeuomorphic);
  }
.btn:hover,
  .wp-block-button a:hover,
  .wp-block-button.is-style-primary a:hover {
    color: #FFF;
    background: #031AAA;
  }
.btn:active,
  .wp-block-button a:active,
  .wp-block-button.is-style-primary a:active {
    box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05), 0 0 0 2px #FFF, 0 0 0 4px #0527FF;
    background: #0420D5;
  }
.btn.btn-regular, .wp-block-button.btn-regular a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.625rem 0.875rem;
  }
.btn.btn-small,   .wp-block-button.btn-small a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5rem 0.75rem;
  }
.btn.btn-xs,      .wp-block-button.btn-xs a {
    font-size: 0.75rem;
    line-height: 1.125rem;
    padding: 0.5rem 0.75rem;
  }
.btn.btn-xl,      .wp-block-button.btn-xl a {
    padding: 0.75rem 18px;
  }
.btn.btn-2xl,     .wp-block-button.btn-2xl a {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 1rem 22px;
    border-radius: 0.625rem;
  }
.btn.btn-ghost,
  .wp-block-button.btn-ghost a,
  .wp-block-button.is-style-ghost a {
    color: #414651;
    background: #FFF;
    outline: 1px solid #D5D7DA;
    outline-offset: -1px;
  }
.btn.btn-ghost:hover,
  .wp-block-button.btn-ghost a:hover,
  .wp-block-button.is-style-ghost a:hover {
    color: #252B37;
    background: #FAFAFA;
  }
.btn.btn-ghost:active,
  .wp-block-button.btn-ghost a:active,
  .wp-block-button.is-style-ghost a:active {
    box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05), 0 0 0 2px #FFF, 0 0 0 4px #0527FF;
    color: #414651;
    background: #FFF;
  }
.btn.btn-secondary,
  .wp-block-button.btn-secondary a,
  .wp-block-button.is-style-secondary a {
    color: #252B37;
    background: #A4F41B;
  }
.btn.btn-secondary:hover,
  .wp-block-button.btn-secondary a:hover,
  .wp-block-button.is-style-secondary a:hover {
    color: #3A5805;
    background: #91DA15;
  }
.btn.btn-secondary:active,
  .wp-block-button.btn-secondary a:active,
  .wp-block-button.is-style-secondary a:active {
    box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05), 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 0 0 2px #FFF, 0 0 0 4px #A4F41B;
    color: #252B37;
    background: #A4F41B;
  }
.btn.btn-secondary-color,
  .wp-block-button.btn-secondary-color a,
  .wp-block-button.is-style-secondary-color a {
    color: #031AAA;
    background: #FFF;
    outline: 1px solid #5970FF;
    outline-offset: -1px;
  }
.btn.btn-secondary-color:hover,
  .wp-block-button.btn-secondary-color a:hover,
  .wp-block-button.is-style-secondary-color a:hover {
    color: #021480;
    background: #DDE2FF;
  }
.btn.btn-secondary-color:active,
  .wp-block-button.btn-secondary-color a:active,
  .wp-block-button.is-style-secondary-color a:active {
    box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05), 0 0 0 2px #FFF, 0 0 0 4px #0527FF;
    color: #031AAA;
    background: #FFF;
  }
.addon-block__card:nth-child(n+3) .btn-secondary-color {
    color: #535862 !important;
    background: unset !important;
    outline: unset !important;
    box-shadow: unset;
  }
.addon-block__card:nth-child(n+3) .btn-secondary-color:hover {
    color: #414651 !important;
    background: unset !important;
  }
.addon-block__card:nth-child(n+3) .btn-secondary-color:focus {
    box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #0527FF;
    color: #535862 !important;
    background: unset !important;
  }
.btn.btn-secondary-green,
  .wp-block-button.btn-secondary-green a,
  .wp-block-button.is-style-secondary-green a {
    color: #067647;
    background: #FFF;
    outline: 1px solid #75E0A7;
    outline-offset: -1px;
  }
.btn.btn-secondary-green:hover,
  .wp-block-button.btn-secondary-green a:hover,
  .wp-block-button.is-style-secondary-green a:hover {
    color: #067647;
    background: #ECFDF3;
  }
.btn.btn-secondary-green:active,
  .wp-block-button.btn-secondary-green a:active,
  .wp-block-button.is-style-secondary-green a:active {
    box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05), 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 0 0 2px #FFF, 0 0 0 4px #47CD89;
    color: #067647;
    background: #FFF;
  }
.btn.btn-secondary-light-blue,
  .wp-block-button.btn-secondary-light-blue a,
  .wp-block-button.is-style-secondary-light-blue a {
    color: #0420D5;
    background: #DDE2FF;
    outline: 1px solid #D5D7DA;
    outline-offset: -1px;
  }
.btn.btn-secondary-light-blue:hover,
  .wp-block-button.btn-secondary-light-blue a:hover,
  .wp-block-button.is-style-secondary-light-blue a:hover {
    color: #0420D5;
    background: #B1BCFF;
  }
.btn.btn-secondary-light-blue:active,
  .wp-block-button.btn-secondary-light-blue a:active,
  .wp-block-button.is-style-secondary-light-blue a:active {
    box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #0527FF;
    color: #0420D5;
    background: #DDE2FF;
  }
.btn.btn-tertiary-color,
  .wp-block-button.btn-tertiary-color a,
  .wp-block-button.is-style-tertiary-color a {
    color: #031AAA;
    background: transparent;
    outline: none;
    box-shadow: none;
  }
.btn.btn-tertiary-color:hover,
  .wp-block-button.btn-tertiary-color a:hover,
  .wp-block-button.is-style-tertiary-color a:hover {
    color: #021480;
    background: #DDE2FF;
  }
.btn.btn-tertiary-color:active,
  .wp-block-button.btn-tertiary-color a:active,
  .wp-block-button.is-style-tertiary-color a:active {
    box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #0527FF;
    color: #031AAA;
    background: #FFF;
  }
.btn.btn-tertiary-gray,
  .wp-block-button.btn-tertiary-gray a,
  .wp-block-button.is-style-tertiary-gray a {
    color: #535862;
    background: transparent;
    outline: none;
    box-shadow: none;
  }
.btn.btn-tertiary-gray:hover,
  .wp-block-button.btn-tertiary-gray a:hover,
  .wp-block-button.is-style-tertiary-gray a:hover {
    color: #414651;
    background: #FAFAFA;
  }
.btn.btn-tertiary-gray:active,
  .wp-block-button.btn-tertiary-gray a:active,
  .wp-block-button.is-style-tertiary-gray a:active {
    box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #0527FF;
    color: #535862;
    background: #FFF;
  }
.btn.btn-link-color, .wp-block-button.btn-link-color a, .wp-block-button.is-style-link-color a {
    color: #031AAA;
    background: transparent;
    outline: none;
    box-shadow: none;
    padding: 0;
  }
.btn.btn-link-gray,  .wp-block-button.btn-link-gray a,  .wp-block-button.is-style-link-gray a {
    color: #535862;
    background: transparent;
    outline: none;
    box-shadow: none;
    padding: 0;
  }
.btn.btn-link-white, .wp-block-button.btn-link-white a, .wp-block-button.is-style-link-white a {
    color: #FFF;
    background: transparent;
    outline: none;
    box-shadow: none;
    padding: 0;
  }
.btn.btn-link-color:hover, .wp-block-button.btn-link-color a:hover, .wp-block-button.is-style-link-color a:hover {
    color: #021480;
    background: transparent;
  }
.btn.btn-link-gray:hover,  .wp-block-button.btn-link-gray a:hover,  .wp-block-button.is-style-link-gray a:hover {
    color: #414651;
    background: transparent;
  }
.btn.btn-link-white:hover, .wp-block-button.btn-link-white a:hover, .wp-block-button.is-style-link-white a:hover {
    color: rgba(255, 255, 255, 0.90);
    text-decoration: underline;
    background: transparent;
  }
.btn.btn-link-color:active, .wp-block-button.btn-link-color a:active, .wp-block-button.is-style-link-color a:active {
    box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #0527FF;
    color: #031AAA;
    background: transparent;
  }
.btn.btn-link-gray:active,  .wp-block-button.btn-link-gray a:active,  .wp-block-button.is-style-link-gray a:active {
    box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #0527FF;
    color: #535862;
    background: transparent;
  }
.btn.btn-link-white:active, .wp-block-button.btn-link-white a:active, .wp-block-button.is-style-link-white a:active {
    box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #0527FF;
    color: rgba(255, 255, 255, 0.90);
    text-decoration: none;
    background: transparent;
  }
.ct-vn-map-item svg.ct-world-map-svg path.land {
    fill: #EBEEFF;
    transition: fill 0.3s ease;
  }
.ct-vn-map-item svg.ct-world-map-svg path.land.highlighted {
    fill: #B1BCFF;
  }
.ct-vn-pulse {
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
.ct-vn-pulse.positioned {
    opacity: 1;
    visibility: visible;
  }
.ct-vn-pulse .dot {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
.ct-vn-pulse::before,
  .ct-vn-pulse::after {
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #B1BCFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0.5);
    transform-origin: center center;
    animation: ct-vn-pulse-ring 3s linear infinite;
  }
.ct-vn-pulse::after {
    animation-delay: 2s;
  }
}
@keyframes ct-vn-pulse-ring {
  0% {
    transform: translate3d(-50%, -50%, 0) scale(0.5);
    opacity: 0.2;
  }
  50% {
    opacity: 0.2;
  }
  70% {
    opacity: 0.19;
  }
  100% {
    transform: translate3d(-50%, -50%, 0) scale(5);
    opacity: 0;
  }
}
@layer base {
a {
    color: #0420d5;
  }
}
@media (min-width: 1024px) {
.ct-vah__inner::before,
  .ct-vah__inner::after {
    content: '';
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    pointer-events: none;
  }
.ct-vah__inner::before {
    background-image: url('https://media.cloudtalk.io/2025/05/voice-agent-background-left.svg');
    width: 673.9px;
    height: 590.8px;
    top: -25%;
    left: calc(-424px - (1256px - 100%) / 2);
  }
.ct-vah__inner::after {
    background-image: url('https://media.cloudtalk.io/2025/05/voice-agent-background-right.svg');
    width: 673.4px;
    height: 540.2px;
    top: -33%;
    right: calc(-280px - (1256px - 100%) / 2);
  }
}
.ct-blog-sidebar {
  position: relative;
}
@media (max-width: 1024px) {
.ct-blog-row > .ct-blog-sidebar {
    position: sticky;
    top: calc(var(--header-height, 64px) - 2px);
    z-index: 10;
    margin-bottom: 1rem;
  }
}
.ct-blog-row {
  max-width: 1320px;
}
@media (min-width: 1024px) {
.ct-blog-row {
    gap: 4rem;
  }
.ct-blog-row > .ct-blog-sidebar {
    grid-row: 1;
    grid-column: 2;
    padding-bottom: 2rem;
  }
.ct-blog-row--cs > .ct-blog-sidebar {
    grid-column: 1;
  }
}
@media (max-width: 1024px) {
.ct-blog-row {
    padding-top: 0;
    padding-bottom: 2rem;
  }
.ct-blog-row > *:nth-child(2) {
    padding-top: 0;
  }
}
.ct-blog-row--flush,
.ct-blog-row--cs {
  padding-top: 0;
}
@media (max-width: 1023.98px) {
.ct-row > *:nth-child(1) {
    order: var(--mobile-order-1, 1);
  }
.ct-row > *:nth-child(2) {
    order: var(--mobile-order-2, 2);
  }
.ct-row > *:nth-child(3) {
    order: var(--mobile-order-3, 3);
  }
.ct-row > *:nth-child(4) {
    order: var(--mobile-order-4, 4);
  }
.ct-row > *:nth-child(5) {
    order: var(--mobile-order-5, 5);
  }
.ct-row > *:nth-child(6) {
    order: var(--mobile-order-6, 6);
  }
}
.ct-core-content :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 0;
}
.ct-core-content h2 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.ct-core-content h3 {
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.ct-core-content h4 {
  font-weight: 500;
  margin-bottom: 1rem;
}
.ct-core-content h5 {
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.ct-core-content p {
  margin: 0 0 1.5rem;
}
.ct-core-content :is(ul, ol) {
  margin: 1em 0;
}
.ct-core-content > :last-child {
  margin-bottom: 0;
}
.caption {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.125rem;
  display: block;
  width: 90%;
  margin: 2.5rem 0 0.25rem;
}
p.caption {
  color: var(--color-brand-500, #0527FF);
}
.ct-core-content p.caption {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.125rem;
  color: var(--color-brand-500, #0527FF);
  width: 90%;
  margin: 2.5rem 0 0.25rem;
}
@media (min-width: 1280px) {
.caption,
  .ct-core-content p.caption {
    display: inherit;
    width: unset;
    margin-top: 0;
  }
}
.ct-cs-col p.caption,
.ct-cs-col .ct-core-content p.caption {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.24px;
  color: var(--color-brand-700, #031AAA);
  width: 90%;
  margin: 2.5rem 0 0.25rem;
}
@media (min-width: 1280px) {
.ct-cs-col p.caption,
  .ct-cs-col .ct-core-content p.caption {
    font-size: 1rem;
    line-height: 1.5rem;
    width: unset;
    margin-top: 0;
  }
}
.wp-block-embed,
.wp-block-embed-youtube {
  width: 100%;
  max-width: 680px;
  margin: 2rem auto;
}
.ct-blog-content :is(.wp-block-embed, .wp-block-embed-youtube) {
  margin-bottom: 2rem;
}
@media (max-width: 480px) {
.ct-core-content h2 {
    margin-bottom: 1.25rem;
  }
.ct-core-content h3 {
    margin-bottom: 1rem;
  }
.ct-core-content h4 {
    margin-bottom: 0.75rem;
  }
.ct-core-content h5 {
    margin-bottom: 0.5rem;
  }
}
.ct-blog-content > .ct-core-content:not(:last-child) > :is(h2, p):last-child {
  margin-bottom: 1.5rem;
}
.ct-blog-content > .ct-core-content:not(:last-child) > h3:last-child {
  margin-bottom: 1.25rem;
}
.ct-blog-content > .ct-core-content:not(:last-child) > h4:last-child {
  margin-bottom: 1rem;
}
.ct-blog-content > .ct-core-content:not(:last-child) > h5:last-child {
  margin-bottom: 0.75rem;
}
.ct-blog-content > .ct-core-content:not(:last-child) > :is(ul, ol):last-child {
  margin-bottom: 1em;
}
@media (max-width: 480px) {
.ct-blog-content > .ct-core-content:not(:last-child) > h2:last-child {
    margin-bottom: 1.25rem;
  }
.ct-blog-content > .ct-core-content:not(:last-child) > h3:last-child {
    margin-bottom: 1rem;
  }
.ct-blog-content > .ct-core-content:not(:last-child) > h4:last-child {
    margin-bottom: 0.75rem;
  }
.ct-blog-content > .ct-core-content:not(:last-child) > h5:last-child {
    margin-bottom: 0.5rem;
  }
}
.ct-cs-col :is(ul, ol).wp-block-list {
  list-style: none;
  padding-inline-start: 0;
  margin: 0 auto 0.75rem auto;
  width: 100%;
}
.ct-cs-col :is(ul, ol).wp-block-list li {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: var(--color-gray-600, #535862);
  display: flex;
  align-items: center;
  margin: 0 0 0.75rem 0;
}
.ct-cs-col :is(ul, ol).wp-block-list li :is(strong) {
  display: contents;
  font-weight: 600;
}
.ct-cs-col :is(ul, ol).wp-block-list li :is(a, em) {
  display: contents;
}
.ct-cs-col ul.wp-block-list li::before {
  content: "";
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: var(--color-brand-100, #B1BCFF);
  position: relative;
  align-self: flex-start;
  top: 8px;
  margin: 0 0.75rem 0 0;
}
.ct-cs-col ol.wp-block-list {
  counter-reset: list-counter 0;
}
.ct-cs-col ol.wp-block-list li {
  counter-increment: list-counter 1;
  align-items: flex-start;
}
.ct-cs-col ol.wp-block-list li::before {
  content: counter(list-counter, decimal-leading-zero);
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 9999px;
  background: var(--color-brand-50, #DDE2FF);
  color: var(--color-brand-600, #0420D5);
  position: relative;
  align-self: flex-start;
  top: 1px;
  margin: 0 0.5rem 0 0;
  text-align: center;
  font-family: var(--font-body);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 0.875rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.ct-cs-col > .ct-core-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ct-cs-col > .ct-core-content > * {
  margin-top: 0;
  margin-bottom: 0;
}
.ct-cs-col > .ct-core-content:not(:last-child) > :is(h1, h2, h3, h4, h5, h6):last-child {
  margin-bottom: 4px;
}
.ct-blog-content > .ct-core-content h2 {
  margin-top: 3rem;
}
.ct-blog-content > .ct-core-content h3 {
  margin-top: 2.5rem;
}
.ct-blog-content > .ct-core-content h4 {
  margin-top: 2rem;
}
.ct-blog-content > .ct-core-content h5 {
  margin-top: 2rem;
}
.ct-blog-content > .ct-core-content:first-child > :first-child {
  margin-top: 0;
}
@media (max-width: 480px) {
.ct-blog-content > .ct-core-content h2 {
    margin-top: 2.5rem;
  }
.ct-blog-content > .ct-core-content h3 {
    margin-top: 2rem;
  }
.ct-blog-content > .ct-core-content h4 {
    margin-top: 2rem;
  }
.ct-blog-content > .ct-core-content h5 {
    margin-top: 1.25rem;
  }
}
.ct-blog-content {
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.ct-blog-content li {
  line-height: 1.75rem;
}
@media (max-width: 480px) {
.ct-blog-content li {
    line-height: 1.5rem;
  }
}
.ct-blog-content :is(ul, ol).wp-block-list > li {
  margin-bottom: 0.75rem;
}
.ct-blog-content :is(ul, ol).wp-block-list > li:last-child {
  margin-bottom: 0;
}
.ct-blog-content figure {
  margin-bottom: 1em;
}
.ct-blog-content .wp-block-quote {
  position: relative;
  margin: 2rem -2% 4rem;
  padding: 20px 30px;
  background: var(--color-brand-50, #DDE2FF);
  border-radius: 22px;
}
.ct-blog-content .wp-block-quote p {
  margin: 0;
}
.ct-blog-content .wp-block-quote cite {
  display: block;
  position: absolute;
  bottom: -2.25rem;
  left: 34px;
  font-size: 0.625rem;
  line-height: 0.875rem;
  font-style: normal;
}
.ct-blog-content .wp-block-quote cite strong {
  font-weight: 700;
}
.ct-blog-content .wp-block-quote::before {
  content: url('data:image/svg+xml,<svg width="22" height="17" viewBox="0 0 22 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.32898 0H5.85901C4.82507 0 4.25065 0.503289 3.906 1.0625L1.20627 5.59211C0.402089 6.93421 0 7.71711 0 9.05921V15.9375C0 16.4967 0.516971 17 1.09138 17H8.67363C9.30548 17 9.76501 16.4967 9.76501 15.9375V8.55592C9.76501 7.94079 9.30548 7.49342 8.67363 7.49342H7.2376C6.72063 7.49342 6.5483 7.04605 6.72063 6.65461L9.24804 1.67763C9.70757 0.782895 9.13316 0 8.32898 0ZM12.235 15.9375C12.235 16.4967 12.752 17 13.3264 17H20.9086C21.5405 17 22 16.4967 22 15.9375V8.55592C22 7.94079 21.5405 7.49342 20.9086 7.49342H19.4726C18.9556 7.49342 18.7833 7.04605 18.9556 6.65461L21.483 1.67763C21.8851 0.782895 21.3681 0 20.564 0H18.094C17.0601 0 16.4282 0.503289 16.141 1.0625L13.4413 5.59211C12.6371 6.93421 12.235 7.71711 12.235 9.05921V15.9375Z" fill="%23B1BCFF"/></svg>');
  position: absolute;
  width: 22px;
  height: 17px;
  top: 13px;
  left: 16px;
}
.ct-blog-content .wp-block-quote::after {
  content: url('data:image/svg+xml,<svg width="21" height="15" viewBox="0 0 21 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0C4.03469 0 4.19483 1.48207 4.84059 3.45992L7.90922 13.3492C8.23469 14.5042 8.88044 15 9.84649 15H11.1483C12.1196 15 12.7653 14.5042 13.0856 13.3492L16.1542 3.45992C16.8 1.48207 16.9653 0 21 0L0 0Z" fill="%23EBEEFF"/></svg>');
  position: absolute;
  width: 21px;
  height: 15px;
  bottom: -13px;
  left: 30px;
}
@media only screen and (min-width: 1024px) {
.ct-blog-content .wp-block-quote {
    margin: 2rem 0 4rem -24px;
    padding: 57px 44px 30px;
  }
.ct-blog-content .wp-block-quote::before {
    top: 30px;
    left: 44px;
  }
}
@media (max-width: 480px) {
.ct-blog-content {
    font-size: 1rem;
    line-height: 1.15;
  }
}
.ct-summary .ct-core-content :is(h1, h2, h3, h4, h5, h6) {
  font-size: 1.875rem;
  line-height: 2.375rem;
  letter-spacing: -0.6px;
  font-weight: 500;
  margin: 0 0 1.25rem;
}
@media (max-width: 768px) {
.ct-summary .ct-core-content :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -0.48px;
    margin-bottom: 1rem;
  }
}
.ct-summary > .ct-core-content:not(:last-child) > :is(p, ul, ol):last-child {
  margin-bottom: 0.75rem;
}
.ct-summary > .ct-core-content:not(:last-child) > :is(h1, h2, h3, h4, h5, h6):last-child {
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
.ct-summary > .ct-core-content:not(:last-child) > :is(h1, h2, h3, h4, h5, h6):last-child {
    margin-bottom: 1rem;
  }
}
.fsa-item__answer .ct-core-content p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 1rem 0 0;
  color: var(--color-gray-600, #535862);
}
.fsa-item__answer .ct-core-content a {
  color: var(--color-gray-600, #535862);
  text-decoration: underline;
}
.fsa-item__answer .ct-core-content a:hover {
  color: var(--color-gray-600, #535862);
}
.bws .bws__menu p a {
  color: var(--color-gray-900, #181D27);
  text-decoration: none;
}
.bws .bws__menu p a:hover {
  color: var(--color-gray-900, #181D27);
}
.bws .bws__menu p {
  margin: 0;
}
.ct-core-content p.hp1__trust-badges-intro {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.24px;
  color: var(--color-gray-500, #717680);
  margin: 0;
}
.ct-blog-content > section {
  padding-top: 0;
  padding-bottom: 0;
}
.ct-blog-content > section > div {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
main.ct-defer-render
  > :nth-child(n + 4 of :not(script, style, noscript, link)):not(:has(.bws__menu)) {
  content-visibility: auto;
  contain-intrinsic-size: auto 700px;
}
.ct-below-fold {
  content-visibility: auto;
  contain-intrinsic-size: auto 850px;
}
.ct-sl-facade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(63, 95, 172, 0.35);
  border-radius: 10px;
  box-shadow: 0 0 18px rgba(26, 19, 72, 0.15);
  box-sizing: border-box;
  cursor: pointer;
  background: linear-gradient(135deg, var(--color-brand-100, #B1BCFF), #fff);
}
.ct-sl-facade .ct-sl-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.ct-sl-facade .ct-sl-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  transform: translate(-50%, -50%);
  border-radius: 9999px;
  background-color: var(--color-brand-500, #0527FF);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s;
}
.ct-sl-facade:hover .ct-sl-play {
  transform: translate(-50%, -50%) scale(1.05);
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-pan-x: initial;
      --tw-pan-y: initial;
      --tw-pinch-zoom: initial;
      --tw-scroll-snap-strictness: proximity;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-outline-style: solid;
      --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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
}
}
