
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritance in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

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

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

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

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
/* svg {
  fill: currentColor;
} */
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

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

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

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

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

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

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * Clutch opinions
 */
html {
  height: 100vh;
}

body {
  margin: 0;
  background-color: #fff;
  font-family: Arial, sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

body, #root {
  min-height: 100vh;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

@import url("https://p.typekit.net/p.css?s=1&k=xse7zwz&ht=tk&f=27034.27042&a=60561563&app=typekit&e=css");
:root {
  /* Color styles */
  --text---initial: #B1B1B2;
  --text---enabled: #FCFCFC;
  --text---disabled: #636365;
  --text---hovered: #FCFCFC;
  --text---focused: #FCFCFC;
  --text---pressed: #FCFCFC;
  --text---set: #FCFCFC;
  --text---unset: #B1B1B2;
  --text---static: #B1B1B2;
  --text---error: #F24F6D;
  --text---informative: #5D9AF9;
  --text---success: #7FC563;
  --icons---initial: #B1B1B2;
  --icons---enabled: #FCFCFC;
  --icons---disabled: #636365;
  --icons---hovered: #FCFCFC;
  --icons---focused: #FCFCFC;
  --icons---pressed: #FCFCFC;
  --icons---set: #FCFCFC;
  --icons---unset: #B1B1B2;
  --icons---static: #B1B1B2;
  --icons---error: #F24F6D;
  --icons---informative: #5D9AF9;
  --icons---success: #7FC563;
  --light--elevation---highest: #FCFCFC;
  --light--elevation---high: #FAFAFA;
  --light--elevation---medium: #F5F5F5;
  --light--elevation---low: #F0F0F0;
  --light--elevation---lowest: #EBEBEB;
  --dark--elevation---highest: #363638;
  --dark--elevation---high: #2A2A2B;
  --dark--elevation---medium: #1E1E1F;
  --dark--elevation---low: #121213;
  --dark--elevation---lowest: #060606;
  --global-colors---neutrals-white: #FFFFFF;
  --global-colors---neutrals-grey-10: #FCFCFC;
  --global-colors---neutrals-grey-20: #FAFAFA;
  --global-colors---neutrals-grey-30: #F5F5F5;
  --global-colors---neutrals-grey-40: #F0F0F0;
  --global-colors---neutrals-grey-50: #EBEBEB;
  --global-colors---neutrals-grey-100: #EBEBEC;
  --global-colors---neutrals-grey-200: #D8D8D8;
  --global-colors---neutrals-grey-300: #C4C4C5;
  --global-colors---neutrals-grey-400: #B1B1B2;
  --global-colors---neutrals-grey-500: #9D9D9F;
  --global-colors---neutrals-grey-600: #767678;
  --global-colors---neutrals-grey-700: #636365;
  --global-colors---neutrals-grey-800: #4F4F51;
  --global-colors---neutrals-grey-900: #3C3C3E;
  --global-colors---neutrals-grey-910: #363638;
  --global-colors---neutrals-grey-920: #2A2A2B;
  --global-colors---neutrals-grey-930: #1E1E1F;
  --global-colors---neutrals-grey-940: #121213;
  --global-colors---neutrals-grey-950: #060606;
  --global-colors---neutrals-black: #000000;
  --global-colors---blue-blue-100: #E8F1FE;
  --global-colors---blue-blue-200: #BAD4FC;
  --global-colors---blue-blue-300: #8CB7FB;
  --global-colors---blue-blue-400: #5D9AF9;
  --global-colors---blue-blue-500: #186FF6;
  --global-colors---blue-blue-600: #1664DD;
  --global-colors---blue-blue-700: #114EAC;
  --global-colors---blue-blue-800: #0C387B;
  --global-colors---blue-blue-900: #07214A;
  --global-colors---yellow-yellow-100: #FFFBEA;
  --global-colors---yellow-yellow-200: #FFF2BF;
  --global-colors---yellow-yellow-300: #FFE994;
  --global-colors---yellow-yellow-400: #FFE069;
  --global-colors---yellow-yellow-500: #FFD329;
  --global-colors---yellow-yellow-600: #E6BE25;
  --global-colors---yellow-yellow-700: #B3941D;
  --global-colors---yellow-yellow-800: #806A15;
  --global-colors---yellow-yellow-900: #4C3F0C;
  --global-colors---red-red-100: #FDE6EA;
  --global-colors---red-red-200: #F9B4C0;
  --global-colors---red-red-300: #F68297;
  --global-colors---red-red-400: #F24F6D;
  --global-colors---red-red-500: #EC042E;
  --global-colors---red-red-600: #D40429;
  --global-colors---red-red-700: #A50320;
  --global-colors---red-red-800: #760217;
  --global-colors---red-red-900: #47010E;
  --global-colors---orange-orange-100: #FEF1E6;
  --global-colors---orange-orange-200: #FBD5B4;
  --global-colors---orange-orange-300: #F8B982;
  --global-colors---orange-orange-400: #F59D50;
  --global-colors---orange-orange-500: #F17305;
  --global-colors---orange-orange-600: #D96805;
  --global-colors---orange-orange-700: #A95104;
  --global-colors---orange-orange-800: #793A03;
  --global-colors---orange-orange-900: #482201;
  --global-colors---purple-purple-100: #F1EAFA;
  --global-colors---purple-purple-200: #D5C0EF;
  --global-colors---purple-purple-300: #B996E4;
  --global-colors---purple-purple-400: #9C6BD9;
  --global-colors---purple-purple-500: #722CC9;
  --global-colors---purple-purple-600: #6728B5;
  --global-colors---purple-purple-700: #501F8B;
  --global-colors---purple-purple-800: #391665;
  --global-colors---purple-purple-900: #220D3C;
  --global-colors---green-green-100: #EDF7E9;
  --global-colors---green-green-200: #C8E6BC;
  --global-colors---green-green-300: #A4D690;
  --global-colors---green-green-400: #7FC563;
  --global-colors---green-green-500: #48AC20;
  --global-colors---green-green-600: #419B1D;
  --global-colors---green-green-700: #327816;
  --global-colors---green-green-800: #245610;
  --global-colors---green-green-900: #16340A;
  /* Plan colors */
  --free: var(--global-colors---blue-blue-500);
  --basic: var(--global-colors---blue-blue-500);
  --pro: var(--global-colors---purple-purple-500);
  --enterprise: var(--global-colors---orange-orange-500);
  /* Accent colors */
  --primary-color: var(--global-colors---blue-blue-500);
  --secondary-color: var(--global-colors---purple-purple-500);
  /* Type */
  /* Text-size styles */
  --h-1: 100px;
  --h0: 71px;
  --h1: 61px;
  --h2: 45px;
  --h3: 39px;
  --h4: 33px;
  --h5: 25px;
  --h6: 20px;
  --base: 16px;
  --small: 13px;
  --fineprint: 10px;
  --smallcaps: 8px;
  --type-label: 8px;
}

/* IPAD */
@media (max-width: 1300px) {
  :root {
    --h-1: 70px;
    --h0: 51px;
    --h1: 41px;
    --h2: 35px;
    --h3: 30px;
    --h4: 27px;
    --h5: 20px;
    --h6: 16px;
    --base: 15px;
    --small: 12px;
    --fineprint: 10px;
    --smallcaps: 8px;
    --type-label: 8px;
  }
}
/* MOBILE */
@media (max-width: 911px) {
  :root {
    --h-1: 60px;
    --h0: 40px;
    --h1: 34px;
    --h2: 30px;
    --h3: 24px;
    --h4: 25px;
    --h5: 17px;
    --h6: 14px;
    --base: 13px;
    --small: 11px;
    --fineprint: 10px;
    --smallcaps: 8px;
    --type-label: 8px;
  }
}
@font-face {
  font-family: "Marydale";
  src: url("https://use.typekit.net/af/3a9361/00000000000000007735b54c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/3a9361/00000000000000007735b54c/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/3a9361/00000000000000007735b54c/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Marydale";
  src: url("https://use.typekit.net/af/a8ff5a/00000000000000007735b550/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/a8ff5a/00000000000000007735b550/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/a8ff5a/00000000000000007735b550/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Moderat";
  src: url("https://clutch-strapi-bucket.s3.amazonaws.com/Moderat_Regular_63996dac78.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Moderat Mono";
  src: url("https://clutch-strapi-bucket.s3.amazonaws.com/Moderat_Mono_Regular_3b6c98de61.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Moderat";
  font-weight: 700;
  src: url("https://clutch-strapi-bucket.s3.amazonaws.com/Moderat_Bold_9510de8437.woff2") format("woff2");
  font-display: swap;
}
/* @font-face {
    font-family: "Marydale";
    font-weight: normal;
    src: url(https://clutch-strapi-bucket.s3.amazonaws.com/marydale_webfont_22c4ceeff1.woff) format("woff");
}
@font-face {
    font-family: "Marydale";
    src: url(https://clutch-strapi-bucket.s3.amazonaws.com/marydale_bold_webfont_97d3ede2b4.woff) format("woff");
} */
body {
  font-family: "Moderat";
  color: var(--global-colors---neutrals-grey-950);
}

* > :focus:not(:focus-visible) {
  outline: none;
}

h1 {
  font-size: var(--h1);
}

h2 {
  font-size: var(--h2);
}

h3 {
  font-size: var(--h3);
}

h4 {
  font-size: var(--h4);
}

h5 {
  font-size: var(--h5);
}

h6 {
  font-size: var(--h6);
}

/* THIS FILE WAS AUTOGENERATED BY CLUTCH. DO NOT EDIT. */
._clt_178be681dbc5d8fcf003ff23_1uqsj_2 {
  max-width: 1300px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px;
}
@media (max-width: 911px) {
  ._clt_178be681dbc5d8fcf003ff23_1uqsj_2 {
    padding: 0 16px;
  }
}

/* THIS FILE WAS AUTOGENERATED BY CLUTCH. DO NOT EDIT. */
._clt_179c84d763efae252001b8f9_1nl95_2 {
  text-align: center;
  width: 100%;
  font-size: var(--h0);
  letter-spacing: -0.02em;
  margin-top: 203px;
  max-width: 23ch;
  margin-bottom: 80px;
}
@media (max-width: 911px) {
  ._clt_179c84d763efae252001b8f9_1nl95_2 {
    text-align: left;
    font-size: 33px;
    margin-top: 84px;
  }
}

._clt_179c84d763efae252001b8f8_1nl95_19 {
  justify-content: center;
  align-items: center;
}

._clt_179c8d0b4bbfae252001b011_1nl95_24 {
  margin-bottom: 24px;
}

._clt_179c9c2439cfae252001b38e_1nl95_28 {
  font-size: 39px;
}

._clt_179c96ae64dfae252001b00c_1nl95_32 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  padding: 10%;
}

._clt_179c9686a3efae252001bc0f_1nl95_48 {
  padding-top: 75%;
  min-width: 300px;
  position: relative;
  width: 100%;
}

._clt_179c96d27bdfae252001b560_1nl95_55 {
  flex: 1;
  display: flex;
  padding: 1%;
}

._clt_179c97b49a0fae252001b27d_1nl95_61 {
  line-height: 1.4;
}

._clt_179c98124c7fae252001b856_1nl95_65 {
  display: flex;
  align-items: center;
}

._clt_179c988d271fae252001b1ed_1nl95_70 {
  display: flex;
  align-items: center;
}

._clt_179c98028d3fae252001b68e_1nl95_75 {
  display: flex;
  gap: 24px;
}

._clt_179c9b891cffae252001b986_1nl95_80 {
  color: #ffffff;
  background: var(--global-colors---blue-blue-500);
  padding: 16px;
  border-radius: 4px;
  display: inline-block;
  align-self: flex-start;
  text-decoration: none;
}

._clt_179c96a3c6cfae252001be6a_1nl95_90 {
  flex: 2;
  min-width: 300px;
  align-self: stretch;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 4%;
}

._clt_179c8d6eeb2fae252001b5ed_1nl95_101 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}

._clt_179fcb81fa8fae252001b147_1nl95_108 {
  padding: 3%;
  display: flex;
  background: white;
  border-radius: 24px;
  border: 1px solid var(--global-colors---neutrals-grey-200);
  flex: 1;
}

._clt_179c8d70ddafae252001b649_1nl95_117 {
  display: flex;
  flex-direction: column;
  position: relative;
}

._clt_179c8cde033fae252001bdc0_1nl95_123 {
  padding: 64px 8%;
}

._clt_179cd45058dfae252001b158_1nl95_127 {
  background-color: var(--global-colors---neutrals-grey-30);
}

._clt_179c9c43408fae252001b6f1_1nl95_131 {
  margin-bottom: 24px;
}

._clt_179cb06b278fae252001be26_1nl95_135 {
  font-size: 36px;
}

._clt_179cde7dac2fae252001b348_1nl95_139 {
  color: var(--global-colors---purple-purple-900);
}

._clt_179cde56d58fae252001bf17_1nl95_143 {
  position: absolute;
  background: var(--global-colors---neutrals-grey-10);
  right: 0%;
  bottom: 0%;
  border-radius: 4px 0 0 0;
  padding: 2% 3%;
}

._clt_17a5e7b59dcfae252001bd27_1nl95_152 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

._clt_179cb06b278fae252001be25_1nl95_160 {
  position: relative;
}
._clt_179cb06b278fae252001be25_1nl95_160 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  padding: 10px;
}

._clt_179cb06b278fae252001be24_1nl95_179 {
  padding-top: 75%;
  position: relative;
  width: 100%;
}

._clt_179cb06b277fae252001be23_1nl95_185 {
  flex: 1;
  padding: 1%;
  position: relative;
}

._clt_179cb0fc9c6fae252001b96f_1nl95_191 {
  line-height: 1.4;
}

._clt_17a5e7787cbfae252001baa0_1nl95_195 {
  color: #ffffff;
  background: var(--global-colors---blue-blue-500);
  padding: 16px;
  border-radius: 4px;
  display: inline-block;
  align-self: flex-start;
  text-decoration: none;
}

._clt_179cb0f109efae252001b817_1nl95_205 {
  flex: 1;
  position: relative;
  line-height: 1.6;
  padding: 4%;
}

._clt_179cb02a495fae252001b7d2_1nl95_212 {
  position: relative;
  border: 1px solid var(--global-colors---neutrals-grey-200);
  border-radius: 16px;
  padding: 3%;
  background: var(--global-colors---neutrals-grey-10);
}

._clt_179cb00b294fae252001b605_1nl95_220 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2%;
}

._clt_179c9c43408fae252001b6f0_1nl95_226 {
  padding: 64px 8%;
}

._clt_179fcc32596fae252001b114_1nl95_230 {
  margin-bottom: 2rem;
}

._clt_179fcc85c11fae252001b73c_1nl95_234 {
  line-height: 1.5;
  font-size: 20px;
  margin-bottom: 2rem;
}

._clt_179fcd18afffae252001b63b_1nl95_240 {
  color: #ffffff;
  background: var(--global-colors---blue-blue-500);
  padding: 16px;
  border-radius: 4px;
  display: inline-block;
  align-self: flex-start;
  text-decoration: none;
}

._clt_179fcc2e05afae252001b0b9_1nl95_250 {
  flex: 1;
  min-width: 60%;
}

._clt_179fcbd192efae252001b7c9_1nl95_255 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  max-width: 1000px;
  gap: 3%;
  min-height: 700px;
  padding: 64px 8%;
}

/* THIS FILE WAS AUTOGENERATED BY CLUTCH. DO NOT EDIT. */
._clt_179199867b69c10db001c8e8_1izco_2 {
  width: 35%;
  object-fit: cover;
  object-position: center center;
}

._clt_179199939919c10db001c988_1izco_8 {
  font-size: var(--h6);
  line-height: 29px;
}
@media all and (max-width: 1280px) {
  ._clt_179199939919c10db001c988_1izco_8 {
    line-height: 21px;
  }
}

._clt_17919aff8059c10db001c746_1izco_18 {
  display: flex;
}

._clt_179199953439c10db001c9cd_1izco_22 {
  font-weight: bold;
}

._clt_179199885529c10db001c919_1izco_26 {
  padding-left: 10px;
}

._clt_179199943689c10db001c9a4_1izco_30 {
  padding: 26px;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  flex-direction: column;
}
@media all and (max-width: 1280px) {
  ._clt_179199943689c10db001c9a4_1izco_30 {
    padding: 16px;
  }
}

._clt_179199840099c10db001c8a9_1izco_43 {
  background-color: #ffffff;
  box-shadow: 3px 3px 20px 3px #E1E1E8;
  height: 310px;
  display: flex;
  flex-direction: row;
  border-radius: 15px;
  overflow: hidden;
}
@media all and (max-width: 1280px) {
  ._clt_179199840099c10db001c8a9_1izco_43 {
    height: 250px;
  }
}

/* THIS FILE WAS AUTOGENERATED BY CLUTCH. DO NOT EDIT. */
._clt_178b76499bd5d8fcf003f556_1n6wl_2:focus:not(:focus-visible) {
  box-shadow: none;
}
._clt_178b76499bd5d8fcf003f556_1n6wl_2 {
  height: 40px;
  border-radius: 4px;
  border: none;
  padding: 8px 16px;
  font-family: Moderat;
  font-size: 16px;
  line-height: 24px;
}
._clt_178b76499bd5d8fcf003f556_1n6wl_2:hover {
  cursor: pointer;
}
._clt_178b76499bd5d8fcf003f556_1n6wl_2:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px white, 0px 0px 0px 4px var(--global-colors---blue-blue-200);
}

._clt_178b76499bd5d8fcf003f556_primary_1n6wl_22 {
  background-color: var(--global-colors---blue-blue-500);
  color: var(--global-colors---neutrals-white);
  height: 40px;
  border-radius: 4px;
  border: none;
  padding: 8px 16px;
  font-family: Moderat;
  font-size: 16px;
  line-height: 24px;
}
._clt_178b76499bd5d8fcf003f556_primary_1n6wl_22:hover {
  background-color: var(--global-colors---blue-blue-700);
  cursor: pointer;
}
._clt_178b76499bd5d8fcf003f556_primary_1n6wl_22:focus {
  background-color: var(--global-colors---blue-blue-700);
  outline: none;
  box-shadow: 0px 0px 0px 2px white, 0px 0px 0px 4px var(--global-colors---blue-blue-200);
}

._clt_178b76499bd5d8fcf003f556_secondary_1n6wl_43 {
  background-color: var(--light--elevation---low);
  color: var(--global-colors---neutrals-black);
}
._clt_178b76499bd5d8fcf003f556_secondary_1n6wl_43:hover {
  background-color: var(--global-colors---neutrals-grey-100);
}
._clt_178b76499bd5d8fcf003f556_secondary_1n6wl_43:focus {
  background-color: var(--global-colors---neutrals-grey-100);
}

._clt_178b76499bd5d8fcf003f556_text_1n6wl_54 {
  background-color: transparent;
  color: var(--global-colors---neutrals-black);
}
._clt_178b76499bd5d8fcf003f556_text_1n6wl_54:hover {
  color: var(--global-colors---blue-blue-500);
}

._clt_178b76499bd5d8fcf003f556_pro_1n6wl_62 {
  background-color: var(--global-colors---purple-purple-500);
  color: var(--global-colors---neutrals-white);
}
._clt_178b76499bd5d8fcf003f556_pro_1n6wl_62:hover {
  background-color: var(--global-colors---purple-purple-700);
}

._clt_178b76499bd5d8fcf003f556_enterprise_1n6wl_70 {
  background-color: var(--global-colors---orange-orange-500);
  color: var(--global-colors---neutrals-white);
}
._clt_178b76499bd5d8fcf003f556_enterprise_1n6wl_70:hover {
  background-color: var(--global-colors---orange-orange-700);
}

._clt_178b76499bd5d8fcf003f556_small_1n6wl_78 {
  height: auto;
  padding: 2px 8px;
  font-size: var(--small);
  line-height: 20px;
}

._clt_178b76499bd5d8fcf003f556_medium_1n6wl_85 {
  height: auto;
  padding: 6px 12px;
  font-size: var(--small);
  line-height: 20px;
}

._clt_178b76499bd5d8fcf003f556_large_1n6wl_92 {
  height: auto;
  font-size: var(--base);
}

._clt_178b76499bd5d8fcf003f556_extralarge_1n6wl_97 {
  height: auto;
  padding: 16px 32px;
  font-size: var(--h6);
  line-height: 26px;
}

._clt_178b76499bd5d8fcf003f556_fluid_1n6wl_104 {
  width: 100%;
}

/* THIS FILE WAS AUTOGENERATED BY CLUTCH. DO NOT EDIT. */
._clt_17e365acc53fae252001b005_105lv_2 {
  font-size: var(--h0);
  text-align: center;
  letter-spacing: -0.02em;
  max-width: 800px;
}
@media (max-width: 911px) {
  ._clt_17e365acc53fae252001b005_105lv_2 {
    font-size: 33px;
  }
}

._clt_17e365acc54fae252001b00a_105lv_14 {
  font-family: Marydale;
  font-size: var(--h4);
}

._clt_17e365acc53fae252001b006_105lv_19 {
  max-width: 800px;
  line-height: 38px;
  padding-top: 76px;
  font-size: var(--h5);
}
._clt_17e365acc53fae252001b006_105lv_19 > * {
  margin-bottom: 33px;
}
._clt_17e365acc53fae252001b006_105lv_19 > :last-child {
  padding-top: 33px;
}

._clt_17e365acc53fae252001b004_105lv_32 {
  max-width: 1208px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 203px;
  flex-direction: column;
}
@media (max-width: 911px) {
  ._clt_17e365acc53fae252001b004_105lv_32 {
    padding-top: 100px;
  }
}

._clt_17e365acc54fae252001b00c_105lv_47 {
  width: 1440px;
  margin: 0 auto;
}

._clt_17e365acc54fae252001b00b_105lv_52 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 100px;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  padding: 20px 0;
}

._clt_17e365acc54fae252001b010_105lv_63 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  row-gap: 50px;
}
@media all and (max-width: 1280px) {
  ._clt_17e365acc54fae252001b010_105lv_63 {
    grid-template-columns: 1fr;
    column-gap: 20px;
    row-gap: 20px;
  }
}

._clt_17e365acc54fae252001b00e_105lv_77 {
  margin-top: 180px;
}

._clt_17e365acc54fae252001b015_105lv_81 {
  font-size: var(--h1);
  text-align: center;
}

._clt_17e365acc54fae252001b017_105lv_86 {
  margin-left: 20px;
}

._clt_17e365acc54fae252001b016_105lv_90 {
  display: flex;
  justify-content: center;
  margin-top: 65px;
}

._clt_17e365acc54fae252001b014_105lv_96 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

/* THIS FILE WAS AUTOGENERATED BY CLUTCH. DO NOT EDIT. */
._clt_178d7d6d5fd5d8fcf003f20f_c71fp_2 {
  font-size: var(--h2);
}
@media (max-width: 911px) {
  ._clt_178d7d6d5fd5d8fcf003f20f_c71fp_2 {
    font-size: var(--h4);
  }
}

._clt_178d7dedfc35d8fcf003f068_c71fp_11 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}

._clt_178d7d6f55f5d8fcf003f257_c71fp_18 {
  font-size: var(--base);
  line-height: 23px;
}
@media (max-width: 911px) {
  ._clt_178d7d6f55f5d8fcf003f257_c71fp_18 {
    font-size: var(--small);
    line-height: 16px;
  }
}

._clt_178d7f253b25d8fcf003f0cd_c71fp_29 {
  font-size: 50px;
  line-height: 88px;
  letter-spacing: -0.01em;
}
@media (max-width: 911px) {
  ._clt_178d7f253b25d8fcf003f0cd_c71fp_29 {
    font-size: var(--h3);
    line-height: 66px;
  }
}

._clt_178d7f2b8f25d8fcf003f0f8_c71fp_41 {
  font-size: var(--small);
  color: var(--global-colors---neutrals-grey-600);
}

._clt_178d8427f925d8fcf003f964_c71fp_46 {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

._clt_178d84281c55d8fcf003f978_c71fp_52 {
  line-height: 24px;
  font-size: var(--base);
  flex-shrink: 24;
}
@media (max-width: 911px) {
  ._clt_178d84281c55d8fcf003f978_c71fp_52 {
    font-size: var(--small);
    line-height: 22px;
  }
}

._clt_178d840fea75d8fcf003f77f_c71fp_64 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 16px;
}

._clt_178d85e648e5d8fcf003f70a_c71fp_71 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 16px;
  margin-bottom: 16px;
}

._clt_178d7d685805d8fcf003f115_c71fp_79 {
  background-color: var(--light--elevation---highest);
  border-radius: 16px;
  padding: 32px 40px;
  min-height: 700px;
  border: 1px solid var(--global-colors---neutrals-grey-200);
  display: flex;
  flex-direction: column;
  max-width: 383px;
}
@media (max-width: 911px) {
  ._clt_178d7d685805d8fcf003f115_c71fp_79 {
    min-height: auto;
    padding: 32px 30px;
    max-width: 100%;
  }
}

/* THIS FILE WAS AUTOGENERATED BY CLUTCH. DO NOT EDIT. */
._clt_178da85b1095d8fcf003f484_13w2h_2 {
  font-size: var(--h6);
  line-height: 32px;
}
@media (max-width: 911px) {
  ._clt_178da85b1095d8fcf003f484_13w2h_2 {
    width: 100%;
    flex-grow: 1;
  }
}

._clt_178db4a1c0e5d8fcf003f33f_13w2h_13 {
  font-size: var(--base);
  line-height: 32px;
  color: var(--text---disabled);
}
@media (max-width: 911px) {
  ._clt_178db4a1c0e5d8fcf003f33f_13w2h_13 {
    font-size: var(--base);
    line-height: 24px;
  }
}

._clt_178e5b7f6135d8fcf003f2d8_13w2h_25 {
  font-size: var(--small);
  line-height: 32px;
  color: var(--global-colors---blue-blue-500);
  text-transform: uppercase;
  font-weight: bold;
}

._clt_178db3bddaf5d8fcf003f651_13w2h_33 {
  flex-grow: 1;
  flex-direction: column;
  display: flex;
  max-width: 400px;
  flex-wrap: wrap;
  min-width: 300px;
}
@media (max-width: 911px) {
  ._clt_178db3bddaf5d8fcf003f651_13w2h_33 {
    margin-bottom: 24px;
  }
}

._clt_178da85b10a5d8fcf003f485_13w2h_47 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
}
@media (max-width: 911px) {
  ._clt_178da85b10a5d8fcf003f485_13w2h_47 {
    width: auto;
    flex-grow: 1;
  }
}

._clt_178da85b10a5d8fcf003f48b_13w2h_60 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
}
@media (max-width: 911px) {
  ._clt_178da85b10a5d8fcf003f48b_13w2h_60 {
    width: auto;
    flex-grow: 1;
  }
}

._clt_178da85b10a5d8fcf003f488_13w2h_73 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
}
@media (max-width: 911px) {
  ._clt_178da85b10a5d8fcf003f488_13w2h_73 {
    width: auto;
    flex-grow: 1;
  }
}

._clt_178da85b1095d8fcf003f483_13w2h_86 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 16px;
  padding: 0px 24px;
  min-height: 70px;
}
@media (max-width: 911px) {
  ._clt_178da85b1095d8fcf003f483_13w2h_86 {
    padding: 24px 30px;
  }
}

/* THIS FILE WAS AUTOGENERATED BY CLUTCH. DO NOT EDIT. */
._clt_178d6e634375d8fcf003fed9_gl9zh_2 {
  font-size: var(--h0);
  text-align: center;
  letter-spacing: -0.02em;
  max-width: 823px;
}
@media (max-width: 911px) {
  ._clt_178d6e634375d8fcf003fed9_gl9zh_2 {
    font-size: 33px;
  }
}

._clt_178d6f3256b5d8fcf003fba7_gl9zh_14 {
  margin-top: 64px;
  padding: 3px;
  border: 1px solid var(--light--elevation---low);
  border-radius: 8px;
}

._clt_178d6ca90f65d8fcf003f61c_gl9zh_21 {
  max-width: 1208px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 203px;
  flex-direction: column;
}
@media (max-width: 911px) {
  ._clt_178d6ca90f65d8fcf003f61c_gl9zh_21 {
    padding-top: 100px;
  }
}

._clt_17af3b0facf12ed410032250_gl9zh_36 {
  display: grid;
  padding-top: 100px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (max-width: 911px) {
  ._clt_17af3b0facf12ed410032250_gl9zh_36 {
    grid-template-columns: repeat(1, 1fr);
    padding: 70px 0px 0px 0px;
  }
}

._clt_17a3a712986fae252001bdd4_gl9zh_49 {
  font-weight: 400;
  color: #22C688;
}

._clt_v200_17316_gl9zh_54 {
  line-height: 2;
  text-decoration: none;
}

._clt_17a3a73b912fae252001b313_gl9zh_59 {
  gap: 8px;
  display: flex;
  align-items: flex-end;
}

._clt_17a3a7212b9fae252001bfca_gl9zh_65 {
  gap: 23px;
  display: flex;
  align-items: center;
}

._clt_17a3a70019cfae252001bafa_gl9zh_71 {
  display: flex;
  gap: 23px;
  align-items: center;
  flex: 1;
}

._clt_17a3a7ab93bfae252001bb47_gl9zh_78 {
  text-align: center;
  display: block;
  margin: auto;
}

._clt_17a3a6868dafae252001b1d8_gl9zh_84 {
  gap: 23px;
  margin-top: 30px;
  background-color: var(--light--elevation---highest);
  border-radius: 16px;
  padding: 32px 40px;
  border: 1px solid var(--global-colors---neutrals-grey-200);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 911px) {
  ._clt_17a3a6868dafae252001b1d8_gl9zh_84 {
    min-height: auto;
    padding: 32px 30px;
    max-width: 100%;
  }
}

._clt_178d9e5f1695d8fcf003f41e_gl9zh_105 {
  font-size: var(--h0);
  text-align: center;
  letter-spacing: -0.02em;
  max-width: 823px;
}
@media (max-width: 911px) {
  ._clt_178d9e5f1695d8fcf003f41e_gl9zh_105 {
    font-size: 33px;
    max-width: 210px;
  }
}

._clt_178d9e5f1695d8fcf003f41d_gl9zh_118 {
  max-width: 1208px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  flex-direction: column;
  padding-bottom: 64px;
}
@media (max-width: 911px) {
  ._clt_178d9e5f1695d8fcf003f41d_gl9zh_118 {
    padding-top: 60px;
  }
}

._clt_17af2e53f3112ed4100321d3_gl9zh_134 {
  text-transform: uppercase;
  font-size: var(--h6);
  flex-grow: 1;
}
@media (max-width: 911px) {
  ._clt_17af2e53f3112ed4100321d3_gl9zh_134 {
    width: 100%;
    text-align: center;
  }
}

._clt_17af2e53f3112ed4100321de_gl9zh_146 {
  font-size: var(--h5);
}
@media (max-width: 911px) {
  ._clt_17af2e53f3112ed4100321de_gl9zh_146 {
    font-size: var(--h6);
  }
}

._clt_17af2e53f3112ed4100321dd_gl9zh_155 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
}
._clt_17af2e53f3112ed4100321dd_gl9zh_155 > :last-child {
  margin-left: 16px;
}
@media (max-width: 911px) {
  ._clt_17af2e53f3112ed4100321dd_gl9zh_155 {
    width: 33%;
    text-align: center;
    flex-grow: 1;
    color: var(--free);
  }
  ._clt_17af2e53f3112ed4100321dd_gl9zh_155 > :last-child {
    display: none;
  }
}

._clt_17af2e53f3112ed4100321d2_gl9zh_176 {
  height: 100%;
  max-width: 1208px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0px 24px;
  flex-wrap: wrap;
}
@media (max-width: 911px) {
  ._clt_17af2e53f3112ed4100321d2_gl9zh_176 {
    padding: 24px;
  }
}

._clt_17af2e53f3112ed4100321d1_gl9zh_191 {
  height: 121px;
  width: 100%;
  background-color: var(--light--elevation---medium);
  position: sticky;
  top: 70px;
  position: sticky;
  z-index: 1;
}

._clt_178dbc2fb315d8fcf003fa91_gl9zh_201 {
  font-size: var(--h5);
}

._clt_178dcb46da85d8fcf003f71c_gl9zh_205 {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 16px;
  height: 70px;
  padding: 0px 24px;
}
@media (max-width: 911px) {
  ._clt_178dcb46da85d8fcf003f71c_gl9zh_205 {
    border-radius: 0px;
  }
}

._clt_178db6781475d8fcf003f741_gl9zh_220 > :nth-child(even) {
  background-color: var(--light--elevation---medium);
}
._clt_178db6781475d8fcf003f741_gl9zh_220 {
  margin-top: 65px;
}

._clt_178e5c730265d8fcf003f8fe_gl9zh_227 {
  display: flex;
  justify-content: flex-start;
  padding-top: 160px;
  flex-direction: row;
  padding-bottom: 64px;
}
@media (max-width: 911px) {
  ._clt_178e5c730265d8fcf003f8fe_gl9zh_227 {
    flex-direction: column;
    margin: 0;
    padding-top: 60px;
  }
}

._clt_178e5c730265d8fcf003f8ff_gl9zh_242 {
  font-size: var(--h0);
  letter-spacing: -0.02em;
  max-width: 823px;
}
@media (max-width: 911px) {
  ._clt_178e5c730265d8fcf003f8ff_gl9zh_242 {
    font-size: 33px;
  }
}

._clt_178e5d1cfa75d8fcf003fd23_gl9zh_253 {
  font-size: var(--h6);
  line-height: 30px;
}

._clt_178e5d2147a5d8fcf003fdaf_gl9zh_258 {
  font-size: var(--base);
  line-height: 24px;
}

._clt_178e5cc3f8e5d8fcf003f89f_gl9zh_263 {
  display: flex;
  max-width: 383px;
  flex-direction: column;
}
._clt_178e5cc3f8e5d8fcf003f89f_gl9zh_263 > * {
  margin-bottom: 32px;
}
@media (max-width: 911px) {
  ._clt_178e5cc3f8e5d8fcf003f89f_gl9zh_263 {
    max-width: auto;
  }
}

._clt_17ae9a3739e12ed41003214a_gl9zh_277 {
  margin-right: 8px;
  transition: transform 150ms ease-in-out;
  width: 24px;
  flex-shrink: 1;
}
@media (max-width: 911px) {
  ._clt_17ae9a3739e12ed41003214a_gl9zh_277 {
    margin-top: 4px;
  }
}

._clt_17ae9a3739e12ed41003214b_gl9zh_289 {
  font-size: var(--h6);
  line-height: 32px;
  width: 100%;
}
@media (max-width: 911px) {
  ._clt_17ae9a3739e12ed41003214b_gl9zh_289 {
    line-height: 28px;
  }
}

._clt_17ae9a3739e12ed410032149_gl9zh_300 {
  padding: 24px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  background-color: transparent;
  border: none;
}
._clt_17ae9a3739e12ed410032149_gl9zh_300:hover {
  color: var(--global-colors---blue-blue-500);
}
@media (max-width: 911px) {
  ._clt_17ae9a3739e12ed410032149_gl9zh_300 {
    padding: 8px 0;
    align-items: start;
  }
}

._clt_17ae9a3739f12ed41003214e_gl9zh_320 {
  font-size: var(--base);
  line-height: 24px;
  width: 100%;
  max-width: 600px;
  padding-left: 32px;
}
@media (max-width: 911px) {
  ._clt_17ae9a3739f12ed41003214e_gl9zh_320 {
    padding-bottom: 24px;
  }
}

._clt_17ae9a3739f12ed41003214d_gl9zh_333 {
  padding-left: 32px;
  width: 100%;
  margin-left: 32px;
  display: initial;
}

._clt_178e5cf956e5d8fcf003f9eb_gl9zh_340 {
  background-color: var(--light--elevation---medium);
  padding: 16px 40px;
  border-radius: 16px;
  margin-left: 130px;
  flex-grow: 1;
}
@media (max-width: 911px) {
  ._clt_178e5cf956e5d8fcf003f9eb_gl9zh_340 {
    margin-left: 0;
    margin-top: 24px;
    border-radius: 0;
    padding: 16px;
  }
}

._clt_17938d70d4d9c10db001c859_gl9zh_356 {
  background: white;
}

._clt_17938d829a49c10db001ca7b_gl9zh_360 {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}

/* THIS FILE WAS AUTOGENERATED BY CLUTCH. DO NOT EDIT. */
._clt_178c83e135e5d8fcf003f19f_l1ydn_2 {
  border-radius: 16px;
  font-size: var(--h2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  background-color: var(--global-colors---neutrals-grey-30);
  color: var(--global-colors---neutrals-black);
}

._clt_178c83e135e5d8fcf003f19f_primary_l1ydn_13 {
  background-color: var(--global-colors---blue-blue-500);
  color: var(--global-colors---neutrals-white);
}

/* THIS FILE WAS AUTOGENERATED BY CLUTCH. DO NOT EDIT. */
._clt_1791943c7969c10db001ca44_1shrw_2 {
  padding-right: 48px;
  padding: 40px;
  font-size: var(--h2);
}
@media (max-width: 911px) {
  ._clt_1791943c7969c10db001ca44_1shrw_2 {
    padding: 32px 24px;
  }
}

._clt_1791943c7969c10db001ca44_maxWidth_1shrw_13 {
  padding: 40px;
  max-width: 500px;
  font-size: var(--h2);
}

._clt_17914932eff9c10db001cedd_1shrw_19 {
  letter-spacing: -0.01;
  font-weight: 700;
  line-height: 50px;
}
@media (max-width: 911px) {
  ._clt_17914932eff9c10db001cedd_1shrw_19 {
    line-height: 29px;
  }
}

._clt_1791979531d9c10db001c89d_1shrw_30 {
  font-size: 28px;
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 38px;
  font-family: Marydale;
  font-weight: 700;
}
@media (max-width: 911px) {
  ._clt_1791979531d9c10db001c89d_1shrw_30 {
    font-size: 24px;
  }
}

/* THIS FILE WAS AUTOGENERATED BY CLUTCH. DO NOT EDIT. */
._clt_178be738c485d8fcf003fca7_1s0ab_2 {
  text-align: center;
  width: 100%;
  font-size: var(--h0);
  letter-spacing: -0.02em;
  margin-top: 203px;
}
@media (max-width: 911px) {
  ._clt_178be738c485d8fcf003fca7_1s0ab_2 {
    text-align: left;
    font-size: 33px;
    margin-top: 84px;
  }
}

._clt_178c5e63c095d8fcf003f910_1s0ab_17 {
  max-width: 1002px;
  margin-top: 60px;
  border-radius: 16px;
  box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 911px) {
  ._clt_178c5e63c095d8fcf003f910_1s0ab_17 {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2);
  }
}

._clt_178be71178d5d8fcf003fafa_1s0ab_31 {
  justify-content: center;
  align-items: center;
}

._clt_178cb94e0665d8fcf003f440_1s0ab_36 {
  grid-column: span 2/auto;
}
._clt_178cb94e0665d8fcf003f440_1s0ab_36 {
  height: 610px;
  grid-column: span 2/auto;
  background-image: -webkit-image-set(url("https://clutch-strapi-bucket.s3.amazonaws.com/Visually_Create_d45ca44225.png") 1x, url("https://clutch-strapi-bucket.s3.amazonaws.com/Visually_Create_2x_76b9166bd4.png") 2x);
  background-image: image-set(url("https://clutch-strapi-bucket.s3.amazonaws.com/Visually_Create_d45ca44225.png") 1x, url("https://clutch-strapi-bucket.s3.amazonaws.com/Visually_Create_2x_76b9166bd4.png") 2x);
  background-size: cover;
}
@media (max-width: 911px) {
  ._clt_178cb94e0665d8fcf003f440_1s0ab_36 {
    grid-column: 1;
    background-image: -webkit-image-set(url("https://clutch-strapi-bucket.s3.amazonaws.com/Visually_Create_mobile_a77279d710.png") 1x, url("https://clutch-strapi-bucket.s3.amazonaws.com/Visually_Create_mobile_2x_a3872a4298.png") 2x);
    background-position: 80% bottom;
    background-size: auto;
    background-image: image-set(url("https://clutch-strapi-bucket.s3.amazonaws.com/Visually_Create_mobile_a77279d710.png") 1x, url("https://clutch-strapi-bucket.s3.amazonaws.com/Visually_Create_mobile_2x_a3872a4298.png") 2x);
  }
}

._clt_249_59_1s0ab_56 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 911px) {
  ._clt_249_59_1s0ab_56 {
    width: 60%;
  }
}

._clt_249_57_1s0ab_67 {
  border-radius: 16px;
  font-size: var(--h2);
  height: 400px;
}
@media (max-width: 911px) {
  ._clt_249_57_1s0ab_67 {
    font-size: 24px;
    grid-column: 1;
    height: 350px;
    background-size: 260px;
  }
}

._clt_249_60_1s0ab_81 {
  border-radius: 16px;
  font-size: var(--h2);
  height: 400px;
  background-image: -webkit-image-set(url("https://clutch-strapi-bucket.s3.amazonaws.com/Live_Data_bb0de2ea7e.png") 1x, url("https://clutch-strapi-bucket.s3.amazonaws.com/Live_Data_2x_a1b8326e31.png") 2x);
  background-position: center bottom;
}
@media (max-width: 911px) {
  ._clt_249_60_1s0ab_81 {
    font-size: 24px;
    grid-column: 1;
    height: 350px;
    background-size: 100%;
    background-position: center top 65%;
  }
}

._clt_249_64_1s0ab_98 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 911px) {
  ._clt_249_64_1s0ab_98 {
    width: 50%;
  }
}

._clt_249_62_1s0ab_109 {
  border-radius: 16px;
  font-size: var(--h2);
  height: 400px;
}
@media (max-width: 911px) {
  ._clt_249_62_1s0ab_109 {
    font-size: 24px;
    grid-column: 1;
    height: 350px;
    background-size: 260px;
  }
}

._clt_249_52_1s0ab_123 {
  display: flex;
  grid-column: span 2/auto;
  gap: 24px;
}
@media (max-width: 911px) {
  ._clt_249_52_1s0ab_123 {
    flex-direction: column;
  }
}

._clt_178cb7ff6fd5d8fcf003f506_1s0ab_134 {
  display: grid;
  margin-top: 64px;
  height: auto;
  grid-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 911px) {
  ._clt_178cb7ff6fd5d8fcf003f506_1s0ab_134 {
    grid-template-columns: 1fr;
  }
}

._clt_178cc1459165d8fcf003fb52_1s0ab_147 {
  text-align: center;
  width: 100%;
  font-size: var(--h1);
  letter-spacing: -0.02em;
  max-width: 940px;
}
@media (max-width: 911px) {
  ._clt_178cc1459165d8fcf003fb52_1s0ab_147 {
    text-align: center;
    font-size: 33px;
  }
}

._clt_178cc058bf65d8fcf003f746_1s0ab_161 {
  height: 1024px;
  justify-content: center;
  align-items: center;
  background-image: -webkit-image-set(url("https://clutch-strapi-bucket.s3.amazonaws.com/move_Components_Faster_afb459a98c.png") 1x, url("https://images.prismic.io/clutch-cms/38faf8c3-a668-4b0a-acc9-56bef0818173_move_Components_Faster.png?auto=compress,format") 2x);
  background-position: center center;
  background-image: image-set(url("https://clutch-strapi-bucket.s3.amazonaws.com/move_Components_Faster_afb459a98c.png") 1x, url("https://clutch-strapi-bucket.s3.amazonaws.com/move_Components_Faster_2x_410701d14b.png") 2x);
}
@media (max-width: 911px) {
  ._clt_178cc058bf65d8fcf003f746_1s0ab_161 {
    height: 610px;
    background-position-x: center;
    background-size: cover;
  }
}

._clt_189_2_1s0ab_177 {
  position: relative;
}
._clt_189_2_1s0ab_177 {
  padding-left: 54%;
  display: flex;
}
@media (max-width: 911px) {
  ._clt_189_2_1s0ab_177 {
    padding-left: 34px;
  }
}

._clt_189_3_1s0ab_190 {
  object-fit: cover;
}
@media (max-width: 911px) {
  ._clt_189_3_1s0ab_190 {
    object-fit: cover;
    width: 100%;
    object-position: 0% 50%;
  }
}

._clt_219_5_1s0ab_201 {
  position: absolute;
  left: 0px;
  width: 50%;
  height: 100%;
  display: flex;
}
@media (max-width: 911px) {
  ._clt_219_5_1s0ab_201 {
    left: 16px;
    top: 110px;
    width: 100%;
    justify-content: flex-end;
    height: 75%;
  }
}

._clt_189_1_1s0ab_218 {
  position: relative;
  justify-content: center;
}
._clt_189_1_1s0ab_218 {
  height: 517px;
  grid-column: span 2/auto;
}
@media (max-width: 911px) {
  ._clt_189_1_1s0ab_218 {
    grid-column: 1;
    align-items: start;
    justify-content: flex-start;
    background-size: 561px;
    height: 439px;
  }
}

._clt_249_47_1s0ab_236 {
  padding-left: 765px;
}
@media (max-width: 911px) {
  ._clt_249_47_1s0ab_236 {
    padding-left: 24px;
  }
}

._clt_249_46_1s0ab_245 {
  border-radius: 16px;
  font-size: var(--h2);
  height: 610px;
  grid-column: span 2/auto;
  background-image: -webkit-image-set(url("https://clutch-strapi-bucket.s3.amazonaws.com/Achieve_With_Code_1f0df9da12.png") 1x, url("https://clutch-strapi-bucket.s3.amazonaws.com/Achieve_With_Code_2x_f63fdf9c6c.png") 2x);
  background-image: image-set(url("https://clutch-strapi-bucket.s3.amazonaws.com/Achieve_With_Code_1f0df9da12.png") 1x, url("https://clutch-strapi-bucket.s3.amazonaws.com/Achieve_With_Code_2x_f63fdf9c6c.png") 2x);
}
@media (max-width: 911px) {
  ._clt_249_46_1s0ab_245 {
    font-size: 24px;
    grid-column: 1;
    background-image: -webkit-image-set(url("https://images.prismic.io/clutch-cms/045bfe5b-8871-4bb2-8e68-822afc381cc9_Achieve_With_Code.png?auto=compress,format") 1x, url("https://clutch-strapi-bucket.s3.amazonaws.com/Achieve_With_Code_mobile_2x_ac4fb21040.png") 2x);
    background-size: auto;
    background-image: -webkit-image-set(url("https://clutch-strapi-bucket.s3.amazonaws.com/Achieve_With_Code_mobile_90d258dcc1.png") 1x, url("https://clutch-strapi-bucket.s3.amazonaws.com/Achieve_With_Code_mobile_2x_ac4fb21040.png") 2x);
    height: 400px;
    background-position: 100% 100%;
  }
}

._clt_178d0f36bbb5d8fcf003f612_1s0ab_265 {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 911px) {
  ._clt_178d0f36bbb5d8fcf003f612_1s0ab_265 {
    grid-template-columns: 1fr;
  }
}

._clt_178cfb4030f5d8fcf003f04d_1s0ab_276 {
  font-size: var(--h1);
  letter-spacing: -0.02em;
  max-width: 940px;
  width: 100%;
  text-align: center;
}
@media (max-width: 911px) {
  ._clt_178cfb4030f5d8fcf003f04d_1s0ab_276 {
    font-size: 33px;
  }
}

._clt_200_18_1s0ab_289 {
  text-align: center;
}

._clt_200_22_1s0ab_293 {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

._clt_178cd95ed5d5d8fcf003f55d_1s0ab_299 {
  max-width: 100%;
  height: 768px;
  justify-content: center;
  align-items: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='2134' height='231' fill='currentColor' viewBox='0 0 2134 231'%3e%3cdefs/%3e%3cpath fill-rule='evenodd' d='M1579.2 72.826c-.68.58-1.49 1.257-2.14 1.649a4.002 4.002 0 01-4.12-6.86c0 .003 0-.003.03-.02.08-.067.39-.305 1.06-.87.49-.415 1.07-.915 1.75-1.511.37-.313.76-.653 1.18-1.02 2.45-2.107 5.8-4.967 10.05-8.309a259.817 259.817 0 0135.94-23.724c30.86-16.887 75.29-33.13 132.12-32.116 57.01 1.018 117.55 28.209 180.11 57.246 2.62 1.214 5.24 2.431 7.86 3.65 60.47 28.105 123.04 57.187 187.57 67.15a3.999 3.999 0 013.34 4.564 3.995 3.995 0 01-4.56 3.343c-65.68-10.143-129.19-39.666-189.37-67.639-2.74-1.274-5.48-2.545-8.2-3.811-62.94-29.213-121.89-55.522-176.89-56.504-55.17-.985-98.24 14.771-128.13 31.134a251.1 251.1 0 00-34.84 22.994c-4.11 3.237-7.37 6.01-9.77 8.079-.4.34-.77.666-1.13.974-.71.616-1.34 1.16-1.86 1.6zM492.796 65.446c-.453 6.309-2.184 14.5-5.487 24.794-5.064 15.777-13.114 31.234-24.314 45.828 3.868 7.147 10.774 12.853 20.168 16.765 10.57 4.402 24.068 6.42 39.122 5.609 30.103-1.62 65.73-14.52 95.039-40.898a4 4 0 015.352 5.947c-30.691 27.622-68.064 41.222-99.961 42.94-15.947.858-30.698-1.245-42.628-6.213-9.507-3.959-17.361-9.807-22.444-17.526-31.463 37.031-84.156 67.739-160.876 82.734-55.761 10.899-118.167 4.208-171.997-6.49-38.313-7.615-72.712-17.367-97.27-24.329-9.877-2.801-18.163-5.149-24.47-6.726a4 4 0 011.94-7.761c6.64 1.659 15.155 4.074 25.215 6.927 24.503 6.949 58.161 16.493 96.145 24.042 53.47 10.627 114.664 17.086 168.903 6.485 77.278-15.104 128.725-46.167 158.47-82.671-12.669-32.546.667-65.106 14.157-79.543 3.433-3.673 7.203-6.538 10.932-7.746 1.906-.618 3.991-.862 6.056-.352 2.132.528 3.914 1.782 5.226 3.584 2.458 3.376 3.162 8.476 2.722 14.6zm-33.267 61.857c-8.405-27.53 2.965-54.483 14.176-66.481 3-3.21 5.661-4.985 7.553-5.598.905-.293 1.428-.255 1.669-.196.173.043.394.135.68.528.738 1.013 1.614 3.694 1.21 9.317-.391 5.438-1.929 12.962-5.126 22.922-4.313 13.442-10.979 26.752-20.162 39.508z'/%3e%3c/svg%3e");
  background-position: center center;
}
@media (max-width: 911px) {
  ._clt_178cd95ed5d5d8fcf003f55d_1s0ab_299 {
    margin: 0;
    height: 241px;
    background-size: 160%;
  }
}

._clt_178cfa759b95d8fcf003f5af_1s0ab_315 {
  width: 100%;
  font-size: var(--h1);
  letter-spacing: -0.02em;
}
@media (max-width: 911px) {
  ._clt_178cfa759b95d8fcf003f5af_1s0ab_315 {
    font-size: 33px;
  }
}

._clt_178cd978d865d8fcf003f760_1s0ab_326 {
  width: 100%;
  font-size: 24px;
  font-size: 5000;
  line-height: 32px;
}
@media (max-width: 911px) {
  ._clt_178cd978d865d8fcf003f760_1s0ab_326 {
    font-size: 16px;
    line-height: 27px;
  }
}

._clt_219_102_1s0ab_339 {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

._clt_219_95_1s0ab_349 {
  margin-right: 5px;
  margin-left: 0px;
  display: flex;
  align-self: space-around;
}

._clt_219_136_1s0ab_356 {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

._clt_219_133_1s0ab_366 {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

._clt_17a34df73e0fae252001b4d3_1s0ab_376 {
  text-align: right;
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  align-self: center;
  min-width: 200px;
}

._clt_178cfac20ba5d8fcf003f944_1s0ab_385 {
  display: flex;
  grid-gap: 24px;
  max-width: 500px;
  text-align: center;
  flex-direction: column;
}
@media (max-width: 911px) {
  ._clt_178cfac20ba5d8fcf003f944_1s0ab_385 {
    text-align: left;
  }
}

._clt_178cfa577765d8fcf003f3c5_1s0ab_398 {
  height: 1024px;
  justify-content: center;
  align-items: center;
  background-image: -webkit-image-set(url("https://images.prismic.io/clutch-cms/5e1a34e7-36e5-4afa-8616-0ad4a480bc2f_Join_waitlist.png?auto=compress,format") 1x, url("https://clutch-strapi-bucket.s3.amazonaws.com/Join_waitlist_2x_342a6665b8.png") 2x);
  background-position: center center;
  flex-direction: column;
  background-image: image-set(url("https://clutch-strapi-bucket.s3.amazonaws.com/Join_waitlist_77cbcd6c4b.png") 1x, url("https://clutch-strapi-bucket.s3.amazonaws.com/Join_waitlist_2x_342a6665b8.png") 2x);
  margin-top: 60px;
}
@media (max-width: 911px) {
  ._clt_178cfa577765d8fcf003f3c5_1s0ab_398 {
    height: 721px;
    background-image: -webkit-image-set(url("https://clutch-strapi-bucket.s3.amazonaws.com/Join_Waitlist_mobile_f2d7726f5a.png") 1x, url("https://clutch-strapi-bucket.s3.amazonaws.com/Join_Waitlist_mobile_2x_8e7e830118.png") 2x);
  }
}

._clt_178f96af21f5d8fcf003f468_1s0ab_415 {
  columns: 3 auto;
  column-gap: 24px;
  height: auto;
  overflow: visible;
  width: 100%;
}
@media (max-width: 911px) {
  ._clt_178f96af21f5d8fcf003f468_1s0ab_415 {
    columns: 1;
  }
}

._clt_178f9dbd49c5d8fcf003fd38_1s0ab_428 {
  margin: 100px auto;
  display: flex;
  align-items: center;
}

._clt_178d118e6e65d8fcf003fc86_1s0ab_434 {
  padding-top: 60px;
}

/* THIS FILE WAS AUTOGENERATED BY CLUTCH. DO NOT EDIT. */
._clt_178b91e36865d8fcf003f3fa_1s7ld_2 {
  color: black;
  width: 150px;
  height: auto;
}
@media (max-width: 911px) {
  ._clt_178b91e36865d8fcf003f3fa_1s7ld_2 {
    width: 66px;
  }
}

._clt_17b5a1cec17c8c156003e000_1s7ld_13 {
  color: white;
}

._clt_17bc5932732fae252001b053_1s7ld_17 {
  text-transform: uppercase;
  background: linear-gradient(267.96deg, #722CC9 10.89%, #186FF6 88.84%);
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  font-size: 0.8rem;
  font-weight: bold;
  margin-left: 5px;
  padding: 5px;
}

._clt_178ff6b08885d8fcf003fa5c_1s7ld_30 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
}

._clt_178d2bc13465d8fcf003f788_1s7ld_41 {
  fill: var(--icons---initial);
}

._clt_178d2bc13465d8fcf003f786_1s7ld_45 {
  visibility: hidden;
  display: flex;
  align-items: center;
  width: 159px;
}
._clt_178d2bc13465d8fcf003f786_1s7ld_45 :last-child {
  margin-left: 16px;
}
@media (max-width: 911px) {
  ._clt_178d2bc13465d8fcf003f786_1s7ld_45 {
    visibility: visible;
    justify-self: end;
  }
}

._clt_178b92280315d8fcf003f95c_1s7ld_61 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: white;
  transition: all 1s eas;
}
._clt_178b92280315d8fcf003f95c_1s7ld_61 > * {
  margin-left: 16px;
}
@media (max-width: 911px) {
  ._clt_178b92280315d8fcf003f95c_1s7ld_61 {
    grid-column: span 2/auto;
    flex-direction: column;
    display: none;
    width: 100%;
  }
  ._clt_178b92280315d8fcf003f95c_1s7ld_61 > * {
    margin-left: 0;
    margin-top: 16px;
    width: 100%;
  }
}

._clt_178b91e730f5d8fcf003f4a1_1s7ld_85 {
  padding: 0 16px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1208px;
  flex-wrap: wrap;
}
@media (max-width: 911px) {
  ._clt_178b91e730f5d8fcf003f4a1_1s7ld_85 {
    padding: 16px 20px;
    background-color: white;
  }
}

._clt_178fbeb31325d8fcf003f1fe_1s7ld_102 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 164px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  background-color: white;
}
@media (max-width: 911px) {
  ._clt_178fbeb31325d8fcf003f1fe_1s7ld_102 {
    min-height: 60px;
    align-items: start;
    padding: 0;
    height: 70px;
    background-color: transparent;
  }
}

/* THIS FILE WAS AUTOGENERATED BY CLUTCH. DO NOT EDIT. */
._clt_17b5a2e9a88c8c156003e0ed_zu8mh_2 {
  text-transform: uppercase;
  color: #ffffff;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  letter-spacing: 1px;
  font-size: 8px;
  line-height: 10px;
  font-weight: bold;
  height: 14px;
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
  margin-right: 32px;
  margin-left: 4px;
  width: 30px;
  position: static;
  overflow: visible;
  text-overflow: clip;
}

._clt_178cff970c45d8fcf003f2d2_zu8mh_26 {
  font-size: var(--small);
}

._clt_178cffe57635d8fcf003f57d_zu8mh_30 {
  display: flex;
  align-items: center;
}
@media (max-width: 911px) {
  ._clt_178cffe57635d8fcf003f57d_zu8mh_30 {
    grid-column: span 3/auto;
    width: 100%;
  }
}

._clt_178d00615755d8fcf003ffa3_zu8mh_41 {
  font-size: var(--small);
}

._clt_178d006c7eb5d8fcf003f1e5_zu8mh_45 {
  font-size: var(--small);
}

._clt_17aa1b5ec32fae252001b553_zu8mh_49 {
  font-size: var(--small);
}

._clt_13_5_zu8mh_53 {
  font-size: var(--small);
}

._clt_178d005b94c5d8fcf003ff3a_zu8mh_57 {
  white-space: nowrap;
}
._clt_178d005b94c5d8fcf003ff3a_zu8mh_57 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  gap: 12px;
  justify-self: end;
}
@media (max-width: 911px) {
  ._clt_178d005b94c5d8fcf003ff3a_zu8mh_57 {
    flex-direction: column;
    height: 150px;
    width: 100%;
  }
  ._clt_178d005b94c5d8fcf003ff3a_zu8mh_57 > a {
    margin: 4px 0;
  }
}

._clt_13_1_zu8mh_78 {
  font-size: var(--small);
}

._clt_178d00889665d8fcf003f6e4_zu8mh_82 {
  font-size: var(--small);
}

._clt_179ed9411f9fae252001b4f4_zu8mh_86 {
  font-size: var(--small);
}

._clt_178d00889665d8fcf003f6e0_zu8mh_90 {
  display: flex;
  justify-content: space-between;
  width: 290px;
  justify-self: end;
}
@media (max-width: 911px) {
  ._clt_178d00889665d8fcf003f6e0_zu8mh_90 {
    flex-direction: column;
    height: 150px;
    width: 100%;
  }
}

._clt_178cff32bbf5d8fcf003f7fc_zu8mh_104 {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  grid-gap: 24px;
}
._clt_178cff32bbf5d8fcf003f7fc_zu8mh_104 a {
  color: var(--dark--elevation---high);
  text-decoration: none;
}
@media (max-width: 911px) {
  ._clt_178cff32bbf5d8fcf003f7fc_zu8mh_104 {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    grid-gap: 32px 0px;
    padding: 40px 0px;
  }
}

._clt_17957917d8f9c10db001c887_zu8mh_124 {
  height: 100%;
}

._clt_178cff13df65d8fcf003f642_zu8mh_128 {
  height: 120px;
  width: 100%;
  background-color: var(--light--elevation---lowest);
}
@media (max-width: 911px) {
  ._clt_178cff13df65d8fcf003f642_zu8mh_128 {
    height: auto;
  }
}
