/*************************************/
/* Separate Normalize CSS File Start */
/*************************************/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
 html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/*************************************/
/* Separate Normalize CSS File End */
/*************************************/

/***********************************/
/* Separate Webflow CSS File Start */
/***********************************/

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  display: inline-block;
  height: auto;
  width: 100%;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-widget-gplus {
  overflow: hidden;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (https://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: fixed;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
  max-height: 100vh;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
  max-height: 100vh;
  width: 100%;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
  position: fixed;
  left: 85vw;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}

/*********************************/
/* Separate Webflow CSS File End */
/*********************************/


.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}


body {
  background-color: rgb(65, 86, 146);
  font-family: 'Space Grotesk', sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.556em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #0d0c54;
  font-size: 56px;
  line-height: 1.214em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 36px;
  line-height: 1.222em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 24px;
  line-height: 1.333em;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 18px;
  line-height: 1.389em;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  letter-spacing: -0.03em;
}

a {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  text-decoration: none;
}

a:hover {
  color: #0d0c54;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

label {
  display: block;
  margin-bottom: 13px;
  color: #fff;
  font-weight: 200;
  letter-spacing: -0.03em;
}

strong {
  color: #fff;
  font-weight: 700;
}

blockquote {
  margin-bottom: 10px;
  padding: 69px 64px;
  border-left: 0px solid #000;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(13, 12, 84, 0.02), 0 6px 22px 0 rgba(13, 12, 84, 0.04);
  color: #003566;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.03em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  position: absolute;
  left: 50px;
  bottom: 30px;
  max-width: 388px;
  margin-top: 0px;
  padding: 33px 54px 36px;
  border-radius: 14px;
  background-color: #fff;
  text-align: left;
  letter-spacing: -0.03em;
}

.bx-shadow {
  box-shadow: 0 24px 44px 0 rgba(117, 69, 255, 0.02), 0 4px 84px 0 rgba(15, 15, 52, 0.4);
}

.bx-shadow-subdued {
  box-shadow: 0 24px 44px 0 rgba(117, 69, 255, 0.02), 0 4px 84px 0 rgba(15, 15, 52, 0.1);
}

.tile-transition:hover {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.mg-top-8px {
  margin-top: 8px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-top-40px {
  margin-top: 40px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-center {
  text-align: center;
}

.color-white {
  color: #fff;
}

.bg-primary-1 {
  background-color: #003566;
}

.bg-secondary-1 {
  background-color: #f6f3ff;
}

.bg-secondary-2 {
  background-color: #f3efff;
}

.bg-secondary-3 {
  background-color: #403f8b;
}

.bg-secondary-4 {
  background-color: #171663;
}

.bg-neutral-700 {
  background-color: #40406a;
}

.bg-neutral-600 {
  background-color: #717194;
}

.bg-neutral-500 {
  background-color: #b0b0c1;
}

.bg-neutral-400 {
  background-color: #dadae3;
}

.bg-neutral-300 {
  background-color: #efeff5;
}

.bg-neutral-200 {
  background-color: #fafafc;
}

.bg-neutral-100 {
  background-color: #fff;
}

.styleguide-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  z-index: 2;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 14em;
  -ms-flex: 0 14em;
  flex: 0 14em;
}

.w-container.about-text-background {
  border-radius: 24px;
  background-color: rgba(2, 0,25, .3);
  padding: 30px;
  box-shadow: 0 24px 44px 0 rgba(117, 69, 255, 0.02), 0 4px 84px 0 rgba(15, 15, 52, 0.4);
}

.about-page-intro {
  margin-bottom: 50px;
}

.container-default.terms-container {
  box-shadow: 0 24px 44px 0 rgba(117, 69, 255, 0.02), 0 4px 84px 0 rgba(15, 15, 52, 0.4);
  border-radius: 20px;
  background-color: rgba(2, 0,25, .3);
  padding: 30px;
}

.container-default {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.container-default.checkout {
  width: 100%;
}

.container-default.triple-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-default.short-header {
  min-height: 10vh;
}

.styleguide-content {
  max-width: 100%;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 8px 22px 0 rgba(35, 30, 97, 0.13);
}

.styleguide-seccion {
  padding-top: 86px;
  padding-bottom: 86px;
}

.styleguide-title {
  margin-top: 0px;
  color: #fff;
}

.styleguide-header {
  padding: 100px 68px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: #003566;
}

.sidebar-navigation {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.styleguide-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 18px;
  background-color: #003566;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.styelguide-sidebar-icon {
  width: 60%;
}

.styleguide-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  color: #40406a;
  text-decoration: none;
}

.styleguide-link:hover {
  background-color: #f2f1ff;
  color: #003566;
}

.styleguide-link.w--current {
  background-color: #f2f1ff;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #003566;
  font-weight: 700;
}

.styleguide-link-wrapper {
  margin-bottom: 8px;
}

.styleguide-sidebar-title {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  border-bottom: 1px solid #fafafc;
  color: #40406a;
  font-size: 22px;
  line-height: 24px;
}

.styleguide-sidebar-title.middle {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #fafafc;
}

.color-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-container {
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(17, 10, 99, 0.04), 0 12px 22px 0 rgba(128, 118, 247, 0.04);
}

.color-block {
  min-height: 120px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.color-content {
  padding: 22px 16px 24px;
}

.color-title {
  color: #40406a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.color-hex {
  color: #717194;
  line-height: 20px;
}

.styleguide-subtitle {
  margin-top: 0px;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0px;
}

.color-secondary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  padding-top: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid #dadae3;
}

.typography-container.last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.container-small-left {
  max-width: 592px;
  padding-right: 24px;
}

.typography-details {
  margin-top: 18px;
  color: #003566;
  font-weight: 500;
}

.paragraph-large {
  font-size: 26px;
  line-height: 1.654em;
}

.paragraph-large.testimonial-v3 {
  margin-bottom: 23px;
}

.styleguide-subheader {
  padding: 36px 68px 26px;
  background-color: #fafafc;
}

.styleguide-content-wrapper {
  padding: 110px 68px;
}

.icons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(auto-fit, 80px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-primary {
  padding: 16px 36px;
  border: 0px none #000;
  border-radius: 10px;
  background-color: #003566;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  line-height: 1.111em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
}

.button-primary:hover {
  border-style: none;
  border-width: 1px;
  border-color: #003566;
  background-color: #ffbe56;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  color: #003566;
}

.button-primary.small {
  padding: 14px 32px;
  font-size: 16px;
  line-height: 18px;
}

.button-primary.large {
  padding: 20px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-primary.full-width {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.button-primary.full-width:hover {
  border-style: none;
  border-width: 1px;
  border-color: #003566;
  border-radius: 10px;
  background-color: #ffbe56;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.button-primary.button-white {
  background-color: #fff;
  color: #003566;
}

.button-primary.cta-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 259px;
  min-height: 142px;
  padding: 28px 31px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 24px;
  font-size: 22px;
  line-height: 1.182em;
  text-align: left;
  text-decoration: none;
}

.button-primary.cta-v4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.button-primary.our-team-members-mobile {
  display: none;
}

.button-primary.integration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.button-primary.integration-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.button-primary.contact-form {
  margin-top: 13px;
  padding: 20px 50px;
}

.button-primary.contact-form:hover {
  background-color: #ffbe56;
}

.button-primary.additional-utility-page {
  margin-top: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-primary.additional-utility-page.verify-your-email {
  display: block;
  margin-top: 2px;
}

.button-primary.apply-position {
  margin-top: 40px;
}

.button-primary.empty-cart {
  margin-top: 20px;
}

.button-primary.discount {
  margin-left: 0px;
  padding-top: 26px;
  padding-bottom: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.button-secondary {
  padding: 16px 36px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  color: #003566;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
}

.button-secondary:hover {
  background-color: #ffbe56;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  color: #f6f3ff;
  font-weight: 700;
}

.button-secondary.small {
  padding: 14px 32px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.large {
  padding: 20px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-secondary.cta-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 259px;
  min-height: 142px;
  padding: 28px 31px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 24px;
  font-size: 22px;
  line-height: 1.182em;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.button-secondary.integration-v2 {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #003566;
}

.button-secondary.cta-v4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.button-secondary.full-width {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-secondary.full-width.card-pricing {
  margin-top: 22px;
}

.button-secondary.pagination {
  margin-top: 40px;
}

.styleguide-button-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 24px;
}

.header {
  position: absolute;
  left: 0px;
  right: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}

.header-logo {
  width: 148px;
}

.header-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.nav-item-wrapper {
  margin-left: 2vw;
}

.nav-item-wrapper.button-header-mobile {
  display: none;
}

.nav-item-wrapper.login-mobile {
  display: none;
}

.nav-item-wrapper.hidden-nav-link {
  display: none;
}

.nav-item-wrapper.legal-nav-item {
  display: none;
}

.nav-link {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: #b7c0d6;
}

.nav-link.w--current {
  color: #DBB471;
  font-size: 20px;
  font-weight: 500;
}

.nav-link.dropdown {
  padding: 0px;
}

.nav-link.login {
  display: none;
  margin-right: 2vw;
}

.nav-link.login.w--current {
  font-size: 18px;
  font-weight: 400;
}

.nav-link.dark {
  color: #0d0c54;
}

.nav-link.dark:hover {
  color: #003566;
}

.nav-link.hidden-nav-link {
  display: none;
}

.nav-link.legal-links {
  display: none;
}

.nav-menu {
  overflow: auto;
  margin-left: 20px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-top: 15px;
}

.footer {
  padding-top: 120px;
  padding-bottom: 46px;
}

.page-wrapper.utility-pages {
  position: absolute;
  left: 0%;
  right: 0%;
  min-height: 100%;
}

.licenses-hero {
  padding-top: 180px;
  padding-bottom: 90px;
  background-color: #171663;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.hero-v1 {
  position: relative;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 25px;
}

.section.hero-v1.wf-section.text-section {
  padding-bottom: 0;
}

.section.hero-v1.privacy-section {
  padding-top: 60px;
}

.section.why-v1 {
  overflow: hidden;
}

.section.features-v1 {
  padding-bottom: 120px;
}

.section.cta {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.testimonials-v1 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.cta-last {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.cta-last.author {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fafafc), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #fafafc 40%, #fff 0);
}

.section.articles-section-v1 {
  display: none;
}

.section.hero-v2 {
  position: relative;
  padding-top: 160px;
  padding-bottom: 0px;
}

.section.why-v2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.features-v2 {
  padding-top: 100px;
  padding-bottom: 143px;
}

.section.integration-v2 {
  padding-top: 199px;
}

.section.testimonials-v2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.articles-section-v2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero-v3 {
  position: relative;
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 93px;
  background-image: url('../images/bg-home-v3-tech-ui-kit.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.why-v3 {
  padding-top: 143px;
  padding-bottom: 145px;
  background-color: #fafafc;
}

.section.features-v3 {
  padding-top: 113px;
  padding-bottom: 145px;
}

.section.testimonials-v3 {
  background-color: #fafafc;
}

.section.articles-section-v3 {
  padding-bottom: 105px;
}

.section.about-hero {
  position: relative;
  padding-top: 191px;
  padding-bottom: 0px;
}

.section.achievements {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.our-story {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.our-values {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #003566;
}

.section.latest-articles {
  padding-top: 133px;
  padding-bottom: 160px;
}

.section.open-positions-hero {
  padding-top: 191px;
  padding-bottom: 130px;
  background-image: url('../images/bg-open-positions-tech-ui-kit.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.open-positions-hero.v2 {
  padding-bottom: 38px;
}

.section.open-positions-page {
  padding-top: 0px;
  padding-bottom: 140px;
}

.section.open-positions-page.v2 {
  padding-top: 140px;
}

.section.open-positions-page.v3 {
  padding-top: 120px;
}

.section.open-position-hero {
  padding-top: 191px;
  padding-bottom: 285px;
  background-image: url('../images/bg-open-position-cms-tech-ui-kit.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.about-this-position {
  padding-top: 0px;
  padding-bottom: 120px;
}

.section.integrations-hero {
  padding-top: 191px;
  padding-bottom: 120px;
  background-image: url('../images/bg-integrations-tech-ui-kit.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.integrations {
  padding-top: 90px;
  padding-bottom: 120px;
}

.section.integration {
  position: relative;
  padding-top: 100px;
  padding-bottom: 91px;
}

.section.contact-hero {
  position: relative;
  padding-top: 160px;
  padding-bottom: 0px;
}

.section.contact {
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: transparent;
}

.section.faqs {
  padding-top: 0px;
  padding-bottom: 20px;
}

.section.additional-utility-page {
  padding-top: 140px;
  padding-bottom: 40px;
}

.section.terms {
  padding-top: 72px;
  padding-bottom: 20px;
}

.section.member-latest-articles {
  padding-top: 133px;
  padding-bottom: 160px;
  background-color: #fafafc;
}

.section.benefits {
  padding-top: 63px;
  padding-bottom: 116px;
}

.section.team-member-hero {
  position: relative;
  padding-top: 177px;
  padding-bottom: 280px;
}

.section.home-hero {
  position: relative;
  overflow: hidden;
  padding-top: 122px;
  padding-bottom: 50px;
}

.section.pages {
  padding-top: 63px;
  padding-bottom: 140px;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #efeff5;
}

.divider.card-article-v1 {
  margin-top: 40px;
  margin-bottom: 28px;
}

.divider.card-article-v1-about {
  width: 22px;
  margin: 0px 1vw 10px;
  background-color: #b0b0c1;
}

.divider.footer-divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #fff;
  opacity: 0.21;
  height: 2px;
}

.divider.footer-divider.footer-top {
  margin-top: 0;
}

.divider.small-print-divider {
  width: 20px;
  margin: 0px 14px;
  background-color: #fff;
  opacity: 0.23;
}

.divider.card-article-v3-about {
  width: 10px;
  margin: 0px 1vw;
  background-color: #b0b0c1;
}

.divider.card-our-team {
  margin-top: 25px;
  margin-bottom: 33px;
}

.divider.card-open-position-about {
  width: 22px;
  height: 2px;
  margin: 0px 24px;
  background-color: #b0b0c1;
}

.divider.card-article-featured-about {
  width: 22px;
  margin: 0px 1vw;
  background-color: #b0b0c1;
}

.divider.about-open-position {
  width: 22px;
  margin: 0px 18px;
  background-color: #fff;
  opacity: 0.36;
}

.divider.card-contact {
  width: 74px;
  height: 2px;
  margin: 32px auto;
  background-color: #003566;
}

.divider.page-sections {
  margin-top: 0px;
  margin-bottom: 0px;
}

.divider.short {
  margin-top: 32px;
  margin-bottom: 32px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 580px;
  min-height: 554px;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #fafafc;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(13, 10, 44, 0.06), 0 60px 80px 0 rgba(74, 58, 255, 0.02), 0 40px 50px 0 rgba(74, 58, 255, 0.05);
  text-align: center;
  margin: 0;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input {
  min-height: 50px;
  margin-bottom: 0px;
  padding-right: 21px;
  padding-left: 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadae3;
  border-radius: 12px;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
  color: #40406a;
  font-size: 18px;
  line-height: 1em;
}

.input:hover {
  border-color: #003566;
}

.input:focus,
.input.-wfp-focus {
  border-color: #003566;
  color: #40406a;
  font-size: 18px;
  line-height: 1em;
}

.input::-webkit-input-placeholder {
  color: #717194;
}

.input:-ms-input-placeholder {
  color: #717194;
}

.input::-ms-input-placeholder {
  color: #717194;
}

.input::placeholder {
  color: #717194;
}

.input.footer-newsletter {
  min-height: 60px;
  padding-right: 180px;
  border-color: #fff;
}

.input.home-v3-newsletter {
  min-height: 79px;
  padding-right: 180px;
  padding-left: 21px;
  border-color: #fff;
  border-radius: 16px;
}

.input.cta-v5-newsletter {
  min-height: 79px;
  padding-right: 180px;
  padding-left: 21px;
  border-color: #fff;
  border-radius: 16px;
}

.input.additional-utility-page {
  min-height: 66px;
  padding-right: 24px;
  padding-left: 24px;
}

.input.checkout {
  min-height: 55px;
  margin-bottom: 16px;
  background-color: #fff;
}

.input.checkout:focus,
.input.checkout.-wfp-focus {
  color: #0d0c54;
}

.input.password {
  margin-bottom: 20px;
}

.input.cta-v6-newsletter {
  min-height: 79px;
  padding-right: 180px;
  padding-left: 21px;
  border-color: #fff;
  border-radius: 16px;
}

.utility-page-content-404 {
  margin-bottom: 0px;
  padding: 81px 50px;
  border-radius: 32px;
  background-color: #fff;
}

._404-title {
  margin-bottom: 0px;
  color: #003566;
  font-size: 180px;
  line-height: 160px;
  font-weight: 700;
}

.bg-neutral-800 {
  background-color: #0d0c54;
}

.hero-v1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.hero-v1-left {
  max-width: 50%;
}

.split-content.header-left {
  margin-right: 3vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.why-v1-left {
  max-width: 520px;
  margin-bottom: 113px;
}

.split-content.testimonial-v1-left {
  max-width: 43%;
}

.split-content.cta-v1 {
  max-width: 52%;
  margin-right: 20px;
}

.split-content.cta-v2 {
  min-width: 52%;
  margin-right: 20px;
}

.split-content.feature-content {
  max-width: 453px;
  padding: 40px;
}

.split-content.small-print-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.cta-v3-center {
  position: relative;
  max-width: 557px;
  margin-right: 20px;
}

.split-content.integration-v2-left {
  max-width: 514px;
}

.split-content.testimonial-v2-right {
  max-width: 43%;
}

.split-content.articles-section-v2-left {
  max-width: 460px;
}

.split-content.cta-v4-left {
  max-width: 52%;
  margin-right: 20px;
}

.split-content.hero-v3 {
  max-width: 49%;
}

.split-content.cta-v5-left {
  max-width: 500px;
  margin-right: 20px;
}

.split-content.cta-v5-right {
  width: 485px;
}

.split-content.integration-v3-left {
  max-width: 514px;
}

.split-content.articles-section-v3-left {
  max-width: 460px;
}

.split-content.our-story-left {
  max-width: 43%;
}

.split-content.integrations-contact-left {
  max-width: 472px;
}

.split-content.integration-top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.split-content.contact-left {
  max-width: 441px;
  margin-right: 40px;
}

.split-content.integrations-page-hero-left {
  max-width: 648px;
}

.split-content.hero-home-left {
  max-width: 49%;
  margin-top: 110px;
}

.split-content.perspective-left {
  max-width: 50%;
  margin-top: 95px;
}

.split-content.perspective-right {
  max-width: 50%;
}

.split-content.hero-home-right {
  max-width: 50%;
}

.split-content.careers-v2 {
  max-width: 651px;
  margin-right: 50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.container-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1268px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand {
  width: 175px;
  margin-bottom: 5px;
  padding-left: 0px;
  padding-top: 10px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.brand:hover {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.brand.w--current {

}

.brand.footer-brand {
  margin-bottom: 30px;
}

.brand.additional-utility-page {
  max-width: 148px;
  margin-bottom: 0px;
}

._2-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title.hero-v1 {
  max-width: 500px;
  color: #fff;
}

.title.testimonials-v1 {
  max-width: 404px;
  margin-bottom: 20px;
}

.title.cta-v1 {
  margin-bottom: 48px;
  color: #f6f3ff;
}

.title.integration-v1 {
  margin-bottom: 4px;
}

.title.main-footer-title {
  margin-top: 40px;
  margin-bottom: 12px;
  color: #fff;
  font-style: italic;
}

.title.dropdown {
  margin-bottom: 24px;
  color: #fff;
  line-height: 1.35em;
}

.title.cta-v2 {
  margin-bottom: 76px;
  color: #fff;
}

.title.why-v2 {
  margin-bottom: 14px;
  color: #003566;
  font-size: 23px;
}

.title.why-v2-main-title {
  max-width: 453px;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
}

.title.cta-v3 {
  margin-bottom: 34px;
  color: #fff;
}

.title.cta-v3.h2-v2 {
  color: #003566;
}

.title.integration-v2 {
  margin-bottom: 6px;
}

.title.testimonials-v2 {
  max-width: 404px;
  margin-bottom: 35px;
}

.title.cta-v4 {
  margin-bottom: 15px;
  color: #fff;
}

.title.articles-section-v1 {
  color: #0062fe;
}

.title.hero-v2 {
  color: #fff;
}

.title.hero-v3 {
  color: #fff;
}

.title.why-v3 {
  margin-bottom: 0px;
}

.title.feature-v3 {
  margin-bottom: 0px;
}

.title.cta-v5 {
  color: #fff;
}

.title.integrations-v2 {
  max-width: 453px;
}

.title.integrations-v3 {
  max-width: 453px;
}

.title.testimonials-v3 {
  max-width: 420px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.title.article-v3 {
  margin-bottom: 16px;
}

.title.about-hero {
  margin-bottom: 26px;
  color: #fff;
}

.title.our-story {
  max-width: 440px;
  margin-bottom: 20px;
}

.title.our-values {
  margin-bottom: 14px;
  color: #003566;
}

.title.our-team {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.091em;
}

.title.office {
  margin-bottom: 25px;
}

.title.open-positions {
  margin-bottom: 19px;
}

.title.card-open-position {
  margin-bottom: 15px;
}

.title.open-positions-email {
  margin-bottom: 15px;
}

.title.latest-articles {
  margin-bottom: 0px;
}

.title.author-name {
  margin-bottom: 3px;
}

.title.open-positions-page {
  color: #fff;
}

.title.open-position {
  color: #fff;
}

.title.about-this-position {
  margin-bottom: 32px;
}

.title.integrations {
  margin-bottom: 18px;
  color: #fff;
}

.title.integrations-contact {
  margin-bottom: 12px;
}

.title.integration-name {
  margin-bottom: 6px;
  font-size: 36px;
  line-height: 1.222em;
}

.title.contact-hero {
  margin-bottom: 18px;
  color: #fff;
}

.title.card-contact {
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 1.143em;
}

.title.contact {
  margin-bottom: 20px;
}

.title.faqs {
  max-width: 532px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.title.faq {
  margin-bottom: 0px;
  margin-left: 40px;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.455em;
}

.title.faq-arrow {
  position: absolute;
  left: 0px;
  top: 6px;
  margin-bottom: 0px;
  font-family: 'Icons Tech Ui Kit', sans-serif;
  color: #ffbe56;
  font-size: 20px;
  line-height: 1em;
  font-weight: 400;
}

.title.additional-utility-page {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1.222em;
  text-align: center;
}

.title.integration-category-page {
  margin-bottom: 0px;
  color: #fff;
}

.title.team-member {
  margin-bottom: 0px;
  color: #fff;
}

.title.about-team-member {
  margin-bottom: 0px;
}

.title.checkout {
  margin-bottom: 0px;
}

.title.not-found {
  margin-top: 10px;
  color: #003566;
}

.title.pricing {
  margin-bottom: 0px;
  color: #fff;
}

.title.card-pricing {
  margin-bottom: 19px;
  color: #fff;
  font-size: 24px;
  line-height: 1.333em;
}

.title.custom-plan {
  margin-bottom: 12px;
}

.title.cta-v6 {
  color: #fff;
}

.title.home {
  min-width: 496px;
  color: #fff;
}

.title.page-ui-kit {
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 1.143em;
}

.title.careers-hero-v3 {
  margin-bottom: 26px;
  color: #fff;
}

.title.signup-h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #003566;
  font-weight: 500;
  text-align: left;
}

.paragraph.faq.faq-answer {
  color: #fff;
}

.paragraph.hero-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 479px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: left;
}

.paragraph.hero-v1.faq-paragraph {
  display: block;
}

.paragraph.cta-v2 {
  max-width: 41%;
  color: #efeff5;
}

.paragraph.why-v1 {
  margin-bottom: 40px;
}

.paragraph.integration-v1 {
  color: #717194;
}

.paragraph.footer-paragraph {
  margin-bottom: 34px;
  color: #efeff5;
  text-align: left;
}

.paragraph.cta-v2-mobile {
  display: none;
  color: #efeff5;
}

.paragraph.integration-v2 {
  margin-bottom: 31px;
  color: #717194;
}

.paragraph.testimonials-v2 {
  margin-bottom: 20px;
}

.paragraph.cta-v4 {
  max-width: 436px;
  color: #efeff5;
}

.paragraph.hero-v2 {
  max-width: 480px;
  margin-bottom: 50px;
  color: #efeff5;
  text-align: center;
}

.paragraph.hero-v3 {
  max-width: 479px;
  margin-bottom: 54px;
  color: #efeff5;
}

.paragraph.features-v3 {
  max-width: 446px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph.cta-v5 {
  max-width: 481px;
  color: #efeff5;
}

.paragraph.about-hero {
  max-width: 479px;
  margin-right: auto;
  margin-left: auto;
  color: #efeff5;
  font-size: 22px;
  text-align: center;
}

.paragraph.our-story {
  margin-bottom: 20px;
}

.paragraph.achievement {
  font-size: 15px;
  line-height: 1.667em;
}

.paragraph.achievement.achievement-text {
  color: #fff;
  text-align: left;
}

.paragraph.our-team-top {
  max-width: 492px;
  margin-right: 104px;
}

.paragraph.our-team {
  margin-bottom: 25px;
}

.paragraph.card-open-position {
  margin-bottom: 32px;
}

.paragraph.card-open-position.v3 {
  color: #40406a;
}

.paragraph.author {
  margin-bottom: 40px;
}

.paragraph.open-positions {
  max-width: 479px;
  margin-right: auto;
  margin-left: auto;
  color: #efeff5;
}

.paragraph.open-positions.v2 {
  max-width: 100%;
}

.paragraph.open-position {
  max-width: 479px;
  margin-right: auto;
  margin-left: auto;
  color: #efeff5;
}

.paragraph.integrations {
  max-width: 514px;
  color: #efeff5;
}

.paragraph.integration {
  max-width: 458px;
  color: #717194;
}

.paragraph.contact-hero {
  max-width: 514px;
  margin-right: auto;
  margin-left: auto;
  color: #efeff5;
}

.paragraph.contact {
  margin-bottom: 20px;
  color: #f6f3ff;
}

.paragraph.faqs {
  max-width: 532px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.paragraph.faq.faq-answer {
  display: block;
  max-width: none;
}

.paragraph.faq.faq-answer a {
  color: #fff;
  overflow-wrap: break-word;
}

.paragraph.additional-utility-page {
  margin-bottom: 30px;
  text-align: center;
}

.paragraph.team-member {
  margin-bottom: 40px;
  color: #fff;
}

.paragraph.password {
  margin-bottom: 20px;
  color: #003566;
}

.paragraph.not-found {
  color: #003566;
}

.paragraph.card-pricing {
  color: #efeff5;
}

.paragraph.custom-plan {
  margin-bottom: 32px;
}

.paragraph.cta-v6 {
  max-width: 481px;
  color: #efeff5;
}

.paragraph.home {
  max-width: 479px;
  margin-bottom: 50px;
  color: #efeff5;
}

.paragraph.utility-pages {
  max-width: 449px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph.careers-v3 {
  max-width: 479px;
  margin-right: auto;
  margin-left: auto;
  color: #efeff5;
}

.space._2-buttons {
  min-width: 30px;
}

.space._2-buttons.cta-v4 {
  min-width: 28px;
}

.space.footer-links {
  width: 2vw;
}

.space.card-open-position {
  height: 24px;
}

.space.integrations {
  min-width: 40px;
}

.space.faq {
  height: 10px;
}

.space.perspective-images {
  width: 100%;
  max-width: 28px;
}

.image.why-v1-01 {
  border-radius: 50px;
  box-shadow: 0 44px 74px 0 rgba(117, 69, 255, 0.04), 0 14px 114px 0 rgba(15, 15, 52, 0.09);
}

.image.why-v1-02 {
  position: absolute;
  left: 645px;
  top: -402px;
  border-radius: 50px;
  box-shadow: 0 4px 24px 0 rgba(117, 69, 255, 0.03), 0 14px 44px 0 rgba(15, 15, 52, 0.05);
}

.image.why-v1-03 {
  position: absolute;
  right: -173px;
  bottom: -119px;
  border-radius: 50px;
  box-shadow: 0 4px 24px 0 rgba(117, 69, 255, 0.03), 0 14px 44px 0 rgba(15, 15, 52, 0.05);
}

.image.feature {
  max-width: 50%;
  margin-right: 80px;
  border-radius: 50px;
  /* box-shadow: 0 24px 44px 0 rgba(117, 69, 255, 0.02), 0 4px 84px 0 rgba(15, 15, 52, 0.03); */
}

.image.feature-2 {
  max-width: 50%;
  margin-left: 80px;
  border-radius: 50px;
  /* box-shadow: 0 24px 44px 0 rgba(117, 69, 255, 0.02), 0 4px 84px 0 rgba(15, 15, 52, 0.03); */
}

.image.feature-3 {
  max-width: 54%;
  margin-right: 80px;
}

.image.integration-v1 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.cta-v1-01 {
  max-width: 60%;
  border-radius: 30px;
  box-shadow: 0 4px 95px 0 rgba(9, 9, 39, 0.7);
}

.image.cta-v1-02 {
  max-width: 62%;
  margin-left: -98px;
  border-radius: 30px;
  box-shadow: 0 4px 95px 0 rgba(33, 32, 140, 0.21);
}

.image.hero-v2 {
  max-width: 75%;
  border: 1px none #000;
  border-radius: 25px;
}

.image.integration-v2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.hero-v3-01 {
  border-radius: 45px;
  box-shadow: 0 39px 66px 0 rgba(117, 69, 255, 0.02), 0 12px 102px 0 rgba(15, 15, 52, 0.05);
}

.image.hero-v3-02 {
  position: absolute;
  right: -69px;
  bottom: -37px;
  border-radius: 32px;
  box-shadow: 0 37px 63px 0 rgba(117, 69, 255, 0.1), 0 12px 96px 0 rgba(15, 15, 52, 0.13);
}

.image.why-v3 {
  width: 27px;
}

.image.why-v3-main-image {
  border-radius: 52px;
  box-shadow: 0 6px 25px 0 rgba(117, 69, 255, 0.03), 0 16px 46px 0 rgba(15, 15, 52, 0.05);
}

.image.testimonial-v3 {
  width: 72px;
  height: 72px;
  margin-right: 20px;
  border-radius: 1000px;
}

.image.testimonial-tab-link-v3 {
  width: 44px;
  height: 44px;
  margin-right: 12px;
  border-radius: 1000px;
}

.image.about-hero {
  margin-top: 72px;
  border-radius: 40px;
}

.image.our-story-1 {
  max-width: 61%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 32px;
}

.image.our-story-2 {
  max-width: 66%;
  margin-top: 95px;
  margin-left: -143px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 32px;
  box-shadow: 0 4px 54px 0 rgba(69, 65, 164, 0.22);
}

.image.article-featured {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.integration {
  border-radius: 12px;
}

.image.verify-your-email {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.team-member {
  width: 180px;
  height: 180px;
  margin-bottom: 10px;
  border-radius: 1000px;
}

.image.benefit {
  width: 130px;
  height: 130px;
  min-width: 130px;
  margin-bottom: 29px;
  border-radius: 1000px;
}

.image.article-v4 {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}

.bg {
  position: fixed;
  background-image: url('../images/simple_shiny-6.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: rgba(2, 0,25, .7);
  background-blend-mode: luminosity;
}

.bg.hero-v1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  background-color: #edf2f4;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.hero-v2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 114px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.about-hero {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  width: 100%;
  height: 100%;
  padding-bottom: 227px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.our-values {
  z-index: -1;
  width: 100%;
  height: 702px;
  max-width: 748px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 241, 255, 0.48)), to(rgba(236, 239, 255, 0.13)));
  background-image: linear-gradient(180deg, rgba(236, 241, 255, 0.48), rgba(236, 239, 255, 0.13));
}

.bg.integration {
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  height: 546px;
  background-color: #fafafc;
}

.bg.contact-hero {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.log-in {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: 67%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.forgot-password {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: 62%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.reset-password {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: 65%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.verify-email {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: 59%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.hero-home {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.subtitle {
  margin-bottom: 8px;
  color: #003566;
  font-size: 28px;
  line-height: 1.111em;
  font-weight: 700;
}

.subtitle.light-color {
  color: #f6f3ff;
  font-size: 30px;
}

.subtitle.light-color.open-positions {
  margin-bottom: 16px;
}

.subtitle.light-color.integrations {
  margin-bottom: 12px;
}

.subtitle.light-color.contact {
  margin-bottom: 12px;
  color: #f6f3ff;
  font-size: 30px;
}

.subtitle.light-color.team-member {
  margin-bottom: 20px;
}

.subtitle.faqs {
  max-width: 532px;
  margin-right: auto;
  margin-left: auto;
}

.container-medium-580px {
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-580px.features-v1 {
  max-width: 585px;
  text-align: center;
}

.container-medium-580px.integrations-v1 {
  text-align: center;
}

.container-medium-580px.articles-section-v1 {
  text-align: center;
}

.container-medium-580px.features-v2 {
  text-align: center;
}

.container-medium-580px.why-v3 {
  text-align: center;
}

.container-medium-580px.features-v3 {
  text-align: center;
}

.container-medium-580px.testimonials-v3 {
  text-align: center;
}

.container-medium-580px.our-values {
  text-align: center;
}

.container-medium-580px.team-member {
  text-align: center;
}

.container-medium-580px.benefits {
  text-align: center;
}

.container-medium-580px.custom-plan {
  text-align: center;
}

.container-medium-580px.utility-pages {
  text-align: center;
}

.cta-v1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 62px 76px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: rgba(5, 66, 180, .7);
}

.testimonials-v1-wrapper {
  padding: 100px 5vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 241, 255, 0.48)), color-stop(80%, rgba(236, 239, 255, 0.11)));
  background-image: linear-gradient(180deg, rgba(236, 241, 255, 0.48), rgba(236, 239, 255, 0.11) 80%);
}

.cta-v2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 132px 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 40px;
  background-image: url('../images/bg-cta-v2-tech-ui-kit.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.skewed-home-v1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-bottom: 282px solid #edf2f4;
  border-left: 100vw solid transparent;
}

.skewed-home-v1.short-header {
  border-bottom-width: 10vh;
}

.why-v1-images-wrapper {
  position: relative;
}

.flex-vc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-v1-tabs {
  margin-top: 52px;
}

.features-tabs-menu {
  display: -ms-grid;
  display: grid;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.testimonials-v1-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 97%;
  height: 100%;
  background-color: transparent;
}

.slide-nav {
  display: none;
}

.features-v1-tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 23px 6px 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 172px;
  background-color: #fff;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: #40406a;
  font-size: 16px;
  line-height: 1.375em;
}

.features-v1-tab-link.w--current {
  background-color: #ffbe56;
  color: #003566;
  font-weight: 700;
}

.features-v1-tab-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #0062fe;
}

.feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
}

.feature-tabs-content {
  overflow: visible;
}

.feature-icon-wrappper {
  display: none;
  overflow: hidden;
  width: 64px;
  height: 64px;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 19px;
  background-color: #fff;
}

img.reload-img-size {
  max-height: 70%;
  max-width: 70%;
}

.testimonials-v1-left-arrow {
  left: auto;
  top: -123px;
  right: 187px;
  bottom: auto;
  width: auto;
  height: 56px;
  padding: 14px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #40406a;
  border-radius: 12px;
  -webkit-transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease;
  color: #40406a;
  font-size: 18px;
  line-height: 1.555em;
}

.testimonials-v1-left-arrow:hover {
  border-color: #003566;
  background-color: #003566;
  color: #fff;
}

.testimonial-v1-slide {
  max-width: 50%;
}

.card {
  border-radius: 32px;
  /* background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(13, 12, 84, 0.02), 0 6px 22px 0 rgba(13, 12, 84, 0.04); */
}

.card.testimonial-v1 {
  margin-right: 12px;
  margin-left: 12px;
  padding: 64px 40px 61px;
}

.card.integration-v1 {
  position: relative;
  padding: 62px 30px 58px;
}

.card.article-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #40406a;
}

.card.integration-v2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 32px 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.card.testimonials-v3-tab-content {
  margin-bottom: 44px;
  padding: 87px 67px;
  text-align: center;
}

.card.achievement {
  padding: 40px 25px 44px;
  border-radius: 30px;
  background-color: rgba(0,53, 102, .6);
  /* border-style: solid;
  border-color: #fff;
  border-width: 2px; */
}

.card.our-values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 40px;
  border-radius: 24px;
  background-color: rgba(250,250,252, .6);
}

.card.our-team {
  height: 100%;
  padding: 30px 32px 48px;
}

.card.open-position {
  position: relative;
  overflow: hidden;
  padding: 48px 55px 52px 104px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  cursor: pointer;
}

.card.open-position:hover {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.card.open-position.v2 {
  padding-right: 32px;
  padding-bottom: 45px;
  padding-left: 68px;
}

.card.open-position.v3 {
  padding-right: 48px;
  padding-left: 48px;
}

.card.author {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 63px 31px 62px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  text-align: center;
}

.card.open-position-page {
  margin-top: -213px;
  padding: 72px 70px;
}

.card.contact-hero {
  padding-right: 29px;
  padding-bottom: 56px;
  padding-left: 29px;
  border-radius: 24px;
  text-align: center;
}

.card.contact {
  width: 100%;
  max-width: 673px;
  margin-bottom: 40px;
  padding: 30px 40px;
  border-radius: 20px;
  background-color: rgba(0,25, 90, .4);
}

.card.faq {
  overflow: hidden;
  padding: 40px 40px 40px;
  border-radius: 22px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  cursor: pointer;
  background-color: rgba(0,20, 80, .4);
}

.card.faq:hover {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.card.log-in {
  max-width: 520px;
  min-height: 703px;
  padding: 40px 40px 60px;
}

.card.forgot-your-password {
  max-width: 520px;
  padding: 40px 40px 60px;
}

.card.reset-password {
  max-width: 520px;
  padding: 40px 40px 50px;
}

.card.verify-your-email {
  max-width: 520px;
  padding: 40px 40px 56px;
  text-align: center;
}

.card.checkout {
  overflow: hidden;
}

.card.pricing {
  overflow: hidden;
  max-width: 520px;
  border-radius: 24px;
}

.card.about-team-member {
  margin-top: -230px;
  padding: 75px 60px 80px;
}

.card.card-cart {
  overflow: hidden;
}

.card.article-v4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.testimonial-v1-logo {
  max-width: 184px;
  margin-bottom: 30px;
}

.testimonial-v1-about-wrapper {
  margin-top: 67px;
}

.testimonial-v1-name {
  margin-bottom: 10px;
  color: #0d0c54;
  font-size: 22px;
  line-height: 1.091em;
  font-weight: 700;
}

.testimonial-v1-work {
  color: #717194;
  line-height: 1.111em;
}

.button-cta-v2-text {
  max-width: 125px;
}

.testimonial-mask {
  padding-top: 48px;
  padding-bottom: 48px;
}

.integrations-v1-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 48px;
  margin-bottom: 53px;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.integration-v1-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.integration-v1 {
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-right: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadae3;
  border-radius: 24px;
}

.image-wrapper.integration-v2 {
  overflow: hidden;
  width: 110px;
  height: 110px;
  margin-bottom: 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadae3;
  border-radius: 33px;
}

.image-wrapper.article-v2 {
  margin-bottom: 20px;
  border-radius: 30px;
}

.image-wrapper.integration-v3 {
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-right: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadae3;
  border-radius: 24px;
}

.image-wrapper.article-v3 {
  margin-bottom: 30px;
  border-radius: 30px;
}

.image-wrapper.our-team {
  width: 78px;
  height: 78px;
  min-width: 78px;
  margin-right: 18px;
  margin-bottom: 10px;
  border-radius: 1000px;
}

.image-wrapper.auhtor {
  width: 120px;
  height: 120px;
  margin-bottom: 16px;
  border-radius: 1000px;
}

.image-wrapper.integration {
  max-width: 1012px;
  margin-right: auto;
  margin-bottom: 71px;
  margin-left: auto;
  border-radius: 40px;
}

.image-wrapper.card-contact {
  width: 140px;
  height: 140px;
  margin: -70px auto 32px;
  border-radius: 35px;
  background-color: #f3efff;
}

.image-wrapper.verify-your-email {
  width: 160px;
  height: 160px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  border-radius: 1000px;
}

.image-wrapper.hero-v1 {
  overflow: visible;
  max-width: 59%;
  margin-right: -90px;
}

.image-wrapper.perspective-page {
  margin-bottom: 27px;
  border-radius: 15px;
  box-shadow: 0 7px 23px 0 rgba(13, 12, 84, 0.1);
  -webkit-transition: box-shadow 600ms ease, -webkit-transform 600ms ease;
  transition: box-shadow 600ms ease, -webkit-transform 600ms ease;
  transition: box-shadow 600ms ease, transform 600ms ease;
  transition: box-shadow 600ms ease, transform 600ms ease, -webkit-transform 600ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-wrapper.perspective-page:hover {
  box-shadow: 0 20px 23px 0 rgba(13, 12, 84, 0.1);
  -webkit-transform: translate3d(-8px, -8px, -8px);
  transform: translate3d(-8px, -8px, -8px);
}

.image-wrapper.perspective-page.last {
  margin-bottom: 0px;
}

.image-wrapper.page-ui-kit {
  margin-bottom: 28px;
  border-radius: 28px;
  box-shadow: 0 14px 44px 0 rgba(13, 12, 84, 0.1);
}

.image-wrapper.article-v4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.integration-v1-subtitle {
  color: #003566;
  line-height: 1.111em;
}

.articles-v1-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-article-v1-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 32px 29px 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-article-v1-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-article-v1-category-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0d0c54;
  line-height: 1.111em;
  text-decoration: none;
}

.card-article-v1-icon {
  margin-right: 10px;
  margin-bottom: 10px;
}

.card-article-v1-reading-time-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0d0c54;
  line-height: 1.111em;
}

.cta-v1-images-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.badge {
  position: absolute;
  top: 25px;
  right: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 55px;
  height: 34px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #ffdc24;
  color: #0d0c54;
  font-size: 15px;
  line-height: 1.067em;
  font-weight: 700;
}

.badge.page-ui-kit {
  position: static;
  width: auto;
  margin-left: 16px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #003566;
  color: #fff;
}

.testimonials-v1-right-arrow {
  left: auto;
  top: -123px;
  right: 0px;
  bottom: auto;
  width: auto;
  height: 56px;
  padding: 14px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #40406a;
  border-radius: 12px;
  -webkit-transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease;
  color: #40406a;
  font-size: 18px;
  line-height: 1.555em;
}

.testimonials-v1-right-arrow:hover {
  border-color: #003566;
  background-color: #003566;
  color: #fff;
}

.footer-links-block {
  margin-right: 1vw;
  border-bottom: 1px none #000;
}

.footer-links-block.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 36%;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-links-block.last {
  margin-right: 0vw;
}

.footer-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-list-item.hidden-footer-link {
  display: none;
}

.footer-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.dropdown-icon-footer {
  display: none;
}

.footer-social-media-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-mobile-title {
  display: none;
}

.footer-content-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list-footer {
  margin-bottom: 0px;
  padding-left: 0px;
}

.footer-title {
  margin-bottom: 24px;
  color: #fff;
  font-size: 18px;
  line-height: 1.111em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.social-media-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #003566;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-family: 'Icons Tech Ui Kit', sans-serif;
  color: #fff;
  font-size: 20px;
}

.social-media-footer:hover {
  background-color: #ffbe56;
  color: #003566;
}

.social-media-footer.yt {
  font-size: 18px;
}

.footer-newsletter-form {
  display: block;
  margin-bottom: 26px;
}

.fotter-newsletter-form-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-newsletter-button {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  margin-bottom: 20px;
  padding: 16px 26px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
  background-color: #ffbe56;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease;
  transition: background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  color: #003566;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
}

.footer-newsletter-button:hover {
  background-color: #003566;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  color: #ffffff;
}

.small-print-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.small-print-link {
  color: #dadae3;
  font-size: 16px;
  line-height: 1.5em;
}

.small-print-link:hover {
  color: #ffbe56;
}

.small-print-link.underline {
  text-decoration: underline;
}

.small-print {
  color: #dadae3;
  font-size: 16px;
  line-height: 1.5em;
}

.small-print.additional-utility-page {
  text-align: center;
}

.footer-link {
  color: #fff;
  line-height: 1.333em;
  text-decoration: none;
}

.footer-link:hover {
  color: #ffbe56;
}

.button-header {
  padding: 16px 36px;
  border-radius: 10px;
  background-color: #ffbe56;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #003566;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
}

.button-header:hover {
  background-color: #003566;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  color: #ffffff;
}

.dropdown-list {
  overflow: hidden;
  margin-top: 32px;
  border-radius: 20px;
  background-color: transparent;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-grid {
  width: 720px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.drop-div {
  padding: 40px 20px 40px 38px;
  background-color: #171663;
}

.drop-div.last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 38px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0d0c54;
}

.dropdown-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.drop-grid {
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-dropdown {
  margin-top: 4px;
  font-family: 'Icons Tech Ui Kit', sans-serif;
  font-size: 11px;
  line-height: 1em;
}

.dropdown-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-link {
  margin-bottom: 15px;
  color: #fff;
  line-height: 1.333em;
  text-decoration: none;
}

.dropdown-link:hover {
  color: #a98bff;
}

.reading-time-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.card-article-v1-category-link-text {
  margin-bottom: 10px;
}

.skewed-home-v2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-bottom: 114px;
  border-bottom: 236px solid #edf2f4;
  border-left: 100vw solid transparent;
}

.hero-v2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-v2-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.why-v2-wrapper {
  padding: 100px 6vw 0px;
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 241, 255, 0.48)), to(rgba(236, 239, 255, 0)));
  background-image: linear-gradient(180deg, rgba(236, 241, 255, 0.48), rgba(236, 239, 255, 0)); */
  color: #fff;
  text-align: center;
}

.top-content {
  margin-bottom: 71px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
}

.top-content.why-v2 {
  max-width: 535px;
  margin-right: auto;
  margin-bottom: 61px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.integrations-v2 {
  margin-bottom: 46px;
}

.top-content.articles-section-v2 {
  margin-bottom: 65px;
}

.top-content.integrations-v3 {
  margin-bottom: 33px;
}

.top-content.articles-section-v3 {
  margin-bottom: 65px;
}

.top-content.our-team {
  margin-bottom: 48px;
}

.top-content.latest-articles {
  margin-bottom: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-content.faq {
  position: relative;
  margin-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.why-v2-grid {
  margin-bottom: 30px;
  grid-column-gap: 48px;
  grid-row-gap: 68px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.why-v2-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(250,250,252, .6);
  padding: 25px;
  border-radius: 20px;
}

.why-v2-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 59px;
  height: 59px;
  min-width: 59px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #0062fe;
}

.why-v2-icon-wrapper img {
  max-height: 70%;
  max-width: 70%;
}

.why-content {
  text-align: left;
  color: #003566;
}

.features-v2-grid {
  margin-top: 42px;
  grid-row-gap: 132px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.cta-v3-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 76px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  /* background-image: url('../images/simple_shiny-6.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; */
  text-align: center;
  background-color: rgba(5, 66, 180, .7);
}

.integrations-v2-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.integration-v2-title-wrapper {
  margin-bottom: 24px;
}

.integration-v2-subtitle {
  color: #003566;
  line-height: 1.111em;
}

.testimonials-v2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 153px 5vw 150px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 241, 255, 0.48)), color-stop(80%, rgba(236, 239, 255, 0.11)));
  background-image: linear-gradient(180deg, rgba(236, 241, 255, 0.48), rgba(236, 239, 255, 0.11) 80%);
}

.testimonial-v2-logo {
  max-width: 141px;
}

.testimonial-v2-video-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
}

.testimonial-v2-video-wrapper:hover {
  color: #003566;
}

.testimonial-v2-filter-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #0d0c54;
  opacity: 0.63;
}

.testimonial-v2-play-button-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34%;
  height: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4);
  border-radius: 1000px;
  background-color: hsla(0, 0%, 100%, 0.13);
}

.testimonial-v2-play-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 116px;
  height: 116px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff;
  box-shadow: 0 4px 36px 0 rgba(13, 12, 84, 0.25);
}

.articles-v2-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta-v4-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 5vw 115px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-image: url('../images/wave-5.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-article-v2-content {
  color: #40406a;
}

.card-article-v2-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-v2 {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: transparent;
}

.hero-v3-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-v3-newsletter-form {
  max-width: 508px;
  margin-bottom: 16px;
}

.home-v3-newsletter-form-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-v3-newsletter-button {
  position: absolute;
  right: 13px;
  padding: 16px 26px;
  border-radius: 10px;
  background-color: #003566;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
}

.home-v3-newsletter-button:hover {
  background-color: #3c16a8;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  color: #fff;
}

.subscribe-details-text {
  margin-top: 40px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.03em;
}

.hero-v3-image-wrapper {
  position: relative;
  max-width: 46%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.accent-text {
  color: #003566;
}

.why-v3-grid {
  margin-top: 48px;
  margin-bottom: 44px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 74px;
  grid-row-gap: 72px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.why-v3-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.why-v3-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-v3-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #003566;
}

.features-v3-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 58px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-v3-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 40%;
  margin-right: 77px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cta-v5-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: rgba(5, 66, 180, .7);
  /* background-image: url('../images/wave-7.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; */
}

.features-v3-tab-content {
  overflow: visible;
  width: 100%;
  max-width: 60%;
}

.feature-v3-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-v3-icon-wrappper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 64px;
  height: 64px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 19px;
  background-color: #f3efff;
}

.cta-v5-newsletter-form {
  margin-bottom: 16px;
}

.cta-v5-newsletter-form-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-v5-newsletter-button {
  position: relative;
  display: inline-block;
  padding: 16px 26px;
  border-radius: 10px;
  background-color: #003566;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
}

.cta-v5-newsletter-button:hover {
  background-color: #ffbe56;
  color: #003566;
}

.integrations-v3-slider {
  height: 100%;
  background-color: transparent;
}

.integration-v3-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.integration-v3-slide {
  max-width: 33.5%;
  padding-right: 14px;
  padding-left: 14px;
}

.integrations-v3-left-arrow {
  left: auto;
  top: -92px;
  right: 187px;
  bottom: auto;
  width: auto;
  height: 56px;
  padding: 14px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #40406a;
  border-radius: 12px;
  -webkit-transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease;
  color: #40406a;
  font-size: 18px;
  line-height: 1.555em;
}

.integrations-v3-left-arrow:hover {
  border-color: #003566;
  background-color: #003566;
  color: #fff;
}

.integrations-v3-right-arrow {
  left: auto;
  top: -92px;
  right: 0px;
  bottom: auto;
  width: auto;
  height: 56px;
  padding: 14px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #40406a;
  border-radius: 12px;
  -webkit-transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease, background-color 350ms ease;
  color: #40406a;
  font-size: 18px;
  line-height: 1.555em;
}

.integrations-v3-right-arrow:hover {
  border-color: #003566;
  background-color: #003566;
  color: #fff;
}

.integration-v3-mask {
  padding-top: 26px;
  padding-bottom: 48px;
}

.container-medium-932px {
  max-width: 932px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.testimonials-v3-tabs {
  margin-top: 48px;
}

.about-testimonial-v3-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-testimonial-v3-content-wrapper {
  text-align: left;
}

.about-testimonial-v3-name {
  margin-bottom: 10px;
  color: #0d0c54;
  font-size: 22px;
  line-height: 1.091em;
  font-weight: 700;
}

.about-testimonial-v3-job {
  color: #717194;
  font-size: 20px;
  line-height: 1em;
}

.testimonials-v3-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 804px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #dadae3;
}

.testimonials-v3-tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding: 0px 33px 27px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid transparent;
  background-color: transparent;
}

.testimonials-v3-tab-link.w--current {
  border-bottom-color: #003566;
  background-color: transparent;
}

.testimonial-v3-name {
  color: #0d0c54;
  line-height: 1.111em;
  font-weight: 700;
}

.articles-v3-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 27px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.article-v3-wrapper {
  position: relative;
}

.card-article-v3-content {
  color: #40406a;
}

.card-article-v3-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-article-v3-about-text {
  color: #717194;
  line-height: 1.111em;
  white-space: nowrap;
}

.card-article-v3-reading-time-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #717194;
  line-height: 1.111em;
  white-space: nowrap;
}

.card-article-v3-category-wrapper {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 20px;
  border-radius: 160px;
  background-color: #003566;
  -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease;
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 700;
  text-decoration: none;
}

.card-article-v3-category-wrapper:hover {
  background-color: #0d0c54;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  color: #fff;
}

.skewed-about {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-bottom: 227px;
  border-bottom: 207px solid #edf2f4;
  border-left: 100vw solid transparent;
}

.container-medium-837px {
  max-width: 837px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-837px.about-hero {
  text-align: center;
}

.container-medium-837px.open-positions-hero {
  text-align: center;
}

.container-medium-837px.careers-v3 {
  text-align: center;
}

.achievements-grid {
  grid-column-gap: 27px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-top: 40px;
}

.achievement-number {
  margin-bottom: 8px;
  color: #fff;
  font-size: 46px;
  line-height: 1.065em;
  font-weight: 700;
}

.achievement-title {
  margin-bottom: 18px;
  color: #fff;
  line-height: 1.111em;
  font-weight: 500;
}

.our-story-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 76px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 241, 255, 0.48)), to(rgba(236, 239, 255, 0.11)));
  background-image: linear-gradient(180deg, rgba(236, 241, 255, 0.48), rgba(236, 239, 255, 0.11));
}

.our-story-images-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 49%;
}

.our-values-grid {
  grid-column-gap: 28px;
  grid-row-gap: 48px;
}

.our-values-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.our-values-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80px;
  height: 80px;
  min-width: 80px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
}

.our-values-content-wrapper {
  max-width: 411px;
}

.our-values-content-wrapper p {
  color: #000;
}

.our-team-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 79px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.card-our-team-top-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.our-team-social-media-grid {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-column-gap: 22px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.our-team-social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #efeff5;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-family: 'Icons Tech Ui Kit', sans-serif;
  color: #40406a;
  font-size: 20px;
}

.our-team-social-media-wrapper:hover {
  background-color: #40406a;
  color: #fff;
}

.our-team-job {
  color: #003566;
  line-height: 1.111em;
}

.icon-office-contact {
  margin-right: 19px;
}

.icon-office-contact.top-align {
  margin-top: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.open-positions-wrapper {
  padding: 150px 24px 148px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 241, 255, 0.48)), to(rgba(236, 239, 255, 0)));
  background-image: linear-gradient(180deg, rgba(236, 241, 255, 0.48), rgba(236, 239, 255, 0));
}

.open-positions-title-wrapper {
  max-width: 493px;
  margin-right: auto;
  margin-bottom: 42px;
  margin-left: auto;
  text-align: center;
}

.open-positions-grid {
  display: -ms-grid;
  display: grid;
  max-width: 781px;
  margin-right: auto;
  margin-bottom: 83px;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-open-position-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-open-position-icon {
  margin-right: 8px;
}

.card-open-position-about-text {
  color: #717194;
  line-height: 1.167em;
  letter-spacing: -0.03em;
}

.card-open-position-link {
  line-height: 1.111em;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.card-open-position-link.v3 {
  color: #003566;
}

.card-open-position-link.v3:hover {
  color: #171663;
}

.open-positions-email-wrapper {
  max-width: 493px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}


.card-author-name-wrapper {
  margin-bottom: 10px;
}

.card-open-position-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-article-featured-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 71px 62px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-article-featured-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-article-featured-icon {
  margin-right: 10px;
}

.card-article-featured-category-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0d0c54;
  line-height: 1.111em;
  text-decoration: none;
}

.reading-time-featured-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card-article-featured-reading-time-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0d0c54;
  line-height: 1.111em;
}

.newsletter-top-content {
  margin-bottom: 24px;
}

.skewed-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  border: 1px none transparent;
  border-radius: 0px;
}

.bg-secondary-5 {
  background-color: #c9b6ff;
}

.latest-articles-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.author-job {
  margin-bottom: 18px;
  color: #003566;
  font-size: 20px;
  line-height: 1.4em;
}

.author-social-media-grid {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-media-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #003566;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-family: 'Icons Tech Ui Kit', sans-serif;
  color: #fff;
  font-size: 20px;
}

.social-media-wrapper:hover {
  background-color: #ffbe56;
  color: #003566;
}

.rich-text h2 {
  margin-bottom: 28px;
  font-size: 18px;
}

.rich-text p {
  margin-bottom: 27px;
}

.rich-text h3 {
  margin-bottom: 24px;
}

.rich-text img {
  width: 100%;
  height: 100%;
  border-radius: 38px;
  -o-object-fit: cover;
  object-fit: cover;
}

.rich-text figure {
  margin-top: 68px;
  margin-bottom: 80px;
}

.rich-text h4 {
  margin-bottom: 22px;
}

.rich-text h5 {
  margin-bottom: 20px;
}

.rich-text h6 {
  margin-bottom: 11px;
}

.rich-text li {
  margin-bottom: 16px;
}

.rich-text ul {
  margin-bottom: 38px;
  padding-left: 30px;
}

.rich-text ol {
  margin-bottom: 38px;
  padding-left: 30px;
}

.rich-text blockquote {
  margin-top: 56px;
  margin-bottom: 80px;
}

.rich-text.styleguide {
  margin-bottom: -16px;
}

.open-positions-page-grid {
  display: -ms-grid;
  display: grid;
  max-width: 781px;
  margin: -80px auto 72px;
  grid-auto-columns: 1fr;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.open-positions-page-grid.v3 {
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.about-open-position-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c9b6ff;
  font-size: 22px;
  line-height: 1.091em;
}

.container-medium-909px {
  max-width: 909px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-644px {
  max-width: 644px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-644px.open-position-hero {
  text-align: center;
}

.container-large-1136px {
  max-width: 1136px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.integrations-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.integration-categories-title {
  margin-bottom: 34px;
  color: #0d0c54;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
}

.integrations-grid {
  display: -ms-grid;
  display: grid;
  max-width: 805px;
  margin-bottom: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.integration-categories-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.integration-category-link {
  color: #40406a;
  font-size: 20px;
  line-height: 1.1em;
  text-decoration: none;
}

.integration-category-link:hover {
  color: #003566;
}

.integration-category-link.w--current {
  color: #003566;
  font-weight: 700;
}

.integration-category-link.all {
  margin-bottom: 20px;
}

.integration-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.integrations-contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-integration {
  width: 130px;
  height: 130px;
  margin-right: 42px;
  border-style: solid;
  border-width: 1px;
  border-color: #efeff5;
  border-radius: 39px;
}

.integration-category-subtitle {
  text-decoration: none;
}

.integration-title-wrapper {
  margin-bottom: 17px;
}

.integration-options-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 694px;
  margin-right: auto;
  margin-bottom: 55px;
  margin-left: auto;
  padding: 11px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 150px;
  background-color: #fafafc;
}

.integration-tab-content {
  overflow: visible;
  max-width: 694px;
  margin-right: auto;
  margin-left: auto;
}

.integration-option-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
}

.integration-option-link {
  padding: 10px 28px;
  border-radius: 10000px;
  background-color: transparent;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: #40406a;
  font-size: 16px;
  line-height: 1.375em;
}

.integration-option-link:hover {
  background-color: #003566;
  color: #fff;
}

.integration-option-link.w--current {
  background-color: #003566;
  color: #fff;
  font-weight: 700;
}

.integration-option-link.middle {
  margin-right: 10px;
  margin-left: 10px;
}

.container-medium-713px {
  max-width: 713px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-713px.contact-hero {
  max-width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.contact-hero-grid {
  margin-top: 71px;
  grid-column-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-contact-link {
  display: block;
  margin-bottom: 22px;
  color: #0d0c54;
  line-height: 1.111em;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.card-contact-link:hover {
  color: #003566;
}

.card-contact-link.last {
  margin-bottom: 0px;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-social-media-grid {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 21px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-area {
  max-height: 200px;
  max-width: 100%;
  min-height: 150px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 18px 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadae3;
  border-radius: 12px;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
  color: #40406a;
  font-size: 18px;
}

.text-area:hover {
  border-color: #003566;
}

.text-area:focus {
  border-color: #003566;
  color: #40406a;
  font-size: 18px;
}

.text-area::-webkit-input-placeholder {
  color: #717194;
}

.text-area:-ms-input-placeholder {
  color: #717194;
}

.text-area::-ms-input-placeholder {
  color: #717194;
}

.text-area::placeholder {
  color: #717194;
}

.contact-faqs-wrapper {
  padding: 0px;
  text-align: center;
}

.faqs-grid {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  grid-row-gap: 27px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.faq-content {
  margin-left: 40px;
  text-align: left;
}

.additional-utility-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.log-in-form-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 24px;
  grid-auto-columns: 1fr;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.field-label-additional-utility-page {
  margin-bottom: 16px;
  color: #003566;
  line-height: 1em;
}

.field-label-additional-utility-page.email-signup {
  color: #fff;
}

.log-in-checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.log-in-checkbox {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadae3;
  border-radius: 8px;
  -webkit-transition: box-shadow 350ms ease, border-color 350ms ease;
  transition: box-shadow 350ms ease, border-color 350ms ease;
}

.log-in-checkbox:hover {
  border-color: #003566;
}

.log-in-checkbox.w--redirected-checked {
  border-color: #003566;
  background-color: #003566;
  background-image: url('../images/checkbox-icons-tech-ui-kit.svg');
  background-size: auto;
  box-shadow: 0 3px 8px 0 rgba(117, 69, 255, 0.24);
}

.additional-utility-page-help-text {
  margin-bottom: 6px;
  color: #003566;
}

.additional-utility-page-link {
  color: #fff;
  text-decoration: none;
}

.log-in-help-text-wrapper {
  margin-top: 10px;
  text-align: center;
}

.additional-utility-page-form-block {
  margin-bottom: 0px;
}

.forgot-password-form-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 24px;
  grid-auto-columns: 1fr;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.reset-password-form-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 24px;
  grid-auto-columns: 1fr;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-medium-760px {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.category-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-title-wrapper.pricing {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-member-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-team-member-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.member-last-articles-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-header {
  padding: 30px 40px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 0px;
}

.block-content {
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.billing-address-toggle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.items-in-order-content {
  margin-left: 0px;
}

.items-in-order-title-link {
  margin-bottom: 10px;
  line-height: 1em;
}

.apple-pay {
  height: 50px;
  border-radius: 10px;
}

.changelog-version {
  margin-bottom: 10px;
  color: #003566;
}

.arrow-slider {
  display: block;
  font-family: 'Icons Tech Ui Kit', sans-serif;
  font-size: 15px;
}

.arrow-button-cta-v2 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Icons Tech Ui Kit', sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.testimonial-v2-icon-play {
  margin-left: 6px;
  font-family: 'Icons Tech Ui Kit', sans-serif;
  font-size: 2.5em;
  text-shadow: 0 4px 11px rgba(117, 69, 255, 0.34);
}

.open-position-icon-arrow {
  position: absolute;
  left: 55px;
  top: 52px;
  font-family: 'Icons Tech Ui Kit', sans-serif;
  font-size: 23px;
}

.open-position-icon-arrow.v2 {
  left: 32px;
}

.apply-arrow-icon {
  font-family: 'Icons Tech Ui Kit', sans-serif;
  font-size: 16px;
}

.icons-style-guide {
  width: 80px;
  height: 80px;
  border-radius: 18px;
}

.skewed-pricing {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-bottom: 204px solid #fff;
  border-left: 100vw solid transparent;
}

.select {
  min-height: 70px;
  margin-bottom: 0px;
  padding-right: 21px;
  padding-left: 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadae3;
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: color 350ms ease, border-color 350ms ease;
  transition: color 350ms ease, border-color 350ms ease;
  color: #40406a;
  font-size: 18px;
  line-height: 1em;
}

.select:hover {
  border-color: #003566;
}

.select:focus {
  border-color: #003566;
  color: #0d0c54;
  font-size: 18px;
  line-height: 1em;
}

.select::-webkit-input-placeholder {
  color: #717194;
}

.select:-ms-input-placeholder {
  color: #717194;
}

.select::-ms-input-placeholder {
  color: #717194;
}

.select::placeholder {
  color: #717194;
}

.select.card-pricing {
  margin-bottom: 33px;
}

.benefits-grid {
  margin-top: 48px;
  margin-bottom: 48px;
  grid-column-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.benefits-wrapper {
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 25px 12px;
  background-color: rgba(59, 87, 152, .8);
  border-radius: 20px;
}

.card-features-title {
  margin-bottom: 25px;
  color: #0d0c54;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.about-author-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.empty-state {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(13, 12, 84, 0.02), 0 6px 22px 0 rgba(13, 12, 84, 0.04);
  color: #717194;
  font-size: 20px;
  text-align: center;
}

.empty-state.pricing {
  overflow: hidden;
  margin-top: 220px;
  margin-bottom: 220px;
  border-radius: 24px;
}

.empty-state.small {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
  font-size: 18px;
}

.success {
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 18px;
  background-color: #003566;
  box-shadow: 0 1px 6px 0 rgba(13, 12, 84, 0.02), 0 6px 22px 0 rgba(13, 12, 84, 0.04);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.success.contact {
  width: 100%;
  padding: 55px 47px 47px 53px;
}

.error-message {
  padding: 20px;
  border-radius: 12px;
  background-color: #ff558b;
  color: #6b0d0f;
  font-weight: 500;
  text-align: center;
}

.error-message.discount {
  background-color: #fff9fb;
  color: #ff282b;
}

.arrow-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.login-icon-text {
  font-family: 'Icons Tech Ui Kit', sans-serif;
  font-size: 19px;
}

.login-icon-text.v2 {
  color: #003566;
}

.category-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 28px;
  background-color: #fff;
}

.header-v3 {
  position: absolute;
  padding-top: 32px;
  padding-bottom: 32px;
}

.container-header-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1268px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.small-print-utility-page-wrapper {
  margin-top: 160px;
}

.cta-v6-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 132px 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-image: url('../images/bg-cta-v5-tech-ui-kit.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-v6-newsletter-button {
  position: absolute;
  right: 13px;
  padding: 16px 26px;
  border-radius: 10px;
  background-color: #003566;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
}

.cta-v6-newsletter-button:hover {
  color: #fff;
}

.cta-v6-newsletter-form-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-v6-newsletter-form {
  margin-bottom: 16px;
}

.skewed-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-bottom: 283px solid #fff;
  border-left: 100vw solid transparent;
}

.home-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.perspective-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -120px;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: rotateX(-23deg) rotateY(30deg) rotateZ(10deg) perspective(2000px);
  transform: rotateX(-23deg) rotateY(30deg) rotateZ(10deg) perspective(2000px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.container-medium-497px {
  max-width: 497px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-497px.pages {
  text-align: center;
}

.container-medium-497px.pages.home {
  max-width: 540px;
}

.pages-grid {
  margin-top: 63px;
  grid-column-gap: 29px;
  grid-row-gap: 66px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page-ui-kit-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.feature-v3-image {
  width: 100%;
  border-radius: 61px;
  box-shadow: 0 30px 54px 0 rgba(117, 69, 255, 0.02), 0 4px 102px 0 rgba(15, 15, 52, 0.03);
}

.feature-v3-image.v2 {
  border-radius: 0px;
  box-shadow: none;
}

.feature-v3-tab-text-wrapper {
  overflow: hidden;
}

.feature-v3-tab-text {
  margin-top: 20px;
  margin-bottom: 0px;
}

.tab-link-feature-v3 {
  display: block;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease, opacity 200ms ease-out;
  transition: border-color 200ms ease, opacity 200ms ease-out;
  cursor: pointer;
}

.tab-link-feature-v3.w--current {
  background-color: transparent;
}

.tab-link-feature-v3.center {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #dadae3;
  border-bottom: 1px solid #dadae3;
}

.empty-state-cart {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #717194;
  font-size: 20px;
  text-align: center;
}

.card-article-v4-content {
  padding: 29px 26px;
}

.white-link {
  -webkit-transition: opacity 350ms ease, color 350ms ease;
  transition: opacity 350ms ease, color 350ms ease;
  color: #fff;
  text-decoration: underline;
}

.white-link:hover {
  opacity: 0.7;
  color: #fff;
}

.password-icon {
  width: 120px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.bold {
  color: #171663;
  font-weight: 700;
}

.discount-code {
  margin-top: 22px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 1px 0px 0px;
  border-top-color: #dadae3;
}

.button-paypal {
  margin-bottom: 4px;
}

.card-article-v4-about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.open-positions-page-grid-v2 {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-bottom: 72px;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.careers-v2-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid-container-careers-v3 {
  margin-bottom: 72px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr 0.45fr;
  grid-template-columns: 1fr 0.45fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-debug-text {
  display: inline-block;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #ffbe56;
  font-size: 28px;
  font-weight: 700;
  width: 77px;
}

.logo-debug-text:hover {
  color: #ffbe56;
}

.logo-dev-text {
  display: inline-block;
  float: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Open Sans', sans-serif;
  color: #f6f3ff;
  font-size: 24px;
  font-style: italic;
}

.logo-image {
  max-width: 0%;
  min-width: 27px;
  margin-top: -10px;
  margin-right: 5px;
}

.heading {
  color: #f6f3ff;
  text-align: center;
}

.heading-2 {
  color: #fff;
  text-align: center;
}

.heading-2.h2-constrained {
  width: 100%;
  max-width: 400px;
  color: #fff;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block.image-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-2 {
  font-weight: 500;
  text-align: center;
}

.link-2:hover {
  float: none;
  color: #edf2f4;
  font-style: italic;
}

.overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 17, 0.3);
}

.div-constrained {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  color: #fff;
}

.button-auxillary {
  padding: 16px 36px;
  border-radius: 10px;
  background-color: #ffbe56;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: #003566;
  line-height: 1.111em;
  font-weight: 700;
}

.button-auxillary:hover {
  background-color: #003566;
  color: #efeff5;
}

.button-auxillary.full-width {
  display: block;
  width: 100%;
}

.paragraph-3.benefits-paragraph {
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 400;
  text-align: center;
}

.paragraph-4 {
  color: #003566;
  font-weight: 500;
}

.heading-4 {
  color: #0062fe;
}

.image-3 {
  max-width: 50%;
}

.paragraph-5 {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.paragraph-6 {
  font-weight: 500;
}

.paragraph-7 {
  color: #003566;
}

.heading-5 {
  color: #fff;
}

.value-intro {
  font-weight: 500;
}

.link-3:hover {
  color: #b7c0d6;
}

.link-3 {
  color: #efeff5;
}

.heading-6 {
  color: #0062fe;
}

.columns {
  color: #003566;
}

.columns.signup-hero {
  margin-top: 60px;
}

.checkbox-label {
  color: #fff;
}

.paragraph-10 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.paragraph-10.about-paragraph {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.button-purchase {
  padding: 16px 36px;
  border-radius: 10px;
  background-color: #ffbe56;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: #003566;
  line-height: 1.111em;
  font-weight: 700;
}

.button-purchase:hover {
  background-color: #003566;
  color: #efeff5;
}

.button-purchase.full-width {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffbe56;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  color: #003566;
  text-align: center;
  letter-spacing: -0.01em;
}

.button-purchase.full-width:hover {
  background-color: #ffbe0b;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  color: #003566;
}

.heading-7 {
  text-align: left;
}

.paragraph-11 {
  text-align: left;
}

.heading-8 {
  text-align: left;
}

.heading-9 {
  font-size: 38px;
  text-align: center;
}

.about-paragraph {
  padding-bottom: 25px;
  padding-left: 20px;
  font-weight: 400;
  color: #fff;
}

.link-4 {
  position: relative;
  display: block;
  float: left;
  clear: none;
  text-align: left;
}

.grid {
  grid-template-areas: "Area";
}

.image-5 {
  max-width: 100%;
}

.div-block-4 {
  width: 100%;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.section-2 {
  padding-top: 0;
  padding-bottom: 50px;
}

.checkbox-label-2 {
  color: #f6f3ff;
}


.paragraph-12 {
  text-align: center;
}

.heading-10 {
  text-align: center;
}

.heading-11 {
  color: #0062fe;
}

.privacy-h2 {
  color: #ffbe56;
  font-size: 24px;
}

.privacy-h2.h2-white {
  color: #fff;
}

.privacy-paragraph {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
}

.privacy-paragraph a {
  color: #fff;
  font-style: italic;
}

.privacy-paragraph a:hover {
  color: #003566;
}

.privacy-paragraph.privacy-white {
  color: #ffbe0b;
}

.heading-12 {
  color: #0062fe;
}

.privacy-list {
  color: #fff;
}

.privacy-h1 {
  color: #fff;
}

.privacy-bold {
  color: #fff;
}

.privacy-date {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #fff;
}

.privacy-header {
  width: 100%;
  height: 100%;
}

.privacy-spacer {
  min-height: 5vh;
}

.privacy-line-item {
  color: #fff;
}

.grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.get-started-cta-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.get-started-cta-v5-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  margin-top: 20px;
}

@media screen and (min-width: 1440px) {
  .container-default.faqs {
    padding-top: 60px;
  }

  .container-default.triple-image-container {
    padding-top: 0px;
    padding-bottom: 100px;
    max-height: 350px;
  }

  .container-default.footer-container {
    max-width: 1268px;
  }

  .footer {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .section.features-v1 {
    color: #fff;
  }

  .section.articles-section-v1 {
    color: #fff;
  }

  .section.about-hero {
    padding-top: 160px;
    padding-bottom: 0px;
  }

  .section.achievements {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .section.our-values {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .section.contact {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .utility-page-wrap {
    padding: 170px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .utility-page-form {
    color: #003566;
  }

  .paragraph {
    color: #003566;
    text-align: left;
  }

  .paragraph.hero-v1 {
    display: block;
    font-weight: 500;
    text-align: left;
  }

  .paragraph.about-hero {
    max-width: 600px;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
  }

  .paragraph.achievement.achievement-text {
    color: #fff;
    text-align: left;
  }

  .paragraph.faq.faq-answer {
    display: block;
    max-width: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    text-align: left;
  }

  .image.hero-v2 {
    box-shadow: none;
  }

  .bg.hero-v1 {
    width: 100%;
    height: 100%;
  }

  .bg.hero-v1.short-header {
    min-height: 600px;
  }

  .bg.hero-v2 {
    background-color: #edf2f4;
  }

  .subtitle {
    color: #0062fe;
  }

  .container-medium-580px.features-v1 {
    max-width: 655px;
  }

  .skewed-home-v1 {
    border-bottom-width: 282px;
  }

  .card.contact {
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: rgba(0,25, 90, .4);
    border-radius: 15px;
  }

  .footer-links-block.main {
    max-width: 40%;
  }

  .social-media-footer {
    margin-right: 10px;
    margin-left: 0px;
    padding-right: 0px;
    background-color: #003566;
  }

  .small-print-link {
    color: #efeff5;
  }

  .small-print-link:hover {
    color: #ffbe56;
  }

  .small-print {
    color: #efeff5;
  }

  .skewed-home-v2 {
    border-bottom-color: #edf2f4;
  }

  .why-v2-wrapper {
    color: #fff;
  }

  .cta-v3-wrapper {
    /* background-image: url('../images/simple_shiny-6.svg'); */
  }

  .cta-v4-wrapper {
    background-image: url('../images/wave-9.svg');
  }

  .cta-v5-wrapper {
    /* background-image: url('../images/wave-7.svg'); */
    background-color: rgba(5, 66, 180, .7);
  }

  .cta-v5-newsletter-button {
    -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
    transition: background-color 350ms ease, -webkit-transform 350ms ease;
    transition: transform 350ms ease, background-color 350ms ease;
    transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
  }

  .cta-v5-newsletter-button:hover {
    background-color: #ffbe56;
    color: #003566;
  }

  .skewed-about {
    border-bottom-color: #edf2f4;
  }

  .container-medium-837px.about-hero {
    max-width: 875px;
  }

  .skewed-wrapper {
    border-bottom-width: 0px;
  }

  .benefits-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading {
    margin-bottom: 25px;
    color: #f6f3ff;
    text-align: left;
  }

  .image-2 {
    padding: 20px 10px 40px;
  }

  .container {
    display: block;
    max-width: 1268px;
  }

  .div-block.image-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-2 {
    font-size: 22px;
  }

  .link-2 {
    color: #003566;
    font-weight: 700;
    font-style: italic;
  }

  .paragraph-3.benefits-paragraph {
    padding-right: 20px;
    padding-left: 30px;
    text-align: center;
  }

  .paragraph-5 {
    display: block;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #fff;
    text-align: left;
  }

  .paragraph-7 {
    color: #003566;
  }

  .about-core-text-container {
    margin-bottom: 100px;
  }

  .image-4 {
    color: #003566;
  }

  .heading-5 {
    color: #fff;
  }

  .value-intro {
    color: #fff;
    font-size: 28px;
    line-height: 1.3em;
  }

  .paragraph-8 {
    font-size: 22px;
  }

  .paragraph-9 {
    font-size: 22px;
  }

  .heading-6 {
    color: #0062fe;
  }

  .heading-9 {
    text-align: center;
  }

  .about-paragraph {
    font-weight: 400;
  }

  .about-paragraph a {
    font-style: italic;
    color: #fff;
  }

  .about-paragraph a:hover {
    color: #003566;
  }

  .body-8 {
    background-size: cover;
  }

  .privacy-paragraph {
    margin-top: 20px;
  }

  .privacy-spacer {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 47px;
  }

  .styleguide-sidebar {
    display: none;
  }

  .container-default {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container-default.checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .styleguide-content {
    margin-left: 0px;
  }

  .styleguide-seccion {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .styleguide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .styleguide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .styleguide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-secondary.integration-v2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .header-navigation {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-item-wrapper {
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .nav-item-wrapper.button-header-mobile {
    display: block;
  }

  .nav-item-wrapper.login-mobile {
    display: block;
    padding-top: 20vh;
    padding-bottom: 0px;
  }

  .nav-item-wrapper.legal-nav-item {
    display: block;
  }

  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 32px;
    text-align: left;
  }

  .nav-link.w--current {
    font-size: 32px;
  }

  .nav-link.login {
    display: none;
  }

  .nav-link.login.mobile {
    display: block;
    margin-right: 0vw;
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
  }

  .nav-link.login.mobile.v2 {
    color: #0d0c54;
  }

  .nav-link.login.mobile.v2:hover {
    color: #003566;
  }

  .menu-button {
    position: relative;
    z-index: 100;
    display: block;
    overflow: hidden;
    width: 52px;
    height: 52px;
    min-width: 52px;
    padding: 0px;
    border-radius: 10px;
    background-color: #003566;
    -webkit-transition: background-color 350ms ease, -webkit-transform 350ms ease;
    transition: background-color 350ms ease, -webkit-transform 350ms ease;
    transition: background-color 350ms ease, transform 350ms ease;
    transition: background-color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
    color: #fff;
    font-size: 30px;
  }

  .menu-button:hover {
    background-color: #3c16a8;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  .menu-button.w--open {
    background-color: #003566;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  .nav-menu {
    display: none;
    padding: 116px 0px 36px;
    background-color: rgba(2, 0, 25, .7);
    background-blend-mode: luminosity;
    background-image: url('../images/simple_shiny-6.svg');
    background-position: 80% 0%;
    background-size: auto;
  }

  .nav-menu.light {
    background-color: #fff;
  }

  .footer {
    padding-top: 100px;
  }

  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.hero-v1 {
    padding-top: 140px;
  }

  .section.why-v1 {
    padding-top: 100px;
  }

  .section.hero-v2 {
    padding-top: 140px;
  }

  .section.features-v2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.integration-v2 {
    padding-top: 120px;
  }

  .section.hero-v3 {
    padding-top: 100px;
  }

  .section.why-v3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.features-v3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.about-hero {
    padding-top: 160px;
  }

  .section.achievements {
    padding-top: 0px;
    padding-bottom: 120px;
  }

  .section.latest-articles {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.open-positions-hero {
    padding-top: 160px;
  }

  .section.open-positions-hero.v2 {
    padding-bottom: 0px;
  }

  .section.open-positions-page {
    padding-bottom: 120px;
  }

  .section.open-positions-page.v2 {
    padding-top: 198px;
  }

  .section.open-positions-page.v3 {
    padding-top: 80px;
  }

  .section.open-position-hero {
    padding-top: 160px;
    padding-bottom: 260px;
  }

  .section.integrations-hero {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .section.integrations {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.integration {
    padding-top: 80px;
  }

  .section.contact-hero {
    padding-top: 160px;
  }

  .section.contact {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .section.terms {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.team-member-bio {
    padding-bottom: 120px;
  }

  .section.member-latest-articles {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.team-member-hero {
    padding-top: 140px;
  }

  .section.home-hero {
    padding-top: 140px;
  }

  .section.pages {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .divider.card-article-v1-about {
    margin-right: 3vw;
    margin-left: 3vw;
  }

  .divider.card-article-v3-about {
    margin-right: 3vw;
    margin-left: 3vw;
  }

  .divider.card-contact {
    margin-left: 0px;
  }

  .utility-page-wrap {
    height: 870px;
  }

  .hero-v1-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .split-content.hero-v1-left {
    max-width: 596px;
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .split-content.why-v1-left {
    margin-bottom: 60px;
  }

  .split-content.testimonial-v1-left {
    max-width: 463px;
    margin-bottom: 100px;
  }

  .split-content.cta-v1 {
    margin-right: 10px;
  }

  .split-content.cta-v2 {
    max-width: 650px;
    min-width: auto;
    margin-right: 0px;
  }

  .split-content.feature-content {
    max-width: 48%;
  }

  .split-content.small-print-left {
    margin-bottom: 20px;
  }

  .split-content.cta-v3-center {
    margin-right: 0px;
  }

  .split-content.integration-v2-left {
    margin-bottom: 40px;
  }

  .split-content.testimonial-v2-right {
    max-width: 365px;
  }

  .split-content.articles-section-v2-left {
    margin-bottom: 40px;
  }

  .split-content.cta-v4-left {
    max-width: 650px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.hero-v3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 597px;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .split-content.cta-v5-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.cta-v5-right {
    width: 100%;
    max-width: 485px;
  }

  .split-content.articles-section-v3-left {
    margin-bottom: 40px;
  }

  .split-content.our-story-left {
    max-width: 458px;
    margin-bottom: 60px;
  }

  .split-content.our-team-top-left {
    margin-right: 40px;
  }

  .split-content.integration-top-left {
    margin-right: 40px;
  }

  .split-content.contact-left {
    margin-bottom: 60px;
  }

  .split-content.hero-home-left {
    max-width: 595px;
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .split-content.hero-home-right {
    max-width: 100%;
  }

  .split-content.careers-v2 {
    max-width: 580px;
    margin-right: 0px;
    margin-bottom: 48px;
    margin-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .brand {
    z-index: 100;
  }

  .brand.w--current {
    z-index: 100;
  }

  .title.cta-v1 {
    margin-bottom: 40px;
  }

  .title.dropdown {
    display: none;
  }

  .title.cta-v2 {
    margin-bottom: 40px;
  }

  .title.cta-v3 {
    margin-bottom: 40px;
  }

  .title.cta-v5 {
    margin-bottom: 20px;
  }

  .title.integrations-v2 {
    margin-right: auto;
    margin-left: auto;
  }

  .title.open-positions-page {
    max-width: 631px;
    margin-right: auto;
    margin-left: auto;
  }

  .title.open-positions-page.v2 {
    max-width: 100%;
  }

  .title.cta-v6 {
    margin-bottom: 20px;
  }

  .title.home {
    min-width: auto;
  }

  .paragraph.hero-v1 {
    margin-left: 0px;
  }

  .paragraph.cta-v2 {
    display: none;
  }

  .paragraph.integration-v1 {
    max-width: 500px;
  }

  .paragraph.footer-paragraph {
    max-width: 446px;
  }

  .paragraph.cta-v2-mobile {
    display: block;
    margin-bottom: 40px;
  }

  .paragraph.integration-v2 {
    max-width: 500px;
  }

  .paragraph.cta-v4 {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.our-team-top {
    margin-right: 0px;
  }

  .paragraph.why-v3 {
    max-width: 410px;
  }

  .paragraph.author {
    max-width: 658px;
  }

  .paragraph.integrations-contact {
    margin-bottom: 20px;
  }

  .image.hero-v1 {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .triple-image-container.image.hero-v1 {
    max-height: 200px;
  }

  .image.why-v1-01 {
    max-width: 79%;
  }

  .image.why-v1-02 {
    left: auto;
    top: 89px;
    right: 0px;
    max-width: 46%;
  }

  .image.why-v1-03 {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 65%;
    margin-top: 65px;
    margin-left: 50px;
  }

  .image.feature {
    margin-right: 24px;
  }

  .image.feature-2 {
    margin-left: 24px;
  }

  .image.feature-3 {
    margin-right: 24px;
  }

  .image.hero-v2 {
    width: 100%;
    max-width: 754px;
    border-radius: 30px;
  }

  .image.testimonial-v2-video {
    width: 100%;
  }

  .image.hero-v3-01 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image.hero-v3-02 {
    right: -55px;
    border-radius: 28px;
  }

  .image.about-hero {
    margin-top: 60px;
  }

  .bg.hero-v1 {
    width: 150%;
    height: 150%;
    max-width: 150%;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .bg.hero-v2 {
    padding-bottom: 53px;
  }

  .bg.about-hero {
    padding-bottom: 100px;
  }

  .bg.our-values {
    display: none;
  }

  .bg.hero-home {
    width: 150%;
    height: 150%;
    max-width: 150%;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .cta-v1-wrapper {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(5, 66, 180, .7);
  }

  .testimonials-v1-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-v2-wrapper {
    padding: 100px 40px;
  }

  .testimonials-v1-slider {
    width: 100%;
  }

  .features-v1-tab-link {
    padding-right: 13px;
  }

  .feature-icon-wrappper {
    background-color: #ffbe56;
  }

  .testimonials-v1-left-arrow {
    left: 0px;
    top: -50px;
    right: auto;
  }

  .testimonial-v1-slide {
    max-width: 100%;
  }

  .card.our-values {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.author {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card.contact-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 56px;
    padding-right: 56px;
    padding-left: 56px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card.contact {
    max-width: none;
  }

  .card.pricing {
    max-width: 100%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .integrations-v1-grid {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    justify-items: center;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-wrapper.our-team {
    width: 68px;
    height: 68px;
    min-width: 68px;
    margin-bottom: 0px;
  }

  .image-wrapper.integration {
    margin-bottom: 60px;
  }

  .image-wrapper.card-contact {
    width: 120px;
    height: 120px;
    min-width: 120px;
    margin: 0px 40px 0px 0px;
    border-radius: 30px;
  }

  .image-wrapper.hero-v1 {
    max-width: 688px;
    margin-right: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .articles-v1-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-article-v1-about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimonials-v1-right-arrow {
    left: 220px;
    top: -50px;
    right: auto;
  }

  .footer-links-block {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-color: hsla(0, 0%, 100%, 0.21);
  }

  .footer-links-block.main {
    max-width: 436px;
    margin-bottom: 60px;
    border-bottom-width: 0px;
  }

  .footer-links-block.last {
    border-bottom-width: 0px;
  }

  .footer-menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown-icon-footer {
    display: block;
    font-family: 'Icons Tech Ui Kit', sans-serif;
    font-size: 0.6em;
    line-height: 1em;
  }

  .footer-mobile-content {
    overflow: hidden;
    margin-bottom: 15px;
    text-align: left;
  }

  .footer-mobile-title {
    padding-top: 28px;
    padding-bottom: 22px;
    cursor: pointer;
  }

  .footer-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .small-print-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-header {
    display: block;
    margin-right: 2vw;
  }

  .button-header.mobile {
    margin-right: 0vw;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #003566;
    -webkit-transition: border-color 350ms ease, background-color 350ms ease;
    transition: border-color 350ms ease, background-color 350ms ease;
    font-size: 24px;
  }

  .button-header.mobile:hover {
    border-color: #fff;
    background-color: transparent;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .button-header.mobile.v2:hover {
    border-color: #003566;
    color: #003566;
  }

  .mobile-center-btn {
    display: inline-block;
  }

  .dropdown-list {
    margin-top: 0px;
    box-shadow: none;
  }

  .dropdown-list.w--open {
    position: static;
  }

  .dropdown-grid {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .drop-div {
    padding-right: 30px;
    padding-left: 0px;
    background-color: transparent;
  }

  .drop-div.last {
    width: 100%;
    padding-right: 20px;
    padding-left: 0px;
    background-color: transparent;
  }

  .dropdown-text {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .drop-grid {
    grid-column-gap: 30px;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .icon-dropdown {
    font-size: 20px;
  }

  .dropdown-link.mobile-dark {
    color: #0d0c54;
  }

  .dropdown-link.mobile-dark:hover {
    color: #003566;
  }

  .collection-list {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 40px;
    grid-row-gap: 32px;
  }

  .skewed-home-v2 {
    margin-bottom: 53px;
    border-bottom-width: 200px;
  }

  .hero-v2-content {
    margin-bottom: 60px;
  }

  .why-v2-wrapper {
    padding-top: 80px;
  }

  .top-content {
    margin-bottom: 60px;
  }

  .top-content.integrations-v2 {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .top-content.articles-section-v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .top-content.integrations-v3 {
    margin-bottom: 100px;
  }

  .top-content.articles-section-v3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .features-v2-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .cta-v3-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .integrations-v2-grid {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .testimonials-v2-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .testimonial-v2-video-wrapper {
    width: 100%;
    margin-top: 60px;
    margin-right: 0px;
  }

  .testimonial-v2-play-button-wrapper {
    width: 30%;
    height: 53%;
  }

  .testimonial-v2-play-button {
    width: 150px;
    height: 150px;
    font-size: 24px;
  }

  .articles-v2-grid {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta-v4-wrapper {
    padding: 100px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .header-v2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .hero-v3-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .home-v3-newsletter-form {
    max-width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .hero-v3-image-wrapper {
    max-width: 100%;
  }

  .why-v3-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .features-v3-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .features-v3-tabs-menu {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .cta-v5-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background-color: rgba(5, 66, 180, .7);
  }

  .features-v3-tab-content {
    max-width: 100%;
  }

  .integration-v3-slide {
    max-width: 100%;
  }

  .integrations-v3-left-arrow {
    left: 0px;
    top: -50px;
    right: auto;
  }

  .integrations-v3-right-arrow {
    left: 220px;
    top: -50px;
    right: auto;
  }

  .articles-v3-grid {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .skewed-about {
    margin-bottom: 100px;
    border-bottom-width: 160px;
  }

  .container-medium-837px.careers-v3 {
    max-width: 560px;
  }

  .achievements-grid {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 29px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .our-story-wrapper {
    padding: 120px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .our-story-images-wrapper {
    max-width: 523px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .our-values-grid {
    grid-row-gap: 40px;
  }

  .our-values-icon-wrapper {
    margin-bottom: 25px;
  }

  .our-team-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .card-our-team-top-content-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .icon-office-contact {
    margin-right: 10px;
  }

  .open-positions-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .open-positions-grid {
    margin-bottom: 60px;
  }

  .card-author-name-wrapper {
    margin-bottom: 0px;
  }

  .card-article-featured-content {
    padding: 60px 40px;
  }

  .newsletter-top-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .newsletter-top-content.careers-v3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .latest-articles-grid {
    max-width: 754px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rich-text figure {
    margin: 60px 0px 70px;
  }

  .rich-text blockquote {
    margin-top: 50px;
    margin-bottom: 70px;
  }

  .open-positions-page-grid {
    margin-bottom: 60px;
  }

  .integrations-grid {
    max-width: 754px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .integrations-contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icon-integration {
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-right: 20px;
    border-radius: 29px;
  }

  .integration-options-wrapper {
    margin-bottom: 40px;
  }

  .integration-option-button {
    margin-top: 40px;
  }

  .container-medium-713px.contact-hero {
    margin-bottom: 60px;
  }

  .contact-hero-grid {
    max-width: 692px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 28px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-faqs-wrapper {
    padding-top: 0px;
  }

  .faqs-grid {
    max-width: 100%;
  }

  .card-contact-content-wrapper {
    text-align: left;
  }

  .member-last-articles-title-wrapper {
    margin-right: 20px;
  }

  .open-position-icon-arrow {
    top: 50px;
  }

  .skewed-pricing {
    border-bottom-width: 382px;
  }

  .benefits-grid {
    grid-column-gap: 40px;
  }

  .menu-button-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 20px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .menu-line-top {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #fff;
  }

  .menu-line-middle {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .menu-line-bottom {
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .empty-state.pricing {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .menu-button-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rbg(65, 86, 146);
  }

  .menu-button-wrapper:hover {
    background-color: #003566;
  }

  .login-icon-text {
    font-size: 24px;
  }

  .header-v3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .small-print-utility-page-wrapper {
    margin-top: 140px;
  }

  .cta-v6-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .skewed-home {
    border-bottom-width: 382px;
  }

  .home-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .perspective-wrapper {
    margin-right: 0px;
  }

  .pages-grid {
    margin-top: 60px;
    grid-row-gap: 60px;
  }

  .feature-v3-tab-text {
    max-width: 449px;
  }

  .card-article-v4-about-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .open-positions-page-grid-v2 {
    margin-bottom: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .careers-v2-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .grid-container-careers-v3 {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 39px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 21px;
  }

  h4 {
    font-size: 19px;
  }

  blockquote {
    padding: 40px 49px;
    font-size: 25px;
  }

  figcaption {
    left: 20px;
    bottom: 20px;
    max-width: 300px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .styleguide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .styleguide-header {
    padding-right: 32px;
    padding-left: 32px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-secondary-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph.cta-v5 {
    text-align: center;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph-large.testimonial-v3 {
    text-align: left;
  }

  .styleguide-subheader {
    padding-right: 32px;
    padding-left: 32px;
  }

  .styleguide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .button-primary.cta-v2 {
    margin-bottom: 20px;
  }

  .button-primary.our-team-members {
    display: none;
  }

  .button-primary.our-team-members-mobile {
    display: block;
    margin-top: 20px;
  }

  .button-primary.apply-position {
    margin-top: 30px;
  }

  .button-secondary.cta-v2 {
    margin-bottom: 20px;
  }

  .header {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .nav-item-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link {
    font-size: 28px;
  }

  .nav-link.login.mobile {
    font-size: 20px;
  }

  .menu-button {
    width: 47px;
    height: 47px;
    min-width: 47px;
  }

  .nav-menu {
    padding-top: 100px;
    background-color: rgba(2, 0, 25, .7);
    background-blend-mode: luminosity;
    background-image: url('../images/simple_shiny-6.svg');
    background-position: 6% 0px;
    background-size: auto;
  }

  .footer {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.hero-v1 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.why-v1 {
    padding-top: 80px;
  }

  .section.features-v1 {
    padding-bottom: 100px;
  }

  .section.hero-v2 {
    padding-top: 120px;
  }

  .section.features-v2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.integration-v2 {
    padding-top: 100px;
  }

  .section.hero-v3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.why-v3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.features-v3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.articles-section-v3 {
    padding-bottom: 100px;
  }

  .section.about-hero {
    padding-top: 140px;
  }

  .section.achievements {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.latest-articles {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.open-positions-hero {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .section.open-positions-page {
    padding-bottom: 100px;
  }

  .section.open-positions-page.v3 {
    padding-top: 60px;
  }

  .section.open-position-hero {
    padding-top: 140px;
  }

  .section.about-this-position {
    padding-bottom: 100px;
  }

  .section.integrations-hero {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .section.integrations {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section.integration {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.contact-hero {
    padding-top: 140px;
  }

  .section.contact {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .section.terms {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .section.team-member-bio {
    padding-bottom: 100px;
  }

  .section.member-latest-articles {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.benefits {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.team-member-hero {
    padding-top: 120px;
  }

  .section.home-hero {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .section.pages {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .divider.card-article-v1 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .divider.card-open-position-about {
    margin-right: 10px;
    margin-left: 10px;
  }

  .divider.card-article-featured-about {
    margin-right: 2vw;
    margin-left: 2vw;
  }

  .utility-page-wrap {
    height: 840px;
  }

  .utility-page-content-password {
    padding-right: 32px;
    padding-left: 32px;
  }

  ._404-title {
    font-size: 150px;
    line-height: 120px;
  }

  .split-content.testimonial-v1-left {
    margin-bottom: 100px;
  }

  .split-content.cta-v1 {
    max-width: 557px;
    margin-right: 0px;
    margin-bottom: 60px;
    text-align: center;
  }

  .split-content.feature-content {
    max-width: 453px;
  }

  .split-content.cta-v3-center {
    max-width: 557px;
    text-align: center;
  }

  .split-content.hero-v3 {
    margin-bottom: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .split-content.cta-v5-left {
    max-width: 557px;
    text-align: center;
  }

  .split-content.integration-v3-left {
    max-width: 514px;
  }

  .split-content.articles-section-v3-left {
    margin-bottom: 40px;
  }

  .split-content.our-story-left {
    margin-bottom: 40px;
  }

  .split-content.our-team-top-left {
    max-width: none;
    margin-right: 0px;
  }

  .split-content.integration-top-left {
    margin-right: 0px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.contact-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.perspective-left {
    margin-top: 60px;
  }

  ._2-buttons.cta-v2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .title.cta-v1 {
    font-size: 28px;
  }

  .title.cta-v2 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .title.why-v2 {
    margin-bottom: 10px;
  }

  .title.why-v2-main-title {
    margin-left: 0px;
  }

  .title.cta-v3 {
    font-size: 28px;
  }

  .title.cta-v4 {
    font-size: 28px;
  }

  .title.why-v1 {
    max-width: 430px;
  }

  .title.articles-section-v1 {
    max-width: 430px;
  }

  .title.cta-v5 {
    font-size: 28px;
  }

  .title.integrations-v2 {
    margin-left: 0px;
  }

  .title.integrations-v3 {
    margin-left: 0px;
  }

  .title.testimonials-v3 {
    margin-left: 0px;
  }

  .title.article-v3 {
    margin-bottom: 10px;
  }

  .title.about-hero {
    margin-bottom: 20px;
    text-align: center;
  }

  .title.office {
    margin-bottom: 20px;
  }

  .title.latest-articles {
    margin-bottom: 30px;
  }

  .title.open-positions-page {
    max-width: 552px;
    margin-left: 0px;
  }

  .title.faqs {
    margin-left: 0px;
  }

  .title.additional-utility-page {
    font-size: 29px;
  }

  .title.not-found {
    font-size: 34px;
    text-align: center;
  }

  .title.article-v1 {
    margin-bottom: 10px;
  }

  .title.article-v2 {
    margin-bottom: 10px;
  }

  .title.cta-v6 {
    font-size: 28px;
  }

  .title.home {
    margin-bottom: 20px;
  }

  .title.page-ui-kit {
    font-size: 24px;
  }

  .title.careers-hero-v3 {
    margin-bottom: 20px;
  }

  .paragraph.hero-v1 {
    margin-bottom: 40px;
    text-align: center;
  }

  .paragraph.hero-v2 {
    margin-bottom: 40px;
  }

  .paragraph.hero-v3 {
    margin-bottom: 40px;
  }

  .paragraph.features-v3 {
    margin-left: 0px;
  }

  .paragraph.about-hero {
    margin-left: 0px;
  }

  .paragraph.our-team-top {
    max-width: 410px;
  }

  .paragraph.our-team {
    max-width: 439px;
  }

  .paragraph.open-positions {
    margin-left: 0px;
  }

  .paragraph.contact-hero {
    margin-left: 0px;
  }

  .paragraph.faqs {
    margin-left: 0px;
  }

  .paragraph.team-member {
    margin-right: 20px;
    margin-left: 20px;
  }

  .paragraph.home {
    margin-bottom: 40px;
  }

  .paragraph.careers-v3 {
    margin-left: 0px;
  }

  .space.integrations {
    height: 40px;
  }

  .space.faq {
    height: 20px;
  }

  .image.why-v1-01 {
    border-radius: 30px;
  }

  .image.why-v1-02 {
    border-radius: 30px;
  }

  .image.why-v1-03 {
    border-radius: 30px;
  }

  .image.feature {
    max-width: 100%;
    margin-top: 40px;
    margin-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .image.feature-2 {
    max-width: 100%;
    margin-top: 40px;
    margin-left: 0px;
  }

  .image.feature-3 {
    max-width: 100%;
    margin-top: 40px;
    margin-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .image.hero-v2 {
    max-width: 100%;
    border-radius: 25px;
  }

  .image.hero-v3-01 {
    border-radius: 35px;
  }

  .image.hero-v3-02 {
    right: 41px;
    max-width: 32%;
    border-radius: 22px;
  }

  .image.why-v3-main-image {
    border-radius: 32px;
  }

  .image.testimonial-tab-link-v3 {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .image.about-hero {
    margin-top: 40px;
    border-radius: 18px;
  }

  .image.our-story-1 {
    max-width: 50%;
    border-radius: 25px;
  }

  .image.our-story-2 {
    max-width: 50%;
    margin-right: 23px;
    border-radius: 25px;
  }

  .image.benefit {
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-right: 10px;
    margin-bottom: 20px;
    float: left;
  }

  .bg.hero-v1 {
    width: 160%;
    height: 160%;
    max-width: 160%;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .bg.about-hero {
    padding-bottom: 50px;
  }

  .bg.hero-home {
    width: 160%;
    height: 160%;
    max-width: 160%;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .subtitle.light-color {
    color: #c9b6ff;
  }

  .subtitle.light-color.contact {
    margin-bottom: 10px;
  }

  .subtitle.faqs {
    margin-left: 0px;
  }

  .container-medium-580px.features-v1 {
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-580px.integrations-v1 {
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-580px.articles-section-v1 {
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-580px.features-v2 {
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-580px.why-v3 {
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-580px.features-v3 {
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-580px.testimonials-v3 {
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-580px.our-values {
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-580px.benefits {
    margin-left: 0px;
    text-align: left;
  }

  .container-medium-580px.custom-plan {
    margin-left: 0px;
    text-align: left;
  }

  .cta-v1-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonials-v1-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-v2-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-vc {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .features-v1-tabs {
    margin-top: 20px;
  }

  .features-tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .testimonials-v1-slider {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .features-v1-tab-link {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .feature-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .feature-icon-wrappper {
    margin-bottom: 20px;
  }

  .testimonials-v1-left-arrow {
    position: absolute;
  }

  .card.testimonial-v1 {
    padding: 60px 30px;
  }

  .card.integration-v1 {
    width: 100%;
  }

  .card.testimonials-v3-tab-content {
    margin-bottom: 40px;
    padding: 60px 40px;
  }

  .card.achievement {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card.open-position {
    padding-right: 40px;
    padding-left: 80px;
    border-radius: 18px;
  }

  .card.author {
    margin-top: 40px;
    padding: 50px 30px;
  }

  .card.open-position-page {
    padding: 60px 40px;
  }

  .card.contact-hero {
    padding: 50px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.contact {
    padding: 50px 40px 40px;
  }

  .card.faq {
    padding: 30px 40px 40px;
  }

  .card.pricing {
    max-width: 100%;
  }

  .card.about-team-member {
    padding: 65px 40px 70px;
  }

  .card.card-cart {
    max-width: 450px;
  }

  .testimonial-v1-about-wrapper {
    margin-top: 32px;
  }

  .testimonial-v1-name {
    font-size: 20px;
  }

  .testimonial-mask {
    min-width: 110%;
  }

  .integrations-v1-grid {
    margin-top: 40px;
    margin-bottom: 40px;
    justify-items: start;
    grid-row-gap: 24px;
  }

  .image-wrapper.article-v2 {
    margin-bottom: 15px;
  }

  .image-wrapper.article-v3 {
    margin-bottom: 20px;
  }

  .image-wrapper.integration {
    border-radius: 30px;
  }

  .image-wrapper.card-contact {
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-bottom: 30px;
    border-radius: 20px;
  }

  .image-wrapper.hero-v1 {
    max-width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .image-wrapper.page-ui-kit {
    margin-bottom: 20px;
    border-radius: 22px;
  }

  .articles-v1-grid {
    grid-row-gap: 60px;
  }

  .card-article-v1-content {
    padding-top: 30px;
  }

  .card-article-v1-about-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cta-v1-images-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-links-block.main {
    margin-bottom: 0px;
  }

  .footer-content-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-header {
    display: none;
  }

  .button-header.mobile {
    display: block;
    font-size: 20px;
  }

  .cart {
    margin-left: 20px;
  }

  .drop-div {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .drop-div.last {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .drop-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .icon-dropdown {
    font-size: 15px;
  }

  .skewed-home-v2 {
    border-bottom-width: 160px;
  }

  .hero-v2-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-v2-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .why-v2-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .top-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.why-v2 {
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .top-content.integrations-v2 {
    margin-bottom: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .top-content.articles-section-v2 {
    margin-bottom: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .top-content.integrations-v3 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .top-content.articles-section-v3 {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .top-content.our-team {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-content.latest-articles {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .why-v2-grid {
    max-width: 580px;
    margin-bottom: 60px;
    grid-column-gap: 8vw;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .why-v2-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(250,250,252, .6);
    padding: 25px;
    border-radius: 20px;
  }

  .why-v2-icon-wrapper {
    margin-bottom: 25px;
  }

  .features-v2-grid {
    grid-row-gap: 60px;
  }

  .cta-v3-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(5, 66, 180, .7);
  }

  .integrations-v2-grid {
    grid-row-gap: 24px;
  }

  .testimonials-v2-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-v2-video-wrapper {
    border-radius: 30px;
  }

  .testimonial-v2-play-button-wrapper {
    width: 148px;
    height: 148px;
  }

  .testimonial-v2-play-button {
    width: 100px;
    height: 100px;
    font-size: 16px;
  }

  .articles-v2-grid {
    grid-row-gap: 60px;
  }

  .cta-v4-wrapper {
    padding: 60px 20px;
  }

  .card-article-v2-about-wrapper {
    margin-top: 35px;
  }

  .header-v2 {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .hero-v3-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .why-v3-grid {
    margin-top: 40px;
    margin-bottom: 40px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .why-v3-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features-v3-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features-v3-tabs-menu {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .cta-v5-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-v3-title-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-v3-icon-wrappper {
    margin-bottom: 0px;
  }

  .integration-v3-slide {
    margin-right: 24px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .integrations-v3-left-arrow {
    position: absolute;
  }

  .integration-v3-mask {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonials-v3-tabs {
    margin-top: 40px;
  }

  .about-testimonial-v3-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .about-testimonial-v3-name {
    font-size: 20px;
  }

  .testimonials-v3-tabs-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .testimonials-v3-tab-link {
    padding-right: 3vw;
    padding-bottom: 20px;
    padding-left: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .articles-v3-grid {
    grid-row-gap: 60px;
  }

  .card-article-v3-about-wrapper {
    margin-bottom: 10px;
  }

  .skewed-about {
    margin-bottom: 50px;
    border-bottom-width: 120px;
  }

  .container-medium-837px.about-hero {
    text-align: left;
  }

  .container-medium-837px.open-positions-hero {
    text-align: left;
  }

  .container-medium-837px.careers-v3 {
    text-align: left;
  }

  .achievements-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 27px;
    grid-row-gap: 29px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .achievement-number {
    font-size: 40px;
  }

  .our-story-wrapper {
    padding: 100px 40px;
  }

  .our-story-images-wrapper {
    position: relative;
    max-width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .our-values-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .our-values-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .our-team-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .open-positions-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .open-positions-title-wrapper {
    margin-bottom: 40px;
    margin-left: 0px;
    text-align: left;
  }

  .card-open-position-icon {
    margin-right: 5px;
  }

  .card-open-position-about-text {
    font-size: 16px;
  }

  .newsletter-top-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .latest-articles-grid {
    grid-row-gap: 60px;
  }

  .rich-text h2 {
    margin-bottom: 20px;
  }

  .rich-text p {
    margin-bottom: 20px;
  }

  .rich-text h3 {
    margin-bottom: 20px;
  }

  .rich-text figure {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .rich-text h4 {
    margin-bottom: 20px;
  }

  .rich-text h5 {
    margin-bottom: 15px;
  }

  .rich-text h6 {
    margin-bottom: 8px;
  }

  .rich-text li {
    margin-bottom: 10px;
  }

  .rich-text ul {
    margin-bottom: 28px;
    padding-left: 20px;
  }

  .rich-text ol {
    margin-bottom: 28px;
    padding-left: 20px;
  }

  .rich-text blockquote {
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 60px 50px;
    font-size: 25px;
  }

  .about-open-position-wrapper {
    font-size: 20px;
  }

  .integrations-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .integration-categories-title {
    margin-bottom: 20px;
  }

  .integrations-grid {
    max-width: 100%;
    margin-bottom: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .integration-category-link {
    font-size: 18px;
  }

  .icon-integration {
    margin-bottom: 20px;
  }

  .integration-title-wrapper {
    margin-bottom: 10px;
  }

  .integration-options-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container-medium-713px.contact-hero {
    margin-left: 0px;
    text-align: left;
  }

  .contact-hero-grid {
    margin-left: 0px;
  }

  .contact-form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-faqs-wrapper {
    padding: 0px 22px 100px;
    text-align: left;
  }

  .faqs-grid {
    grid-row-gap: 24px;
  }

  .category-title-wrapper.pricing {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .member-last-articles-title-wrapper {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .open-position-icon-arrow {
    left: 40px;
    top: 47px;
  }

  .skewed-pricing {
    border-bottom-width: 280px;
  }

  .benefits-grid {
    max-width: 530px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .benefits-wrapper {
    text-align: left;
  }

  .empty-state {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 24px;
  }

  .empty-state.pricing {
    max-width: 100%;
  }

  .success.contact {
    padding: 50px 40px 40px;
  }

  .menu-button-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    background-color: rbg(66, 86, 146);
  }

  .menu-button-wrapper:hover {
    background-color: #003566;
  }

  .category-icon-wrapper {
    width: 90px;
    height: 90px;
    padding: 18px;
    border-radius: 24px;
  }

  .header-v3 {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .small-print-utility-page-wrapper {
    margin-top: 120px;
  }

  .cta-v6-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .skewed-home {
    border-bottom-width: 280px;
  }

  .pages-grid {
    margin-top: 40px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-v3-image {
    border-radius: 48px;
  }

  .empty-state-cart {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 24px;
  }

  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-article-v4-about-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block.image-div {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .paragraph-3.benefits-paragraph {
    font-weight: 500;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 19px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  label {
    margin-bottom: 10px;
  }

  blockquote {
    padding: 28px 16px;
    font-size: 20px;
  }

  figcaption {
    position: static;
    max-width: 100%;
    margin-top: 10px;
    padding: 10px 20px;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-default.terms-container {
    margin: 0 10px;
  }

  .container-2.about-text-background {
    margin: 0 10px;
  }

  .container-default.testimonials-v1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-default.why-v2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-default.open-positions {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-default.our-story {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-default.faqs {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-default.short-header {
    min-height: 10vh;
  }

  .styleguide-seccion {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .styleguide-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .color-primary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-secondary-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .color-neutral-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .styleguide-subheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .styleguide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-primary.cta-v2 {
    min-height: 122px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-primary.integration {
    margin-left: 0px;
  }

  .button-primary.apply-position {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-secondary {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-secondary.cta-v2 {
    min-height: 122px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-secondary.full-width.card-pricing {
    margin-top: 20px;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-navigation {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav-link.w--current {
    font-size: 28px;
  }

  .nav-link.login {
    display: none;
  }

  .nav-link.login.mobile {
    font-size: 18px;
  }

  .menu-button {
    width: 45px;
    height: 45px;
    min-width: 45px;
    font-size: 26px;
  }

  .menu-button:hover {
    background-color: #0062fe;
  }

  .nav-menu {
    padding-top: 90px;
    padding-right: 0px;
    padding-left: 20px;
  }

  .footer {
    background-image: none;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero-v1 {
    padding-bottom: 40px;
  }

  .section.hero-v1.text-section {
    padding-bottom: 0px;
  }

  .section.why-v1 {
    padding-top: 60px;
  }

  .section.features-v1 {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section.cta-last {
    padding-bottom: 50px;
    padding-top: 15px;
  }

  .section.features-v2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.integration-v2 {
    padding-top: 80px;
  }

  .section.articles-section-v2 {
    padding-bottom: 80px;
  }

  .section.hero-v3 {
    padding-top: 60px;
  }

  .section.why-v3 {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .section.features-v3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.articles-section-v3 {
    padding-bottom: 80px;
  }

  .section.about-hero {
    padding-top: 120px;
  }

  .section.achievements {
    padding-bottom: 50px;
    padding-top: 20px;
  }

  .section.our-team {
    padding-bottom: 80px;
  }

  .section.open-positions {
    padding-bottom: 10px;
  }

  .section.latest-articles {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.open-positions-hero {
    padding-top: 120px;
  }

  .section.open-positions-page {
    padding-bottom: 80px;
  }

  .section.open-position-hero {
    padding-top: 120px;
    padding-bottom: 250px;
  }

  .section.about-this-position {
    padding-bottom: 80px;
  }

  .section.integrations-hero {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.integrations {
    padding-bottom: 60px;
  }

  .section.integration {
    padding-top: 40px;
  }

  .section.contact-hero {
    padding-top: 120px;
  }

  .section.contact {
    padding-top: 0px;
    padding-bottom: 80px;
  }

  .section.terms {
    padding-bottom: 20px;
  }

  .section.team-member-bio {
    padding-bottom: 80px;
  }

  .section.member-latest-articles {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.benefits {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section.team-member-hero {
    padding-top: 100px;
  }

  .section.home-hero {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .section.pages {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .divider.card-article-v1 {
    margin-top: 20px;
  }

  .divider.card-article-v1-about {
    display: none;
    margin-right: 10px;
    margin-left: 10px;
  }

  .divider.small-print-divider {
    margin-right: 2vw;
    margin-left: 2vw;
  }

  .divider.card-article-v3-about {
    display: none;
    margin-right: 10px;
    margin-left: 10px;
  }

  .divider.card-our-team {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .divider.card-open-position-about {
    display: none;
    margin-right: 8px;
    margin-left: 8px;
  }

  .divider.card-article-featured-about {
    display: none;
    margin-right: 10px;
    margin-left: 10px;
  }

  .divider.card-contact {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-wrap {
    height: 710px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .utility-page-content-password {
    margin-top: 100px;
    padding: 56px 20px;
  }

  .input {
    padding-right: 16px;
    padding-left: 16px;
  }

  .input.footer-newsletter {
    min-height: 60px;
    padding-right: 16px;
  }

  .input.home-v3-newsletter {
    padding-right: 16px;
    padding-left: 16px;
  }

  .input.cta-v5-newsletter {
    min-height: 69px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .input.additional-utility-page {
    padding-right: 16px;
    padding-left: 16px;
  }

  .input.cta-v6-newsletter {
    min-height: 69px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .utility-page-content-404 {
    padding: 42px 26px;
  }

  ._404-title {
    font-size: 110px;
    line-height: 100px;
  }

  .split-content.testimonial-v1-left {
    margin-bottom: 80px;
  }

  .split-content.cta-v1 {
    margin-bottom: 40px;
  }

  .split-content.cta-v2 {
    max-width: 100%;
  }

  .split-content.integration-v2-left {
    margin-bottom: 30px;
  }

  .split-content.articles-section-v2-left {
    margin-bottom: 20px;
  }

  .split-content.cta-v4-left {
    max-width: 100%;
  }

  .split-content.articles-section-v3-left {
    margin-bottom: 20px;
  }

  .split-content.integration-top-left {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-content.perspective-left {
    margin-top: 40px;
  }

  .container-header {
    padding-right: 16px;
    padding-left: 16px;
  }

  ._2-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._2-buttons.cta-v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .title.hero-v1 {
    margin-bottom: 20px;
    text-align: center;
  }

  .title.cta-v1 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .title.feature-v1 {
    margin-bottom: 10px;
  }

  .title.cta-v2 {
    font-size: 24px;
  }

  .title.cta-v3 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .title.testimonials-v2 {
    margin-bottom: 20px;
  }

  .title.cta-v4 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .title.hero-v2 {
    margin-bottom: 20px;
  }

  .title.hero-v3 {
    margin-bottom: 20px;
  }

  .title.cta-v5 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .title.testimonials-v3 {
    margin-bottom: 20px;
  }

  .title.our-values {
    margin-bottom: 10px;
  }

  .title.office {
    margin-bottom: 10px;
  }

  .title.latest-articles {
    margin-bottom: 20px;
  }

  .title.open-positions-page {
    margin-bottom: 20px;
  }

  .title.open-position {
    margin-bottom: 20px;
  }

  .title.about-this-position {
    margin-bottom: 20px;
  }

  .title.contact-hero {
    margin-bottom: 10px;
    text-align: center;
  }

  .title.card-contact {
    margin-bottom: 10px;
  }

  .title.contact {
    margin-bottom: 10px;
  }

  .title.faqs {
    margin-bottom: 10px;
  }

  .title.faq {
    margin-left: 25px;
  }

  .title.additional-utility-page {
    margin-bottom: 10px;
    font-size: 23px;
  }

  .title.not-found {
    font-size: 26px;
  }

  .title.card-pricing {
    margin-bottom: 10px;
  }

  .title.custom-plan {
    margin-bottom: 10px;
  }

  .title.cta-v6 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .title.page-ui-kit {
    font-size: 22px;
  }

  .paragraph.our-team {
    margin-bottom: 20px;
  }

  .paragraph.card-open-position {
    margin-bottom: 20px;
  }

  .paragraph.contact {
    margin-bottom: 30px;
    text-align: center;
  }

  .paragraph.team-member {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .paragraph.custom-plan {
    margin-bottom: 20px;
  }

  .paragraph.home {
    margin-bottom: 30px;
  }

  .space._2-buttons {
    height: 20px;
  }

  .space.card-open-position {
    height: 20px;
  }

  .space.perspective-images {
    max-width: 15px;
  }

  .image.why-v1-01 {
    max-width: 100%;
    border-radius: 20px;
  }

  .image.why-v1-02 {
    max-width: 60%;
    border-radius: 20px;
  }

  .image.why-v1-03 {
    max-width: 80%;
    margin-left: 0px;
    border-radius: 20px;
  }

  .image.feature {
    margin-top: 20px;
  }

  .image.feature-2 {
    margin-top: 20px;
  }

  .image.feature-3 {
    margin-top: 20px;
  }

  .image.cta-v1-01 {
    border-radius: 20px;
  }

  .image.cta-v1-02 {
    border-radius: 20px;
  }

  .image.hero-v2 {
    border-radius: 15px;
  }

  .image.hero-v3-01 {
    border-radius: 20px;
  }

  .image.hero-v3-02 {
    bottom: -25px;
    border-radius: 15px;
  }

  .image.why-v3-main-image {
    border-radius: 22px;
  }

  .image.testimonial-v3 {
    width: 64px;
    height: 64px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .image.testimonial-tab-link-v3 {
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .image.about-hero {
    border-radius: 20px;
  }

  .image.our-story-1 {
    border-radius: 15px;
  }

  .image.our-story-2 {
    margin-right: 0px;
    border-radius: 15px;
  }

  .image.benefit {
    width: 120px;
    height: 120px;
    min-width: 120px;
    float: left;
  }

  .bg.about-hero {
    padding-bottom: 20px;
  }

  .subtitle.light-color.open-positions {
    margin-bottom: 10px;
  }

  .container-medium-580px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cta-v1-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 30px;
  }

  .cta-v2-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 30px;
  }

  .skewed-home-v1.short-header {
    border-bottom-width: 100px;
  }

  .features-v1-tab-link {
    width: 100%;
    margin-bottom: 5px;
  }

  .feature-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-icon-wrappper {
    margin-bottom: 20px;
  }

  .testimonials-v1-left-arrow {
    top: -40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .card.testimonial-v1 {
    padding: 40px 20px;
  }

  .card.integration-v1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card.article-v1 {
    border-radius: 20px;
  }

  .card.integration-v2 {
    padding: 40px 20px;
  }

  .card.testimonials-v3-tab-content {
    padding: 40px 20px;
    border-radius: 24px;
    text-align: left;
  }

  .card.our-values {
    padding: 40px 20px;
  }

  .card.our-team {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .card.open-position {
    padding: 40px 20px 40px 70px;
  }

  .card.open-position.v3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card.author {
    padding: 40px 20px;
  }

  .card.open-position-page {
    padding: 50px 20px;
    border-radius: 23px;
  }

  .card.contact-hero {
    padding: 40px 20px;
    border-radius: 15px;
  }

  .card.contact {
    padding: 40px 20px;
  }

  .card.faq {
    padding-right: 20px;
    padding-left: 30px;
  }

  .card.log-in {
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
    border-radius: 25px;
  }

  .card.forgot-your-password {
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
    border-radius: 25px;
  }

  .card.reset-password {
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
    border-radius: 25px;
  }

  .card.verify-your-email {
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
    border-radius: 25px;
  }

  .card.about-team-member {
    padding: 40px 20px 50px;
  }

  .card.card-cart {
    max-width: 480px;
    border-radius: 0px;
  }

  .testimonial-v1-logo {
    max-width: 160px;
    margin-bottom: 22px;
  }

  .testimonial-v1-about-wrapper {
    margin-top: 40px;
  }

  .testimonial-v1-name {
    font-size: 18px;
  }

  .button-cta-v2-text {
    font-size: 20px;
  }

  .testimonial-mask {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .integrations-v1-grid {
    grid-row-gap: 30px;
  }

  .image-wrapper.article-v2 {
    margin-bottom: 10px;
    border-radius: 20px;
  }

  .image-wrapper.article-v3 {
    border-radius: 20px;
  }

  .image-wrapper.integration {
    margin-bottom: 40px;
    border-radius: 20px;
  }

  .image-wrapper.card-contact {
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin-right: 0px;
    margin-bottom: 20px;
    border-radius: 15px;
  }

  .image-wrapper.perspective-page {
    margin-bottom: 15px;
    border-radius: 8px;
  }

  .image-wrapper.perspective-page:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .image-wrapper.page-ui-kit {
    border-radius: 17px;
  }

  .articles-v1-grid {
    grid-row-gap: 40px;
  }

  .card-article-v1-content {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .card-article-v1-about-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-article-v1-category-link {
    margin-bottom: 10px;
  }

  .card-article-v1-icon {
    margin-right: 5px;
  }

  .card-article-v1-reading-time-wrapper {
    margin-bottom: 10px;
  }

  .cta-v1-images-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .testimonials-v1-right-arrow {
    left: 170px;
    top: -40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .fotter-newsletter-form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-newsletter-button {
    position: static;
    margin-top: 20px;
  }

  .small-print {
    font-size: 14px;
  }

  .button-header.mobile {
    font-size: 18px;
  }

  .cart {
    margin-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dropdown-grid {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .drop-div {
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 0px;
  }

  .drop-div.last {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 20px;
  }

  .reading-time-wrapper {
    white-space: nowrap;
  }

  .skewed-home-v2 {
    border-bottom-width: 70px;
  }

  .hero-v2-content {
    margin-bottom: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .top-content {
    margin-bottom: 40px;
  }

  .top-content.why-v2 {
    margin-bottom: 40px;
  }

  .top-content.integrations-v2 {
    margin-bottom: 40px;
  }

  .top-content.articles-section-v2 {
    margin-bottom: 40px;
  }

  .top-content.integrations-v3 {
    margin-bottom: 80px;
  }

  .top-content.articles-section-v3 {
    margin-bottom: 40px;
  }

  .why-v2-grid {
    margin-bottom: 40px;
    grid-row-gap: 40px;
  }

  .why-v2-icon-wrapper {
    margin-bottom: 20px;
  }

  .features-v2-grid {
    grid-row-gap: 56px;
  }

  .cta-v3-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 30px;
  }

  .integrations-v2-grid {
    grid-row-gap: 30px;
  }

  .testimonial-v2-video-wrapper {
    margin-top: 40px;
    border-radius: 20px;
  }

  .testimonial-v2-play-button-wrapper {
    width: 30%;
    height: 53%;
  }

  .testimonial-v2-play-button {
    width: 68%;
    height: 68%;
    font-size: 12px;
  }

  .articles-v2-grid {
    grid-row-gap: 40px;
  }

  .cta-v4-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 30px;
  }

  .card-article-v2-about-wrapper {
    margin-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-v2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-v3-newsletter-form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .home-v3-newsletter-button {
    position: static;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .subscribe-details-text {
    margin-right: 10px;
    margin-left: 10px;
  }

  .why-v3-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .why-v3-title-wrapper {
    margin-bottom: 10px;
  }

  .why-v3-icon-wrapper {
    margin-right: 10px;
  }

  .features-v3-tabs {
    margin-top: 40px;
  }

  .cta-v5-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 30px;
  }

  .feature-v3-icon-wrappper {
    margin-right: 10px;
    border-radius: 15px;
  }

  .cta-v5-newsletter-form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cta-v5-newsletter-button {
    position: static;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }

  .integrations-v3-left-arrow {
    top: -40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .integrations-v3-right-arrow {
    left: 170px;
    top: -40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .integration-v3-mask {
    padding-top: 60px;
  }

  .container-medium-932px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .about-testimonial-v3-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-testimonial-v3-name {
    font-size: 18px;
  }

  .about-testimonial-v3-job {
    font-size: 18px;
  }

  .testimonials-v3-tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-width: 0px;
  }

  .testimonials-v3-tab-link {
    margin-bottom: 20px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .articles-v3-grid {
    grid-row-gap: 40px;
  }

  .card-article-v3-about-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-article-v3-reading-time-wrapper {
    white-space: nowrap;
  }

  .skewed-about {
    margin-bottom: 20px;
    border-bottom-width: 80px;
  }

  .container-medium-837px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .achievements-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 27px;
    grid-row-gap: 29px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    padding-top: 0;
  }

  .our-story-wrapper {
    padding: 80px 16px;
  }

  .our-values-grid {
    grid-row-gap: 24px;
  }

  .our-values-wrapper {
    margin-top: 40px;
  }

  .our-values-icon-wrapper {
    margin-bottom: 20px;
  }

  .our-team-grid {
    grid-row-gap: 30px;
  }

  .open-positions-wrapper {
    padding: 80px 16px;
  }

  .open-positions-grid {
    margin-bottom: 40px;
  }

  .card-open-position-about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card-open-position-about-wrapper.v3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-open-position-about {
    margin-bottom: 10px;
  }

  .card-open-position-about.last {
    margin-bottom: 0px;
  }

  .card-open-position-about.v3 {
    margin-right: 16px;
    margin-bottom: 0px;
  }

  .card-article-featured-content {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .card-article-featured-about-wrapper {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-article-featured-icon {
    margin-right: 5px;
  }

  .card-article-featured-category-link {
    margin-bottom: 10px;
  }

  .reading-time-featured-wrapper {
    white-space: nowrap;
  }

  .card-article-featured-reading-time-wrapper {
    margin-bottom: 10px;
  }

  .latest-articles-grid {
    grid-row-gap: 40px;
  }

  .rich-text p {
    margin-bottom: 15px;
  }

  .rich-text h3 {
    margin-bottom: 15px;
  }

  .rich-text figure {
    margin-bottom: 40px;
  }

  .rich-text h4 {
    margin-bottom: 10px;
  }

  .rich-text h5 {
    margin-bottom: 10px;
  }

  .rich-text ul {
    margin-bottom: 20px;
  }

  .rich-text ol {
    margin-bottom: 20px;
  }

  .rich-text blockquote {
    margin-bottom: 40px;
    padding: 40px 20px;
    border-radius: 18px;
    font-size: 21px;
  }

  .open-positions-page-grid {
    margin-bottom: 40px;
  }

  .about-open-position-wrapper {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .container-medium-909px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-644px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-large-1136px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .integrations-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .integrations-grid {
    margin-bottom: 40px;
    grid-row-gap: 24px;
  }

  .icon-integration {
    margin-bottom: 15px;
  }

  .integration-options-wrapper {
    margin-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 20px;
  }

  .integration-option-button {
    margin-top: 30px;
  }

  .integration-option-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-medium-713px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-713px.contact-hero {
    margin-bottom: 40px;
  }

  .contact-hero-grid {
    grid-row-gap: 20px;
  }

  .contact-form-grid {
    grid-row-gap: 20px;
  }

  .text-area {
    padding-right: 16px;
    padding-left: 16px;
  }

  .contact-faqs-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .faqs-grid {
    grid-row-gap: 20px;
  }

  .faq-content {
    margin-left: 25px;
  }

  .log-in-form-grid {
    grid-row-gap: 20px;
  }

  .additional-utility-page-link {
    font-size: 16px;
  }

  .log-in-help-text-wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }

  .log-in-help-text-wrapper.margin-l-r-0px {
    margin-right: 0px;
    margin-left: 0px;
  }

  .forgot-password-form-grid {
    grid-row-gap: 20px;
  }

  .reset-password-form-grid {
    grid-row-gap: 20px;
  }

  .container-medium-760px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .about-team-member-wrapper {
    margin-bottom: 10px;
  }

  .block-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .block-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .arrow-button-cta-v2 {
    font-size: 24px;
  }

  .open-position-icon-arrow {
    left: 35px;
    top: 39px;
  }

  .skewed-pricing {
    border-bottom-width: 240px;
  }

  .select {
    padding-right: 16px;
    padding-left: 16px;
  }

  .select.card-pricing {
    margin-bottom: 30px;
  }

  .benefits-grid {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .card-features-title {
    margin-bottom: 20px;
  }

  .empty-state {
    padding: 40px 20px;
    border-radius: 18px;
  }

  .success.contact {
    padding: 40px 20px;
  }

  .menu-button-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }

  .category-icon-wrapper {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 20px;
  }

  .header-v3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-header-v3 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .small-print-utility-page-wrapper {
    margin-top: 100px;
  }

  .cta-v6-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 30px;
  }

  .cta-v6-newsletter-button {
    position: static;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cta-v6-newsletter-form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .perspective-wrapper {
    -webkit-transform: perspective(2000px);
    transform: perspective(2000px);
  }

  .container-medium-497px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .feature-v3-image {
    border-radius: 28px;
  }

  .tab-link-feature-v3.center {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .empty-state-cart {
    padding: 40px 20px;
    border-radius: 18px;
  }

  .mg-top-24-mb {
    margin-top: 24px;
  }

  .card-article-v4-about-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .open-positions-page-grid-v2 {
    margin-bottom: 40px;
  }

  .text-block {
    display: none;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-3.benefits-paragraph {
    max-width: none;
    float: none;
  }

  .body-4 {
    background-color: #edf2f4;
  }

  .text-block-2.carosel-button-text {
    width: 100%;
    max-width: 170px;
  }

  .container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-2 {
    grid-auto-columns: 1fr;
    grid-auto-rows: minmax(200px, 1fr);
    grid-row-gap: 16px;
  }

  .contact-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}

#w-node-ada52b37-2aae-1eeb-580d-84cce9a1b41b-e7df7aa7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-e8df7afc {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-e8df7afc {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-e8df7afc {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-e8df7afc {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-e8df7afc {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-e8df7afc {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-ada52b37-2aae-1eeb-580d-84cce9a1b41b-e7df7aa7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Icons Tech Ui Kit';
  src: url('../fonts/icons-tech-ui-kit.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Medium.woff2') format('woff2'), url('../fonts/IBMPlexSans-Medium.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-Medium.woff') format('woff'), url('../fonts/IBMPlexSans-Medium.ttf') format('truetype'), url('../fonts/IBMPlexSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Light.woff2') format('woff2'), url('../fonts/IBMPlexSans-Light.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-Light.woff') format('woff'), url('../fonts/IBMPlexSans-Light.ttf') format('truetype'), url('../fonts/IBMPlexSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-LightItalic.woff2') format('woff2'), url('../fonts/IBMPlexSans-LightItalic.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-LightItalic.woff') format('woff'), url('../fonts/IBMPlexSans-LightItalic.ttf') format('truetype'), url('../fonts/IBMPlexSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-MediumItalic.woff2') format('woff2'), url('../fonts/IBMPlexSans-MediumItalic.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-MediumItalic.woff') format('woff'), url('../fonts/IBMPlexSans-MediumItalic.ttf') format('truetype'), url('../fonts/IBMPlexSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-TextItalic.woff2') format('woff2'), url('../fonts/IBMPlexSans-Italic.woff2') format('woff2'), url('../fonts/IBMPlexSans-Italic.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-TextItalic.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-Italic.woff') format('woff'), url('../fonts/IBMPlexSans-TextItalic.woff') format('woff'), url('../fonts/IBMPlexSans-Italic.ttf') format('truetype'), url('../fonts/IBMPlexSans-TextItalic.ttf') format('truetype'), url('../fonts/IBMPlexSans-TextItalic.otf') format('opentype'), url('../fonts/IBMPlexSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Bold.woff2') format('woff2'), url('../fonts/IBMPlexSans-Bold.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-Bold.woff') format('woff'), url('../fonts/IBMPlexSans-Bold.ttf') format('truetype'), url('../fonts/IBMPlexSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Regular.woff2') format('woff2'), url('../fonts/IBMPlexSans-Regular.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-Regular.woff') format('woff'), url('../fonts/IBMPlexSans-Regular.ttf') format('truetype'), url('../fonts/IBMPlexSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans text';
  src: url('../fonts/IBMPlexSans-Text.woff2') format('woff2'), url('../fonts/IBMPlexSans-Text.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-Text.woff') format('woff'), url('../fonts/IBMPlexSans-Text.ttf') format('truetype'), url('../fonts/IBMPlexSans-Text.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Thin.woff2') format('woff2'), url('../fonts/IBMPlexSans-Thin.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-Thin.woff') format('woff'), url('../fonts/IBMPlexSans-Thin.ttf') format('truetype'), url('../fonts/IBMPlexSans-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-ThinItalic.woff2') format('woff2'), url('../fonts/IBMPlexSans-ThinItalic.eot') format('embedded-opentype'), url('../fonts/IBMPlexSans-ThinItalic.woff') format('woff'), url('../fonts/IBMPlexSans-ThinItalic.ttf') format('truetype'), url('../fonts/IBMPlexSans-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/SpaceGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}