/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

*,*:after,*:before{box-sizing:border-box}html{font-size:62.5%}body{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;position:relative;font-family:'Work Sans', sans-serif;font-weight:500;line-height:1.4;font-size:1.6rem}.main-content{background-color:#F2EFFE;display:flex;flex-direction:column;justify-content:space-between;gap:60px}@media (min-width: 400px){.main-content{gap:80px}}img{max-width:100%;object-fit:contain;user-select:none;-webkit-tap-highlight-color:transparent}input[type="submit"],button{cursor:pointer;user-select:none;-webkit-tap-highlight-color:transparent}p,h1,h2,h3,h4,h5,h6,ul,ol{margin:0;padding:0}a{text-decoration:none}.container{padding:80px 16px}@media (min-width: 680px){.container{padding:80px 40px}}@media (min-width: 1280px){.container{padding:80px calc((100% - 1160px) / 2) 80px calc((100% - 1160px) / 2)}}.main-content{flex:1 1}.container{width:100%;padding-left:16px;padding-right:16px}@media (min-width: 680px){.container{padding-left:40px;padding-right:40px}}@media (min-width: 1280px){.container{padding-left:calc((100% - 1160px) / 2);padding-right:calc((100% - 1160px) / 2)}}.ellipsis-sting{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.title-h1{color:#3B3F46;text-align:center;font-family:"Mulish", sans-serif;font-size:2.8rem;font-style:normal;font-weight:900;line-height:122%;margin-bottom:16px}@media (min-width: 680px){.title-h1{font-size:3.6rem;letter-spacing:-0.72px}}@media (min-width: 1024px){.title-h1{text-align:start}}.title-h2{color:#333B54;font-family:"Mulish", sans-serif;font-size:2.4rem;font-style:normal;font-weight:900;line-height:126%}@media (min-width: 680px){.title-h2{font-size:3rem}}.button-primary{width:100%;border-radius:8px;background:#7A5AF8;box-shadow:0 1px 3px 0 rgba(16,24,40,0.1),0 1px 2px 0 rgba(16,24,40,0.06);border:0;display:flex;justify-content:center;padding:12px 28px;align-items:center;color:#fff;font-family:"Work Sans",sans-serif;font-size:1.6rem;font-style:normal;font-weight:700;line-height:150%;outline:none;transition:background-color .3s,box-shadow .3s}@media (min-width: 680px){.button-primary{min-width:124px;width:fit-content}}@media (any-hover: hover){.button-primary:hover{background-color:#5740B0}}.button-primary:active{background-color:#5740B0}.button-primary:focus-visible{background-color:#7B53E1;box-shadow:0 0 0 4px rgba(122,90,248,0.25),0 4px 8px 0 rgba(0,0,0,0.05)}.burger{width:24px;height:24px;display:flex;flex-direction:column;gap:4px;position:relative}@media (min-width: 680px){.burger{display:none}}.burger__line{position:absolute;height:2px;border-radius:8px;background-color:#41484D;width:100%;transition:transform 0.4s ease, opacity 0.1s ease}.burger__line:nth-child(2){top:8px}.burger__line:nth-child(3){top:16px}.burger.--open .line-1{transform:translateY(6px) rotate(45deg)}.burger.--open .line-2{position:absolute;opacity:0}.burger.--open .line-3{transform:translateY(-10px) rotate(-45deg)}.header{display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;width:100%;z-index:10;background-color:#fff}.header.container{padding-top:12px;padding-bottom:12px}@media (min-width: 680px){.header{gap:32px}}.header__logo{display:flex;align-items:center;gap:8px}.header__logo-text{display:none}@media (min-width: 680px){.header__logo-text{display:inline-block;color:#2D263C;font-family:"Mulish", sans-serif;font-size:1.6rem;font-style:italic;font-weight:800;line-height:150%}}.header__navigation{background-color:#fff}@media (max-width: 679px){.header__navigation{transform:translateY(-200%);position:absolute;transition:transform .5s linear;display:flex;flex-direction:column;width:100%;top:55px;left:0;padding-top:16px}}@media (min-width: 680px){.header__navigation{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:0}}@media (min-width: 768px){.header__navigation{gap:32px}}.header__navigation li{list-style:none}@media (max-width: 679px){.header__navigation li{padding:10px}.header__navigation li:last-of-type{padding-bottom:16px}}@media (min-width: 1024px){.header__navigation li:last-of-type{margin-right:23px}}.header__navigation li a{color:#4D525A;font-size:1.6rem;font-style:normal;font-weight:600;line-height:150%;border:none;outline:0;transition:color .3s ease}@media (any-hover: hover){.header__navigation li a:hover{color:#3B3F46}}.header__navigation li a:active,.header__navigation li a:focus-visible{color:#3B3F46}.header__navigation.--open{transform:translateY(0)}.header__try-now{position:relative;z-index:2;width:auto}@media (max-width: 679px){.header__try-now{margin:16px;text-align:center}}@media (min-width: 680px){.header__try-now{display:flex}}@media (any-hover: hover){.header__try-now:hover{background-color:#5740B0}}.header__try-now:active{background-color:#5740B0}.header__try-now:focus-visible{background-color:#7B53E1;box-shadow:0 0 0 4px rgba(122,90,248,0.25),0 4px 8px 0 rgba(0,0,0,0.05)}.footer{background-color:#272D40}.footer.container{padding-top:32px;padding-bottom:32px}@media (min-width: 1280px){.footer.container{padding-left:calc((100% - 1160px) / 2);padding-right:calc((100% - 1160px) / 2)}}@media (min-width: 680px){.footer__wrapper{width:50%;display:flex;flex-wrap:wrap}}@media (min-width: 1024px){.footer__wrapper{width:100%;justify-content:space-between}}.footer__logo{padding-bottom:40px}@media (min-width: 680px){.footer__logo{width:100%}}@media (min-width: 1024px){.footer__logo{width:40%}}.footer__logo p{color:#fff;font-size:1.2rem;font-style:normal;font-weight:400;line-height:150%;padding-top:20px}.footer__logo span{color:#E7DDFF;font-family:"Mulish", sans-serif;font-size:1.6rem;font-style:italic;font-weight:800;line-height:150%;display:flex;align-items:center;gap:8px}.footer__nav-wrapper{width:50%;display:flex;flex-direction:column}@media (min-width: 1024px){.footer__nav-wrapper{flex-direction:row;width:40%}}.footer__nav{padding-bottom:32px;display:flex;flex-direction:column;gap:12px}@media (min-width: 1024px){.footer__nav{width:50%}}.footer__nav li{color:#fff;font-size:1.6rem;font-style:normal;font-weight:400;line-height:150%;list-style:none}.footer__nav li a{color:#fff;width:100%;display:block;outline:none;border:none}@media (any-hover: hover){.footer__nav li a:hover{color:#7A5AF8}}.footer__nav li a:active,.footer__nav li a:focus-visible{color:#7A5AF8}.footer__legacy{color:#fff;text-align:center;font-size:1.4rem;font-style:normal;font-weight:400;line-height:143%}

