.abs,
h2:after,
.cards .card figcaption,
.cards .card:after,
.news .card figcaption,
.news .card:after,
.news .article figcaption {
  position: absolute;
}
.rel,
h2,
h2 strong,
.cards .card,
.news .card,
.news .article {
  position: relative;
}
.fix {
  position: fixed;
}
.dfix {
  display: inline;
}
.dib {
  display: inline-block;
}
.db {
  display: block;
}
.dn {
  display: none;
}
.df,
.cards,
.news {
  display: flex;
}
.dif {
  display: inline-flex;
}
.dg {
  display: grid;
}
.dig {
  display: inline-grid;
}
.vm,
h2,
h2 strong,
h2 span {
  vertical-align: middle;
}

.logo {
	max-width: 5rem;
}
.wrapper {
  padding: 15px;
}


h2 strong {
  z-index: 2;
  background: #24282f;
  padding: 4px 8px;
}
h2 span {
  font-size: 0.7em;
  color: #aaa;
  margin-left: 10px;
}
h2:after {
  content: '';
  z-index: 1;
  bottom: 50%;
  margin-bottom: -2px;
  height: 2px;
  left: 0;
  right: 0;
  background: #373d47;
}
.cards,
.news {
  flex-flow: row wrap;
}
.cards .card,
.news .card {
  margin: 20px;
  width: 200px;
  height: 270px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0,0,0,0.8);
  transform-origin: center top;
  transform-style: preserve-3d;
  transform: translateZ(0);
  transition: 0.3s;
}
.cards .card img,
.news .card img {
  width: 100%;
  min-height: 100%;
}
.cards .card figcaption,
.news .card figcaption {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  background: none;
  color: #fff;
  transform: translateY(20%);
  transition: 0.3s;
}
.cards .card:after,
.news .card:after {
  content: '';
  z-index: 10;
  width: 200%;
  height: 100%;
  top: -90%;
  left: -20px;
  opacity: 0.1;
  transform: rotate(45deg);
  background: linear-gradient(to top, transparent, #fff 15%, rgba(255,255,255,0.5));
  transition: 0.3s;
}
.cards .card:hover,
.news .card:hover,
.cards .card:focus,
.news .card:focus,
.cards .card:active,
.news .card:active {
  box-shadow: 0 8px 16px 3px rgba(0,0,0,0.6);
  transform: translateY(-3px) scale(1.05) rotateX(15deg);
}
.cards .card:hover figcaption,
.news .card:hover figcaption,
.cards .card:focus figcaption,
.news .card:focus figcaption,
.cards .card:active figcaption,
.news .card:active figcaption {
  transform: none;
}
.cards .card:hover:after,
.news .card:hover:after,
.cards .card:focus:after,
.news .card:focus:after,
.cards .card:active:after,
.news .card:active:after {
  transform: rotate(25deg);
  top: -40%;
  opacity: 0.15;
}
.news .article {
  overflow: hidden;
  width: 350px;
  height: 235px;
  margin: 20px;
}
.news .article img {
  width: 100%;
  min-height: 100%;
  transition: 0.2s;
}
.news .article figcaption {
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(51,51,51,0.3);
  color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 40px;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  background: rgba(6,18,53,0.6);
  opacity: 0;
  transform: scale(1.15);
  transition: 0.2s;
}
.news .article figcaption h3 {
  color: #3792e3;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: bold;
}
.news .article:hover img,
.news .article:focus img,
.news .article:active img {
  filter: blur(3px);
  transform: scale(0.97);
}
.news .article:hover figcaption,
.news .article:focus figcaption,
.news .article:active figcaption {
  opacity: 1;
  transform: none;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
  }
  
  body {
    margin: 0;
  }
  
  article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
  }
  
  audio, canvas, progress, video {
    vertical-align: baseline;
    display: inline-block;
  }
  
  audio:not([controls]) {
    height: 0;
    display: none;
  }
  
  [hidden], template {
    display: none;
  }
  
  a {
    background-color: rgba(0, 0, 0, 0);
  }
  
  a:active, a:hover {
    outline: 0;
  }
  
  abbr[title] {
    border-bottom: 1px dotted;
  }
  
  b, strong {
    font-weight: bold;
  }
  
  dfn {
    font-style: italic;
  }
  
  h1 {
    margin: .67em 0;
    font-size: 2em;
  }
  
  mark {
    color: #000;
    background: #ff0;
  }
  
  small {
    font-size: 80%;
  }
  
  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  
  sup {
    top: -.5em;
  }
  
  sub {
    bottom: -.25em;
  }
  
  img {
    border: 0;
  }
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  figure {
    margin: 1em 40px;
  }
  
  hr {
    box-sizing: content-box;
    height: 0;
  }
  
  pre {
    overflow: auto;
  }
  
  code, kbd, pre, samp {
    font-family: monospace;
    font-size: 1em;
  }
  
  button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  
  button {
    overflow: visible;
  }
  
  button, select {
    text-transform: none;
  }
  
  button, html input[type="button"], input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  
  button[disabled], html input[disabled] {
    cursor: default;
  }
  
  button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  
  input {
    line-height: normal;
  }
  
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  input[type="search"] {
    -webkit-appearance: none;
  }
  
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
  }
  
  legend {
    border: 0;
    padding: 0;
  }
  
  textarea {
    overflow: auto;
  }
  
  optgroup {
    font-weight: bold;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  td, th {
    padding: 0;
  }
  
  @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-"] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-family: webflow-icons !important;
  }
  
  .w-icon-slider-right:before {
    content: "";
  }
  
  .w-icon-slider-left:before {
    content: "";
  }
  
  .w-icon-nav-menu:before {
    content: "";
  }
  
  .w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
    content: "";
  }
  
  .w-icon-file-upload-remove:before {
    content: "";
  }
  
  .w-icon-file-upload-icon:before {
    content: "";
  }
  
  * {
    box-sizing: border-box;
  }
  
  html {
    height: 100%;
  }
  
  body {
    min-height: 100%;
    color: #333;
    background-color: #fff;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
  
  img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
  }
  
  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: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-clearfix:after {
    clear: both;
  }
  
  .w-hidden {
    display: none;
  }
  
  .w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
  }
  
  input.w-button {
    -webkit-appearance: button;
  }
  
  html[data-w-dynpage] [data-w-cloak] {
    color: rgba(0, 0, 0, 0) !important;
  }
  
  .w-webflow-badge, .w-webflow-badge * {
    z-index: auto;
    visibility: visible;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    float: none;
    clear: none;
    box-shadow: none;
    opacity: 1;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    background: none;
    border: 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    margin: 0;
    padding: 0;
    list-style-type: disc;
    transition: none;
    display: block;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    overflow: visible;
    transform: none;
  }
  
  .w-webflow-badge {
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
    visibility: visible !important;
    z-index: 2147483647 !important;
    color: #aaadb0 !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    margin: 0 !important;
    padding: 6px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-decoration: none !important;
    display: inline-block !important;
    position: fixed !important;
    top: auto !important;
    bottom: 12px !important;
    left: auto !important;
    right: 12px !important;
    overflow: visible !important;
    transform: none !important;
  }
  
  .w-webflow-badge > img {
    visibility: visible !important;
    opacity: 1 !important;
    vertical-align: middle !important;
    display: inline-block !important;
  }
  
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px;
  }
  
  h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px;
  }
  
  h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  
  h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  
  h5 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  
  h6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 10px;
  }
  
  blockquote {
    border-left: 5px solid #e2e2e2;
    margin: 0 0 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
  }
  
  figure {
    margin: 0 0 10px;
  }
  
  figcaption {
    text-align: center;
    margin-top: 5px;
  }
  
  ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  
  .w-list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  
  .w-embed:before, .w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-embed:after {
    clear: both;
  }
  
  .w-video {
    width: 100%;
    padding: 0;
    position: relative;
  }
  
  .w-video iframe, .w-video object, .w-video embed {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  button, [type="button"], [type="reset"] {
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
  }
  
  .w-form {
    margin: 0 0 15px;
  }
  
  .w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none;
  }
  
  .w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none;
  }
  
  label {
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
  }
  
  .w-input, .w-select {
    width: 100%;
    height: 38px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
  }
  
  .w-input:-moz-placeholder, .w-select:-moz-placeholder {
    color: #999;
  }
  
  .w-input::-moz-placeholder, .w-select::-moz-placeholder {
    color: #999;
    opacity: 1;
  }
  
  .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;
  }
  
  .w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee;
  }
  
  textarea.w-input, textarea.w-select {
    height: auto;
  }
  
  .w-select {
    background-color: #f3f3f3;
  }
  
  .w-select[multiple] {
    height: auto;
  }
  
  .w-form-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: normal;
    display: inline-block;
  }
  
  .w-radio {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
  }
  
  .w-radio:before, .w-radio:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-radio:after {
    clear: both;
  }
  
  .w-radio-input {
    float: left;
    margin: 3px 0 0 -20px;
    line-height: normal;
  }
  
  .w-file-upload {
    margin-bottom: 10px;
    display: block;
  }
  
  .w-file-upload-input {
    width: .1px;
    height: .1px;
    opacity: 0;
    z-index: -100;
    position: absolute;
    overflow: hidden;
  }
  
  .w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
    color: #333;
    display: inline-block;
  }
  
  .w-file-upload-error {
    margin-top: 10px;
    display: block;
  }
  
  .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 {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    display: flex;
  }
  
  .w-file-upload-file {
    background-color: #fafafa;
    border: 1px solid #ccc;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    display: flex;
  }
  
  .w-file-upload-file-name {
    font-size: 14px;
    font-weight: normal;
    display: block;
  }
  
  .w-file-remove-link {
    width: auto;
    height: auto;
    cursor: pointer;
    margin-top: 3px;
    margin-left: 10px;
    padding: 3px;
    display: block;
  }
  
  .w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px;
  }
  
  .w-file-upload-error-msg {
    color: #ea384c;
    padding: 2px 0;
    display: inline-block;
  }
  
  .w-file-upload-info {
    padding: 0 12px;
    line-height: 38px;
    display: inline-block;
  }
  
  .w-file-upload-label {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
  }
  
  .w-icon-file-upload-icon, .w-icon-file-upload-uploading {
    width: 20px;
    margin-right: 8px;
    display: inline-block;
  }
  
  .w-icon-file-upload-uploading {
    height: 20px;
  }
  
  .w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .w-container:before, .w-container:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-container:after {
    clear: both;
  }
  
  .w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .w-row:before, .w-row:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-row:after {
    clear: both;
  }
  
  .w-row .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  
  .w-col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }
  
  .w-col .w-col {
    padding-left: 0;
    padding-right: 0;
  }
  
  .w-col-1 {
    width: 8.33333%;
  }
  
  .w-col-2 {
    width: 16.6667%;
  }
  
  .w-col-3 {
    width: 25%;
  }
  
  .w-col-4 {
    width: 33.3333%;
  }
  
  .w-col-5 {
    width: 41.6667%;
  }
  
  .w-col-6 {
    width: 50%;
  }
  
  .w-col-7 {
    width: 58.3333%;
  }
  
  .w-col-8 {
    width: 66.6667%;
  }
  
  .w-col-9 {
    width: 75%;
  }
  
  .w-col-10 {
    width: 83.3333%;
  }
  
  .w-col-11 {
    width: 91.6667%;
  }
  
  .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.33333%;
    }
  
    .w-col-medium-2 {
      width: 16.6667%;
    }
  
    .w-col-medium-3 {
      width: 25%;
    }
  
    .w-col-medium-4 {
      width: 33.3333%;
    }
  
    .w-col-medium-5 {
      width: 41.6667%;
    }
  
    .w-col-medium-6 {
      width: 50%;
    }
  
    .w-col-medium-7 {
      width: 58.3333%;
    }
  
    .w-col-medium-8 {
      width: 66.6667%;
    }
  
    .w-col-medium-9 {
      width: 75%;
    }
  
    .w-col-medium-10 {
      width: 83.3333%;
    }
  
    .w-col-medium-11 {
      width: 91.6667%;
    }
  
    .w-col-medium-12 {
      width: 100%;
    }
  
    .w-col-stack {
      width: 100%;
      left: auto;
      right: auto;
    }
  }
  
  @media screen and (max-width: 767px) {
    .w-hidden-main, .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.33333%;
    }
  
    .w-col-small-2 {
      width: 16.6667%;
    }
  
    .w-col-small-3 {
      width: 25%;
    }
  
    .w-col-small-4 {
      width: 33.3333%;
    }
  
    .w-col-small-5 {
      width: 41.6667%;
    }
  
    .w-col-small-6 {
      width: 50%;
    }
  
    .w-col-small-7 {
      width: 58.3333%;
    }
  
    .w-col-small-8 {
      width: 66.6667%;
    }
  
    .w-col-small-9 {
      width: 75%;
    }
  
    .w-col-small-10 {
      width: 83.3333%;
    }
  
    .w-col-small-11 {
      width: 91.6667%;
    }
  
    .w-col-small-12 {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 479px) {
    .w-container {
      max-width: none;
    }
  
    .w-hidden-main, .w-hidden-medium, .w-hidden-small {
      display: inherit !important;
    }
  
    .w-hidden-tiny {
      display: none !important;
    }
  
    .w-col {
      width: 100%;
    }
  
    .w-col-tiny-1 {
      width: 8.33333%;
    }
  
    .w-col-tiny-2 {
      width: 16.6667%;
    }
  
    .w-col-tiny-3 {
      width: 25%;
    }
  
    .w-col-tiny-4 {
      width: 33.3333%;
    }
  
    .w-col-tiny-5 {
      width: 41.6667%;
    }
  
    .w-col-tiny-6 {
      width: 50%;
    }
  
    .w-col-tiny-7 {
      width: 58.3333%;
    }
  
    .w-col-tiny-8 {
      width: 66.6667%;
    }
  
    .w-col-tiny-9 {
      width: 75%;
    }
  
    .w-col-tiny-10 {
      width: 83.3333%;
    }
  
    .w-col-tiny-11 {
      width: 91.6667%;
    }
  
    .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 {
    vertical-align: top;
    width: 28px;
    height: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    display: inline-block;
    position: relative;
  }
  
  .w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    text-align: center;
    color: #999;
    font-family: serif;
    font-size: 15px;
    line-height: 12px;
    position: relative;
  }
  
  .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    display: block;
    position: relative;
  }
  
  .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 {
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    left: 0;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical):before {
    border-width: 4px;
    border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
    margin-top: -4px;
    margin-left: -9px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -10px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical):after {
    border-width: 4px;
    border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    margin-top: -4px;
    margin-left: -8px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -9px;
  }
  
  .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 {
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid rgba(0, 0, 0, 0);
    position: absolute;
    top: 100%;
    left: 50%;
  }
  
  .w-widget-twitter-count-shim.w--vertical:before {
    border-width: 5px;
    border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
    margin-left: -5px;
  }
  
  .w-widget-twitter-count-shim.w--vertical:after {
    border-width: 4px;
    border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    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-background-video {
    height: 500px;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  
  .w-background-video > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
  }
  
  .w-background-video > video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
  }
  
  .w-background-video--control {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em;
  }
  
  .w-background-video--control > [hidden] {
    display: none !important;
  }
  
  .w-slider {
    height: 300px;
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    background: #ddd;
    position: relative;
  }
  
  .w-slider-mask {
    z-index: 1;
    height: 100%;
    white-space: nowrap;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  .w-slide {
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
    display: inline-block;
    position: relative;
  }
  
  .w-slider-nav {
    z-index: 2;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    margin: auto;
    padding-top: 10px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .w-slider-nav.w-round > div {
    border-radius: 100%;
  }
  
  .w-slider-nav.w-num > div {
    width: auto;
    height: auto;
    font-size: inherit;
    line-height: inherit;
    padding: .2em .5em;
  }
  
  .w-slider-nav.w-shadow > div {
    box-shadow: 0 0 3px rgba(51, 51, 51, .4);
  }
  
  .w-slider-nav-invert {
    color: #fff;
  }
  
  .w-slider-nav-invert > div {
    background-color: rgba(34, 34, 34, .4);
  }
  
  .w-slider-nav-invert > div.w-active {
    background-color: #222;
  }
  
  .w-slider-dot {
    width: 1em;
    height: 1em;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .4);
    margin: 0 3px .5em;
    transition: background-color .1s, color .1s;
    display: inline-block;
    position: relative;
  }
  
  .w-slider-dot.w-active {
    background-color: #fff;
  }
  
  .w-slider-dot:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff;
  }
  
  .w-slider-dot:focus.w-active {
    box-shadow: none;
  }
  
  .w-slider-arrow-left, .w-slider-arrow-right {
    width: 80px;
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto;
    font-size: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  .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 {
    width: 1em;
    height: 1em;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .w-slider-aria-label {
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    border: 0;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }
  
  .w-slider-force-show {
    display: block !important;
  }
  
  .w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
  }
  
  .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative;
  }
  
  .w-dropdown-toggle {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block;
  }
  
  .w-dropdown-toggle:focus {
    outline: 0;
  }
  
  .w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  
  .w-dropdown-list {
    min-width: 100%;
    background: #ddd;
    display: none;
    position: absolute;
  }
  
  .w-dropdown-list.w--open {
    display: block;
  }
  
  .w-dropdown-link {
    color: #222;
    padding: 10px 20px;
    display: block;
  }
  
  .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;
    }
  }
  
  .w-lightbox-backdrop {
    cursor: auto;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    color: #fff;
    text-align: center;
    z-index: 2000;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: rgba(0, 0, 0, .9);
    outline: 0;
    font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    list-style: disc;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0);
  }
  
  .w-lightbox-backdrop, .w-lightbox-container {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
  
  .w-lightbox-content {
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  
  .w-lightbox-view {
    width: 100vw;
    height: 100vh;
    opacity: 0;
    position: absolute;
  }
  
  .w-lightbox-view:before {
    content: "";
    height: 100vh;
  }
  
  .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 {
    vertical-align: middle;
    display: inline-block;
  }
  
  .w-lightbox-figure {
    margin: 0;
    position: relative;
  }
  
  .w-lightbox-group .w-lightbox-figure {
    cursor: pointer;
  }
  
  .w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none;
  }
  
  .w-lightbox-image {
    float: none;
    max-width: 100vw;
    max-height: 100vh;
    display: block;
  }
  
  .w-lightbox-group .w-lightbox-image {
    max-height: 86vh;
  }
  
  .w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, .4);
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  .w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .w-lightbox-control {
    width: 4em;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    transition: all .3s;
    position: absolute;
    top: 0;
  }
  
  .w-lightbox-left {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    display: none;
    bottom: 0;
    left: 0;
  }
  
  .w-lightbox-right {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    display: none;
    bottom: 0;
    right: 0;
  }
  
  .w-lightbox-close {
    height: 2.6em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
    right: 0;
  }
  
  .w-lightbox-strip {
    white-space: nowrap;
    padding: 0 1vh;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
  
  .w-lightbox-item {
    width: 10vh;
    box-sizing: content-box;
    cursor: pointer;
    padding: 2vh 1vh;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
  }
  
  .w-lightbox-active {
    opacity: .3;
  }
  
  .w-lightbox-thumbnail {
    height: 10vh;
    background: #222;
    position: relative;
    overflow: hidden;
  }
  
  .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .w-lightbox-thumbnail .w-lightbox-tall {
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
  }
  
  .w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%);
  }
  
  .w-lightbox-spinner {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 5px solid rgba(0, 0, 0, .4);
    border-radius: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation: .8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  
  .w-lightbox-spinner:after {
    content: "";
    border: 3px solid rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
  }
  
  .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-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 {
      opacity: .5;
      display: block;
    }
  
    .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: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .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, .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: "";
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .w-richtext figure {
    max-width: 60%;
    position: relative;
  }
  
  .w-richtext figure > div:before {
    cursor: default !important;
  }
  
  .w-richtext figure img {
    width: 100%;
  }
  
  .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6;
  }
  
  .w-richtext figure div {
    color: rgba(0, 0, 0, 0);
    font-size: 0;
  }
  
  .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 {
    caption-side: bottom;
    display: table-caption;
  }
  
  .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 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .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 {
    clear: both;
    margin-left: auto;
    margin-right: auto;
  }
  
  .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;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .w-richtext figure.w-richtext-align-fullwidth > div {
    padding-bottom: inherit;
    display: inline-block;
  }
  
  .w-richtext figure.w-richtext-align-fullwidth > figcaption {
    display: block;
  }
  
  .w-richtext figure.w-richtext-align-floatleft {
    float: left;
    clear: none;
    margin-right: 15px;
  }
  
  .w-richtext figure.w-richtext-align-floatright {
    float: right;
    clear: none;
    margin-left: 15px;
  }
  
  .w-nav {
    z-index: 1000;
    background: #ddd;
    position: relative;
  }
  
  .w-nav:before, .w-nav:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-nav:after {
    clear: both;
  }
  
  .w-nav-brand {
    float: left;
    color: #333;
    text-decoration: none;
    position: relative;
  }
  
  .w-nav-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
  }
  
  .w-nav-link.w--current {
    color: #0082f3;
  }
  
  .w-nav-menu {
    float: right;
    position: relative;
  }
  
  [data-nav-menu-open] {
    text-align: center;
    min-width: 200px;
    background: #c8c8c8;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: visible;
    display: block !important;
  }
  
  .w--nav-link-open {
    display: block;
    position: relative;
  }
  
  .w-nav-overlay {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  .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] {
    z-index: 1;
    top: 0;
    right: auto;
  }
  
  .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] {
    z-index: 1;
    top: 0;
    left: auto;
  }
  
  .w-nav-button {
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 18px;
    font-size: 24px;
    display: none;
    position: relative;
  }
  
  .w-nav-button:focus {
    outline: 0;
  }
  
  .w-nav-button.w--open {
    color: #fff;
    background-color: #c8c8c8;
  }
  
  .w-nav[data-collapse="all"] .w-nav-menu {
    display: none;
  }
  
  .w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .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: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-tabs:after {
    clear: both;
  }
  
  .w-tab-menu {
    position: relative;
  }
  
  .w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative;
  }
  
  .w-tab-link.w--current {
    background-color: #c8c8c8;
  }
  
  .w-tab-link:focus {
    outline: 0;
  }
  
  .w-tab-content {
    display: block;
    position: relative;
    overflow: hidden;
  }
  
  .w-tab-pane {
    display: none;
    position: relative;
  }
  
  .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(0);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  .w-dyn-empty {
    background-color: #ddd;
    padding: 10px;
  }
  
  .w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
    display: none !important;
  }
  
  .wf-layout-layout {
    display: grid;
  }
  
  :root {
    --black: #040112;
    --white: white;
    --violet: #df9aff;
    --blue-violet: #6825f5;
    --light-steel-blue: #a4abec;
    --opacity-text: rgba(255, 255, 255, .6);
    --midnight-blue: #1a1048;
    --dark-pink-gradient: #401048;
    --transparent: rgba(255, 255, 255, 0);
  }
  
  .w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
  }
  
  .w-checkbox:before {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-checkbox:after {
    content: " ";
    clear: both;
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal;
  }
  
  .w-checkbox-input--inputType-custom {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
  }
  
  .w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #3898ec;
  }
  
  .w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
  }
  
  @media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
      max-width: 728px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
      max-width: none;
    }
  }
  
  body {
    background-color: var(--black);
    color: var(--white);
    font-family: Satoshi, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
  }
  
  h1 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 50px;
    font-weight: 700;
    line-height: 130%;
  }
  
  h2 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 56px;
    font-weight: 700;
    line-height: 100%;
  }
  
  h3 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
  }
  
  h4 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
  }
  
  h5 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
  }
  
  h6 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
  }
  
  p {
    margin-bottom: 32px;
  }
  
  a {
    color: var(--violet);
    text-decoration: underline;
  }
  
  ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  
  blockquote {
    border-left: 5px solid #e2e2e2;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
  }
  
  .space-top-tiny {
    margin-top: 16px;
  }
  
  .limit-small {
    max-width: 380px;
  }
  
  .space-top-medium {
    margin-top: 60px;
  }
  
  .container {
    max-width: 1360px;
    padding-left: 40px;
    padding-right: 40px;
  }
  
  .container.small {
    max-width: 900px;
  }
  
  .container.tiny {
    max-width: 720px;
  }
  
  .limit {
    max-width: 510px;
  }
  
  .split {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .space-top {
    margin-top: 40px;
  }
  
  .space-top-large {
    margin-top: 80px;
  }
  
  .limit-large {
    max-width: 960px;
  }
  
  .space-top-small {
    margin-top: 24px;
  }
  
  .limit-tiny {
    max-width: 210px;
  }
  
  .limit-medium {
    max-width: 570px;
  }
  
  .lines-wrap {
    z-index: -1;
    height: 100vh;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
  
  .lines {
    height: 100vh;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }
  
  .line {
    width: 1px;
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/6524ece43b1c38af16e99b03_dashed%20line.svg");
    background-position: 0 0;
    background-size: auto;
    align-items: center;
    display: flex;
  }
  
  .navbar {
    background-color: var(--black);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .navbar-three-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .nav-link {
    color: var(--white);
    padding: 8px 0;
  }
  
  .nav-link.w--current {
    color: var(--white);
  }
  
  .nav-menu {
    grid-column-gap: 28px;
    display: flex;
  }
  
  .gradient-button {
    width: 100%;
    background-color: var(--black);
    text-align: center;
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/6524ee0c0f91109101dbb252_button%20gradient%202.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 20px 32px;
    transition: background-color .2s;
  }
  
  .gradient-button:hover {
    background-color: #0f092b;
  }
  
  .gradient-button.nav {
    padding: 16px 24px;
  }
  
  .border-gradient {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(rgba(223, 154, 255, .32), rgba(223, 154, 255, .14));
    border-radius: 9px;
    padding: 1px;
    display: inline-block;
  }
  
  .border-gradient.shadow {
    box-shadow: 0 0 60px rgba(104, 37, 245, .16);
  }
  
  .border-gradient.circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  
  .section {
    z-index: 1;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
  }
  
  .section.no-padd-bottom {
    padding-bottom: 0;
  }
  
  .arrow-block-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--white);
    background-color: rgba(223, 154, 255, .08);
    border-radius: 8px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
    padding: 6px 12px;
    text-decoration: none;
    display: flex;
  }
  
  .caps {
    background-image: linear-gradient(to bottom, var(--blue-violet), var(--light-steel-blue));
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 700;
    line-height: 120%;
  }
  
  .gradient-text {
    background-image: linear-gradient(to bottom, var(--blue-violet), var(--light-steel-blue));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
  
  .center-content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  
  .center-text {
    text-align: center;
  }
  
  .extra-text {
    color: var(--opacity-text);
    font-size: 20px;
    line-height: 160%;
  }
  
  .opacity-white-text {
    color: rgba(255, 255, 255, .6);
  }
  
  .button-stack {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    display: flex;
  }
  
  .white-link-button {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: var(--white);
    color: var(--black);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 20px 32px;
    text-decoration: none;
    transition: color .2s;
    display: flex;
  }
  
  .white-link-button:hover {
    color: var(--blue-violet);
  }
  
  .four-column-grid {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .four-column-grid.tight {
    grid-row-gap: 0px;
  }
  
  .feature-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    position: relative;
  }
  
  .feature-card.tight-grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .feature-card.tight-grid.bottom-border {
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/6524f60d1279e83b38e2aac7_horizontal%20dash.svg");
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: auto;
  }
  
  .alignment-line {
    width: 1px;
    height: 32px;
    background-color: var(--white);
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }
  
  .alignment-line.bigger {
    height: 50px;
  }
  
  .alignment-line.lowered {
    top: 40px;
  }
  
  .alignment-line.smaller {
    height: 24px;
  }
  
  .caps-wrap {
    background-color: rgba(223, 154, 255, .08);
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 6px 12px;
    display: inline-block;
  }
  
  .three-column-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .three-column-grid.testimonial-ratio {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: .75fr 1.25fr 1fr;
  }
  
  .card {
    height: 250%;
    background-image: radial-gradient(circle farthest-side at 50% 50%, #18093e, var(--black) 76%);
    text-align: left;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    display: flex;
  }
  
  .card.floater-metric-card {
    grid-row-gap: 10px;
    text-align: left;
    align-items: flex-start;
    padding: 24px;
  }
  
  .card.sign-up-wrap {
    padding: 60px;
  }
  
  .card.testimonial {
    grid-row-gap: 32px;
    text-align: center;
  }
  
  .card.testimonial.in-slider {
    text-align: left;
    align-items: flex-start;
    padding: 32px;
  }
  
  .card.center-feature {
    grid-row-gap: 16px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .card.full {
    align-items: stretch;
  }
  
  .card.full.globe-corner {
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/65255b9a283c2bef08e3c2cc_pricing%20globe.png"), radial-gradient(circle farthest-side at 50% 50%, #18093e, var(--black) 76%);
    background-position: 100% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 316px, auto;
  }
  
  .card.full.sign-up-globe {
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/652561dcbb4e7e90c9853fb8_sign%20up%20globe%201.png"), radial-gradient(circle farthest-side at 50% 50%, #18093e, var(--black) 76%);
    background-position: 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 367px, auto;
  }
  
  .card.full.left {
    align-items: flex-start;
  }
  
  .card.circle {
    border-radius: 50%;
    padding: 20px;
  }
  
  .add-space-top {
    margin-top: 100px;
  }
  
  .small-portrait {
    width: 56px;
    height: 56px;
    border-radius: 50%;
  }
  
  .medium-text {
    font-size: 18px;
  }
  
  .portrait-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  
  .portrait-wrap.horizontal {
    flex-direction: row;
  }
  
  .split-foot {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-top: 40px;
    display: grid;
  }
  
  .tiny-portrait {
    width: 40px;
    height: 40px;
  }
  
  .image {
    border-radius: 50%;
  }
  
  .flex-horizontal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
  }
  
  .feature-doubles {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .no-space-bottom {
    margin-bottom: 0;
  }
  
  .feature-icon {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--midnight-blue), var(--black));
    border-radius: 9px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 9px;
    display: flex;
  }
  
  .panel-split {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .panel-split.flipped {
    grid-template-columns: 2fr 1fr;
  }
  
  .panel {
    height: 100%;
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    background-color: var(--black);
    background-image: radial-gradient(circle farthest-side at 0% 100%, var(--dark-pink-gradient), var(--black));
    border-radius: 9px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px;
    display: flex;
    position: relative;
  }
  
  .panel.cta-panel {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: radial-gradient(circle farthest-side at 50% 100%, var(--midnight-blue), var(--black));
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 0;
    display: grid;
  }
  
  .panel.newsletter {
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/65250766ef9ed4c462b9640f_newsletter%20globe.png"), radial-gradient(circle farthest-side at 50% 100%, var(--midnight-blue), var(--black));
    background-position: 100% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 399px, auto;
  }
  
  .elipse-1 {
    z-index: -1;
    opacity: .5;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }
  
  .elipse-2 {
    z-index: -1;
    opacity: .5;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }
  
  .smaller-section {
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
  }
  
  .graph-wrap {
    -webkit-backdrop-filter: brightness(110%);
    backdrop-filter: brightness(110%);
    background-color: rgba(223, 154, 255, .05);
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    padding: 120px 32px;
    display: flex;
  }
  
  .graph-wrap.phones {
    padding-top: 80px;
    padding-bottom: 0;
    padding-left: 0;
  }
  
  .graph-wrap.shorter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .graph-image {
    border-radius: 16px;
    box-shadow: 0 24px 40px rgba(104, 37, 245, .16);
  }
  
  .graph-bg-blur {
    z-index: -2;
    opacity: .4;
    position: absolute;
  }
  
  .portrait-widget {
    align-items: flex-end;
    display: flex;
    position: relative;
  }
  
  .portrait-stack-wrapper {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  
  .portrait-stack-wrapper.centered {
    align-items: center;
  }
  
  .portrait-stack {
    align-items: center;
    display: flex;
  }
  
  .portrait-in-stack {
    width: 40px;
    height: 40px;
    border: 2px solid var(--black);
    border-radius: 50%;
    margin-right: -12px;
  }
  
  .portrait-in-stack.final {
    background-color: rgba(255, 255, 255, .1);
    border-style: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .portrait-widget-handwritting {
    margin-bottom: 14px;
  }
  
  .portrait-widget-handwritting.absoulte {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: -93px;
  }
  
  .spread-vertical {
    grid-row-gap: 120px;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }
  
  .spread-vertical.centered {
    align-items: center;
  }
  
  .cta-panel-content {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    display: flex;
  }
  
  .horizontal-dash {
    width: 100%;
    height: 1px;
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/6524f60d1279e83b38e2aac7_horizontal%20dash.svg");
    background-position: 50%;
    background-size: auto;
  }
  
  .split-foot-card {
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/6524f60d1279e83b38e2aac7_horizontal%20dash.svg");
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: auto;
    padding-top: 40px;
  }
  
  .metric-card {
    grid-row-gap: 16px;
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    position: relative;
  }
  
  .globe-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }
  
  .floater-metric {
    position: absolute;
    top: 24px;
    bottom: auto;
    left: auto;
    right: 24px;
  }
  
  .top-right {
    z-index: -1;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }
  
  .bottom-left {
    z-index: -1;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }
  
  .footer-column-titile {
    color: var(--opacity-text);
    font-weight: 500;
  }
  
  .social-logos-wrap {
    grid-column-gap: 8px;
    margin-top: 32px;
    display: flex;
  }
  
  .footer-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .social-logo {
    width: 40px;
    height: 40px;
    background-color: var(--white);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .footer-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 120px;
    display: grid;
  }
  
  .webflow-link {
    margin-left: 12px;
    margin-right: 12px;
  }
  
  .small-footer-link {
    color: var(--white);
    text-decoration: none;
    background-color: transparent;
  }
  
  .footer-link-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
    display: grid;
    position: relative;
  }
  
  .footer-bottom-content {
    display: flex;
  }
  
  .footer-link {
    color: var(--white);
    text-transform: capitalize;
    font-weight: 700;
    text-decoration: none;
    transition: opacity .2s;
    display: block;
  }
  
  .footer-link:hover {
    opacity: .66;
  }
  
  .footer-horizontal-links {
    grid-column-gap: 20px;
    align-items: center;
    display: flex;
    text-align: center;
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  
  .footer-link-searator {
    width: 1px;
    height: 24px;
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/6524ece43b1c38af16e99b03_dashed%20line.svg");
    background-position: 50%;
    background-size: cover;
  }
  
  .footer-bottom-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/6524f60d1279e83b38e2aac7_horizontal%20dash.svg");
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 40px;
    font-size: 14px;
    display: grid;
    width: 50%;
    margin: auto;
  }
  
  .foot-card {
    grid-row-gap: 16px;
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/6524f60d1279e83b38e2aac7_horizontal%20dash.svg");
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: auto;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
    padding-top: 40px;
    display: flex;
  }
  
  .form-block {
    width: 100%;
  }
  
  .sign-up-buttons-wrap {
    grid-column-gap: 10px;
    margin-top: 40px;
    display: flex;
  }
  
  .icon-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #fff;
    background-color: rgba(255, 255, 255, .05);
    border-radius: 8px;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 16px 48px;
    text-decoration: none;
    display: flex;
  }
  
  .social-sign-up-wrap {
    grid-column-gap: 10px;
    display: flex;
  }
  
  .social-sign-up-button {
    background-color: rgba(255, 255, 255, .05);
    border-radius: 8px;
    padding: 16px;
  }
  
  .or-wrap {
    grid-column-gap: 20px;
    color: rgba(255, 255, 255, .5);
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }
  
  .or-line {
    height: 1px;
    background-color: rgba(255, 255, 255, .1);
    flex: 1;
  }
  
  .expanded-form-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .expanded-form-grid.contact {
    grid-row-gap: 24px;
  }
  
  .text-field {
    height: 64px;
    color: var(--white);
    background-color: rgba(255, 255, 255, .05);
    border: 1px #000;
    border-radius: 10px;
    margin-bottom: 0;
    padding: 24px 20px;
    font-size: 16px;
    width: 600px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  
  .text-field:focus {
    background-color: rgba(255, 255, 255, .1);
  }
  
  .text-field::-ms-input-placeholder {
    color: rgba(255, 255, 255, .4);
  }
  
  .text-field::placeholder {
    color: rgba(255, 255, 255, .4);
  }
  
  .checkbox-field {
    align-items: center;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 0;
    display: flex;
  }
  
  .checkbox {
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, .05);
    border-style: none;
    border-radius: 20px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 12px;
  }
  
  .checkbox.w--redirected-checked {
    background-color: #73cfd0;
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/652501917509bf8c01d8ce36_check.svg");
    background-size: 12px 12px;
  }
  
  .checkbox-label {
    font-weight: 500;
  }
  
  .submit-button {
    color: #0e2b2f;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    justify-content: center;
    padding: 20px 24px;
    transition: color .2s;
    position: relative;
  }
  
  .submit-button:hover {
    color: var(--blue-violet);
  }
  
  .marquee-wrapper {
    width: 100%;
    margin-top: 32px;
    position: relative;
    overflow: hidden;
  }
  
  .marquee-wide-element {
    display: flex;
  }
  
  .marquee-single-element {
    flex: none;
    padding-left: 16px;
  }
  
  .marquee-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 200px 200px 200px 200px 200px 200px 200px 200px 200px;
    grid-auto-columns: 200px;
    display: grid;
  }
  
  .marquee-logo-wrap {
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }
  
  .cardy-card {
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/6524f60d1279e83b38e2aac7_horizontal%20dash.svg");
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: auto;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }
  
  .newsletter-form {
    width: 400px;
    grid-column-gap: 8px;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 16px;
    display: flex;
  }
  
  .newsletter-field {
    height: 64px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(164, 171, 236, .08);
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/652508093936950a98cd461e_mail.svg");
    background-position: 24px;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px #000;
    border-radius: 8px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 18px 26px 18px 64px;
    font-weight: 500;
    transition: opacity .2s;
  }
  
  .newsletter-field:hover, .newsletter-field:focus {
    border-bottom-color: #000;
  }
  
  .newsletter-field::-ms-input-placeholder {
    color: rgba(253, 253, 253, .4);
    font-size: 16px;
    font-weight: 500;
  }
  
  .newsletter-field::placeholder {
    color: rgba(253, 253, 253, .4);
    font-size: 16px;
    font-weight: 500;
  }
  
  .white-button {
    color: #0e2b2f;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    justify-content: center;
    padding: 20px 24px;
    transition: color .2s;
    position: relative;
  }
  
  .white-button:hover {
    color: var(--blue-violet);
  }
  
  .white-button.nav {
    display: none;
  }
  
  .success-message {
    color: #000;
    background-color: #fff;
    padding: 16px 24px;
  }
  
  .error-message-2 {
    color: #ff9f9f;
    background-color: #fff;
  }
  
  .slider {
    height: 100%;
    background-color: var(--transparent);
    margin-top: 60px;
  }
  
  .mask {
    width: 33%;
    overflow: visible;
  }
  
  .slider-arrow {
    width: 64px;
    height: 64px;
    background-color: var(--white);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    top: -88px;
    bottom: auto;
    left: auto;
    right: 0%;
  }
  
  .slider-arrow.left {
    right: 72px;
  }
  
  .white-text {
    color: var(--white);
  }
  
  .slide {
    margin-right: 16px;
  }
  
  .hide {
    display: none;
  }
  
  .overflow-hidden {
    overflow: hidden;
  }
  
  .reviews {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    display: flex;
  }
  
  .accordion-item {
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/6524f60d1279e83b38e2aac7_horizontal%20dash.svg");
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  
  .accordion-item-trigger {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    line-height: 140%;
    transition: all .2s;
    display: flex;
  }
  
  .accordion-item-trigger:hover {
    opacity: .69;
  }
  
  .accordion-item-trigger.bigger {
    font-size: 18px;
  }
  
  .faq-number-wrap {
    grid-column-gap: 24px;
    align-items: center;
    display: flex;
  }
  
  .accordion-item-content {
    overflow: hidden;
  }
  
  .answer {
    color: var(--opacity-text);
    padding-top: 12px;
  }
  
  .split-testimonial {
    max-width: 520px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  
  .split-testimonial.left {
    text-align: left;
    align-items: flex-start;
  }
  
  .list {
    margin-top: 24px;
    margin-bottom: 0;
  }
  
  .list-item {
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/6525121199875d9c1e7216ad_checkmark.svg");
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 36px;
    font-size: 18px;
    line-height: 160%;
  }
  
  .list-item.white {
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/65255ac367346b692894c506_white%20check.svg");
  }
  
  .tabs-menu {
    z-index: 2;
    background-image: radial-gradient(circle farthest-corner at 100% 100%, var(--midnight-blue), var(--black));
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(223, 154, 255, .1);
    border-radius: 12px;
    padding: 6px;
    display: flex;
  }
  
  .tabs-menu.pricing {
    position: relative;
  }
  
  .tabs-menu.absolute {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }
  
  .tab-link {
    color: var(--white);
    background-color: rgba(223, 154, 255, 0);
    border-radius: 8px;
    padding: 12px 24px;
    text-decoration: none;
    display: block;
  }
  
  .tab-link.w--current {
    background-color: rgba(223, 154, 255, .1);
  }
  
  .centered-tabs-menu {
    grid-column-gap: 32px;
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/6524f60d1279e83b38e2aac7_horizontal%20dash.svg");
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: auto;
    justify-content: center;
    display: flex;
  }
  
  .centered-tab-link {
    grid-column-gap: 10px;
    opacity: .6;
    color: var(--white);
    background-color: rgba(4, 1, 18, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    align-items: center;
    margin-bottom: -1px;
    padding: 16px 0;
    display: flex;
  }
  
  .centered-tab-link.w--current {
    opacity: 1;
    background-color: rgba(4, 1, 18, 0);
    border-bottom-color: #fff;
  }
  
  .blog-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .blog-card-wrap {
    height: 100%;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--midnight-blue), var(--black));
    color: var(--white);
    border-radius: 8px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding: 8px;
    text-decoration: none;
    display: flex;
    overflow: hidden;
  }
  
  .blog-card-wrap.featured {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--black);
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/652565a7fd4ab36fadade518_featured%20blog%20gradient.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .blog-card-image {
    height: 230px;
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/652517427b775fea746dcd00_18.jpg");
    background-position: 50%;
    background-size: cover;
    border-radius: 8px;
  }
  
  .blog-card-image.featured {
    height: auto;
    min-height: 420px;
  }
  
  .blog-card-content {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 6px;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    padding: 30px;
    display: flex;
  }
  
  .blog-card-content.featured {
    padding: 52px;
  }
  
  .blog-card-deets {
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }
  
  .author-wiget {
    grid-column-gap: 12px;
    display: flex;
  }
  
  .author-portrait {
    width: 50px;
    height: 50px;
    background-color: #e9c66e;
    background-image: url("images/background-image.svg");
    background-position: 50%;
    background-size: cover;
    border-radius: 50%;
    flex: none;
  }
  
  .category-tag {
    color: #fff;
    background-color: rgba(223, 154, 255, .1);
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    padding: 4px 12px;
    display: flex;
  }
  
  .blog-head {
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }
  
  .pricing-card-bottom {
    grid-row-gap: 30px;
    flex-direction: column;
    padding-top: 30px;
    display: flex;
  }
  
  .price-wrapper {
    grid-column-gap: 24px;
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/6524f60d1279e83b38e2aac7_horizontal%20dash.svg");
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: auto;
    justify-content: flex-start;
    align-items: baseline;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
  }
  
  .price-wrapper.no-underline {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }
  
  .full-width {
    width: 100%;
  }
  
  .space-right {
    margin-right: 40px;
  }
  
  .recommended-tag {
    background-color: rgba(223, 154, 255, .1);
    border-radius: 8px;
    padding: 4px 12px;
    position: absolute;
    top: 10px;
    bottom: auto;
    left: auto;
    right: 10px;
  }
  
  .pricing-tabs {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  
  .overflow-visible {
    overflow: visible;
  }
  
  .table-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr;
    grid-auto-columns: 1fr;
    padding: 24px 32px;
    display: grid;
  }
  
  .table-row.light-background {
    -webkit-backdrop-filter: brightness(110%);
    backdrop-filter: brightness(110%);
    background-color: rgba(223, 154, 255, .05);
  }
  
  .table-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .table-columns.triple {
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .fullscreen-sign-up {
    z-index: 2;
    min-height: 100vh;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-auto-columns: 1fr;
    padding: 10px;
    display: grid;
    position: relative;
  }
  
  .fullscreen-sign-up._50-50 {
    grid-template-columns: 1fr 1fr;
  }
  
  .space-bottom {
    margin-bottom: 60px;
  }
  
  .no-padd-bottom {
    padding-bottom: 0;
  }
  
  .category-tab-menu {
    height: 100%;
    align-items: center;
    display: flex;
  }
  
  .breadcrumb-back {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    font-size: 24px;
    line-height: 161%;
    text-decoration: none;
    display: flex;
  }
  
  .blog-hero-image {
    height: 440px;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg"), url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%, 0 0;
    background-size: cover, auto;
    border-radius: 12px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  
  .rich-text p {
    color: rgba(255, 255, 255, .6);
  }
  
  .rich-text h4, .rich-text h5, .rich-text h3 {
    margin-bottom: 32px;
  }
  
  .rich-text blockquote {
    border-left-width: 1px;
    border-left-color: var(--white);
    margin-bottom: 32px;
    padding: 0 32px;
    line-height: 150%;
  }
  
  .rich-text ul {
    margin-bottom: 32px;
  }
  
  .rich-text li {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  
  .notice-bar {
    z-index: 2;
    background-color: var(--black);
    color: var(--white);
    text-align: center;
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/6526385115016d67e845bfad_notice%20bar%20bg.png");
    background-position: 50%;
    background-repeat: no-repeat;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }
  
  .notice-bar-left {
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }
  
  .notice-bar-right {
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }
  
  .notice-bar-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 3fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .notice-bar-tag {
    color: var(--midnight-blue);
    background-color: #fff;
    border-radius: 8px;
    padding: 4px 8px;
  }
  
  .pink-link {
    color: var(--violet);
    text-decoration: none;
  }
  
  .bottom-top-space {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .tutorial-thumbnail {
    border-radius: 16px;
  }
  
  .play-button {
    z-index: 1;
    width: 64px;
    height: 64px;
    background-color: var(--white);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
  }
  
  .tutorial-lightbox-link {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
  }
  
  .documentation-split {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 3fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .docs-category {
    grid-column-gap: 10px;
    border-left: 1px solid var(--white);
    align-items: center;
    margin-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }
  
  .docs-category-title {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
  }
  
  .docs-articles {
    padding-left: 56px;
  }
  
  .docs-article-link {
    color: rgba(255, 255, 255, .6);
    background-color: rgba(223, 154, 255, 0);
    border-radius: 12px;
    padding: 10px 14px 10px 0;
    text-decoration: none;
    transition: color .2s, padding .2s, background-color .2s;
    display: block;
  }
  
  .docs-article-link:hover {
    color: #fff;
    background-color: rgba(223, 154, 255, .1);
    padding-left: 14px;
  }
  
  .docs-sidebar-category-wrap {
    margin-bottom: 20px;
  }
  
  .documentation-container {
    width: 800px;
    padding-left: 40px;
    padding-right: 40px;
  }
  
  .docs-category-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 60px;
    display: grid;
  }
  
  .docs-articles-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .arrow-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    margin-top: 24px;
    text-decoration: none;
    display: flex;
  }
  
  .help-center-card {
    -webkit-backdrop-filter: brightness(110%);
    backdrop-filter: brightness(110%);
    text-align: center;
    background-color: rgba(223, 154, 255, .1);
    border-radius: 16px;
    justify-content: center;
    padding: 64px 24px;
    transition: background-color .2s;
    display: flex;
  }
  
  .help-center-card:hover {
    background-color: rgba(223, 154, 255, .15);
  }
  
  .help-center-card.article {
    grid-row-gap: 40px;
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
  }
  
  .faq-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
  }
  
  .accordion-item-filled {
    -webkit-backdrop-filter: brightness(110%);
    backdrop-filter: brightness(110%);
    background-color: rgba(223, 154, 255, .05);
    border-radius: 12px;
    padding: 24px 37px 24px 24px;
  }
  
  .help-center-articles-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .hero-split-image {
    height: 50vh;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 100px;
    display: grid;
  }
  
  .background-about-image {
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/65263fdb3e68c5450f0dca06_Rectangle%206888.jpg");
    background-position: 50%;
    background-size: cover;
    border-radius: 12px;
    align-items: flex-end;
    display: flex;
  }
  
  .smaller-hero-image-warp {
    padding: 5vh;
  }
  
  .smaller-about-image {
    width: 100%;
    height: 100%;
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/652650228c508e0a37db3322_Rectangle%206889.jpg");
    background-position: 50%;
    background-size: cover;
    border-radius: 12px;
  }
  
  .background-image {
    z-index: -1;
    height: 838px;
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/65265082690a4a38b6ca309d_image%2011.jpg");
    background-position: 50%;
    background-size: cover;
    position: relative;
  }
  
  .black-block {
    background-color: var(--black);
    color: #fff;
    border-radius: 16px;
    margin-top: -405px;
    padding: 100px 120px;
  }
  
  .split-2 {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .career-row-grid {
    grid-column-gap: 16px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .flex-horizontal-2 {
    grid-column-gap: 24px;
    align-items: flex-start;
    display: flex;
  }
  
  .limit-small-2 {
    max-width: 340px;
  }
  
  .round-image {
    border-radius: 12px;
  }
  
  .flex {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    align-items: flex-start;
    display: flex;
  }
  
  .corners {
    border-radius: 16px;
  }
  
  .contact-perks {
    background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/6524f60d1279e83b38e2aac7_horizontal%20dash.svg"), url("https://assets-global.website-files.com/651b214606318f3be54030a9/6524f60d1279e83b38e2aac7_horizontal%20dash.svg");
    background-position: 50% 0, 50% 100%;
    background-repeat: repeat-x, repeat-x;
    background-size: auto, auto;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 60px;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
  }
  
  .horizontal-list {
    grid-column-gap: 24px;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }
  
  .contact-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    position: relative;
  }
  
  .showcase-hero-images-wrap {
    z-index: 9;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 120px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    position: relative;
  }
  
  .showcase-hero-link {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    transition: all .4s;
    box-shadow: 0 24px 24px rgba(0, 0, 0, .2);
  }
  
  .showcase-hero-link:hover {
    transform: scale(.95);
  }
  
  .usp-card {
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }
  
  .showcase-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 32px;
    display: grid;
  }
  
  .showcase-card {
    -webkit-backdrop-filter: brightness(120%);
    backdrop-filter: brightness(120%);
    color: var(--white);
    text-align: center;
    background-color: rgba(223, 154, 255, .1);
    border-radius: 16px;
    font-size: 20px;
    line-height: 150%;
    text-decoration: none;
    transition: transform .3s;
    overflow: hidden;
  }
  
  .showcase-card:hover {
    text-decoration: none;
    transform: scale(.95);
  }
  
  .showcase-screenshot-wrapper {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }
  
  .showcase-image {
    border-radius: 8px;
    box-shadow: 0 40px 40px rgba(104, 37, 245, .2);
  }
  
  .showcase-card-content {
    text-align: center;
    padding: 32px;
  }
  
  .utility-page-wrap {
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .utility-page-content {
    width: 340px;
    text-align: center;
    flex-direction: column;
    display: flex;
  }
  
  .utility-page-form {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
  
  .template-sidebar {
    -webkit-backdrop-filter: brightness(110%);
    backdrop-filter: brightness(110%);
    background-color: rgba(223, 154, 255, .1);
    border-radius: 16px;
    padding: 8px;
  }
  
  .template-page-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 3fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .template-page-content {
    grid-row-gap: 120px;
    -webkit-backdrop-filter: brightness(110%);
    backdrop-filter: brightness(110%);
    background-color: rgba(223, 154, 255, .1);
    border-radius: 16px;
    flex-direction: column;
    padding: 60px;
    display: flex;
  }
  
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }
  
  .template-sidebar-link {
    grid-column-gap: 16px;
    color: var(--white);
    align-items: center;
    padding: 20px 24px;
    font-size: 18px;
    text-decoration: none;
    transition: background-color .2s;
    display: flex;
  }
  
  .template-sidebar-link:hover {
    background-color: rgba(255, 255, 255, .05);
    border-radius: 12px;
  }
  
  .template-page-icons-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 1em;
    display: flex;
  }
  
  .dropdown-toggle {
    color: #fff;
    align-items: center;
    padding: 8px 0;
    display: flex;
  }
  
  .dropdown-icon {
    margin-left: 6px;
  }
  
  .dropdown-list {
    padding-top: 8px;
  }
  
  .dropdown-list.w--open {
    background-color: var(--black);
    color: #0e2b2f;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 40px 40px rgba(104, 37, 245, .2);
  }
  
  .split-dropdown {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .dropdown-column-title {
    color: rgba(255, 255, 255, .6);
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 500;
  }
  
  .dropdown-link {
    color: var(--white);
    text-transform: capitalize;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
    padding: 8px 24px;
    text-decoration: none;
    transition: color .2s, padding .2s, background-color .2s;
    display: flex;
  }
  
  .dropdown-link:hover {
    color: var(--violet);
    background-color: rgba(255, 255, 255, .1);
  }
  
  .dropdown-link.w--current {
    color: var(--violet);
  }
  
  .dropdown-double-column {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .brand {
    padding-left: 0;
  }
  
  .place-above {
    z-index: 9;
    position: relative;
  }
  
  @media screen and (max-width: 991px) {
    body {
      font-size: 15px;
    }
  
    h1 {
      font-size: 64px;
    }
  
    h2 {
      font-size: 48px;
    }
  
    h3 {
      font-size: 40px;
    }
  
    h4 {
      font-size: 32px;
    }
  
    h5 {
      font-size: 28px;
    }
  
    h6 {
      font-size: 22px;
    }
  
    .space-top-tiny {
      margin-top: 14px;
    }
  
    .space-top-medium {
      margin-top: 52px;
    }
  
    .container {
      padding-left: 32px;
      padding-right: 32px;
    }
  
    .split {
      grid-column-gap: 60px;
      grid-row-gap: 60px;
      grid-template-columns: 1fr;
    }
  
    .split.metric, .split.tight-cards {
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      grid-template-columns: 1fr 1fr;
    }
  
    .split.tablet-space-top {
      margin-top: 60px;
    }
  
    .space-top {
      margin-top: 36px;
    }
  
    .space-top-large {
      margin-top: 72px;
    }
  
    .space-top-small {
      margin-top: 22px;
    }
  
    .navbar-three-column {
      justify-content: space-between;
      display: flex;
    }
  
    .navbar-right-content {
      display: none;
    }
  
    .nav-menu {
      background-color: var(--black);
      padding: 24px 32px;
      box-shadow: 0 40px 40px rgba(104, 37, 245, .2);
    }
  
    .section {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  
    .extra-text {
      font-size: 18px;
    }
  
    .four-column-grid {
      grid-template-columns: 1fr 1fr;
    }
  
    .feature-card.tight-grid {
      background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/6524f60d1279e83b38e2aac7_horizontal%20dash.svg");
      background-position: 50% 100%;
      background-repeat: repeat-x;
      background-size: auto;
    }
  
    .three-column-grid {
      grid-template-columns: 1fr 1fr;
    }
  
    .three-column-grid.testimonial-ratio {
      grid-template-columns: 1fr;
    }
  
    .medium-text {
      font-size: 17px;
    }
  
    .panel-split, .panel-split.flipped {
      grid-template-columns: 1fr;
    }
  
    .panel {
      grid-column-gap: 80px;
      grid-row-gap: 80px;
    }
  
    .elipse-1 {
      top: 0%;
      bottom: auto;
      left: auto;
      right: 0%;
    }
  
    .graph-wrap {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  
    .graph-wrap.phones {
      justify-content: flex-start;
      padding-top: 60px;
    }
  
    .spread-vertical {
      grid-row-gap: 80px;
    }
  
    .footer-content {
      grid-row-gap: 60px;
      grid-template-columns: 1fr;
    }
  
    .footer-link-column {
      grid-row-gap: 26px;
    }
  
    .footer-link {
      font-size: 20px;
    }
  
    .footer-bottom-wrap {
      grid-template-columns: 1fr;
    }
  
    .text-field {
      font-size: 15px;
    }
  
    .marquee-logo-wrap {
      padding-left: 24px;
      padding-right: 24px;
    }
  
    .newsletter-field {
      font-size: 15px;
    }
  
    .newsletter-field::-ms-input-placeholder {
      font-size: 15px;
    }
  
    .newsletter-field::placeholder {
      font-size: 15px;
    }
  
    .white-button.nav {
      width: 100%;
      margin-top: 20px;
      display: block;
    }
  
    .mask {
      width: 50%;
    }
  
    .slide {
      margin-right: 10px;
    }
  
    .accordion-item-trigger {
      font-size: 19px;
    }
  
    .list-item {
      font-size: 17px;
    }
  
    .tabs-menu.absolute {
      display: flex;
      position: relative;
    }
  
    .blog-grid {
      grid-template-columns: 1fr 1fr;
    }
  
    .blog-head {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .space-right {
      margin-right: 0;
    }
  
    .fullscreen-sign-up, .fullscreen-sign-up._50-50 {
      grid-template-columns: 1fr;
    }
  
    .documentation-split {
      grid-row-gap: 60px;
      grid-template-columns: 1fr;
    }
  
    .documentation-container {
      width: auto;
      padding-left: 0;
      padding-right: 0;
    }
  
    .faq-wrapper {
      padding-top: 0;
    }
  
    .hero-split-image {
      height: 40vh;
    }
  
    .background-image {
      height: 670px;
    }
  
    .black-block {
      padding-left: 40px;
      padding-right: 40px;
    }
  
    .split-2 {
      grid-template-columns: 1fr;
    }
  
    .showcase-hero-images-wrap {
      grid-template-columns: 1fr 1fr;
    }
  
    .showcase-grid {
      grid-template-columns: 1fr;
    }
  
    .showcase-card {
      font-size: 22px;
    }
  
    .template-page-wrap {
      grid-template-columns: 1fr;
    }
  
    .dropdown {
      width: 100%;
    }
  
    .dropdown-toggle {
      justify-content: space-between;
      padding: 12px 0;
    }
  
    .dropdown-list.w--open {
      position: relative;
    }
  
    .dropdown-column-title {
      padding: 12px;
      font-size: 13px;
    }
  
    .dropdown-link {
      padding-left: 12px;
      padding-right: 12px;
    }
  
    .menu-button {
      width: 60px;
      height: 60px;
      background-color: var(--transparent);
      justify-content: flex-end;
      align-items: center;
      padding: 0;
    }
  
    .menu-button.w--open {
      background-color: var(--transparent);
    }
  
    .menu-button-icon-wrap {
      width: 100%;
      height: 100%;
      background-color: var(--transparent);
      justify-content: center;
      align-items: center;
      display: flex;
    }
  
    .tabs {
      flex-direction: column;
      align-items: flex-start;
      display: flex;
    }
  }
  
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px;
    }
  
    h1 {
      font-size: 48px;
    }
  
    h2 {
      font-size: 40px;
    }
  
    h3 {
      font-size: 32px;
    }
  
    h4 {
      font-size: 28px;
    }
  
    h5 {
      font-size: 24px;
    }
  
    h6 {
      font-size: 20px;
    }
  
    .space-top-tiny {
      margin-top: 12px;
    }
  
    .space-top-medium {
      margin-top: 48px;
    }
  
    .container {
      padding-left: 24px;
      padding-right: 24px;
    }
  
    .space-top {
      margin-top: 32px;
    }
  
    .space-top-large {
      margin-top: 64px;
    }
  
    .space-top-small {
      margin-top: 20px;
    }
  
    .line.hide-responsive {
      display: none;
    }
  
    .nav-menu {
      padding-left: 24px;
      padding-right: 24px;
    }
  
    .section {
      padding-top: 80px;
      padding-bottom: 80px;
    }
  
    .extra-text {
      font-size: 17px;
    }
  
    .three-column-grid {
      grid-template-columns: 1fr;
    }
  
    .card.sign-up-wrap {
      padding-left: 32px;
      padding-right: 32px;
    }
  
    .medium-text {
      font-size: 15px;
    }
  
    .smaller-section {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  
    .footer-link-column {
      grid-row-gap: 20px;
    }
  
    .footer-link {
      font-size: 16px;
    }
  
    .icon-button {
      padding: 20px 40px;
    }
  
    .social-sign-up-wrap {
      grid-column-gap: 10px;
      display: flex;
    }
  
    .text-field {
      height: 64px;
      font-size: 14px;
    }
  
    .newsletter-form {
      width: auto;
      max-width: none;
      grid-row-gap: 8px;
      flex-direction: column;
      align-items: stretch;
    }
  
    .newsletter-field {
      font-size: 14px;
    }
  
    .newsletter-field::-ms-input-placeholder {
      font-size: 14px;
    }
  
    .newsletter-field::placeholder {
      font-size: 14px;
    }
  
    .mask {
      width: 80%;
    }
  
    .slider-arrow {
      display: none;
    }
  
    .accordion-item {
      padding-top: 16px;
      padding-bottom: 16px;
    }
  
    .accordion-item-trigger {
      font-size: 18px;
    }
  
    .answer {
      margin-bottom: 0;
    }
  
    .list-item {
      font-size: 16px;
    }
  
    .blog-grid, .blog-card-wrap.featured {
      grid-template-columns: 1fr;
    }
  
    .blog-card-image.featured {
      min-height: 320px;
    }
  
    .blog-card-content.featured {
      padding: 40px;
    }
  
    .breadcrumb-back {
      font-size: 20px;
    }
  
    .notice-bar {
      background-image: none;
      background-position: 0 0;
      background-repeat: repeat;
      background-size: auto;
    }
  
    .notice-bar-content {
      text-align: left;
    }
  
    .accordion-item-filled {
      padding-top: 16px;
      padding-bottom: 16px;
    }
  
    .hero-split-image {
      height: 30vh;
    }
  
    .showcase-grid {
      grid-template-columns: 1fr;
    }
  
    .showcase-card {
      font-size: 20px;
    }
  
    .template-page-content {
      padding: 32px;
    }
  }
  
  @media screen and (max-width: 479px) {
    h6 {
      font-size: 18px;
    }
  
    .container {
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .nav-menu {
      padding-bottom: 16px;
      padding-left: 16px;
      padding-right: 16px;
    }
  
    .border-gradient.mobile-full {
      width: 100%;
    }
  
    .caps {
      font-size: 13px;
    }
  
    .button-stack {
      width: 100%;
      flex-direction: column;
      align-items: stretch;
    }
  
    .white-link-button {
      width: 100%;
      padding-top: 16px;
      padding-bottom: 16px;
    }
  
    .four-column-grid {
      grid-template-columns: 1fr;
    }
  
    .four-column-grid.metrics {
      grid-template-columns: 1fr 1fr;
    }
  
    .feature-card {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
    }
  
    .feature-card.tight-grid {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      padding: 32px 16px;
    }
  
    .card {
      padding: 24px;
    }
  
    .card.floater-metric-card {
      padding: 16px;
    }
  
    .card.sign-up-wrap {
      padding: 40px 16px;
    }
  
    .card.testimonial.in-slider {
      padding: 24px;
    }
  
    .card.center-feature {
      padding-top: 24px;
      padding-bottom: 24px;
    }
  
    .card.full.sign-up-globe {
      background-image: radial-gradient(circle farthest-side at 50% 50%, #18093e, var(--black) 76%);
      background-position: 0 0;
      background-repeat: repeat;
      background-size: auto;
    }
  
    .card.full.no-padd-bottom {
      padding-bottom: 0;
    }
  
    .add-space-top {
      margin-top: 60px;
    }
  
    .feature-doubles {
      grid-row-gap: 32px;
      grid-template-columns: 1fr;
    }
  
    .panel {
      padding: 24px;
    }
  
    .panel.cta-panel {
      grid-template-columns: 1fr;
    }
  
    .graph-wrap {
      padding: 40px 16px;
    }
  
    .portrait-stack-wrapper {
      grid-row-gap: 20px;
      flex-direction: column;
      align-items: flex-start;
    }
  
    .cta-panel-content {
      grid-row-gap: 40px;
      padding: 24px;
    }
  
    .metric-card {
      padding-left: 16px;
      padding-right: 16px;
    }
  
    .floater-metric {
      top: 10px;
      right: 10px;
    }
  
    .footer-columns {
      grid-row-gap: 60px;
    }
  
    .webflow-link {
      margin: 12px 0;
    }
  
    .footer-link-column {
      padding-left: 16px;
      padding-right: 16px;
    }
  
    .footer-bottom-content {
      flex-direction: column;
      align-items: center;
      margin-bottom: 20px;
    }
  
    .sign-up-buttons-wrap {
      grid-row-gap: 10px;
      margin-top: 10px;
    }
  
    .icon-button {
      width: 100%;
    }
  
    .social-sign-up-button {
      flex: 1;
      justify-content: center;
      display: flex;
    }
  
    .or-wrap {
      padding-top: 16px;
      padding-bottom: 16px;
    }
  
    .expanded-form-grid {
      grid-template-columns: 1fr;
    }
  
    .submit-button {
      width: 100%;
      padding-top: 16px;
      padding-bottom: 16px;
      font-size: 14px;
    }
  
    .marquee-grid {
      grid-column-gap: 0px;
    }
  
    .marquee-logo-wrap {
      padding-left: 32px;
      padding-right: 32px;
    }
  
    .newsletter-form {
      grid-row-gap: 10px;
      flex-direction: column;
      align-items: stretch;
      margin-bottom: 20px;
    }
  
    .newsletter-field {
      height: 64px;
    }
  
    .white-button {
      width: 100%;
      padding-top: 16px;
      padding-bottom: 16px;
      font-size: 14px;
    }
  
    .mask {
      width: 90%;
    }
  
    .reviews {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      flex-direction: column;
      align-items: flex-start;
    }
  
    .tabs-menu.categories {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .centered-tabs-menu {
      background-image: url("https://assets-global.website-files.com/651b214606318f3be54030a9/6524fba1a217ddfd9f80f7f6_separator%20lines.svg");
      background-position: 0%;
      background-repeat: repeat-y;
      background-size: auto;
      flex-direction: column;
      align-items: flex-start;
    }
  
    .centered-tab-link {
      border-bottom-style: none;
      border-left: 1px solid rgba(255, 255, 255, 0);
      margin-bottom: 0;
      margin-left: 1px;
      padding: 10px 16px;
    }
  
    .centered-tab-link.w--current {
      border-left-color: #fff;
    }
  
    .blog-card-content {
      padding: 24px;
    }
  
    .blog-card-content.featured {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .pricing-card-bottom {
      grid-row-gap: 24px;
      padding-top: 24px;
    }
  
    .price-wrapper {
      padding-top: 24px;
      padding-bottom: 24px;
    }
  
    .table-row {
      text-align: center;
      grid-template-columns: 1fr;
      padding: 20px;
    }
  
    .fullscreen-sign-up._50-50 {
      grid-template-columns: 1fr;
    }
  
    .category-tab-menu {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .breadcrumb-back {
      font-size: 18px;
    }
  
    .blog-hero-image {
      height: 320px;
    }
  
    .notice-bar-right {
      opacity: .5;
    }
  
    .docs-category-grid {
      grid-template-columns: 1fr;
    }
  
    .help-center-card {
      padding: 40px 20px;
    }
  
    .help-center-card.article {
      grid-row-gap: 20px;
      padding: 24px;
    }
  
    .faq-wrapper {
      padding-top: 0;
    }
  
    .smaller-hero-image-warp {
      padding: 20px;
    }
  
    .background-image {
      height: 580px;
    }
  
    .black-block {
      margin-top: -200px;
      padding: 40px 20px;
    }
  
    .flex-horizontal-2 {
      grid-column-gap: 24px;
      grid-row-gap: 24px;
      flex-direction: column;
    }
  
    .contact-perks {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    .horizontal-list {
      flex-direction: column;
    }
  
    .showcase-hero-images-wrap {
      grid-column-gap: 8px;
      grid-row-gap: 8px;
      padding-bottom: 8px;
      padding-left: 8px;
      padding-right: 8px;
    }
  
    .showcase-screenshot-wrapper {
      padding-top: 8px;
      padding-left: 8px;
      padding-right: 8px;
    }
  
    .showcase-card-content {
      padding: 20px;
    }
  
    .utility-page-wrap {
      padding-left: 16px;
      padding-right: 16px;
    }
  
    .dropdown-toggle {
      padding-top: 10px;
      padding-bottom: 10px;
    }
  
    .dropdown-list.w--open {
      padding-left: 12px;
      padding-right: 12px;
    }
  
    .split-dropdown {
      grid-row-gap: 0px;
      grid-template-columns: 1fr;
    }
  
    .dropdown-column-title {
      font-size: 12px;
    }
  
    .dropdown-link {
      padding: 8px 16px;
    }
  
    .dropdown-double-column {
      grid-row-gap: 0px;
    }
  
    .menu-button-icon-wrap {
      justify-content: flex-end;
    }
  
    .split-test-logo {
      height: 28px;
    }
  }
  
  #w-node-c696a172-9f30-45f9-847e-545ed1bef561-e5403104, #w-node-_0f0e0803-a5ac-82ac-e213-69fad5adb8bd-e5403104, #w-node-e8dbb9f7-800a-2fd3-7254-b410ec9c0d07-e5403104, #w-node-_167ee5c2-8eb8-2690-95c0-5dd2dc3c8e5d-e5403104, #w-node-_092a1863-65e2-2c74-71dc-465be99a93e1-e5403104, #w-node-bc4bcee7-e3cd-ec9e-5f07-84088ea77bd4-e5403104, #w-node-_178d485b-dad3-be58-b75d-c66128e39be6-e5403104 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_6649da8d-0b8c-f23e-b00c-8c142c4851ca-e5403104, #w-node-_1b57fac0-15bb-64bd-560b-54a8a28de24a-e5403104, #w-node-_7ce4f905-33b0-d189-bc6c-de70cbbb3727-e5403104 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
  
  #w-node-_183ffad2-6514-edcf-6d16-7725cb04a7ad-e5403104, #w-node-_2a6c71aa-d121-421c-59c0-5e98ba9b46f7-e5403104 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_1dbb5fbe-b540-8aab-7bae-12d4f12654be-e5403104 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
  
  #w-node-_713c0253-5e19-5712-ff5d-f64440332ae7-e5403104, #w-node-e8a5822f-dc47-6060-7c88-97246bc3f916-e5403104, #w-node-_0e40f42e-5a99-f653-d929-7db34d1d6efb-e5403104, #w-node-bef87267-6626-09f2-d579-f45cd0abc9ed-e5403104, #w-node-_828d318b-1304-f743-6f45-964258e5d6ee-e5403104, #w-node-_1a18ea1f-2791-929f-5f09-1c50a69306c3-e5403104, #w-node-f5ef64bf-d80a-779f-721d-d9b2f6134633-e5403104, #w-node-e17f0887-9633-7559-8a5f-811b53148eea-e5403104, #w-node-_6c3a2d02-a4b5-dc3d-3f40-d5b3141b5086-e5403104, #w-node-_047d054d-dda5-d46a-c585-52ae5a6eec66-e5403104, #w-node-ba9b2bcb-5bfb-22cc-1df8-95a501e30e43-e5403104, #w-node-_84f110f0-e71b-492d-8f6b-53b02b44c797-e5403104, #w-node-_9170f9d2-df8d-dd63-4191-dc20b4370daa-e5403104, #w-node-_87260597-0aa0-465d-d6a9-bacd3366990c-e5403104, #w-node-_15c78eae-a950-1fcb-e47f-60973874431b-e5403104, #w-node-e59fdc74-e172-055d-e175-9aae5e414d8c-e5403104, #w-node-_896a2a42-ac30-bc5c-2833-38b451740340-e5403104, #w-node-_6e1f0d3b-0149-3c82-5be5-ce4b41a0b07b-41a0b078, #w-node-_6e1f0d3b-0149-3c82-5be5-ce4b41a0b086-41a0b078 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_6e1f0d3b-0149-3c82-5be5-ce4b41a0b087-41a0b078 {
    align-self: start;
  }
  
  #w-node-_6e1f0d3b-0149-3c82-5be5-ce4b41a0b088-41a0b078, #w-node-_6e1f0d3b-0149-3c82-5be5-ce4b41a0b08a-41a0b078, #w-node-_6e1f0d3b-0149-3c82-5be5-ce4b41a0b08d-41a0b078, #w-node-_6e1f0d3b-0149-3c82-5be5-ce4b41a0b090-41a0b078, #w-node-_6e1f0d3b-0149-3c82-5be5-ce4b41a0b093-41a0b078, #w-node-_6e1f0d3b-0149-3c82-5be5-ce4b41a0b0a5-41a0b078, #w-node-b4903838-369e-7b2a-2c71-606c6c9f47cd-41a0b078, #w-node-_8dc59213-e49e-e1ba-fd88-6f3654beb9fa-41a0b078, #w-node-_156864ae-a12b-dc0e-ff7b-c558e7b0425f-41a0b078, #w-node-_5fbfaa5b-a021-287d-3794-b377500011a8-41a0b078 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_6e1f0d3b-0149-3c82-5be5-ce4b41a0b0a9-41a0b078 {
    align-self: start;
  }
  
  #w-node-_6e1f0d3b-0149-3c82-5be5-ce4b41a0b0aa-41a0b078, #w-node-_6e1f0d3b-0149-3c82-5be5-ce4b41a0b0ac-41a0b078, #w-node-_6e1f0d3b-0149-3c82-5be5-ce4b41a0b0af-41a0b078, #w-node-_6e1f0d3b-0149-3c82-5be5-ce4b41a0b0b2-41a0b078, #w-node-_6e1f0d3b-0149-3c82-5be5-ce4b41a0b0b5-41a0b078, #w-node-_68a5c75b-4720-c31d-a05d-f7abca06b578-41a0b078, #w-node-b2c90cb0-b880-c793-dafa-71f32d2e0b16-41a0b078 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_6e1f0d3b-0149-3c82-5be5-ce4b41a0b0c0-41a0b078 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
  
  #w-node-_6e1f0d3b-0149-3c82-5be5-ce4b41a0b0cc-41a0b078 {
    align-self: start;
    justify-self: start;
  }
  
  #w-node-e0da900a-ae71-1de1-7f82-6abbebe7fe68-ebe7fe68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-e0da900a-ae71-1de1-7f82-6abbebe7fe6a-ebe7fe68 {
    align-self: stretch;
  }
  
  #w-node-db261cfa-427f-386a-3dd8-5153f20ede85-f20ede85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-af0a75e3-05e0-91ea-45f3-bbda2c9ff7c5-2c9ff7c1 {
    align-self: center;
  }
  
  #w-node-af0a75e3-05e0-91ea-45f3-bbda2c9ff7c8-2c9ff7c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
  
  #w-node-b6a7900a-14ef-396c-efcc-513241e09189-2c9ff7c1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
  
  #w-node-b6a7900a-14ef-396c-efcc-513241e0918b-2c9ff7c1, #w-node-b6a7900a-14ef-396c-efcc-513241e09198-2c9ff7c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-af0a75e3-05e0-91ea-45f3-bbda2c9ff7d2-2c9ff7c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: end;
  }
  
  #w-node-_744ce384-83d3-10e9-fe10-35ccf3f899bf-f3f899b7 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
  }
  
  #w-node-_6b992b28-1791-318b-774c-7296d4fba11a-5575360e, #w-node-f0c93d0a-33b0-1e63-183d-74f94dd510dd-5575360e {
    align-self: stretch;
  }
  
  #w-node-da733150-64a0-cea9-a205-536c19e2b36c-19e2b36c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-da733150-64a0-cea9-a205-536c19e2b36e-19e2b36c, #w-node-d99bc9c6-74d8-083c-1d5d-2038ec908f2b-1d6737e9, #w-node-_413d5a32-d338-2a65-da63-431c70ca13ab-dd84492e {
    align-self: stretch;
  }
  
  #w-node-e457cc80-e075-9b7e-fcf1-b9b58602b609-c93497f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-e457cc80-e075-9b7e-fcf1-b9b58602b61a-c93497f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
  
  #w-node-e760cdfb-6f89-60d2-7a12-a9c0e3affeeb-b7eb66dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-e760cdfb-6f89-60d2-7a12-a9c0e3affefc-b7eb66dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
  
  #w-node-_61bf9037-dd87-ce33-e698-d13e2ce41c1d-712e551f, #w-node-d8e6afa2-f605-fe9f-3c8f-5e4a96b37fb8-15eb51e5, #w-node-_45c918c8-f14b-9836-f684-01e143a0a45c-01efddae, #w-node-a5213ce5-bba1-9173-7474-cafbed370383-01efddae, #w-node-a5213ce5-bba1-9173-7474-cafbed370387-01efddae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-a5213ce5-bba1-9173-7474-cafbed37038b-01efddae, #w-node-a5213ce5-bba1-9173-7474-cafbed37038f-01efddae, #w-node-a5213ce5-bba1-9173-7474-cafbed370393-01efddae, #w-node-a5213ce5-bba1-9173-7474-cafbed370397-01efddae {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
  
  #w-node-_92054657-b46b-fc17-cd74-36db1a1e635c-01efddae, #w-node-_4177f94d-637b-878e-edc0-01a8a0347d7f-01efddae, #w-node-_0490263b-d56c-ddd4-1322-d0ba8a818521-01efddae, #w-node-_5cddc7b9-2210-e974-83ac-b09bfe07aa64-01efddae, #w-node-_1d7f219d-26d6-159b-512d-68e93fb1433c-01efddae, #w-node-_490b8833-119b-4005-339c-b30311775d63-01efddae, #w-node-e2a737e8-3e58-371f-0b28-fdc785879a99-01efddae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_59be9839-95df-d2c1-7d12-43f2f85c45b1-01efddae, #w-node-_59be9839-95df-d2c1-7d12-43f2f85c45b3-01efddae, #w-node-_59be9839-95df-d2c1-7d12-43f2f85c45b5-01efddae, #w-node-_59be9839-95df-d2c1-7d12-43f2f85c45b7-01efddae, #w-node-_59be9839-95df-d2c1-7d12-43f2f85c45b9-01efddae, #w-node-_59be9839-95df-d2c1-7d12-43f2f85c45bb-01efddae, #w-node-_59be9839-95df-d2c1-7d12-43f2f85c45bd-01efddae, #w-node-_59be9839-95df-d2c1-7d12-43f2f85c45bf-01efddae, #w-node-_59be9839-95df-d2c1-7d12-43f2f85c45c1-01efddae, #w-node-_7a9b5cc7-78e1-45f9-b25c-d192a75a3667-01efddae, #w-node-_7a9b5cc7-78e1-45f9-b25c-d192a75a3669-01efddae, #w-node-_7a9b5cc7-78e1-45f9-b25c-d192a75a366b-01efddae, #w-node-_7a9b5cc7-78e1-45f9-b25c-d192a75a366d-01efddae, #w-node-_7a9b5cc7-78e1-45f9-b25c-d192a75a366f-01efddae, #w-node-_7a9b5cc7-78e1-45f9-b25c-d192a75a3671-01efddae, #w-node-_7a9b5cc7-78e1-45f9-b25c-d192a75a3673-01efddae, #w-node-_7a9b5cc7-78e1-45f9-b25c-d192a75a3675-01efddae, #w-node-_7a9b5cc7-78e1-45f9-b25c-d192a75a3677-01efddae {
    align-self: stretch;
  }
  
  #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a6f-01efddae, #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a72-01efddae, #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a84-01efddae, #w-node-_6a15814f-4ac4-5a4c-0f97-9deaed85e648-01efddae {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
  
  #w-node-a12ebb96-6bf3-d6cf-2913-5d0781783236-01efddae, #w-node-e20552e8-be91-10f7-db83-bc6fe45950bb-01efddae, #w-node-_0e71811a-1558-576b-2258-df89477cd107-01efddae, #w-node-_7d05d7c4-6312-0168-0180-95d1b2ad111f-01efddae, #w-node-fc3b8c85-3bfb-8488-1d5b-999b700ab761-01efddae, #w-node-fc3b8c85-3bfb-8488-1d5b-999b700ab768-01efddae, #w-node-fc3b8c85-3bfb-8488-1d5b-999b700ab76f-01efddae, #w-node-fc3b8c85-3bfb-8488-1d5b-999b700ab776-01efddae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_992602b2-679b-ac1d-0767-d14ba1f2fbca-01efddae {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }
  
  #w-node-aaf04575-31a2-851c-1206-2777e481d489-8af37c80, #w-node-aaf04575-31a2-851c-1206-2777e481d48f-8af37c80, #w-node-a3df8295-e405-345a-63b2-4e2f052a0b6f-8af37c80, #w-node-ff26b580-57ca-17f6-84ce-dc10eeabb35a-8af37c80, #w-node-ff26b580-57ca-17f6-84ce-dc10eeabb361-8af37c80, #w-node-ff26b580-57ca-17f6-84ce-dc10eeabb368-8af37c80, #w-node-ff26b580-57ca-17f6-84ce-dc10eeabb36f-8af37c80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a6f-8af37c80, #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a72-8af37c80, #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a84-8af37c80, #w-node-_6a15814f-4ac4-5a4c-0f97-9deaed85e648-8af37c80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
  
  #w-node-cd0e5de3-71fb-814c-056d-039c27d735be-8af37c80, #w-node-_5400c092-5b4c-73e7-ccee-a434b2cdf9df-8af37c80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: stretch;
  }
  
  #w-node-_7ff7801c-986b-7e32-b0d3-f2d3294ab7cd-8af37c80 {
    align-self: start;
  }
  
  #w-node-_7ff7801c-986b-7e32-b0d3-f2d3294ab7dc-8af37c80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: stretch;
  }
  
  #w-node-beef8549-d7df-3938-d9cf-271e4528b665-8af37c80, #w-node-beef8549-d7df-3938-d9cf-271e4528b66b-8af37c80, #w-node-beef8549-d7df-3938-d9cf-271e4528b671-8af37c80, #w-node-beef8549-d7df-3938-d9cf-271e4528b677-8af37c80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_1a750695-026a-6f7f-5b3e-9f4a8a6f3b56-8af37c80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: stretch;
  }
  
  #w-node-_1a750695-026a-6f7f-5b3e-9f4a8a6f3b59-8af37c80 {
    align-self: center;
    justify-self: center;
  }
  
  #w-node-cde9e354-bfd4-e53f-d19e-7ee618927076-8af37c80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: stretch;
  }
  
  #w-node-cde9e354-bfd4-e53f-d19e-7ee618927079-8af37c80 {
    align-self: center;
    justify-self: center;
  }
  
  #w-node-_2fb8a71e-cd65-615e-55f4-4d44ee9bcc86-8af37c80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: stretch;
  }
  
  #w-node-_2fb8a71e-cd65-615e-55f4-4d44ee9bcc77-8af37c80 {
    align-self: center;
    justify-self: center;
  }
  
  #w-node-_5633f859-efa2-4202-efbc-04f45ab1893d-8af37c80 {
    align-self: stretch;
  }
  
  #w-node-f173886b-71ec-b7f4-8211-5038621fe816-621fe815, #w-node-f173886b-71ec-b7f4-8211-5038621fe822-621fe815 {
    align-self: center;
    justify-self: center;
  }
  
  #w-node-_9bf68eaa-360e-c1cb-2e39-a563444bf79f-c8c5d161 {
    align-self: center;
  }
  
  #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a6f-c8c5d161, #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a72-c8c5d161, #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a84-c8c5d161, #w-node-_6a15814f-4ac4-5a4c-0f97-9deaed85e648-c8c5d161, #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a6f-c02a2ed5, #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a72-c02a2ed5, #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a84-c02a2ed5, #w-node-_6a15814f-4ac4-5a4c-0f97-9deaed85e648-c02a2ed5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
  
  #w-node-_40543447-7257-e6b1-eab8-76364af357b2-42e52aeb {
    grid-area: 1 / 2 / 2 / 3;
  }
  
  #w-node-_40543447-7257-e6b1-eab8-76364af357b3-42e52aeb, #w-node-_40543447-7257-e6b1-eab8-76364af357b5-42e52aeb, #w-node-_32641cf2-ca03-ff92-c703-5be50c08be2f-42e52aeb, #w-node-_40543447-7257-e6b1-eab8-76364af357bc-42e52aeb {
    align-self: center;
    justify-self: center;
  }
  
  #w-node-_40543447-7257-e6b1-eab8-76364af357be-42e52aeb, #w-node-_40543447-7257-e6b1-eab8-76364af357c0-42e52aeb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
  
  #w-node-_40543447-7257-e6b1-eab8-76364af357c6-42e52aeb, #w-node-_40543447-7257-e6b1-eab8-76364af357c7-42e52aeb, #w-node-_40543447-7257-e6b1-eab8-76364af357c8-42e52aeb {
    align-self: center;
    justify-self: center;
  }
  
  #w-node-_40543447-7257-e6b1-eab8-76364af357cd-42e52aeb, #w-node-_40543447-7257-e6b1-eab8-76364af357cf-42e52aeb {
    justify-self: center;
  }
  
  #w-node-_40543447-7257-e6b1-eab8-76364af357d1-42e52aeb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
  
  #w-node-_40543447-7257-e6b1-eab8-76364af357d7-42e52aeb, #w-node-_40543447-7257-e6b1-eab8-76364af357d9-42e52aeb, #w-node-_40543447-7257-e6b1-eab8-76364af357db-42e52aeb {
    justify-self: center;
  }
  
  #w-node-_40543447-7257-e6b1-eab8-76364af357e1-42e52aeb, #w-node-_40543447-7257-e6b1-eab8-76364af357e2-42e52aeb, #w-node-_40543447-7257-e6b1-eab8-76364af357e3-42e52aeb {
    align-self: center;
    justify-self: center;
  }
  
  #w-node-_40543447-7257-e6b1-eab8-76364af357e8-42e52aeb, #w-node-_40543447-7257-e6b1-eab8-76364af357ea-42e52aeb, #w-node-_40543447-7257-e6b1-eab8-76364af357ec-42e52aeb {
    justify-self: center;
  }
  
  #w-node-_40543447-7257-e6b1-eab8-76364af357f2-42e52aeb, #w-node-_40543447-7257-e6b1-eab8-76364af357f3-42e52aeb, #w-node-_40543447-7257-e6b1-eab8-76364af357f4-42e52aeb {
    align-self: center;
    justify-self: center;
  }
  
  #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a6f-42e52aeb, #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a72-42e52aeb, #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a84-42e52aeb, #w-node-_6a15814f-4ac4-5a4c-0f97-9deaed85e648-42e52aeb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
  
  #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb469-953751a6, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb46b-953751a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb46d-953751a6, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb46f-953751a6, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb471-953751a6, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb475-953751a6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
  
  #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb469-2c5bb364, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb46b-2c5bb364 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb46d-2c5bb364, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb46f-2c5bb364, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb471-2c5bb364, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb475-2c5bb364 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
  
  #w-node-_184aeeb3-edad-e8fd-558c-17c4a1772c87-2c5bb364, #w-node-_184aeeb3-edad-e8fd-558c-17c4a1772c87-c985ae98 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_9dcc71a5-7913-f7e4-9fd6-9ae1de84a60e-c985ae98 {
    align-self: center;
  }
  
  #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb469-c985ae98, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb46b-c985ae98 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb46d-c985ae98, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb46f-c985ae98, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb471-c985ae98, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb475-c985ae98 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
  
  #w-node-_45b50c8c-3c01-6f9c-05b0-69968afda2b4-28a07b55, #w-node-aec0221f-1f7f-05a2-86c5-d72ab4799838-28a07b55 {
    align-self: stretch;
  }
  
  #w-node-_915ab04a-684d-82ae-97d2-50103c43ccfd-1408af83 {
    align-self: center;
  }
  
  #w-node-_3df5d2d6-1fdb-f1fa-a4d5-af8a044a3ad4-1408af83 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: end;
  }
  
  #w-node-e89216d3-ba61-57aa-8313-cd9a3fd57877-3a65c008 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-fba9366f-3f47-1c9f-d374-b894a2380e4d-3a65c008 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
  
  #w-node-_4ff6621e-7200-91f8-f8c4-43b134f34149-20dbe85f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_3c7fcd55-8caf-7e4b-fe59-e9421d11175d-8082dd7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
    justify-self: start;
  }
  
  #w-node-_4ffa9730-996a-71c7-a944-5c6f38ec19fb-8082dd7d, #w-node-_4ffa9730-996a-71c7-a944-5c6f38ec19fc-8082dd7d, #w-node-_6c5b92c0-5999-d2b8-bdf2-393c0b9c0ce6-8082dd7d, #w-node-_6c5b92c0-5999-d2b8-bdf2-393c0b9c0cec-8082dd7d, #w-node-_6c5b92c0-5999-d2b8-bdf2-393c0b9c0cf2-8082dd7d, #w-node-_6c5b92c0-5999-d2b8-bdf2-393c0b9c0cf8-8082dd7d, #w-node-d6588f7c-306d-1b39-fb2b-d5ad99815742-8082dd7d, #w-node-d6588f7c-306d-1b39-fb2b-d5ad99815747-8082dd7d, #w-node-d6588f7c-306d-1b39-fb2b-d5ad9981574a-8082dd7d, #w-node-d6588f7c-306d-1b39-fb2b-d5ad99815751-8082dd7d, #w-node-d6588f7c-306d-1b39-fb2b-d5ad99815758-8082dd7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_82fd40de-8985-a3e7-0827-f28b5d7015f1-8082dd7d {
    align-self: end;
  }
  
  #w-node-_82fd40de-8985-a3e7-0827-f28b5d7015f5-8082dd7d {
    align-self: end;
    justify-self: center;
  }
  
  #w-node-_82fd40de-8985-a3e7-0827-f28b5d7015fd-8082dd7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: end;
  }
  
  #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb469-ee4e7937, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb46b-ee4e7937 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb46d-ee4e7937, #w-node-b5e91ddb-f71a-2a2b-c06f-870e11a4846f-ee4e7937, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb46f-ee4e7937, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb471-ee4e7937, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb475-ee4e7937 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
  
  #w-node-_29f8fb9d-89ee-0fc9-29e1-54e66ebb972d-ee4e7937, #w-node-_64a6d96a-cac7-4153-7f86-624c2c9847e2-ee4e7937, #w-node-_95a63610-e2f2-9b3c-cec0-51e39cfb98df-d317e498, #w-node-_95a63610-e2f2-9b3c-cec0-51e39cfb98e1-d317e498, #w-node-_95a63610-e2f2-9b3c-cec0-51e39cfb98e3-d317e498, #w-node-_95a63610-e2f2-9b3c-cec0-51e39cfb98e5-d317e498, #w-node-_4077d211-78fe-c3c4-abec-b67c7d969a7a-d317e498, #w-node-_71007cc2-6f4f-91b0-86b0-e0c95ba30145-d317e498, #w-node-_8579d6f3-2ef7-a922-09ec-6bc9dea98108-d317e498, #w-node-_3449c1a0-3e85-9af5-5f42-18e0613e92b9-1d4d6b99, #w-node-_3449c1a0-3e85-9af5-5f42-18e0613e92ca-1d4d6b99, #w-node-_3449c1a0-3e85-9af5-5f42-18e0613e92b9-968f9eac, #w-node-_3449c1a0-3e85-9af5-5f42-18e0613e92ca-968f9eac, #w-node-_3449c1a0-3e85-9af5-5f42-18e0613e92b9-7c803115, #w-node-_3449c1a0-3e85-9af5-5f42-18e0613e92ca-7c803115 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  @media screen and (max-width: 991px) {
    #w-node-_6649da8d-0b8c-f23e-b00c-8c142c4851ca-e5403104 {
      justify-self: stretch;
    }
  
    #w-node-_1b57fac0-15bb-64bd-560b-54a8a28de24a-e5403104 {
      order: -9999;
      justify-self: start;
    }
  
    #w-node-_7ce4f905-33b0-d189-bc6c-de70cbbb3727-e5403104 {
      justify-self: start;
    }
  
    #w-node-_1dbb5fbe-b540-8aab-7bae-12d4f12654be-e5403104 {
      justify-self: stretch;
    }
  
    #w-node-_6e1f0d3b-0149-3c82-5be5-ce4b41a0b0c0-41a0b078, #w-node-_6e1f0d3b-0149-3c82-5be5-ce4b41a0b0cc-41a0b078 {
      justify-self: center;
    }
  
    #w-node-af0a75e3-05e0-91ea-45f3-bbda2c9ff7d6-2c9ff7c1 {
      justify-self: end;
    }
  
    #w-node-e457cc80-e075-9b7e-fcf1-b9b58602b609-c93497f6, #w-node-e760cdfb-6f89-60d2-7a12-a9c0e3affeeb-b7eb66dc {
      order: 9999;
    }
  
    #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a6f-01efddae {
      justify-self: stretch;
    }
  
    #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a72-01efddae {
      order: -9999;
      justify-self: stretch;
    }
  
    #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a84-01efddae, #w-node-_6a15814f-4ac4-5a4c-0f97-9deaed85e648-01efddae, #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a6f-8af37c80 {
      justify-self: stretch;
    }
  
    #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a72-8af37c80 {
      order: -9999;
      justify-self: stretch;
    }
  
    #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a84-8af37c80, #w-node-_6a15814f-4ac4-5a4c-0f97-9deaed85e648-8af37c80, #w-node-_1a750695-026a-6f7f-5b3e-9f4a8a6f3b59-8af37c80, #w-node-cde9e354-bfd4-e53f-d19e-7ee618927079-8af37c80, #w-node-_2fb8a71e-cd65-615e-55f4-4d44ee9bcc77-8af37c80, #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a6f-c8c5d161 {
      justify-self: stretch;
    }
  
    #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a72-c8c5d161 {
      order: -9999;
      justify-self: stretch;
    }
  
    #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a84-c8c5d161, #w-node-_6a15814f-4ac4-5a4c-0f97-9deaed85e648-c8c5d161, #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a6f-c02a2ed5 {
      justify-self: stretch;
    }
  
    #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a72-c02a2ed5 {
      order: -9999;
      justify-self: stretch;
    }
  
    #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a84-c02a2ed5, #w-node-_6a15814f-4ac4-5a4c-0f97-9deaed85e648-c02a2ed5, #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a6f-42e52aeb {
      justify-self: stretch;
    }
  
    #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a72-42e52aeb {
      order: -9999;
      justify-self: stretch;
    }
  
    #w-node-_2c824cd7-963d-a70c-7064-8316c8f44a84-42e52aeb, #w-node-_6a15814f-4ac4-5a4c-0f97-9deaed85e648-42e52aeb {
      justify-self: stretch;
    }
  
    #w-node-_9dcc71a5-7913-f7e4-9fd6-9ae1de84a60e-c985ae98 {
      order: -9999;
    }
  
    #w-node-_3df5d2d6-1fdb-f1fa-a4d5-af8a044a3ad4-1408af83 {
      justify-self: start;
    }
  
    #w-node-e89216d3-ba61-57aa-8313-cd9a3fd57877-3a65c008 {
      order: 9999;
    }
  
    #w-node-fba9366f-3f47-1c9f-d374-b894a2380e4d-3a65c008 {
      justify-self: stretch;
    }
  
    #w-node-_82fd40de-8985-a3e7-0827-f28b5d7015fd-8082dd7d {
      justify-self: start;
    }
  }
  
  @media screen and (max-width: 767px) {
    #w-node-_744ce384-83d3-10e9-fe10-35ccf3f899bf-f3f899b7 {
      grid-area: 1 / 1 / 2 / 3;
    }
  }
  
  @media screen and (max-width: 479px) {
    #w-node-b6a7900a-14ef-396c-efcc-513241e09189-2c9ff7c1 {
      grid-area: span 1 / span 2 / span 1 / span 2;
    }
  
    #w-node-e760cdfb-6f89-60d2-7a12-a9c0e3affefc-b7eb66dc {
      order: -9999;
    }
  
    #w-node-a5213ce5-bba1-9173-7474-cafbed37038b-01efddae, #w-node-a5213ce5-bba1-9173-7474-cafbed37038f-01efddae, #w-node-a5213ce5-bba1-9173-7474-cafbed370393-01efddae, #w-node-a5213ce5-bba1-9173-7474-cafbed370397-01efddae, #w-node-_40543447-7257-e6b1-eab8-76364af357b2-42e52aeb, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb46d-953751a6, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb46f-953751a6, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb471-953751a6, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb475-953751a6, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb46d-2c5bb364, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb46f-2c5bb364, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb471-2c5bb364, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb475-2c5bb364, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb46d-c985ae98, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb46f-c985ae98, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb471-c985ae98, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb475-c985ae98, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb46d-ee4e7937, #w-node-b5e91ddb-f71a-2a2b-c06f-870e11a4846f-ee4e7937, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb46f-ee4e7937, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb471-ee4e7937, #w-node-d1b6dd6c-7a62-6140-ced6-64577efbb475-ee4e7937 {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  }
  
  @font-face {
    font-family: 'Satoshi';
    src: url('https://assets.website-files.com/651b214606318f3be54030a9/651b2253cbd222e343476d41_Satoshi-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('https://assets.website-files.com/651b214606318f3be54030a9/651b2253ff6def256c5cc8ee_Satoshi-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('https://assets.website-files.com/651b214606318f3be54030a9/651b2253ca3ce57663c8035d_Satoshi-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('https://assets.website-files.com/651b214606318f3be54030a9/651b22536ad260a81c8e8dcc_Satoshi-Italic.woff2') format('woff2'), url('https://assets.website-files.com/651b214606318f3be54030a9/651b22539322b21715e217b9_Satoshi-VariableItalic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('https://assets.website-files.com/651b214606318f3be54030a9/651b22536a8005ab9c8a944b_Satoshi-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('https://assets.website-files.com/651b214606318f3be54030a9/651b225320b966440a618e7e_Satoshi-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('https://assets.website-files.com/651b214606318f3be54030a9/651b2253ba91ebd673f7ae1a_Satoshi-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('https://assets.website-files.com/651b214606318f3be54030a9/651b2253ca92a5fded80f3aa_Satoshi-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('https://assets.website-files.com/651b214606318f3be54030a9/651b2253c5f7cee8e5c3bbd0_Satoshi-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Satoshi';
    src: url('https://assets.website-files.com/651b214606318f3be54030a9/651b2253ba91ebd673f7ae1e_Satoshi-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
  }